From f7f5f799db1929a6eec2af1f3b74a9e9e53a3f6f Mon Sep 17 00:00:00 2001 From: diegolmello Date: Thu, 1 Aug 2019 10:46:27 -0300 Subject: [PATCH] tracking view working and added postinstall --- ios/Podfile | 8 + ios/Podfile.lock | 8 +- .../KeyboardTrackingViewManager.h | 1 + .../ObservingInputAccessoryView.h | 1 + .../UIResponder+FirstResponder.h | 1 + .../KeyboardTrackingViewManager.h | 1 + .../ObservingInputAccessoryView.h | 1 + .../UIResponder+FirstResponder.h | 1 + ...native-keyboard-tracking-view.podspec.json | 21 + ios/Pods/Manifest.lock | 8 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 25860 ++++++++-------- ...ods-RocketChatRN-acknowledgements.markdown | 25 + .../Pods-RocketChatRN-acknowledgements.plist | 31 + .../Pods-RocketChatRN.debug.xcconfig | 6 +- .../Pods-RocketChatRN.release.xcconfig | 6 +- ...hareRocketChatRN-acknowledgements.markdown | 25 + ...s-ShareRocketChatRN-acknowledgements.plist | 31 + .../Pods-ShareRocketChatRN.debug.xcconfig | 6 +- .../Pods-ShareRocketChatRN.release.xcconfig | 6 +- ...eact-native-keyboard-tracking-view-dummy.m | 5 + ...t-native-keyboard-tracking-view-prefix.pch | 12 + ...act-native-keyboard-tracking-view.xcconfig | 9 + package.json | 1 + 23 files changed, 13266 insertions(+), 12808 deletions(-) create mode 120000 ios/Pods/Headers/Private/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h create mode 120000 ios/Pods/Headers/Private/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h create mode 120000 ios/Pods/Headers/Private/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h create mode 120000 ios/Pods/Headers/Public/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h create mode 120000 ios/Pods/Headers/Public/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h create mode 120000 ios/Pods/Headers/Public/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h create mode 100644 ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json create mode 100644 ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-dummy.m create mode 100644 ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch create mode 100644 ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view.xcconfig diff --git a/ios/Podfile b/ios/Podfile index fe9e9552e..f9b07a94b 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -60,3 +60,11 @@ target 'ShareRocketChatRN' do use_native_modules! end + +post_install do |installer| + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO' + end + end +end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index e72243618..3e6ff7296 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -153,6 +153,8 @@ PODS: - React - react-native-keyboard-input (5.3.1): - React + - react-native-keyboard-tracking-view (5.5.0): + - React - react-native-notifications (1.2.6): - React - react-native-orientation-locker (1.1.6): @@ -272,6 +274,7 @@ DEPENDENCIES: - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-keyboard-input (from `../node_modules/react-native-keyboard-input`) + - react-native-keyboard-tracking-view (from `../node_modules/react-native-keyboard-tracking-view`) - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) - react-native-realm-path (from `../node_modules/react-native-realm-path`) @@ -377,6 +380,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-document-picker" react-native-keyboard-input: :path: "../node_modules/react-native-keyboard-input" + react-native-keyboard-tracking-view: + :path: "../node_modules/react-native-keyboard-tracking-view" react-native-notifications: :path: "../node_modules/react-native-notifications" react-native-orientation-locker: @@ -504,6 +509,7 @@ SPEC CHECKSUMS: React-jsinspector: 73f24a02fa684ed6a2b828ba116874a2191ded88 react-native-document-picker: 94a07ce0494c559e2ae9fa86621d6c624d810fec react-native-keyboard-input: 2a01e0aceac330592bbe9b3101761bb9d8e6d1fb + react-native-keyboard-tracking-view: 1ebd24a2b6ca2314549aa51775995678094bffa1 react-native-notifications: dddb6bee55ca4ab303c17c27c75fb5955784c4b3 react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c react-native-realm-path: 868473ea0bc4629850f1ec51a70d81055c06d091 @@ -549,6 +555,6 @@ SPEC CHECKSUMS: UMTaskManagerInterface: 8664abd37a00715727e60df9ecd65e42ba47b548 yoga: c2c050f6ae6e222534760cc82f559b89214b67e2 -PODFILE CHECKSUM: a0388e2c4da05c0b98d2b1012c761b33a9f9123c +PODFILE CHECKSUM: c9c0e4d6e34886493451eb2fdba48bc7e89d4551 COCOAPODS: 1.6.2 diff --git a/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h b/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h new file mode 120000 index 000000000..76b05fa06 --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h b/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h new file mode 120000 index 000000000..9bac922ae --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-keyboard-tracking-view/lib/ObservingInputAccessoryView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h b/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h new file mode 120000 index 000000000..958a443f1 --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-keyboard-tracking-view/lib/UIResponder+FirstResponder.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h b/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h new file mode 120000 index 000000000..76b05fa06 --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/KeyboardTrackingViewManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h b/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h new file mode 120000 index 000000000..9bac922ae --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/ObservingInputAccessoryView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-keyboard-tracking-view/lib/ObservingInputAccessoryView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h b/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h new file mode 120000 index 000000000..958a443f1 --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-keyboard-tracking-view/UIResponder+FirstResponder.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-keyboard-tracking-view/lib/UIResponder+FirstResponder.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json b/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json new file mode 100644 index 000000000..aae1d8300 --- /dev/null +++ b/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json @@ -0,0 +1,21 @@ +{ + "name": "react-native-keyboard-tracking-view", + "version": "5.5.0", + "summary": "React Native UI component which tracks the keyboard", + "license": "MIT", + "authors": "Artal Druk ", + "homepage": "https://github.com/wix/react-native-keyboard-tracking-view", + "platforms": { + "ios": "9.0" + }, + "source": { + "git": "https://github.com/wix/react-native-keyboard-tracking-view.git", + "tag": "v5.5.0" + }, + "source_files": "lib/**/*.{h,m}", + "dependencies": { + "React": [ + + ] + } +} diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index e72243618..3e6ff7296 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -153,6 +153,8 @@ PODS: - React - react-native-keyboard-input (5.3.1): - React + - react-native-keyboard-tracking-view (5.5.0): + - React - react-native-notifications (1.2.6): - React - react-native-orientation-locker (1.1.6): @@ -272,6 +274,7 @@ DEPENDENCIES: - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-keyboard-input (from `../node_modules/react-native-keyboard-input`) + - react-native-keyboard-tracking-view (from `../node_modules/react-native-keyboard-tracking-view`) - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) - react-native-realm-path (from `../node_modules/react-native-realm-path`) @@ -377,6 +380,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-document-picker" react-native-keyboard-input: :path: "../node_modules/react-native-keyboard-input" + react-native-keyboard-tracking-view: + :path: "../node_modules/react-native-keyboard-tracking-view" react-native-notifications: :path: "../node_modules/react-native-notifications" react-native-orientation-locker: @@ -504,6 +509,7 @@ SPEC CHECKSUMS: React-jsinspector: 73f24a02fa684ed6a2b828ba116874a2191ded88 react-native-document-picker: 94a07ce0494c559e2ae9fa86621d6c624d810fec react-native-keyboard-input: 2a01e0aceac330592bbe9b3101761bb9d8e6d1fb + react-native-keyboard-tracking-view: 1ebd24a2b6ca2314549aa51775995678094bffa1 react-native-notifications: dddb6bee55ca4ab303c17c27c75fb5955784c4b3 react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c react-native-realm-path: 868473ea0bc4629850f1ec51a70d81055c06d091 @@ -549,6 +555,6 @@ SPEC CHECKSUMS: UMTaskManagerInterface: 8664abd37a00715727e60df9ecd65e42ba47b548 yoga: c2c050f6ae6e222534760cc82f559b89214b67e2 -PODFILE CHECKSUM: a0388e2c4da05c0b98d2b1012c761b33a9f9123c +PODFILE CHECKSUM: c9c0e4d6e34886493451eb2fdba48bc7e89d4551 COCOAPODS: 1.6.2 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index c35d8fbe8..5c0d94d2b 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -7,6 +7,33 @@ objects = { /* Begin PBXAggregateTarget section */ + 031F6220C2D49E4AD5F61FAA0ECADF64 /* UMFileSystemInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 0AEE3B884AE65D5E5F077CCD06AD8643 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMFileSystemInterface; + }; + 037B3080D17C0918F3E81F3A1BC9210D /* UMPermissionsInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 74566EA55AFBA560F2ECF92B9E8233D3 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMPermissionsInterface; + }; + 0CACAA2090CDFE53847B4982708DA0C0 /* UMFaceDetectorInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 090CEE74FE39E7C593858C901E93DCE2 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMFaceDetectorInterface; + }; 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; buildConfigurationList = F7B9206E26DEB0994836EBA1FC0E2DE6 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; @@ -20,37 +47,33 @@ A545116FEA98CB2DC602ECFE976A5146 /* PBXTargetDependency */, ); name = FirebaseAnalytics; - productName = FirebaseAnalytics; }; - 27885611ACF01B70F7F60ADF4A7D43D3 /* UMTaskManagerInterface */ = { + 3B235D684B47AC9D454CEB2E2928086B /* UMSensorsInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 281993041C481695A5FAC68F2AAA28FF /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */; + buildConfigurationList = 5BE48B77568B029E2F51AADA8FB8A5E0 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMTaskManagerInterface; - productName = UMTaskManagerInterface; + name = UMSensorsInterface; }; - 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */ = { + 42596A45EBB71AB1A96330476B19FB67 /* UMFontInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0D1C58C4F3C697682657D483AF1081D3 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */; + buildConfigurationList = ED6E63FC2C55F2399A6C3B7D871C5323 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMConstantsInterface; - productName = UMConstantsInterface; + name = UMFontInterface; }; - 514E6E3AB554A8E3882D69710CF78F5A /* UMFaceDetectorInterface */ = { + 50A940670A90AB8FB959E0A1AE922317 /* UMImageLoaderInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = FF19DD845DD6103E66559ED4E62CEECD /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */; + buildConfigurationList = A867D20C6356E4446D0B4F91EBAD5FC3 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMFaceDetectorInterface; - productName = UMFaceDetectorInterface; + name = UMImageLoaderInterface; }; 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; @@ -62,27 +85,6 @@ 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */, ); name = GoogleAppMeasurement; - productName = GoogleAppMeasurement; - }; - 5B2A241066DE910F55AAE47D3A045F76 /* UMBarCodeScannerInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 62D7AB941A40A797C55CBB6D7B3A9DB5 /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMBarCodeScannerInterface; - productName = UMBarCodeScannerInterface; - }; - 6270570549FCD306735A2964D34291EC /* UMCameraInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = EC705AB6D0C8A09CECD45A5D1A1C2454 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMCameraInterface; - productName = UMCameraInterface; }; 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */ = { isa = PBXAggregateTarget; @@ -92,37 +94,6 @@ dependencies = ( ); name = "boost-for-react-native"; - productName = "boost-for-react-native"; - }; - 68F0C188B4E9C1C7092217508F848185 /* UMImageLoaderInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 9E169976F8D61ADB8772E722D44A2AB8 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMImageLoaderInterface; - productName = UMImageLoaderInterface; - }; - 76CC3A2D036B8B64B5F70A7078274100 /* UMPermissionsInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 19B649D415B23577700588DC3FB19565 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMPermissionsInterface; - productName = UMPermissionsInterface; - }; - 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 1CB324CFC7C9FDAD43D409360A8F980B /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMFileSystemInterface; - productName = UMFileSystemInterface; }; 799B29F9D6DCE28B98CC259440382F20 /* Firebase */ = { isa = PBXAggregateTarget; @@ -134,17 +105,15 @@ CB67FB062DE8CAF07E20E144CB621739 /* PBXTargetDependency */, ); name = Firebase; - productName = Firebase; }; - 9562090F28DE880A62FCD90995380CCB /* UMFontInterface */ = { + 79C1A2CBA6641D19D3387E565BDB9E68 /* UMBarCodeScannerInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 18560EDC55BA74F915401AA30E4FAE84 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */; + buildConfigurationList = A6511FA2C13D37D1CC45D8E1034F5EEC /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMFontInterface; - productName = UMFontInterface; + name = UMBarCodeScannerInterface; }; ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */ = { isa = PBXAggregateTarget; @@ -155,29 +124,15 @@ C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */, ); name = Crashlytics; - productName = Crashlytics; }; - C415E68F7D14EFE76D5D69A609C79476 /* React */ = { + B3FD7F79EC337D5ED12A92ADB21D92F0 /* UMCameraInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 87B7FC43D05D82B25F28F334FF2E8A00 /* Build configuration list for PBXAggregateTarget "React" */; + buildConfigurationList = BF614135E91E14A6BCA5204E34C20333 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */; buildPhases = ( ); dependencies = ( - 3EAB431DBAB47312841A447AA2258944 /* PBXTargetDependency */, - 7398B7DB682D87B852A299FED9F1A769 /* PBXTargetDependency */, - 662089B9D4EE0E38FE5273051127BCE3 /* PBXTargetDependency */, - AAEF4826444D35C19804B9B5AB012B95 /* PBXTargetDependency */, - 5BA554D07C7B250310150E89E74D8467 /* PBXTargetDependency */, - 22A0877866D53CD29FCCFAEA367A539F /* PBXTargetDependency */, - B16B4A545334C9571E0F7B81D7E2D757 /* PBXTargetDependency */, - CE09C1A6692DDCAC90F8F9A43735CD1A /* PBXTargetDependency */, - 635A198BFD3F66EE533E0778F2AD02B9 /* PBXTargetDependency */, - 0F630A06AC0FC9A70BFC66A89E18E239 /* PBXTargetDependency */, - E4FA83A512B8916576E597E3878AB2D6 /* PBXTargetDependency */, - 19D3E819761270A08664BBBA735CBFA5 /* PBXTargetDependency */, ); - name = React; - productName = React; + name = UMCameraInterface; }; D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */ = { isa = PBXAggregateTarget; @@ -187,1462 +142,1490 @@ dependencies = ( ); name = Fabric; - productName = Fabric; }; - FBCD7290C933DD8419DE4A5DBFBB4B18 /* UMSensorsInterface */ = { + D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */ = { isa = PBXAggregateTarget; - buildConfigurationList = 92F0D4624A342A056903B0CC5D7EE592 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */; + buildConfigurationList = 9180B0F245FFC1C538E74C3B1CA29FA9 /* Build configuration list for PBXAggregateTarget "React" */; + buildPhases = ( + ); + dependencies = ( + 908199223D551900531AD11DF26211CC /* PBXTargetDependency */, + 63B7AEDBE644B8DBD700EAF8E0C2E16F /* PBXTargetDependency */, + 0EEFD639C616C29D432B74E8BE5D90F1 /* PBXTargetDependency */, + 5FEEB4B6618C37B63B63754CB3291C20 /* PBXTargetDependency */, + 0A86725F77EBF955498FA062A70E3D36 /* PBXTargetDependency */, + F5A3CF4C6A318AE0EB330B48B51BB3DC /* PBXTargetDependency */, + 322B96A8C0A44B91F438AC024BFEE8F8 /* PBXTargetDependency */, + 8FE42DCEE15F6B0320B4D7844739DBF4 /* PBXTargetDependency */, + B63D854DECD73B6442FC59CB453C1514 /* PBXTargetDependency */, + C0A7EF02C44816A4E779F62DCA732151 /* PBXTargetDependency */, + F8680FA84B9E724B249326367D2ED87A /* PBXTargetDependency */, + 3C840D86C085A389741870C58C7F44F3 /* PBXTargetDependency */, + ); + name = React; + }; + D601F4DF05759D283B5E468ED87B1030 /* UMTaskManagerInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 78FC4E40D4DCED6BE3C1A25A91017738 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMSensorsInterface; - productName = UMSensorsInterface; + name = UMTaskManagerInterface; + }; + D6CDBA4F567B018F442382D2520D6D27 /* UMConstantsInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 51C66BBB4BF416CDA4D6EB626E21DA79 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMConstantsInterface; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ 004F5679B9467C475CCD10531838FAA0 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C13898734A47229E6F6F466BDE343AD /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 005FDA4074AD1641648634BE9810886A /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E437F7AC5DA5D4F65365AD3674FA09EF /* RCTTextViewManager.m */; }; - 007A02F8DEFBC4974D036508290723D3 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D29723E132E50EDDE27A39DA7304A41 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 008C2E01AB4F20C78CCE772DF5F73473 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DCA00C7E8811CA2E5F68A1CEA3F7230 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00FAD6C011B67C0B8057A2D664227716 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = D2C00A723DDB533A46756978C839414F /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 011234D64AEF68FD66A72B72D5CCD7E1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED7C906FA08FCBC1FC612DF7E2876B4 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 011A77AE2F540844992BAB9676FB8004 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB1BE1DA98E3CBD6ED56FD6C5EF7B0A /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0162B7E000CBCE2FD49420E425A5521A /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D6931EA66871913CF4BC95BB2284A2CF /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 017DADA2952B15354EBBB66BC54E78CD /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E4091821150BCB7C8CB115A67D391B15 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01A6356CA846EBCD09368C15062A97E7 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */; }; - 01ADD3217D47E467CE0A1314A8134152 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC4213AA94E9463BCE12CDBD351AC85 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01F2798C0467D6A31358C8A0985C36D4 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6F3AFBF18C9A9F476B94E17BA552C9 /* RNFirebaseCrashlytics.m */; }; - 023FE2B45BC3A082991431F3D04A621B /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 20212A645208FC76C39FF3F729A5058F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 025C5E676828C11A8A6C602CEFCEF805 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 42D99890DE4E50157554A36BE513F209 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0291C56CD2BF8947BA2C4D0A4E738850 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 89F0358F630C0CEA24A08AB0835DECB4 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02AC2E0F8684EB425FA13499B3AA0B12 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0732BB40F45A0106BBCFE5D2395034B6 /* Folly-dummy.m */; }; - 02CC3115AB4B885AB679CB89CAA22686 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = D94428A50A19211CAD2AE58AF08B3F08 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0317CDBD45DD1F08482E2C1D2C55D2D5 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 53A6E4908FB17BD3CBD355CB5CC59010 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 00B69F2F3DB3B77F03393F6A7C8F99D6 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = F35BF209A3A4127112EC118291789541 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00EED4736E548F17F10911461FD4DAB6 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B094C3BFB01A8A90561831B073F940C /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 00F1D6D055E2D5AB857EA1F68BDFEBFD /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = E93031C5AAE92BD68281DF125E44FBC2 /* RNFirebaseNotifications.m */; }; + 0114C39DF533041F6311C3F87937F457 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = A2EE6288DE9DACD1F151E02E15A37E17 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0125F15CB1839E3C12109C5548D6B04A /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AC9C2E7CD3CDADD89CBA891E817A560A /* React-RCTText-dummy.m */; }; + 01B1C81D1DF5299605A9725E0036AF3E /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC3A115E77A8B663B2488CA511A456D /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0249F543F3D4DE42CA28C0F0A2E047A6 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B2ACEC62C125FF131EDF144E1371E3 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02540D1466EF8942D08DBBD73D012B6E /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F7D86694F88BFEC78C76BC011DEAED9 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02A5305E69D8AC121965BB75FCD4C098 /* RCTTextRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 82181B4F72CB410951D376EF3CB6B744 /* RCTTextRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 032A2BE4FBB00DE9FEA0DD3EB7A5A278 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1274DC7162B3A998032A6C4A26B151 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03311832FDD91A029F016815F69BA8EF /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A3EC18BDD1D47457ADB26F2BB322211 /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0341DDD016EABBA891F01417BED09616 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 473A9ABC6338F6EFCDFA1962AD395442 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03595EEE4A99EE6E0B05BFA134F2CCC8 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C314665AC8CF7561EEBFC191F06F5234 /* RCTDataRequestHandler.m */; }; + 035B9D6F9EDBE29C8B708FF66F9DD3F3 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6129CD5D06D23757E10A255D4CB55DDB /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03625EE23D0D87639BBC3435094567CD /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD94AA2BB35EB3D20F5535BA7FA60B9 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03B1BCBB960C0747FF8037C28EF82574 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C16EE0B0291346B1C2031D60B1E0EDB /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03B8C66BD1EEC69E087BFB85EFBE37FD /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = F07626E87712FA472EDAF0557780E366 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03CAB326C573E10A3743EE2C87470279 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 79007DB21DA56572F6F12BA24E1D5C1E /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03ED9B2AD2FFD14C69697A6F19B81ED2 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB019C1AB8564DB472BC8659ABEEEFF /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0415955DF1142B1087CD77F9631924BE /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 86F8703C9AEF98BC4A906D6840BC3367 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0490609F0085A7319EF9AABB46BD6A5C /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = C0FA74ABEDFE594C7606C647B4A90A40 /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04A90656E34337A92E56AB32BC082A4F /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 144E5DE18913869DAC6EB93F9BE53AAE /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05A4C21DD006FCC4D867EC338E07DD78 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BFC6E66EDA5A85068108CAFE7E335EF /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05C57BE58CBD1638605AF39C71EDCD40 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0996983AC0713D203EB11EF160267600 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 05E0BF605EB2BF9DFB07775E90F4E7A7 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 770A35FAB1550206A5C6670789370705 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 037E3EF5A01E3425C4804E46649BEC7F /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8CA3AC61E5D948DF0E8C7997FFBECF /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 03C8B38F6FF104A7BAD87574DEA776D1 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = C89143BE8982F7EBD362BDEB4BD778BC /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 041CBC4B0E6473E3A7EF93875979D21D /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B4FD8CA9054A81A0FA45E459742F09 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0438F6B832E53400B315FC6CD3503171 /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B7EC0AA32B06D1369FA20D2167228CB /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 043C869C978512C629608B8A694D8F00 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 10AA951FD7F3547E3E7F4EA247DEE5F3 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 04F55686DB8C608578BB43A32BB6546B /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 9477D277A1E8B1EBF5BE7D658D5FF847 /* NSBezierPath+RoundedCorners.m */; }; + 04FC71C610E37869176D6EC346FFDC32 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = FE343D02442917C7A9E321E0E492ED9E /* RCTProfileTrampoline-arm64.S */; }; + 0522EC8463FFAC9278A3CC7973C2D26A /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = A8D9B6818C76442E9D696A8ED0A3806F /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 054E2167D1A835FEA7395C7B89A05E03 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F7C61521E4CC5845149596CB891EE2E /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 055326C6E4A91020BA342D59541042BE /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B73A9B7BA7D76C4EAB6A1B0097D170F /* RCTFileReaderModule.m */; }; + 056897C604A428F5A035B2EDC0B2B5DB /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8431B4EB1087EBB77F4EF43A5DA8B592 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05784E4F577C71F801295AA360FEDBAA /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A25C294596A871D2707A11B0B391A2B /* EXContactsRequester.m */; }; + 05823BE4BE530E41EF2FB395E524185D /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = C71C008D1509BC94F23D1010EF66E20F /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05B52A806344A61204220504D70196D3 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E48CF0EB7019749509BE035B52367E /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 05F0BE6D01F6317AB56399068AA03408 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A26029E7B9792F94B7A87A7199A515C /* GULNetworkURLSession.m */; }; - 060407985EA9AB7F283CFC5918EF815C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEC1C0E6C54FA9DC6A8B1B881400AA6 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 060512CBD463F07315708D08391D3470 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3183AFDDBFAB519351065E5018CF6355 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06594DFA6D9D73D21001FB3709043BF9 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F8C55975E3B09A121CC97BA7A13B25BA /* RCTInterpolationAnimatedNode.m */; }; - 069EA2EF93E386ADAF68E92263B3ED0D /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B749770ABF9438ACF3763A8909D03E /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06DDA2161BE9B218C59BC8ACA7F58AE9 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D83458785D164BC4707960D36F1309E1 /* RNGestureHandlerButton.m */; }; - 06E4426AD355AC2F196260C1C6ECF082 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 89AEA48CE23CBEDC7294120FCA7B0D43 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070743CB50827C9ADFB341B6228D99E6 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B535E6EEAB5A738D9886E57482F849F /* SDAnimatedImageView+WebCache.m */; }; - 070A2EA0F03D0454B1AEEF286AEEAF47 /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = CF98CB27973822F9958EC3337EF3FAD0 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 072525A30F972C8849477C92D0EC2F97 /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = A1F2A60686F0C6675B3F63F1AD949B1B /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 075A56CA701E9D9DA071E4E5731E224B /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 313D0FD81A8C654FDB06B0351B958F5D /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 078C3208707025378904EB0CA7CEE57F /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B982070BA2EA44761A4DCCFA8036C5 /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07B3071909982BA85177AD84B8B4891B /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AD92D36B85DA95740ECB849D14C5F035 /* UIImageView+WebCache.m */; }; - 0825817E8BAEDEBCE062BD8945FFCD32 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 815AB2726183E96338A3CB0E0FB94F67 /* QBImagePicker.storyboard */; }; - 08602634F40722C30A90B6F3572B639A /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 51B3484E9A13910E2BE6F88836177866 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 061235AB4219A2FE308A4DBC09F2D2BF /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 217E33420DFC18DC0466AE672F2F3D68 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0649814FCE8D1A872EEEE4760938BF7E /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 382AC57C33C0C98A1D952E6B0CD1D579 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 065AEC5ABB187639D84B11F9C002B47E /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF416C1EA6FB36540556BFBF2F88E6B9 /* RCTImageViewManager.m */; }; + 0666748405EE22EDF99790693B225619 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 672097C17BAC1DE2A3A0878AC3E68ABB /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 066B48FF7191E487AE77D0E9CCBE5EAD /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C5E46DB8D22FFDE01F09312D4E27DF /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0677FACDBAC365D2CFFEB16CBE069DE4 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBB51804A0DF1E9C15EFC5A9ADCE3FA /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 067BD8222ADF05B07E8D6B651FE3EA09 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9C4A4D474006ADFF18769C5F7EACDF /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 06814385F0D872D3C8CF4808146A3B38 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B717602B460C2E13E761D9D4917771F /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0681CB1459BE7309030062673A812215 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CBCE85D88F10C26E942F8B69EA026BBC /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 06838064003A1650E6B981654B760496 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8492A50A463D0FF1A9999FEED07C0510 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 068CBFB55EE8609D8BCCB330675B6530 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3D385BB69D2A22CE4FE4ED9EB8FE52 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 068F141A4D4F93685151DDA6BC5270D0 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 639744914D04C8E5259668C1F3E1357C /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 069A01C7BC1D2FA001C215B18405A056 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = E094A81CCB4EAADA62885CD67F735F65 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06DF5C414F672BDF3F793D92366EC263 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 18DF51722E453CBECA2F38E3B81D792F /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 072B9F7F39D27D597E3CBA856D70388B /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7149428CF1B6CFC8E2C31DCCEDA015DE /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 074B225D58FF5CD89027BE10698EE48A /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 23AE028361A5002BC40AEE2BD7062D28 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0769B0C7B58DD953E77A375E104DDB65 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2DBC56E5B7A5EE9EF10CE02C3F181B /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0776080654BBCD641A1FCFC5A4B1AFFD /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0659ABFE8B737562A1C6E929BD901095 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07AC8868F53D788B03BAD0EF62A0F125 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC685BFA32CFDC9B7B5C527F455B262 /* SDImageCache.m */; }; + 07BC9276F8D8D159703C22FC7F03E1E7 /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 75FBC0C79EC41C4CF61E3DBE9109081D /* RCTModuloAnimatedNode.m */; }; + 07FA7C83F1881C31DDF6C18E849EDD6D /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4CF89EABDD95C31E45028012D461DCF /* SDWeakProxy.m */; }; + 0811C809EFBC49D2DFD0794B4A05001F /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = A09B4626E28CF050FF247BEF8B24A30B /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0850E1314A13E5B954F504B272FBEE69 /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C96EBA1F757CAE8CCCD4F349A1D3A5A3 /* RNGestureHandler-dummy.m */; }; 088BF218B07C48D03EF2675C5D535264 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 26285524367E43F85AA86CA5D261B98B /* FIRInstanceIDCheckinPreferences.m */; }; - 08AB0DE8CC0454D3A483964C8C8B5078 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DD2A3B2CB546D11E443F42BFFF24FC /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08C49A214BFC3880DBCADB851829DE1A /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = ADFB2CC475A870DF3F4FCA129117BCD7 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 08CFEBF8C87EED02D29D227E80C3CDFF /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = A8EA6A4758CBB87D990504FB585EEE19 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090066BFE0FA2FF544967EFC1E05EE51 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = AF93A9CF6AB236895A3E9F4AEBEA50C1 /* RCTWebSocketExecutor.m */; }; - 091E7004BDFA27F79CCCD4935A2D02E1 /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E86A7836A931EA35449799004935B4 /* RNFirebaseAdMob.m */; }; - 0923D0CFABC7AA54C841D568354C5BE8 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7764D7B284BE346696AD890A270BA06F /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0927FCAF12F0D75C9BB7A0D4C3B50756 /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = D369F4A1CC73977D14F3415F317D72B6 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0994E05B0EB24FFC37F08A76EFC5784D /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 517075CD51A06188098B33A4DBFEB7B0 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 089EE5271DDB7CC9B4BEDBF5231ED504 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B396068176C61298E7465743636F3D27 /* RNCWKProcessPoolManager.m */; }; + 08AA3599F2E941302E152C039AEEAA98 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BCC2E09E38AAF9ED16478371033B455 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 091C0C0E3A30D286E30F860AE0925759 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D37BA8B70B59F43608B73D6A8BC1E0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 097FAB099558BE69C5B07C5CBF958442 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 09231CA91C9840381D79D3AD296ADB2A /* EXCameraPermissionRequester.m */; }; + 0984E512C5DFDC303F770A7F140CB925 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A526257E8262278ACDD62D55CAA864 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0990151FBB2EAB836AC8D3C731304558 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 937EE317825D5FEE944C18A21CC287EC /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09BA2B85B4D3A18F7D1E57BB80828BD9 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A124415EEAFFD11305E9444D3D27901A /* GULNetworkConstants.m */; }; - 09C6CE0857FC06E76B158447B5C16390 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = EC87AF196D9908091AB1ADAEE607492F /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09E7BD6B17DC128CAD625D859078DA16 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DFBE97B896BD6F5BFD2303F4BDA09280 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 09F1039B71F41A58E4C3820736AFF5B9 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D740B97788492DC187E192A320EE08E8 /* RCTBaseTextShadowView.m */; }; - 0A05E0B5F8066912F1B9C25C978289F2 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F302F1799DB58B30939124FE54BCE97 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 0A0E18DA20F799C8782906B2A4F9384B /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55F89B884F58B3A770682C65887A908A /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 09D24FD9AF1F973619588B95980263DF /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CF5D908BBEF1B395BD76E59C1CCF221 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A21D37F9F6EE5B5FBFAD5A6A68EB437 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = FF9E50E7E16424E69E352EFEA6EEF197 /* RCTFrameAnimation.m */; }; 0A21F9EAD7C7BBFCA0EC138FA971EFAB /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 689916F92A79A2906661A96389345605 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A3B15F9F2C8B2D8DFE50C23FE9DA9D7 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7691832057A60FA5760775AC7D333B7C /* RCTMultiplicationAnimatedNode.m */; }; - 0A3F71A88A026F84D91B53A6E307E063 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D9F9489DD97C0F4F3D28D56A71E3072 /* QBSlomoIconView.m */; }; + 0A22011D34F56D40C55D8124106DAAD3 /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C3F37768DDA4C6D1564FAA44C67064 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A321B4B7EF5803AE00818A84786880F /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 389D98FD60B4CA6B5B9438DD95554AD5 /* React-RCTVibration-dummy.m */; }; + 0A389C092879280FD03E79968DA657B3 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F86F25484653370A0D569FEBD1153AF /* 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"; }; }; + 0A42B05646032C26BCD812C94D27B004 /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = AE52216097B3FDFDB20E005EC9B2AFE3 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A51C43D0E6ED1CD224B7A85B8E69F5F /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 971030B5A1A13A6718F284FCEA97B96E /* RCTTextViewManager.m */; }; + 0A5991EAECBA7BA29B1FFDCF5788A915 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D583CC08B9C0688CFCBF30BFFFE7341 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A5E1D23B028EBA8D59E5E1D435B1BC4 /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B67C4911E54289DD438C7412468894 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A60FAE5E612F6DFC5ED51806B14EE7A /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1425A717264D4C3EEF185548FEAFDF8D /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ABD2C8CB67C11D5D24F77D8DB5744F1 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = D45BF9100908AE41F56695A49C6148C6 /* RSKInternalUtility.m */; }; - 0AC31CD3C30352FCE9D388C0DF234C44 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 60A8797CBB0C616A7E05CD42B7E069D2 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ADEF1CB778153CE8FC6BC1E4F0D5F5A /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = E5439D242A7B1F136DEF2859EE70A2FA /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0B2D30F38EB2951F5650351BB4C018E6 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 21674978ECBDA5CFD6AE01E56F85C99E /* EXRemoteNotificationRequester.m */; }; - 0B3DFE9C896EE36610EE4A749615058A /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9DA21AE7AB7B694A4CBC367556D04E /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0BC55EDEFBE99C75CA61FD21EDFE3552 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A927DE95BDAF588283170046E90FCF9 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C21650B7F2853C152643986FC30E869 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9E2D6F511D42B2C64FB49DEF0426AD /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDCAAD5CA4F46D8FAC531D31269CA7D /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C3144C5807E7D1541C84ACAACD490AF /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C8326B636BA2A897FA677875A9AA024 /* UMViewManagerAdapterClassesRegistry.m */; }; - 0C631B56D84BB38DC0844EBACC4893C5 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A3DA23A34BC8A51A4FCABC4A4D5AE1D /* EXLocationRequester.m */; }; - 0C957BABEB6CCBE84E75013A02C568A4 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 169ECB64BE99E73D32A6895AB20326AA /* UIView+FindUIViewController.m */; }; - 0CD8F20434FF990AD37A2BE53B96C2CE /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B44EB014015C40006305E19CC3C5ED5 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0748AC8B77AD17A1DE6C5C6B0769C8 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = AF21BE9E3D8FE2A369DF751B204594B8 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DA5C1176804B222C9D3A8DEF89D14B5 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = F71DDDE842D483EE39DC30B26229739C /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E02E20A0117BA335D2C3216E28B0B7D /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F03CBA6207DF026B6B5E5BC4D51937 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EA52A345DCC5690E25A5BF7D28C6A07 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = BA9DB6860961EA22C664BC1FBD285252 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EEB67D98532D221BA554B6B3E377578 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B9C539BFE6C12F411373F9CADB79B8 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3AFB2969CD3119B6DBD9EEB8666771 /* React-fishhook-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4907F6C13F7E7187A4783EBB473BBE9C /* React-fishhook-dummy.m */; }; - 0F7D0326C38FA3CF8745C0A798D6ACE1 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 158DE2C71D5D043F7ABAECEB839FEBD9 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0F8C4CA65E9AB7195C5CC2E2E883B725 /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C503BE2E7E52EFB707CAFFE7C2B7B696 /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FA5409CB5CC39FCFF8D1F08E399A813 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 571AD5FA0ADAF90947A0CEFCF6E2CAA5 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1060C19C119AC73893B6BD35659924EC /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FC21F156621222E1A64884B86F471D3 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A9239C1F571D73464F838DE9B638581 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DBA330C1B29EC8F8FE394E237A66345 /* RNVectorIconsManager.m */; }; + 0A99204FFC0C48FED60780352F85C6FA /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = B6439C9AA2A002CD482F3ABC19FDC3AB /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A9D411367BE5781A00685A4BC95FB59 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 82371C592A7E4836B1900DE08EEC48FF /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0AE1148528FBA901AAD7B58D65487189 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4B93578AA069779B05F89B28658330 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B462216888B4F8AE1FBAC56770DBC93 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B51BCCBE0BD87EAD9C8536EAD952AAE /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B5FD772B11A80765ABF50A90AA9B4FD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 909CF3CD4CC729B2F9891C84408DB1B8 /* React-RCTSettings-dummy.m */; }; + 0BA5AD7E6C483709042A994AC31357C9 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A40F80C787C266CFA34AA401F53D0AA /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0C63A1A9FB5BBBC652F000EC687EAD53 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C936D3626CE26D631C00136E119F75 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CA04B69A8D898585701B1536662FE64 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A6B3853E85C354108FED06A0E1DF28F /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 0CC8BEC18EEFD0870098016928FC3C03 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F0EEA0D5DBDC2DCCCEFB30FB0C6855 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CC9E88F0C4BAFA0A8AADF146B72B900 /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1AFADFB9853C6F9111A67587C26B26 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CD2F51A9A49C5DEAE94E36576C4FCC0 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D9C521105A559BABCEDD5E16902A159 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CEB08A435039D821BC7DC9C8208BF1F /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72BE94C02A40C2FB344FB54D5D07F9C4 /* RCTBlobManager.mm */; }; + 0CEB1D96E071298C17DABDE0CA7861BB /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 034EB0062DDD83572896297C0612D795 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CF86367DFB5FF483B976493E05BE16C /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C008E4BE5488278FE31813E3855959 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D081003EC0122AE9F5760C564FF401C /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = AC22DCC8D36D840EBF98EED570D3510D /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D5F7AC4E5BAEB441ABE156872A5CDE6 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 62881E87FD69D33AF62673707D063601 /* RNFirebaseFirestoreDocumentReference.m */; }; + 0D6A184D4C97F4E9DFCC24DC698A7096 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 76BF23E18EF6FC06C27B972751AAA22E /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D9CD2A663AEC231D949A4172B3C7896 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8D105B0FE2CE7347AD96A5918F43AB /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0DBC9A4BF32F76F6E014542A271E3864 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 466F956D06065B2D6E0C9EAAC131D957 /* RCTTextView.m */; }; + 0DD3F4EE7F51367BA6308E78958AD147 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0774587EF0C81235F81FE589BBCCDC79 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E18032099613AF401EFE6FA5D6AC0ED /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FD4B91B25A0FA9AD10329107FAA8119 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E1E043A17AACF92DD0EC542B831A559 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA412ED9B2DCEB6387719BC29D4F4AC /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E61E82C8A58A7118D7D957E5814F738 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 534A34629E4435800A496E2336176553 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EACB4345FCB7472F15804F7B583EDC9 /* React-DevSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 476B3B412F0EDD9DBE3D72136940C956 /* React-DevSupport-dummy.m */; }; + 0EAEA3880FD31236FBDB09510A50231D /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DED98470F61175C5870503D815D5A471 /* 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"; }; }; + 0EB9F0DEA199C34346153CECE07285B4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B0B9EBC63903C0AFD7B16BB9C2ED2AF /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EE40EF775400A0207BA455DDBEE2A02 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BEA765B9F6FC4D1D80582F961419434 /* RNLocalize.m */; }; + 0EFED5DD047FE90F9EAE569219ACE8A2 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = AE5840451EC097980E40614EA3CB89AB /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F8227F7AC9E84ACA1B7C386301323FE /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4B95BF6B77DCFC8162092A9B53407A /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0FAA384744A3F8921827D8AB80F8F299 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C080CF5772FBAE4A3FC2FCAA0380A1 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FBC3916AAAFD9B34F65BFE3DDF349FE /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = CE6B1C4785971B3BA933C034E150103B /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FBF6BE462F9B1EDF1D24CF41C77BC94 /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = D826BB0DC7665D51150A05726334A1DC /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FC744DB60D870CC3DD9138BC4B74701 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = C578B94FB8B19AE19B6CCFCBB6A48F3A /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0FE0D0F77B1C23A5BE49F3E7D7A3CD2A /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 974BFE2B099D9A5F06B2CA92333D7B78 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FED38C7E122D6A44271BE8F8EF3ECFF /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AD4B838505F378D6A8F042003469E26 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 101F37D6A8128BA9D57745FF43DCDABB /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3344F3DE34119B7035CD0FD4C839C7 /* NativeExpressComponent.m */; }; + 107BF2E806089DC6DD5715D1FCADC1FF /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3A529BE56491A3C4A40A7143854717 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; 107BF51166C8E00581BB9828B788ADD7 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AEBB5943630A6F4BC8F7D6D8A74542 /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 107CD51CD5FD22E8DE8F0F74C86B5A74 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = E1A62375ACC390D49FDD649653304B10 /* FIRInstanceIDStringEncoding.m */; }; - 1095E8FC04BF5D67388CD27AF735EA00 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A6A421F589561A743EDC1F0B054E6641 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10F1DB8FA82FBEEFFAE40C4A466467C1 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE2A35E7733C5BD352F9D85398D7577 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1107B959C2165E4BE5E312AF671DF48B /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 449726C9768F455E6476B45D54DF3AB0 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1140C43117C329F65D3D262DAE17BB0C /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = DF82225B36E99F684AB27EB57CD8DB5A /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 114D4C4C56064516122D0E9A94E1A622 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAE35F4BCC73F18E6E3D5E48BE35417 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1222E7AB723CB2D3E5811C261AF342E4 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = FC67C73FFC29016D8DF90369745BEEE5 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1283DAA1D9FC84DF5395D2C8E052B779 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = A955D1D21CEC98308E0795C3C11D325C /* EXWebBrowser.m */; }; - 12DCAE33B921924384D38CD3E0A5BAF2 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7B02E08B1497B3047C9CCA1EED763A1 /* React-jsiexecutor-dummy.m */; }; - 13BDA29EAF2865A777BE1764C5488A83 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE9816292CDEAA962C614B00BE2D7C2 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1407E9128CA5F01437F2A6989452D411 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E2541FB02FE40FF14C262B8CF5A76AFC /* SDWebImagePrefetcher.m */; }; - 142DDBA72CDBBC8F357722E76EB54EDA /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = ACB902C29704B00FF0C33BC5B03E81EF /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 14400BC79F3BF5F015275738B1E2DEE4 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E2AFC55E7D8C6D7C6820C333BF1C3041 /* RCTImageEditingManager.m */; }; + 1086BE02065108E924576531C23DCCFD /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = DBC78D26451E6A244316303DBA853D34 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 10C16016F2F83A0D716FC0E7886DC497 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FBB2E5D0CBCA0D5C532BFF45C0607F6 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 116BC0AEA8BB04CB9223D1D430A5AB24 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E21FBA326656BCDA854C65100791457 /* SDWebImage-dummy.m */; }; + 11B247E9B2CDAA1E6EB7B7519E7A9EB5 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 6415EC638519FC624A6A88227B41DECF /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11D833CD99CA41A620E75807941536CD /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = AE5B434731B6B97DD20929F8BD1DA260 /* Compression.m */; }; + 1220144BD96301B9173D1B51E921136D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 81493DC56FA384DF42BD56FF1A3821AB /* NSButton+WebCache.m */; }; + 1264719FCE1651F4E7563432D0E3789A /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */; }; + 12ACC94DE2E5700B6CCF85313043EEC5 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E0AC6D2780481E8D8F46E0C9245A807 /* UMAppDelegateWrapper.m */; }; + 12B0AFE9DABC324D5634C08A31106806 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 35914C5BA6733658EF46CAA3FD45CE0F /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 12DB06263A6DB829C4FFCBD3D0507DF6 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CC452489E80067B1E6359467A2BF736A /* React-jsi-dummy.m */; }; + 13A44A4F0BE4CD8FBDE331EE7806045E /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B319E52D4EC140BCC1C4D2F8CFEEB8 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B210D46A1B7BC6FDA54D802230E4A5 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E1BCCED09E53C8092FC2C1D26F46DF /* RNImageCropPicker-dummy.m */; }; + 13C90ADCC756ABDC6D4D7F0FB63CA33E /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 669D29B808A079357850471FA5DA96BD /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13F8856091B3747BA12F6D01B12417BA /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B8D5948A229646797990510CAEAECF /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 144DDD4813090CCA54AA026B5F25F167 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1FFD62DF0EA55D8398BCB855E8D43E8 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1454718CDF1A7CD8F055675C0F3AB5EA /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2648866C0CDA4C5ABDAC1E7A68286134 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 1465908F9FE8116876FDEAD1374F9AC3 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = FB92AFCCF2953E89BA5FC59411229226 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1465CDBB58443D973381EB63503EA965 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E74C4107B041B0ACECD6B397E473C9F /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1470797900FAC3CD36BF8C31FE03223D /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9A7E958757D6AC4BF086FF9199B675 /* SDImageCacheDefine.m */; }; - 149E517B8856AD05286DBBAECECA2EF6 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DDE3D73642AB2BE5EB1E4BA9FBE08B /* UMReactNativeEventEmitter.m */; }; - 14C992D410FCB6E0B19C4DFE74646164 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1FFD62DF0EA55D8398BCB855E8D43E8 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 14F3D0A098DC8BC0C682BCF950DA1F0C /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A90937D64BECD7A1FC40750CA6D445A /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14FDF2F4F27156B45F5DA2A8435D8480 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6195895FEC7E410FBA5CCE3E49A027 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 155F54BAA05B2D2854BE0AE214400BDC /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D965481380FFD1092698FEDD1AF5A26 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15627052C7D61443F90CEF6753413DC1 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 25DEA918464C5C680AE39F30432D004B /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 156470E05570103970880FE8ADF519AB /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = D2EA7AD0AFC02C6F0097C8416400F50E /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 157B4C923AAF21F25A0F95C73AEDE684 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C78F99A5E8E18796291BE8326CAB9B /* RCTVirtualTextShadowView.m */; }; - 15B19C085E5B174B6F898C0C00B309A4 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A1484245ED4EBCA68A354F9EE4C4D233 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15BA6AADEFC4D765197D66F8017EB881 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 082B8803E5F36C29BCD328E7D08E8335 /* react-native-orientation-locker-dummy.m */; }; - 15BB88358D73BB78602EF5B25D49833A /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 450E537BD2AA3EC755CE23D4704E176C /* RCTUITextField.m */; }; - 15C551AC7F38881525D0F642D73D1C3A /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B6BCE3550C92C9974871D673BF8B19 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1606C1BAAC2E20C7E7E6A3CCAF15711F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = C961BB97F8D2D4F432101CE347845B96 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 146B5D8E607873322ED4AF29BDD3DC63 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E26BDD6D31BCAD55E2869AD46B88DCE8 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1485556A6B9E5A7FB0D15C0BDB7F97D1 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C8718AE3967A9CBB06D0AA109D8F442 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 1493723C2F929D7965B66457217EF5BC /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FFC037B0DA956D0BDF62284DAAFF89A /* RCTSubtractionAnimatedNode.m */; }; + 14A7ABF66EEDCE670969A6477FA65DE5 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E6FD3FAEB3D46A07E2F4A9EDD0FA8C6 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14D6D775B188ACE7961748B5F2BA1AE9 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5647841A7C5A01D12C01B9E40BDBA2FD /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14E94F04562858CE69AF03C94E34C40C /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA8572EDCE7C02453C2C5C9D6A34F4E /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1517C1E74E5A8443CB1622C1D5484B83 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = FE67F99FA1371D1E2F51C53B86B305CF /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1546C1DC4CBBCBE599EB83498AE49779 /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F856E6B9471AE6BFD6A64E001062D954 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 156570DD3BA5C91F8A23B8C405337B58 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D7586C23356BA218683D268F6653623 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 156716037AA26BB29F5185F890A1D19C /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = BF5FB8C89859ADCBA5D2D27E249C517C /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 158D3554CA8AF736F3A860CE60F8C0CF /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 973AD6858B0CE356810EBB895737B722 /* react-native-notifications-dummy.m */; }; + 15A65DE9960FC67476EC8449E4618823 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = BF2699A048866C81666B222F82BB77D8 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 16109C4F21BC327DD163912E14951DB3 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B5E9605C2C6D06667A6465F967F06C7 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 161DA7FD58D2B4BD6788ED1A1EC4D4D9 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8616CC199E7BCB45E85463A83A9B944 /* GoogleUtilities-dummy.m */; }; - 163BF69B61035B4D6403738DBC5C723C /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 669D29B808A079357850471FA5DA96BD /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 406BAD664D6E34566FCA00F850C18116 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 168D24685F86185CCA8EBFEB5C1F84D0 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 2389AA6DCA3E7AD004FFCB55A0C7FA4A /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170C4BA4DA9089738AA2DF718FD5DB14 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8492A50A463D0FF1A9999FEED07C0510 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1714062EDA4C406FC2293E1AABE68945 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A879C750B30F5F94874CF812F509BA0B /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 172AAF0E6D361D9464E2E80F6B355D26 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0C90B4CB9EEF1786D6A8AE77782828 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 175690E23ED4AC28A36355B8D78176D4 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B439F923162E5A1CA7FA4A9FB98BE32 /* 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"; }; }; - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F017F89CBFDFD64231A1E70E8687EA33 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17AAFAC878CE673F657F600746C690AF /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 98892850FE07F4B17DD4C7091A5EA303 /* SDImageWebPCoder.m */; }; - 17B03B21474472F7EB23CCA083EB6CE0 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = BCA22B35A1EB4FB412043B1DCE1F1CE6 /* EXCameraRollRequester.m */; }; - 17C019D92618A775720D1C26893F32E6 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 757FDEBB588A5A654FDCFCDB54AF4747 /* RCTNetworking.mm */; }; - 17CC5CE8A235E6A1C3C328BAEF0CA0B6 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 819F23DE76414081060F14F8674C7534 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 17F3549A9FCE6D47CBD90E0258D66B19 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2684BC809719D7FAAF60E5F3FFD526C6 /* RCTHTTPRequestHandler.mm */; }; - 18071F18590D48C24AC8486A8A7BF15C /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = C7CCAF91FCAFAA8179933DDEF16A93F3 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18087B07058A5806EF2B54F62AFA6418 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20AC51173E390CE7A08E6CF65F2C5A82 /* glog-dummy.m */; }; - 18471D0D2630A7E03E4531F3555939FE /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8FEF639949CE834AC4011574BCCA1B /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B20BD1B8FFEBB009520086688EA47711 /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1875FC9F710D7CE0D6B9C3BB919D18B1 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F8A64FBE1388BC2299245CBA9EA4DD4C /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 187A183B5696C7A24570866E23FD7C65 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 616AD3556C0B1CC70D08C38476595F9A /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 190C1BD6A9182F9BCE73A20B9D34C3B0 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FFB6A648E47A71580EEB77212057A48 /* RCTPackagerClient.m */; }; + 1627CA13277FC4AA34B8C1ACF81206FC /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B1179BE60C7EFE55BC32A0118F75F9 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 167FA096752A788280E089D4C1CF2DE7 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DB9B61BB444EC3FDABA5E04EA4B2F5 /* SDAnimatedImageRep.m */; }; + 16A16641D59AE5357F61ED8B12A51AC3 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E34A46FBD77FB89DBB2F6430BB52F4 /* RCTDevLoadingView.m */; }; + 16AE57EDE5E83833EBD8C793531FB332 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B7966DB107C52BFE220F1BDBC607E4 /* RCTDiffClampAnimatedNode.m */; }; + 16E7AD971A8C64747F7B1E5207EB28F0 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C15A39A8A1B6E834E4F4576676A3DF7 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16E86DA60220718DEF204FAC9A24E047 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BBDA82DECFC265CC0AFFD82FEC1E6E4E /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17208CC4BB3CD6044E6EC92A56A0B25C /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = BD431722D8520901E5504D1826A84F40 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1766C9FBC6FD564032C9D33F2FF5123B /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B71345C00F39BAF0FA04F95DF27780D /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 183B16EBF161D2D7C6345082B10FF5AB /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = D37035A626F48FDE57928AE6C53769C6 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 18C80C524B234E58A3C08DAEE310DA73 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 98EF97BC87DDB768A2B2E218227F3CD2 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 18DC543B6592CE57973FB995DA040650 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5B1E7E82354E75041F85D10EDFF4CEC /* 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"; }; }; + 18E671E9F35033DBEDCE0F188C7F836A /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BE24B17E7BAED38D39126B63220F6F /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18EB7C3CBA58A5DC165F810F1A874B9F /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 747139FD8673B332F8CB4A2E0FE80426 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; 190F8B4C8A04E11A00BDCA1057FB1EDB /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB22B05BF13A5278CD163EF1E98E52B /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19424129F335ABCFFE51B5C237E0B1E7 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3676696D7B84D709E46331ACF4D202D3 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 191C15F88ACEC13860AD338F208BDDB5 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = AC85215185BAE9AE5436774E910AD494 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1953F56A97F34EA54B161BEB6BFAE0BD /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1CFB7771686446AF6598BF5E6902B4E /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 196D2804C1699D915F8FA512197C296F /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = D66C756E866B649B5A9C47AC679FC99A /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 196FF0879D6D2389A773E68959EFBED2 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8876E2BA7D7BC07F24428721FF2F0F0D /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 198FCB093A9B9BF1DA57A126F2787358 /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F2689746283D82855E3024DAD3170C08 /* FIRInstanceIDTokenOperation.m */; }; - 19B6A14B6D4D4BA9DAB009C1292F6041 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D759BD186F796FF35361C1ADAB72B7 /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19FB1962069E9F037BAF7EF44F090534 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 443540EFADC7D393D979D3FBAEE7B06E /* React-RCTText-dummy.m */; }; + 19C9DE2C4CBF99D3CC17B348625DD9F9 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6950BCEF8C75317FD792F4D40455833A /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19E77571A65E4FC43E6CB6D6125B8DB3 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BE30C0E465A8B4AF7B5C4DCB9AE3F634 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19E9FE4F0F411408A961E4DE2F543913 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B21597B85FA6F36AA04B1CF3F5971269 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 1A00EAE52F1044A912C4A1530D8BFDFA /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9711B1B1D195BC869E1AB5789B928A98 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A0104B522DEFB57D4AA61C477C69E86 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = B80E90A3A4A486D2B8EE908B929EEE3D /* FIRInstanceIDAuthKeyChain.m */; }; - 1A4BE9AB7C540C23300925DA1CE509DF /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = ECE3ED1D4D88E937E9E08229CCC96CEF /* RCTProfileTrampoline-i386.S */; }; - 1A778C53D0B7BE3DAABE186277488DB9 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F122541F6BFB928A3802475B9A9AA372 /* RNNativeViewHandler.m */; }; - 1A7F1A6DC24E065CE1B652E166B0D9AE /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 42176D82BA6694D404E0DE65AD072E25 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1A849A7E2B9BAF6D7C979D3146082ED1 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 300EBB30E8BDA9B24E310A101FD2EB6C /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AA72C21E07EAD237FA5E02684829FCA /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F66F1A21E0C1303CEE6894BCDF672D47 /* SDWebImageDownloaderConfig.m */; }; - 1AA96642FA728663E8413FF254B2D9E7 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8CC84ECB357F15EF2EF3D09EE30BDF28 /* InspectorInterfaces.cpp */; }; - 1AFEB981FAC8F9F51D198CFBAE4A711B /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1B00906EBFB9782D37B597D44FF1BD /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B17599567978807FB4C9ED01AFAACAE /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = F3100376EADB106CFE5DF318103533DE /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B7CD630EBB193A946DFD2D49417AF9E /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A05EA87F92472A68318E1141829C8AD /* UMReactNativeAdapter-dummy.m */; }; - 1B9046261DFEF117ACDC9B34FA8DEE06 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F322BD486DEE3486D4DC8C05C8E49825 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B9725F42357C80A5C725748B15C9CE0 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000877CEDE5EA0BDD5B59CE2E0DCFF56 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BC30DAD6435BF5134461F5172C8ABCD /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4CFE9384335C94393DAEA06E420A7D0E /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1C0ECD5A32BA53968BC97BED50BB3FE4 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 8031FD162868CFC67A14404B04175055 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1C39EF132444FC3DF78601C57016088C /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFB2CAD4B008CF96B136AC628722E74 /* React-RCTVibration-dummy.m */; }; + 1A0DDA4C563E18F46C429A32C93B5E94 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = B3363B4F8F37263CB13AB39A138E0D1A /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A3518AEADBF3B8BCBEA6B04E6E9CDCC /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B48649824FBB0A7B51E0E750947F93F /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A8CE6E6EBE78F0DD9B99C82033A8CBA /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 41704222B753C7F355A75DA31790C866 /* RCTBaseTextShadowView.m */; }; + 1AE0FD72CF28C433365DB7823A0A858C /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 675BA09879F3E295E4E011CDD732280F /* RCTBaseTextInputShadowView.m */; }; + 1B0DE6573ECEE8D1FA62FEF0B30E9E17 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = AE2257F00A993303799FEA476F86CC06 /* RNGestureHandlerEvents.m */; }; + 1B9D68685B95B8829E0757F2E2453138 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F24F6CC283AFDE49B2212D34DACC76 /* RCTAdditionAnimatedNode.m */; }; + 1BD0EB736299523A447CDDE328B6782A /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 42EF36878A1727733099F822BF366876 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1C3E64C2E6C9F9EBA881C50A79A4BE36 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA45B371AA770D43C98128947B24212 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C6F8999DFCD81082EAF4C5A0620E80D /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 592286A34BD94A473B6A913E4EA934A4 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CBD943A26A60CC472C6AFEC0098FF91 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 23AE028361A5002BC40AEE2BD7062D28 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1D0128A2E054FE60F4E7324F1B85E163 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8064958D9D37258E3260C9A4D72C80F3 /* UMModuleRegistryAdapter.m */; }; - 1D22350C6805AC8FA2E4747C50BE3EF2 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F182CE6587A7D8A84D69D4F8A6A9E2B /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D3A9292C404B93E41EA657319C5A616 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CD4698E213A92E481B014F65706899 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D949C6601A62EC6CAD60C9E7B50C0CC /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = F90E4AA0081FA5A7AE3EB98DBC83135A /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DBDC86BED8071158994AFFF64D7462B /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 910D54F4122391D52F34EA8AD3DDCDFC /* SDImageCodersManager.m */; }; + 1C92849972A2085BF455EA14BA5A61D6 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F05B714BFA3F951AA518528961CE6F8 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D38ABF524A18A17E21749D54C8CA377 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC067BBBFD2F1C4448F8202A8B584030 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D6E5F81BAE880ACF403C4A2A707F4A3 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E94A59AEEB0067F806D867FB2A0CE45B /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1DB96C9409DC21B9E418ADB3B7A05BEA /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 15D0933AEF222B9CEC60F893235E2362 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1DDD13E6009DFCDDB3943B757E698B8E /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = D8618CE53DB712251B95EF77098B5100 /* 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"; }; }; 1DF89E7727E0526C9F6958A6297BE82F /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BABE4F04151A7C5DC6B014E839D205 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E456BCB8628607BE1E2DCDBC170FAE4 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0512E5707A74145C8D4C2E6D0A0837A0 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E75C55A6E8E20A4B85AF130009D7AC4 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA4807207E9B8F2E714BA6D0EAA9618 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E7884929C146C3E189AAD11A871E3EF /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B631EDFB99FF1ECB55138ADD266DA9D /* RNFirebaseAdMobBannerManager.m */; }; - 1E8C6B62C507DCE5E822639CD614C7B8 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 72CBBF19E8AAF5F842807E46AB59D1D0 /* DeviceUID.m */; }; - 1EB643710BF4D5407256CB29DDC06A90 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 697449BE661598C93026AAD075A70C5C /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EB6CDFBFF8660D8F429DD66F1E559A1 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CFAAF170EA9221AA3C4A4093DA2D82A /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F3184EA964E283EA591902B50748C91 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D77E8739F3232B7F721AE397201FAB /* RNGestureHandlerModule.m */; }; - 1F3A85B460C3D7075C30AEAD1314B034 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 112B47850E050DB671E93FC6044FA4CE /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F46D19BF5360233521FDE4BA832DE0D /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A9EEE1A9E9EF693996AF3CB41BCEA09 /* RNCUIWebView.m */; }; - 1FE36E93E2A0D4AC12D9291C6A7E52A9 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6BDBFE767E9615FE9830BE4EFE6413 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1FED8350D8B3BA342A6395D7CD9A73AA /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 494819580627A0A9FF42D7A115CA8D18 /* SDWebImageIndicator.m */; }; - 1FED8BF827F63613F24737A842CAC64A /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 20D6D9054A51070F517F2F5A339ED6B2 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FF2C3BBF640A90238FDCE88B9F4BDA1 /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 35AF00A4BD9BD2CC7E174AF3A92FC8A6 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1FFBE5DD9B8A573886DB008B503B3E39 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 126D2ED77E2F6393A87639B0E7F5D9DD /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 200022E023C1CB715FE8A63069F76D71 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 68739F1912FB98E5E8F8E719380F556D /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20123A2473204A6743B23448C41D75B8 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A55041335AF12387A8B6F36B1BBBA95 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E2A9EB3B175C3F6724156B7244445B7 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F9F8ACE9EE45FD9F8C969A7A80CC43 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E795483BD4668C674BEF1071FE4F8DD /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AD92D36B85DA95740ECB849D14C5F035 /* UIImageView+WebCache.m */; }; + 1E7F403014ACA53DDDFB3DEF4C6AA08C /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A1419FBFEDAECD050A4C65914C53098 /* EXCameraRollRequester.m */; }; + 1F3E8AA4B498AE32F363A0E9594E4960 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE835852F73F04F749EC3A8993B3F01 /* RCTBaseTextInputViewManager.m */; }; + 1F80F239B9BD7D2CDF2F0AAB6ED26EAB /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2659D2392EE12A28990CEC1FF919FEC1 /* QBAssetCell.m */; }; + 1F8FEF906210EBACFED54575AFE06B03 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C195EDD76322261D6602B7058FC491A /* RCTInterpolationAnimatedNode.m */; }; + 1F93F338AF782C1FB16EF96C5C31F733 /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 557AD5998B632706BB3164F213556756 /* RNRootViewGestureRecognizer.m */; }; + 1FE4B39F4357606FF23D1632FD3BD1FA /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DD5FE901C7E4BB0D8B3D060B4D832F4 /* UMModuleRegistry.m */; }; + 1FF4405B941E392F5D9739CB3821B69A /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 793E69CCF5639736A03600723CD95AFC /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 200083AEF34F33FB133F83B156F4D24C /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37EDE2B4EC5EB81B5F9F3AE64059EF35 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 2057D78059437EADF8E509FB3A4E3463 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = BCD18858AC78D288137B2826ED22E4E4 /* FIRLogger.m */; }; - 2076661BDF51240279C4E0C327E0965E /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 827663230F82A2CD9D047F4FEF2F0132 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20D2D943E25749537AFD4D44A90B515F /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DE269A17B06E69BAAA7A933A32F88041 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 206C60D20721D2E29B615A63762CC9E1 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74EC466E1CD8050127A4D2ADDD42BD64 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 207FF4ED74F3BA43A973A79D5417E7BF /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C27E25275D80E37DC73E298759FAC0 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 209560EF23DBE4291AF75840D4E4813C /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F63B0FEECDA42F8C791BFE7F4BE3C549 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20C667BDA560C5D5EE23F8A14D3BA8CE /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = AB89698993A43A58C61F65C23D90EA22 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20F0D13F0C31A19295812D26BA9F58B9 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B44EB014015C40006305E19CC3C5ED5 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; 20F3EC5F96CECCC418924F80B181053B /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D49F235A52C22D3E6A86A3DBEE26396 /* nanopb-dummy.m */; }; - 211CC95945097064904A5738EE4035FC /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FAEC15B7D954B1936B8726FD5EE165 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21A6121048B0F5421EECB59AAC820E81 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D64EF5101331F914CBA4CF73233F909 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21ABF1293012F0600F05DF3D7ABE5928 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E22FBB374A26EE39D53EFFB5D054E89C /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2104BF676681E022426654C2E54D873C /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FFB09CD158DF8C1119BB4E991BF602E /* rn-fetch-blob-dummy.m */; }; + 211B76C2C81A7CE890C6AB39EA1BC2F0 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC581C3054A2B6071A8568F65236E179 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 213381D5BFE49AB003B410FDF4706865 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 20212A645208FC76C39FF3F729A5058F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21984EC4260CFD234201D232E6DE1E83 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E14CA2267972F50842A113F031E0D054 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 21A50A26FAE773CA99810FA40626317A /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = ADFB2CC475A870DF3F4FCA129117BCD7 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 222BA2F1A1EF07FB5DBD4CA0B54441AD /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C74E7E22C923C312C1022437577AA2D7 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 227E798F6EB67F02AE3FB6227E466D98 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F50886998DA0B8D653152EAE4C4D535 /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22857BB81FD10BA0F0BBF14FB9EE4FEB /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = C549EBD27E189FA791778BC04067EC7B /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22A9834F4A966F960AE8D3BF40921955 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA92D87AE8DB9876F0B35C4C63A5C0A1 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 22B28E3835A44E349150C0B8778DCF46 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BEC9C2B3F2DB659A15C87010CEEC274 /* 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"; }; }; - 22F13D20A60D0A8FB3690BDD69C24291 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 35052BB500B0752A9573B90FECC7B6FB /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 237754414586A26826B5DD3F2D9411E3 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E032C46EEB4B82B50881234BAFDBEE /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2383940FE81981D16147620523B0D57F /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E25B137AD2B22CC8576EBBCF72B7ED67 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23BD7EAF0F4EBEA12B17AE7D21D916DA /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BF84C34EEA1931D5562D9A8962E830 /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 23EC47279F6DC8C822E7F2B40F2F3388 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = A05DD9404C11E12B3E99588B7CEF01FD /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24725EF526B66947DFCFB06F8B0442D9 /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = CC930E40FB22087A83807BE867C631C0 /* EXPermissions.m */; }; + 2286FA1D900C58BC9E36B4410AD307D4 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE5BF5BB0DE8AF55E6FF9D0775ECA33 /* RNSScreenContainer.m */; }; + 22A23375BB2449087EA9018EB46705E0 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F706E8A249F8DDFF2CFBDE6109A82369 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22B8D10DFA8950E34E50E30CC657F264 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 364D8F7B0345F670AEF62989440B4C5D /* libwebp-dummy.m */; }; + 22F7A8C7167887D624FE733B73939E64 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9193957F54109BCFFE1E5908894C29A2 /* RCTConvert+FFFastImage.m */; }; + 233E16FB49EAA06C287E90B9F7DAED3A /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F2EBE2F5FCA510FE40355D5B597F267 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 23453A9B6950D40E8F53B933AB4AD1BF /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A5BFA8A2E2A877ACAF148B33831970 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 242340FDE2244174E94D222F68AE81DF /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00496974585F77CEFF4C91EA2848D847 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 2444E71B846F6FF72E2C93DECC46496F /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 494819580627A0A9FF42D7A115CA8D18 /* SDWebImageIndicator.m */; }; 248D62ADA195749B658B6D3F50035811 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = EBCE4A6F288CFF18B400E12C8046E6ED /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24A026BDAA8F8624AB0F9EF999D3D2AD /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9FC1B849D4CB0E7DE2735C8718EADEF /* 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"; }; }; + 24B340378C9C6A56F3E7B4520AE28435 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E49857AE7426315383BFAD5BADD0DA /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B728D5BC420F727683CEF3E24ECC63 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9129AD1BDA7FE08B502DEE52B09A9F0F /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24C8082B1509E898F7CA4FE236F63A0F /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AD5AA2684FAD20F7751DB700D4BB2A7D /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 252EBDCCEF12C3FF00FF6C77B17A3BC6 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DD6E4745B9C79A9BE0133566226E6657 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 254F02F24E90E3D2260540066F389D9C /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 81AF957C14CB781E9CAEE4FEED0F9452 /* RNUserDefaults.m */; }; + 25021CA0371DDE892F9C4420E3136998 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = A85259B533809285A90F0F4D1AAA38AD /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 25022C789322DCFF1CB3B6B1C0DB920A /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = FBD3EFBCA71BAE57E72EB9CA50FF629C /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 2570B87EB569CB890AD62362F7B9455A /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = DE648351B5AD45310F041A26DE44A27E /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25CEC5CBE03E6D9C8FB3D260CBDFCF07 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C1313BCB1764DB94CD5C8F7C15FBAC7 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25F5A841396B26B990BC353D92E0AC24 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 053D5F7EFA0CF8AD22EB12CF9DFC2D1B /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 267A50C4F892793B3ABF4C5AD43020BF /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC0B5B43E4C182939F1CC3FEF655EC6 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2691EA3DB266AFE95C5D6949FE43A558 /* react-native-realm-path-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88205D0D40CE6C479132FA3F44299729 /* react-native-realm-path-dummy.m */; }; - 26A79E4B1AF3D2C763C23752ED95C19E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 09556E63B49EEB73FC5C691B49634697 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 274CC0731D23D88AB08A2CF603E321CC /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 98D49699CDB282ECB915615DD616C7C5 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 279C0E8D68DB6832E7EA1D555879B875 /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ABE3678B89179DCA767FAC0BC459B26A /* UMReactFontManager.m */; }; - 27BC85C6D23F93CA5A948F45EF15386B /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A1D6DA03ABE09FF86DEB55C8B52C026 /* RNCUIWebViewManager.m */; }; - 27CF157255C447A5063775B5BE8A7CCF /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 534A34629E4435800A496E2336176553 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F194FA61A10E7B7BBB0C8296ABF894 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A0D6977E7547E484C04C9BC991E899 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 28604B4D3827B464B65B83632BA7C424 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A519BF06C0344BED6BDE2A6379871248 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2877CB975ECB3E1C25993898CBEDAB12 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FC6CBF2B725F4AAFB0E8E33D5F58E8 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28847F52DF8BF6BD90D85705E8F5AF58 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 81519981386AF61B954F0A79D51B4979 /* RNFirebaseDatabase.m */; }; - 2A1018939B2C4CE3A11EA1BE4D8DA02A /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E61815177A4D6AEB65C59D9ABEF65441 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A6007CC43D8EEA9B2BC68DD9C588117 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A06FB7A68FDC591A5963F94AE07796D /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2A70419C3824282535C6DCE02DAD2B69 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 906413D0CB2C3827CB7D5CC4B232216C /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AB7D2E7A3F1C2F5BD7142F8F4E45342 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = BB44BADB09BA7FA9D2AECBEDD2BD9E44 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ABD5D9936F366E87BB7EA022DE746CF /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CF81645FC3027FE3D67F6449C3CBD26 /* EXPermissions-dummy.m */; }; + 2584C583A1EC540BC37533CE6E4AC624 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE210F0331B93A0B709914530F30F28 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 258A1C4D4C9E4417E3E01AF3E5513CAF /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = C51FB43FF431F8D11EC85C50B3A47981 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 25D36A36B77140E03E0BDE73E5224B75 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 435F6BEC0DE33AD378DF624BF1B3E069 /* 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"; }; }; + 25FD3F9359EF16DA57E29EE3961E09D3 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC14772DD93D15E4C9D3AF8E7D8C01E /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 261317387F1229E284D2408CB9674269 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FDE9A97FD1AD700B1FF94D3F0C1480 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2615E9ABCE3F4D16FA77A3306C05302B /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A922A2FF2D42EDBDF004F2B8242554A /* RNCUIWebView.m */; }; + 26C792CDE2D54707167620DAB5EBFB2E /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F71D15F71D8907CF37AB00B05ED2E6F /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26CE88764B16D6BBDF06F00A7357A23C /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C7AB7D661D53929F47A78DA6730CC5 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26E482C4AA197F30D0A8C9AE1519825F /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E20EF8E94B6A6AEADB89CED59E3C74 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 26FFCF38168AB3BF78BFEF8D88AF128D /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E9A05814A40D64D3C99B8C3C417808 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27322744C9773E198182C98F24D02F5C /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 10EE834C62A1EDEF9C5E8FFC7D905FB3 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 277166D722389B7E4A3C2DA791C32C45 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = C517B609FAD81B158F112624721A2892 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 27CC7491156D8154855E426B75A57F87 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 313762AF266C7009558E8B0605421342 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 27D6542AB19FF808A606366FD89C0FD5 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 260C77767108E70048A9CE090BD694D0 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2848AAAE937BACF171E977E37D5E775D /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 17873E1A22D82E6D5B99741AAC374386 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 28DE55E00AE22282D914E524DD484521 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 78F47334D062E11AF3D0C160D141C002 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 29453FDFAA2146F5B51F3CC6A9004313 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F9FE5D71F2470D8708371BC5F7CA97 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 29526446B26E288197FD07A6D882DAAF /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CD447DF2ABA499533A4ED5A7D151DDEB /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 29C65282FC1DC1396C15334DD362FC17 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD50922D1CD9C642CF0458174E9D3F50 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29F55EB30E2A63A10E8084382C1241C6 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F14FA7DF5027ABFEE54FC535E6E53259 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A15484D069CB7CBF5B7CBA1B0C02A40 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3346A6D4EFA8DCA763CC15FE116BE75 /* RCTPackagerConnection.mm */; }; + 2A6F6802B1E8284F66ECA5D84E4A796F /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A23489B385A1E1A55AE59AE5371D957E /* 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"; }; }; + 2AA0CFCAEB4B01DBAE9FF3CC9E44CA33 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 29783AF202E7560826269653045F527E /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AC94355665DDB513BE55D966D2D0A89 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F819BC30968188BDC0DF44FB0D8FE26 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2ADF07B96AFD642FDDA0273C3FC90A9A /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C612113672046C618FFAC8DBDD0EFB6 /* FIRInstanceIDURLQueryItem.m */; }; - 2B5E610A8B03173ABCF4E09A3D38E950 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 579FFB9D7AB275B8FFA925676E3197E3 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B63C26DB087ED62BAE95B291FC4CE2E /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 405CCB2D7C257B569258AEB741985FA1 /* RCTLocalAssetImageLoader.m */; }; - 2B663191F5D297DB71DFFE2E5494BE7E /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87975915B603F9E42810AE95F7F2F890 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2B7B8C3D4252C791DA9A5A2B42CAE189 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6032F1161C25A566D76B12214748B1AA /* RCTImageView.m */; }; - 2BB3328E58BBCBC44A8764E14BC41B2D /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 647EED667E471BEF3C04DD2FC0103FF2 /* react-native-notifications-dummy.m */; }; + 2AE34935CB0A1D6A512766793BF67901 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FC722A303D4AA464B66CC176BF8767 /* RNFirebaseAdMobBannerManager.m */; }; + 2BA2679FD6CE5186A63164B78DFD9AFB /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A927DE95BDAF588283170046E90FCF9 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BB822820D43AA5B0F4C995E051E6E46 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 837C0E45522E651C57181A0A10F57290 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2BDAE2BAA48D3C6E8C983C126D1FF6D3 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 18B255B4A4B5BFB6A321700726D35D6D /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C2AC1E8B0605625D9F2D5B5D3480055 /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = D9359382B6211ECE18E6B83F6C1F2412 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B3670ED370A8C5CAD27D1EA788CF3BE /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C6B9DC8E673706352593D51BE58C5B7 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC2938FAC6F495D23B18A2707FA49E3 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C85FF720C02D580866D9050B19D514D /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = D43C22466261474958BF5E5812EC3D65 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2CBE448FB6CEF4C98AF0A90B1DAA3E22 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BC4C2BD2F25A9FEFC6C18473A327CBC /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2CBEAA7765B3E45ACE80B754D9B18FA6 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8F7A926554F1DEDB1A3E0D2569433E05 /* RCTProfileTrampoline-x86_64.S */; }; - 2CCD453AE95A962492B73A67683FFFFB /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C14F413603AFF26DBF4BCEC66773624 /* RCTDevLoadingView.m */; }; - 2CFFCD1502B4DFB00B930705F9C1CA05 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11FD28D6729776A5ED0E50DA5DD04E32 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 2D2149103061C9E8250D197F5C394ADA /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C8F48E38E807A3A39A24112C3B59CE /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2D53814EFEACA3AF44A58A73D80EE042 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = DCCD05CEDD53FA2D1F482DD22D5DB58E /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9F5A7C4A632DB1CF9F359F4F795A3F /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D822AD060B6E93CBF52A50B8AC79A16 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 36FAE6073DBDD9A0C711FBBC3BA69784 /* UMCore-dummy.m */; }; - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BFDD15BF0CF294C4FCA9FE4337A38F /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DB4F42CEBDC24A79C3C19B323720090 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E94A59AEEB0067F806D867FB2A0CE45B /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2DDB55655A0F9416CCC94A81F76E8BE6 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 467E582DE0BDA1F42D073D4B849F1616 /* 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"; }; }; - 2E0E66C6341455CE0F6E42A715455B96 /* RCTTextRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7BDBCD4210D38B246C76E883217104 /* RCTTextRenderer.m */; }; - 2E31E0B3EBD402CEFF64891929293A70 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E880EDDC0AC02E4087C0A1E4481702D /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = C172198DB7B51874DE3E98534E6FDD4C /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BEFA46D73248FBED083F814D0822B03 /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63863DF3C246CE04684BF2D6543618F0 /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BF325D38582425BC0568F61EE13DE43 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7573E1C966F63ACD417FC3286408783A /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2C05B2FEFB1884121AEA51E498CC83B9 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 042F401DDE26951EDB260F360E48CA17 /* RNFirebaseDatabase.m */; }; + 2C30BC92E911D60D9DC4D6065FF61B9F /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = A27065A60D9BFCB39A4B68135E82A475 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C3AC56DA7287FA0DB3640AFB2F48582 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F25D5F0ACF40D2B5EC9E1B933E55188 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2C4F5FE3E62918BFA339644E18D9EF30 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 71497D715D7102B3DD9CE2E4824054D6 /* RCTLocalAssetImageLoader.m */; }; + 2C5BB68BA63133676F53EEED7CDA28F4 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 20BD80058C46294907F586416F3B0765 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C755E7A1AC5CB4B9081C92FE5B065E0 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = E326F4992EFA5D00F746490983DE4F6E /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C9CFB52954426249511FC7F293FAA5B /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FFF3075741F7A6ED39493CF8A0A95F4 /* RCTVibration.m */; }; + 2D118C54ABA7EDA8FDC334A7362967CD /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DF46B7DE1870C8B4A4662A24149A9BE8 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2D48D591D8A574676374CA51491C9AA7 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 448216A70E3E326742CF37F9DC1A62BC /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D7DB8F3E2D7EA0AB7ECA605D8421A78 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAA32AF4D04A7CD6B7465B36F7C4A88 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DA78B38FFEE44F7027EE16CBF47EFF9 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 594282087989AF36C10364EE452A9C01 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2E137E7C7A69821C6594D1B367356749 /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D835E0A87D18672630D22AC011750B22 /* RCTVideoManager.m */; }; + 2E398AD28BADCFCF74A2CC1E873CB0E3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 31690A7DEEAA6796896A4A2B99F8CADE /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2E3CEAE3222DB23BA0C9D72AE26CB4AD /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CAFD04B530DD751845FA2B058150DCE /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E4186B405887E093AD656E42C36F7C5 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30F49B413055CAD809143922DBCF9328 /* RNVectorIcons-dummy.m */; }; 2E4BF72932067C69FF51DB6AC0790798 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB8D639D48165FC92D874B9DB02C62 /* GULUserDefaults.m */; }; - 2EEF2428BF4748087D8E774D39E0A4F4 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8876E2BA7D7BC07F24428721FF2F0F0D /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2EF84CF1499AFB1BA39C38B5A682FB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2804CD3504FBA76DDA3A5744B54E69D6 /* QBAssetsViewController.m */; }; - 2F384307F3A8D6F7AF3F4D73B449F2E3 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 94E09C85392E3499435BD62FA853A7BD /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F3872870EBBA7DA77A4638800EE7E29 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = FC8B40BC2C1C968C0458B1C094B1E998 /* SDImageLoader.m */; }; - 2F471626A3C5E5811AAF604F3F215513 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D67F827B9360BC16336C0E2551FD0E07 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F7CE43B9277D9B036AC078D93F7AB09 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C28E7B4594C0C8ACAEE9C2A7E6072039 /* 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"; }; }; - 2F855785AD125F732C29F27FDDA61245 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A86BC39F3547F42DB075C0CF42956CC /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F99804D331075F2B923A4337F56FE66 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 641334F2B61B13A337778B61A44A51D4 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FC575E02EA46363F1E3F68EBA81EB6F /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C78988BA030AB45C561208F1271F613 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 302BA0EC538C3EA8A24C2341A1A9FAD9 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 691DBE4C1977507E7CD205C7C352AA07 /* RNDocumentPicker.m */; }; - 30787BC4F5F2D1BF6C15CF616FD2EFF1 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = EAA43BEF56DD7BC710B980846A10906B /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2E66ABC3B33E3A2B6DF4A801A06A897C /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3943E3326FE9FC1E8D9269144480FB /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E6B7EB49F791C7C09F32CBD320404AC /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C947908F023D1379E7B0B35D2F0A0BA /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F012CD8D93FF5E95B6AC90F6A05186C /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C35E5C75C322C2412DC4D4C9B395F53 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2F55DA7F747C3F6EA8ACA81C5A0AAFBE /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C29351F69633F0477675945DDB8437E /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F7B474A841AE0D33662A2504EB4AF01 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BB6273431F000D9A5DCD5765BD5C9C /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F90676F251EA0F66816A8E0CB69A32D /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = DF3A5175673CFE1D744C1C9D7B0F2E18 /* RCTMultilineTextInputView.m */; }; + 3015EED0EE046ADBED8025A7EFC6B95F /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 506663F98415C34D548508AA724D5D59 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 307CB65169E8986E7C907168C1FDDF66 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD013851756724DF5E6FB2CCE034EE99 /* EXAppLoaderProvider-dummy.m */; }; 3080E60B332305C34D91BD2BE7AFDC65 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A4775901279C59CFEF130A53A02BB60 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30B7FADFDC6C72E866EDF0B76639D177 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C11F031A1C1F0DC3ED37A85694F4CF3 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3107D05D6B170909AB67163EB76E6422 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C965760E58B11B2A08D130765B63410 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3159AFB0F81A20E0B98372A3918ADCCE /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 585D4510FBB7D44579942410650B9D76 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 317036CF71CE437685CDF9586B6FE50D /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE154A45253EF968D5FC5B050D8D916 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31A575CE50A281D0F123B2947B4399BD /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 550BEF435827F7432BE55250EA542ED6 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 31CBD3568692203AD941D320448A0167 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F76757CEF6D54B98C128864DA59919 /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 326135295FB5894C40483E5AF9BE8C50 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E37F7699F8BAA34B951D58C22BA04C /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33062309584EE5CDBC69FC6DE862E033 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8B00BC3CAA5C9966000786F73CB461 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 330B6B072E57ED740584170F1D33629C /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DB79B2AA5974879E1E25C0DAE1A66663 /* EXFileSystemLocalFileHandler.m */; }; - 332CF282407BDC5DA3C6178CFE105C08 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E752101C98F91E6B80558F9A9536D90 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3334B4EDCD1D8E8918899085DD6BC19F /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 68DB6250F59C582FA5CD2872AEF2AF59 /* SDDiskCache.m */; }; - 333E72A60BAFC9EB250C17222C7023B5 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 68664529C27BF53D318377C903B25283 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 335029A6D67395F3DF335ED8328DCDF9 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 444EB668B5DF0250FA512DCB50A00131 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3383CADB2C4F2E6F7DEA9A56CF388F2A /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B6DA382837796EE4053281F4618CBAF /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 33C3E42976480C18AB58BCA2B8ACF38F /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = DC73AD15CEF58C4CBB6DC85990371305 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 341BA281837756D50FF6EF45FCE56217 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = DFDD705A991E7FE263BCA364271B5618 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 346214FAAE3A73FD292458A50D75552F /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E09721AC6A1EB51E9C08AA21690B97E /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 346BD0B2A2D77424C6C44DD928E695C8 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 6507C693C7885A36989AB081DD14A36E /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 349B8E6465493658CF6AF3C28F8E69F1 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63062BBEC1A164A5789AED85BA5D9DB0 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30866EB8CA3ED815A19386ED9401C038 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F6C6DB052C41744E9FEF38DE60428AB /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 30ABBCE6C31A2B0AE5F41DDD3990F302 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81FED8BAABC20848F738669C40B4078F /* RCTHTTPRequestHandler.mm */; }; + 30D0F4D048ECC53D3338E5C0C25F0EBE /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 148F1F465C33BB6D80B5F8B75DEB925B /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30EED7A34D9A1000D1EB522E97493972 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E9ACBFC19565966477560957109FC311 /* EXCalendarRequester.m */; }; + 3132C0ADF5AF0B93A613EE977ACAB3E2 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D64EF5101331F914CBA4CF73233F909 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31E95EB37F4F60878309C721E9F53044 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F084CC8C4E1DD6BBCB3EE91ACFAA227 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 322134202CB0C033241D38A3329D8738 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F1896E7A1DEF846B538CE388942646 /* RNFetchBlobReqBuilder.m */; }; + 324B21E83E6AD538B8B795F3D46126BB /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A3BC53C2E32324A214A403E3F06A5231 /* UMReactLogHandler.m */; }; + 3277383C917DB1B7DD3EFF2128BB28BF /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDC42BFD44579ACE1A1E57C9AB8867B /* RNRotationHandler.m */; }; + 32A429E414A243B0F98DC51641A3344D /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9F1031B2655CC4532FDFB306A114112 /* RCTInspectorDevServerHelper.mm */; }; + 32C6D11928EB7B52165B7D2A6D42EE38 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EF29495075911B7A60A09DE458A8CA4F /* SDWebImageTransition.m */; }; + 334FD83F947E195B6B62B98DFEAD03EC /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C33574DF4E0F43D132F24E996EE1FF2 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33512DDE68DCFCEE51D60F38A3E88C8A /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F6AE9F19BD325721D4C3CCABDAB932F /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33519CEB7A0FFF0BDB8526C28B0B5F42 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 98CCC76EC6982A9A6C319C7EB55CDD50 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33ABE333D8CF09D3B8AA2F0C29F62ED5 /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 1790AD0B2963EB8D13EA46C917A4E131 /* UIColor+HexString.m */; }; + 33BB5AD278DA82C5DBC02CD13F5C180F /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = C731293D6C62BFF71015F20F1D0B3D6E /* RSKImageScrollView.m */; }; + 34086BB2C04FB9B334902B337B659692 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9C1AB2393977610E685671C1E6B40F /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 342B7B322172B4CC2E99CC408F9AF8B2 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A06FB7A68FDC591A5963F94AE07796D /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 344F90085B93DBC892E641D38054731F /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53562990F27444FC7523C26E007EDE60 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 349F18F82E11FC2D70535A54F02716E3 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 77FE1DEC047DEE1CD398D9FA50CCDE11 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34EC45D7E05C7E544ADCE54C82C7F815 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B2ACEC62C125FF131EDF144E1371E3 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 355CF4FD1F0E0AF1F73012BE5BE3CAB6 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C080CF5772FBAE4A3FC2FCAA0380A1 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35728E937D09F82F070EA9E90320AFD9 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9484689A4AEEEEDEC74961155206C5 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35ADC484DD7F12A3A043D921760B2756 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A2752C0DDD04CC4BB05AF85E8E809B8A /* UIImage+Transform.m */; }; - 35D171240AD5E9988F531C6C00CB51E6 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDA5B0CAA5649F068AA03DD61380EB4 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35F4A3A30BB28FAC6B0929E6D669A0AD /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = C333D10D8D4CF9CD3EDF7D21A8108EED /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35F68CC048E61DED6CC3623E6370D14A /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A52D4875A9BE801B674248C9C4A9AE6B /* react-native-document-picker-dummy.m */; }; - 360C75EAE17AB879095E39F4393FDF9C /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F3B8035AF79F4A0346123C3488F3E6 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36388A08D56DE29CA9BC7D085456B32A /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7907D922D114E3B6E53E3AD89733C6A3 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 364DD1193052FBD56C5EA4F6EC518F98 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4225F76BF1EC46ED91DD90A933ABD9 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34B42A33665C5A252980FB05ECD7B4EC /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE6DEFBC0F970FE24F1BC177BC7A3F7 /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34E6D49DAA2E82ABF2C9E2440179A4FC /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B6130EFD4A44884D1AB5C6FA196757 /* UIImage+GIF.m */; }; + 351C07CF3846712283DEA93D78DCDC9A /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF509804C7A2B9E02B97451F9E1BE09 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 359BD69BAAFB6E54242AFDA6A9EC43B5 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = C454E67C0EFF9C2A4A7327779C55F943 /* 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"; }; }; + 359C5A99900EF446CC1E0ABD2606C56F /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EDDF7CB52FDE51E7B07288D054A735A /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 36120D55CD49DC8327B0A12F358C0401 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 79DCC73CB3C2EDF5F420FE616AC9EAB6 /* FFFastImageSource.m */; }; 36580214A5CB5C99B6041876EFC1433D /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = E58D8E24189E3B4EC1091237AB612995 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36654BBE6C1A501C72A6A5144959D5AB /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = EED774E0000645EA2BD2639290335C6F /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 366A79D229642BFB5EAE327916133BCD /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A386A89A87920EBAADD258D8BE0EB5 /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36C7FD93EECA3180A3B6767B19457B23 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E3A3494B2FA090EDD6F556C8B4C077 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36DF865CA2544364608CDDC2344B9204 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04E729A2B1290459D8A507B2F4E232CC /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 36ED7FA95180F9FDC4CD278988AD29CF /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3649F20C54E169E70AC51597FF19C /* SDImageCoder.m */; }; + 36F5B5DC326D85E0C69975696E0D88C2 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 379F579C01433C0E58D3AC96481336B9 /* RCTRawTextViewManager.m */; }; + 3728CB53E4723B332E0C5D8CD2409CDE /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8B132E736E6DABCD3B948E8FFC503F /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37A0A9EE6322CBDACCF25AADC79EC710 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DCEBDAF9F082968014C4B03909376F8 /* React-RCTBlob-dummy.m */; }; 37DD54840768E12258A9E9EABCB6ABE2 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 656618CCBF9B1ADAB445ECA9A44F72C6 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37E615775064B24363B55F3B52BD83BF /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBB66D121B2B6EBFD72D57CA04420A1 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3824A48EB5FFB8C08FE58AAAA4E2FB14 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A8B1F22C541FBB098489B709E2CE68C7 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38960923336C167B59BB53874050F794 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CF0A2557E007EC3AF930EA15BBAF894 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 389BB3A8213D7FD06C2114987C4E0878 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDD6DCD0D178744633FDCB74A40E99F /* NativeExpressComponent.m */; }; - 38A735B1D650FF15136F4EB6AA67F964 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B2D1FB8BFA588B7D0ED981EC21AA2E9B /* UIView+WebCache.m */; }; - 38AD4512BAEA16C8B031C7DCF55F2A8E /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C2981E4EB986A0B8C8F50577AC1BA8 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38BBA21348DCF9947155442372A8E735 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D348E8F6CBB1F7AFCF23C191BA471EB /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 38EA4AAD64E83EB7193482C27661B26F /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F1F974B1874639C7483968B8110E00F /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3960609CAA7B503AD9BC19A2DA8E6A71 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A1AEAEE515C68EE56EEF2DFF04EF1163 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 39BF9111C94253D58766ACD629A27980 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E04C49DCD1F95FB21E415374B5E6B27 /* RNGestureHandler.m */; }; - 3A5F82BF711C367FDC3DAF457264B0D3 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18F9712006D1278B1E6A0BB0C8FFE987 /* 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"; }; }; - 3A9A9678F9114EC4568A849601C9890A /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 02453320716C5CF15AEF5BA5439FF915 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38118A9AE62A290321B82EECF0F94631 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = E6CA8467C6F292DC9C4B325FB910DF52 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 381D27735C044400B8D80922CE2F858B /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7DA8FC60462DEC8B2373A2B556649C36 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3893EAE9F9E1CDF821C57BEAB1965704 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F736B42FFF6C4EFA4A440029D0CF7940 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 390A3EAAFF75C4F6E654A7FC5CFB13D9 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E6DF97662B1C21585021D5CC4EABF1 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 393E46631914934BEE36D1843C3FEB1F /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C0002D9CFF700FF598EC9DF473F5DF /* react-native-webview-dummy.m */; }; + 3972FE6095DF71F6091188C712E9A122 /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 31E5F4DC57C8745E7EA3280A75FF7C83 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 397B56D44A1B67D398CC5125C717EEE2 /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = F21EF8AF71F9E0498EABDEA0C87BC039 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39974B45839A99C992844CAAF0123F25 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2494348C97AB29DCA858BC18759E1BF /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A57A6BC584E76A4E31A9E2AD4C620F4 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 920596DECEA815252CA9D9478E4375A8 /* RNFirebaseAdMobNativeExpressManager.m */; }; + 3A8E8E83E5446F0DD294FD19AED187D6 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 33FD6667267BC83C7D244FC34AC5B071 /* RCTProfileTrampoline-i386.S */; }; 3AAB01A9C3C8E9947BAB1F89DEAD4154 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9CE8293D9290796C1AE82B202FBF88 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AEF37A7B45434695AAFB212317F3200 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E61FB1CA1513B09D2B92862DD8602937 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AFD324A4538C7347EC23FEB0F8329A5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C4CF1E6DBD08E4B1B82A3981267144D /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B3C46BEED42E02C1DB4CEE99E02BFC8 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C024CAFA0721AC1660C9DFE9020478D /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3B41E9BBE20F12C9DDBD6559965FD6DB /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D1E7CDFE89EB70B4D727EE42AF3420 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B62D2681FA39BAF30EA82FEE92384F9 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AEEC5034C2254C3464A1D966451742CA /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B93E3C5E514CDDED0AF2EF5337C9205 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5623283A57140BEDEF6310769F9C2E9E /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3B32CEBB93C3B9BD2BCFF938D648F5C0 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28443A9CC08DE4E270EEFAE12B2E18ED /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3B58B3FA57273C6284269FC5F87EA838 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D80AD35E7CB05C134F5FDC4CADB18A21 /* QBAlbumCell.m */; }; + 3B5E9902C3E04B3D1C924A8F8229BAFB /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D41BB9E28174E9AD935BDA36B406EA7 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B6B37F9BA1CFD7541A96CB834B304B8 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F0087F537B0EFB56303D9C3E11BA37 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3B81117D4AA273FD2B0137AC36BBAA16 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 697B025C7F5CAD8C2CE4E1AE25BFEBA6 /* ImageCropPicker.m */; }; + 3BA42042E82F104E195BBF712ACE8C58 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7161C039072324C5F606E4F916761F38 /* RCTInputAccessoryViewManager.m */; }; + 3BA69B1E3FA875FADEBC8E5AA505306F /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 34FECA15D55F72DE978D5F69B50BB4B9 /* RCTSRWebSocket.m */; }; 3BB343D149E94DCA9736241B605534AA /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B0032B09BA795D9A9342B053902821D9 /* GULAppEnvironmentUtil.m */; }; - 3BDDA4585BE92A385BE24526CE44C6D1 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = C20FA4E9519DC0B97B300D7050AD1C8F /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3C7F6803E9FF92C7270D921FA36C1B6F /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37916F9FBE634EED655B96CD63F8D042 /* RCTImageViewManager.m */; }; - 3CD85A518FE6FAFC11F533C36B3ED5D6 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44EFA53BCBF0D2E1246EC251323FB495 /* RNUserDefaults-dummy.m */; }; - 3CF760F32BA0F2D645A6491897AC6486 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F14FCA72FC3F9207BB659CABFB66E025 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D0AA208FDEEE83F57AAD3E2DEC84945 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 837C0E45522E651C57181A0A10F57290 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D3E47E5F83FB0562F67CCE9A4AAA4F1 /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 42962C15EEDCA727DA315E6E491616B3 /* EXSystemBrightnessRequester.m */; }; - 3D466D0433E95C41C2DA95FED09CB9C9 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C6C9DD34BDA93B8482FAE425FA126055 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3D58645734885AAA2525FEC6FC8E2DB3 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 209B0E9AE5CFCA135D4F9004F6E27829 /* RCTInputAccessoryViewContent.m */; }; - 3D8B1AC4F0D4986B7A5CC2F247ED2EE9 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F981E8E44C637A6BC960D3CB6BC836 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D96C5283457B1D7BA64C97E45ECF55C /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 067E8F0B06BE40D7B80FC8DD8C834499 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DA09E8ED84E17FFA6C941A65440E611 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 59910718D716D10F63AEC9C5FD2D35BE /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E180B066206CC068CD482236FF9C782 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 264274AC9A9962118BFAB59FB225BA44 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E21D34EF879EE03EB2A7F754AC98400 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = A96A89470438E778804A78C1AD182630 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E91B6876BD0CCE1A333E130ACC9FCD5 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = CC25C098200B215F002DBFAF31C95974 /* NSImage+Compatibility.m */; }; - 3EB2D1D755EBFDDE0887DA8BA2A2B7DF /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 1790AD0B2963EB8D13EA46C917A4E131 /* UIColor+HexString.m */; }; - 3EB44AA9A5862745240ADE3F82A8D79F /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D36A7DBB1CAA328D188048E619B5A1EE /* Pods-ShareRocketChatRN-dummy.m */; }; - 3ECEFA64A7C789629823EE8EDDA2AE3F /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F00DDE62ECED98DCCB98C8A169F592C9 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EE593BECFD89A8BFEFA62F6E09360FE /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3696B8432FD0EB699A2EA8ABBE2847E9 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F0FB279F6D8CCFA6CD59BDD1B78056F /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F04D6C471FB8F5B1783CA3688A4407B9 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F375AEB30B1112ED61D67D2D8D16F5E /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5574155B05CDF18D6006B087F7A366F4 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F45B3DB0330C04F9493260B4134CDDC /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 40D679833F059446A7D67E33F7DFD837 /* AudioRecorderManager.m */; }; - 3F4BC68C32955018CCA0673043EE2DCC /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = B719A95B9BE60C6347E62DD1950FB94C /* RNGestureHandlerRegistry.m */; }; - 3FAA78E7F45F7BAA1325594718AAA891 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = AC85215185BAE9AE5436774E910AD494 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FD619CD7E4DA2CB1F156E46E5096A79 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5647841A7C5A01D12C01B9E40BDBA2FD /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 403B09F38AE2C0FFE892270063494800 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A6022B177C8D2DC2E634F97DCC4769 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 406ECFF33BCF327DB84B5327B32B808E /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 692B2F68C4AA97A83903C373F1ED010B /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40D8E4B4917C0B95A2AB645DFA7215DF /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 526F847782983383B0F31E8746A71C4D /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = FED25DCB7B9FDBDC8D58FF6A7B48B9D2 /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41088A67E446DA59A26326C584177AEF /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = 779B55289E8F5939783D2A2D31FD5874 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 412512DFE06BF80C29382028C8AD6410 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D37BA8B70B59F43608B73D6A8BC1E0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 414009DB5A8FEDACA9C84C8A6691A68D /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C79412F9C09A063FBCE7401FBF50B3B1 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 414188A3A142F910D61752EDFE334B9A /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4574672FDC6E3A63A27CCB09CB0E1B /* SDImageCacheConfig.m */; }; - 414DAD9A6F72CABCEB0E852BD5F78353 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C16888E959D101D2962845A423C6247 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 416E4BAF70EAFF208FC7DAA8B51468DC /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4CBA3B16A3556A65EC5F0CD9C291DF /* UIImage+ForceDecode.m */; }; - 417DACDC0A7BC5F9A55B32734AF496F3 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = D747317B65397EF1C710A86254BF07B4 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BC97BC83260BBC0E63176D5799B13DB /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE760C6C385AE73F070D0F3723C8215 /* RCTWebSocketExecutor.m */; }; + 3BCC2D34229A5CD07A6EB68EEAC83DD9 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = A4BF3B77E182B71004BE3A7E72367DD3 /* UMViewManagerAdapter.m */; }; + 3BCEDA88560813E4C8D5F5F80A09F5A6 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 394B5853EBB75912CBECE586D7469830 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C0A1CF001132CA81E55216576089489 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = BA6753C28012AA2BDF4ECD06F1C217DE /* FFFastImageView.m */; }; + 3C2BFA76840764DCA72804A884F460A2 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 329BFCBAF5B6E1BE29D82FAE16856B63 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C36EF54B077E07BD013CEE9A3064703 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A016B0F00D03FF2860E22FA13EAD15 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C3D87D186DB57315966E94458D005A3 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C270E2E0C0C898C5231269B52E3521CF /* React-cxxreact-dummy.m */; }; + 3C7BA5F8657D13BD2BD37A035608D869 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D95B7BDAE5829AF31B506C54D91DD35 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3D14556B78DEEAB7577967849842882C /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DC041486CAAAF5CD7B70434A6B16EC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D247F1F56F1683BD2D1619D66DF44B3 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9079D12428803561357FB10C61368B1D /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D6DCA5B3EB9ED7C0A9A32C46A1B6437 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C2981E4EB986A0B8C8F50577AC1BA8 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D7D5E67500DC64CD35B27FFEC7BD0BD /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B893BE1C5017D338368DEA237AAD1E4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D7EDE2B471A20D8841BC1CC92AC7F68 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 97149FD2DD27B5512C6363C80D3633EF /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3D8FC1D43A485210AB4A7B0DA9F53224 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B84F7707AED8639CA41BE07E694DF62 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DB3976B41105DEBC3FDDDCF9C82A8E4 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D7111A30CC1A41040EC26759526FB80A /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DD490C9393C8161C20BF70CF6FB0210 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D02F0B2B40523B6248E68DD0F836D3C /* SDImageFrame.m */; }; + 3E4A18E6B46F4E17EBDF624E7F5253A3 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D789BEB1135AC3B0BE77669B26C9A31F /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E54EB94624EA145427E4C8F79847C50 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FCF15D7B9B482F345223FD766E0442D /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E7EEC408B10CBC59944862B5F8C4F80 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = AEA8BCEF7235F0F7977C6B6B0E70BD8E /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3E93F52F9B456C9CA52E54728BF87E24 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2634FF41CA66CFEE7148141460264369 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EC01C1C8EEC4DD0C38D3EF062FED004 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1995B5C109C2B2291A93C18F8C34B3E /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F0E1DEAEBFD2F0BA43445925F856A7B /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE02D761B40A12213B7760AC71F5613 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F2F60C38C51FCED5FD0627E2D2B6A04 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D67BBB251369814ADDA78ABEDC96F55C /* RCTStyleAnimatedNode.m */; }; + 3F732486D2B9A746F04E3F6EF848B8D7 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD73E556064271C4F8359FDAC8D351D /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3FAA76EF1852F0F22C4FF040BB63EEDA /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A394414FF37FD12EAEB17410BA7BCE8A /* RNPanHandler.m */; }; + 4009CDB08A4777379B17F4CEFBF1BF84 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B73F92C774CA25A04461F93736FB0699 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4022269A748BB256044DB3F311DEADC5 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C11F031A1C1F0DC3ED37A85694F4CF3 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 406B26FA6FA8929D162645E5C2A683D7 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C35C5DA07A7B46FE4E3F707D9287A0A /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4072EF44CE3A5545591592B2F529024C /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D44357EA9D19F0257D63BF4D83B778 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40B2CB435CD5E499984AE25144A7F230 /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A1CC9AF6736B0577F661EB9A512EBDC /* RNFirebaseAuth.m */; }; + 40CE32C23D0DACFF21D93CA9242072B7 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C32B0E6F77F58BFD9E18888C3D5F59 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41320C8B3DDF898AB49CC3AED395140C /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D5C525892FE2F75C62CE5F885CF6254 /* RCTUITextView.m */; }; + 415F6412E96134BBFE1C8AB430D39829 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F33079FC5A0030BC12CB9FE4EC945F5 /* SDImageCoderHelper.m */; }; 417E75BC5FE99415F33B4422E53E4127 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F7A763771471383D4666FBB10B57E8 /* FIRInstanceIDAPNSInfo.m */; }; - 41A86D6E1059138AE9C8460F90015644 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A526257E8262278ACDD62D55CAA864 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 418D03E0DC36ECE2A819765B38D635A3 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE1A834BF755A35C933AFD40DD0F116B /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 41A95E3F7E2E29D18CB242B635EC5CC0 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 19529A703895D6ABD53C7639AA0A2D44 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41B89098A007746270DD180D70EC71F5 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = D37035A626F48FDE57928AE6C53769C6 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 41D05D129A095B7EAB3DD70F6672D52C /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C885D93D6663BC99F99737D0D806C14B /* React-jsi-dummy.m */; }; - 41FA4B454D897F9A052CE7CA1C13A6C7 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C00E74CAB7FD5C407743D493DB298A4C /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 423EBC8945FCA228193D1C494F097685 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E62AD15857948E48DDADA8124EE578 /* RCTDiffClampAnimatedNode.m */; }; - 428DA569F1EB3E48A5F26F0FF30A9061 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0562DC21AFB7EE2C588D43C22F7BB4BE /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4343EC079598AECDBB10D8CF3C215BA0 /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = C4E69B6C17ED8DE8247316453223A937 /* RNFirebaseLinks.m */; }; - 438B0F6E1E61CB1DCDD690A6F21E6634 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C4E7F78C7DDBAF6758D3A5B8507DC2 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43B9F3FEC650EF0D7558B4C678EA6AF3 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF930BD72E195F3BDC26031D1F49D5A /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41B0DC8D381DA6E0EE5E67012276F4E9 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18F9712006D1278B1E6A0BB0C8FFE987 /* 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"; }; }; + 41C9EA6EEEE1D42DD14D721F1BF3DEBF /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF337C9764E7CD33EA1BA46DAD2EC9D /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41DCC5B01FC5961F8939011C1BFDBC89 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5D2202C14373B5EA37CBD659BAEB72 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41FAA7F567602D68088EE7D6414E868E /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = CB211B8031420BB17833E5F5BF64FC99 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 420EAED4A42F2B1E8BC64FC70162F25D /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 28E7F6CDB5FA6F95589150A045B05E1D /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4218CAC8F2F49B808DB3A9B9B7A3A147 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEC779832A72AC4257E8C2B07C4F0E0 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 423532359081AB27942969C76BA69575 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5FA0CCAB55A6E1A4620FC4848A4031F4 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 429B85E7B9B060979F474B843934F47E /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B8C08BEBAC299B96034C24E1B31668 /* RNFirebaseInstanceId.m */; }; + 42C33DF5BFE6E59A908CDAB22F61050A /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC87B49608E3699EDBC315EE282383A4 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42CC17E727A8854388CAF6FEB7BDD0CB /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 3172F5C2A96EBF73AFE4872372F30EAA /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 43394EA339FD410ECDBAC8314C436A01 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45DC130F55AFF90BA01A38CE48A7904 /* 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"; }; }; + 4381EC756DEDB5BE8523229158326C95 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 28EE8E60D0D8CF1F6D4B0F702AA7B2F9 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 43CBD73B6409385B3BA97C371970F1D2 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 80FFA483C0CB4DE8DEF2F093A39847B9 /* FIRInstanceID+Private.m */; }; + 43CFBFEB9C729FC13326C98A3B461351 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8224D0869540B459AD8ECF8C9B43D3F5 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 43E11DA6D060BEADEAD736180B594C36 /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D1841E42A9EA072383D82BE69D4E0B /* FIRInstanceIDKeychain.m */; }; - 441CC59E05CD1798A940EABEC9260FCC /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C1E259FAF98334809222769D5EAE80 /* EXConstants-dummy.m */; }; - 44A3DAFF21674CBE4C301D338C573CA0 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F86F25484653370A0D569FEBD1153AF /* 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"; }; }; - 44A56E8FBEA913137B22E0F48F692DCD /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F265EB84BEFA0C02FDB805FF9074BCF8 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 454D47B77CAEFE55DA1EB6B57D585196 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B7DB7357C2A7C862171DCFA0D9BBA0E /* RNLocalize.m */; }; - 45A101F994C097EACC23D00E2DF55AAE /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 693F122720C0DBF8806984988B7818A0 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45A40F884619367E2D134F45E8496BEF /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D82B45395887652BEB5BD663843B08F /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4686E59A86A8B520A51DC330F41DFBCE /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = F13EC3BDB8833592DE70AE02CA3B528E /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4406763C17EF09C1C5D37707F5EFDBC1 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A6F80FB0D7B9C3DC3CDD83472A8F3ACE /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 440FBCD09C9CFDF5DD7E351FB06E1CDE /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F70CD537B92500D40D0D289A4C0B8B5 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 443CDBEB49A3E565D2C9947D6FE00133 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C965760E58B11B2A08D130765B63410 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 444A2BAD5EE2727CEF35192A8A243169 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3122D442D5652409BABA39CB7F9A4C /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44E97FBFF508E487BCB67DBF309C4CC6 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6ACC0F4D61D8C0EF98048231C2C165 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45C7B845876507A4B5428DC369AA0B56 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 917B24940B93636C07C207A8F5F6963F /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45E7E3018C1FA271072B926776AA829E /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECCE58AB04C3A43A0F62B97B87966834 /* RCTVideoPlayerViewController.m */; }; 4692A03F476391868C6362ED0C497F02 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A0974B26B6AB6E0A12A66BB5517340D /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46F7FA8C9E465479E76A1DADC635F5FA /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E7318B0A033506002AB4C7B47A45BB0E /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4746F9BFED77052D1B358964D4805D75 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CC3A3A0FC7612879D1BD39160FAA6465 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4747F8766746305A6925482005F441C1 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = FBEB1B05A0D196DB2F3F7EA7BB8377FA /* EXCameraPermissionRequester.m */; }; - 47A8DB2BEFFB3A96FF242D421538E0E5 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7309D4ECD38FBED698073CCD5C339296 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 47D26569084E23199966F0D962D65D0B /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 127435DBC940400B5D902F84731A68A7 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 47FE0829A724664FFF7491F1FE7EEEF1 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8908D5309F3C7A00BE63E972B3A125A4 /* RCTBlobCollector.mm */; }; - 4819563D13173F8D8F6F798799E57E87 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD24A47D2F805AC67D3CECAB4094C0C /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 481EA95DDF7F93A39B23F9F3E52A4015 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C7A380056EFB42873CA473604333253A /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 483C15C210FE8BE0B7A96E3A2F2BCFAA /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D7C5B556D6CFEA0764E5903566AF6318 /* RNVectorIconsManager.m */; }; - 4854542176B05F76ABDA38AC58C3FC57 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C66E6DC55A2B9B6125DA1A25C647192F /* RNFetchBlobRequest.m */; }; - 48975E873A3309A4712F1058F77B5B9D /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D79814B1552A7B1EA2C9F6F8F3BF458 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4978B0F95C97234EB4E1E0099F02CD71 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1FC769A46907A31C6D886366CBE8348 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 498D40F649B2FEFEFC667756A1C98D4B /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 489BA8CD89137FB7934A8921F72EB459 /* SDAnimatedImageView.m */; }; - 4998117B130EDF8367C7279C393C568B /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = B7DE78E84376A91A5117F553085F7BE2 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A26A635C787587DD6F21ED42E128700 /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = F692392D3F66FFF1BB36C7AFA472E615 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A296FC48B912B31781B43A526BDD93E /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F08780350B5BB5B0EB8F827B257346 /* RNFirebase-dummy.m */; }; - 4A7EAEFC0078CE4368182546538F822A /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC87B49608E3699EDBC315EE282383A4 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AACA6CBD203E74F256F9A404DF19742 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4769E682BBAD42859082B1AECB1F484 /* 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"; }; }; + 46AA158ECF2FB6C747BA4140E4C17EB8 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AE916EF0482E7D4C4022CD4259B15EE /* RCTLinkingManager.m */; }; + 46F96716F4041C315787A037DEC72D44 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = AF9AFEB5E0CD311BEC1E0C3E952EFA30 /* RCTBackedTextInputDelegateAdapter.m */; }; + 47533DDB0F9F014429C7E09002B0271A /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CCA301AA7AA87F5D1501F7CC973C29C /* RCTPropsAnimatedNode.m */; }; + 47E4B7CF8C73A96D8AD9CD1F1810D657 /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 57074C30E9329F39E336988E1F5E0F9F /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 488CDAE7D04BDDE829743A0A96D791E9 /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C01A9709CEDE83A5539262CE1E2EDF7 /* EXRemindersRequester.m */; }; + 48BC0EF260DFD3DAA5044128256C7172 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 460E7CF7FA5F9F7412871CC1E24987CB /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48E1F121B2D2B1492AF5EBA51E85EB9D /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = E3BBAC7F0F51FCF39A1620BBAC3EAB2C /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48E30DCA16D270B9AE218F05E071FE0D /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 053D5F7EFA0CF8AD22EB12CF9DFC2D1B /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4961C89138FF302318C05B66A9222380 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D3803CA87E9B6E8791D7FE09199C47 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 498C2A3B4744B4E99E4A720E7443510D /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D82B45395887652BEB5BD663843B08F /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 49B369449C16E469A39897975F8EFD55 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = BE91F000C9AB43724927F06B0298354F /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B990DD8FE83D1F17D55988EACD52F5 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE294712A4B2A9928A475F92B67DF71 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49FC782AEC4C4C104C4DF79DF1FB9587 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1C9A0432D106C1F8928C98672593232F /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 4A26D2E5F7E6A48028F32BC0C76DE530 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9484689A4AEEEEDEC74961155206C5 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A97C6DB83B1314595F357A294164120 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD4E654C7EADCABFB701CC3B24F88F3 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AB1515D537347D7DCBE76339B038175 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = DFB1E70FE8A4ACB058E5A848B6DF1DED /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 4AEAF2548FD03171132E796282A5A71A /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C28EF151ADE44B36CB01A2BEC03F522A /* FIRBundleUtil.m */; }; - 4AF533E5A6AFF13467F5968EC8A6EEFE /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B75298DD5C8A4211253F38FB8FA4852 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4B163EB758F5F9C2FC21DC257B9F02E6 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0580E5E4C436222FD025EC39AA8EFD3D /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B4C8B194B17693572810F42E02FD0D9 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F9D5ADBA42BFAEFC1CF9EB1CE0A335 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BB9CF2AC005C7731F8EB41B69EEFBEB /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 31E2E603205E2255648BD0675CA5847B /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4BCA9867945190E4682A06841C53E07A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1B29988F9F31773EB2B38DD75367F065 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 4C68BDF8A215BCE329BFDEC6D8692383 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EC3909966ED03C25FC22872A871EE8 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C8D31A431E25213E3BE47A06B5D8662 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 908F105208D063CAC191B9CC63C96437 /* RNTapHandler.m */; }; - 4CB929E427FE18007FE5916C3564C473 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A729C6D908D4E59C9C24C1B5229528B /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CCB4AD3F3ECB6C549DC0E0120B7FB59 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC8EC096745E0A314389BE9C39D5204 /* RCTDevMenu.m */; }; + 4B1A2E62769E3544C9982916A3864D93 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA32D4B65A94EED3F2EFAADA55DC655 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B36E488844F33246DD27858C65EDED5 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 603AD174B46C2C680DBD3B71C67A1F35 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B8739711C826B0D2A19E40B3B64508C /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CA602E87410289C5EF580055FEADD2DC /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C2E66E6171A3D94009485B3B5B543F0 /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FA3F6764BBB1AD8348B5B1CF6EBB5B0E /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C3DC84488E5A51880FE403F0DBEE067 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2804CD3504FBA76DDA3A5744B54E69D6 /* QBAssetsViewController.m */; }; + 4CAC5C41A979BBB722A08B34F0509BA8 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = E1F6AAD4A7C8AC1CEB5BF2E645D88F06 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CD69ED3DFC0C9AE77A59B70AF7FE036 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E9B9E8230771754E26C121056661009C /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 4CF92FEC7E0E43011AEB755E85944BB3 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 06A9CD53A96164AE6AB948668C78CBB9 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4D43F735EC96D387810DFD47C225565F /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AE2AE42D2BEADFC3655C8A9D63DCBB9F /* RNFirebaseUtil.m */; }; - 4DE113705DB46A9EAFB507C3D361A3F0 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5543BDB95EDCB770C91AE4744E947B3B /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4D05FD4B2B77DE6AF07AB2AFD195D351 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1BDAC9E321ACE55FCFBD8B9C7D8A929 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D1B66CE5A81F3711D2C662334FC4663 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A34DB7C58257BFBFDB45F47D24BBE94 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D4399156A893AADC1B3C21F694E3864 /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 35AF00A4BD9BD2CC7E174AF3A92FC8A6 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4DF3E5BFFFFABEB78B7F85EE2BEE4589 /* RNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F36F14DCA1EA372CB37D63A4950C3D /* RNSplashScreen.m */; }; 4DF83A76C578938051AFFAC51A0E1471 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CD04E49AB5364DFD2C5C99CC343E78C /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - 4E3D2D8F80D7DBF6A083A288F6EFA49F /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C7155EBD692248E819315D2DBEB0D2 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E5021A6C17C2050A7905EE14B5B4C06 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C3A41EB8B25FE5659FC71653BDF5D11 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E5414FCE113E86F760643F767063024 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0253761F033DD720523C560BD82BC8 /* UIImage+MemoryCacheCost.m */; }; - 4E6E20538F570B2C16C3049CA26C83D3 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = D31CA7143A73D81AC402696A5725265F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E8E66EDA19FF4904B570C4D28916FC0 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0452016DEF4B30771753CA8A5253C5EE /* SDWebImageCacheKeyFilter.m */; }; - 4E919AF0BE1D6FFA18AD68DD4387A45D /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54D1F4B72D5FFCE470292ADA403104A9 /* RCTSinglelineTextInputView.m */; }; - 4EAC303956D8C220AD690CEAA3F90684 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB53691B08EF681E0EE92D7AFC6F11C /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EDBECD85FF7ABED1C3C8210DBE0A982 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = C27410B1B3FAAB11B65B2B13128EA168 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F1B88A1C4970DF955ECD048D7CEA807 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = E6CA8467C6F292DC9C4B325FB910DF52 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4F350F599E7E387AEF3DA1458234217B /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BEC0CAC42B231ADDE6E4B6712091B22 /* ImageCropPicker.m */; }; - 4F91638BD1AD9100CE8649B762854270 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F89F110CCFC19FE41D88F541026830 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FE3050587B7DAFA03B14CEC81BE1431 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E011AF0E1D59505B8C1DC0424073000E /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E23BF2FDF4C82630C9B755FEE1A9700 /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2646454FBB8090126BDEDA921AEEC5 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E59AA2E1EC85DB6888C6B742902D2DE /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CF829AD2C02E0B8E0F23DAA8A51A99FA /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E6C575607B8D21B86778A9D7B574410 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB1BA7A21C33726B1BC24D07B40BF43 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EE52540A911807590ED701018873BA5 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A3C00DEBEFCE29D289CA3783BC195C29 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4FBADC569A8ADE580B547B62A5DA17E9 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E595435C1222A233B6C62A83D4D1BE5 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FEB429F8C2ABFB8237A53FE225AD3CC /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BF84C34EEA1931D5562D9A8962E830 /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 500804B8D0C300FD006549C8D5A8564D /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = E33A25F59DF2C2AB1DC5332A73F0B99D /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5009BEF03F9A4D56E68EE55638828BEC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D7D9501C14528D2622AF4AA4ACD4FA /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5022D4A1CE920FD774AB38CFD07C7B05 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D0EA01501DF2002E2BC00E518D57FC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50246D341A1537329EA87327541B96A0 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D2CF99CE716BAD16EF729042BA7A945D /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50306D7C9C1A08B691DE51D849A6C6C5 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9A7E958757D6AC4BF086FF9199B675 /* SDImageCacheDefine.m */; }; + 504C3CB0152C80A713F8C55A11E67FFE /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DA09483D2E099B878AF3746E56EE4D24 /* SDImageAPNGCoder.m */; }; 50509695351A25E3573F2FD7AC34F31A /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 357DEF9BBF43A78EDA32F3285EA04088 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50712D08A2E12FE123AB8A8B6BAB74E4 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E2EF038AE38029CE0B796EE48F2110 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A8500333976280906EE774EB7F7DC2 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 526808FCB647A1310B018F7D644F1B1B /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50D552ED4A967F6755D64C875BC3CBB9 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 17A076F2EA576869041C316952288D78 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50B452735FF53114E3E68DC884D120ED /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = AF6AE1FCC58E978ABBF1BD337D1F7323 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50DA1E0908FA789DAFF1E7AD685BDCD9 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D590E40941F1333F0D46B505D9D3381F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50EC3F8AD34687392C33308E9044D91B /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 9417F2EC6302104D1220638A186A467D /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 513474E7D61D32F6CF32E2600AD7BAA4 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4579C2C75D1CDB1B1FCA3BA2A639C3 /* NSTextStorage+FontScaling.m */; }; - 513E985ABDDDF0D1E6521BE3FA2C248D /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = AB877D31EAC68FD16AADF8D4B983CCAD /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5155B4B203A3F60628C721854F1004E0 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 94CFB7C121BD85B2283047E9E978D517 /* RNSScreenContainer.m */; }; - 51C79C88820B5197AB3CDB9376396195 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = C73E62DE5B0B8AC5FF697C2E7859EAB6 /* EXCalendarRequester.m */; }; - 51E72AFDCA630951AB936CC32D64E070 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC4ACC5E3F48DA9704ACCC23134C8F7 /* RCTSpringAnimation.m */; }; - 51E916A8F333179E163ECEFBFA98DAEA /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B36BA4B7DD8624CEFBAFD9F9AAA455 /* LNInterpolable.m */; }; - 5204940F6F67FB7EEF238E5F3C8DAFB2 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 81493DC56FA384DF42BD56FF1A3821AB /* NSButton+WebCache.m */; }; - 523DADCCC7F5FB6D44829C710FBB91CC /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D864C04A6541AD05143797FE577B19 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5277F223093965D7764B54F9A977EEBD /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D6FF2DAACCF9C7FB59DD7427854E2E29 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 52BB110866C74D23AAD5FA712B7A6F53 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3122DF2547EB8FD4AADCAC17B81C8C0C /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52DF037F68184EA2518423AD2188695C /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A3B27E6BFACC5E102D5741828615B2 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 534A89B55396A1BD1DC560C9ACF60461 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B29A55B574E24358B76B8CFC22CC657D /* SDWebImageDownloaderRequestModifier.m */; }; - 54279FFFACBAC44C9595F50969551140 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 6364724302FCECA86EE5C0FBB449A5E9 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54328E67FEBFF2E17A93A63C39B95104 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 617D65CCD161B2FCD1BD2471D15FDFFF /* react-native-keyboard-input-dummy.m */; }; - 5442B775782169E3210D3C1A8F6DD952 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A8B66C0DDC4284B4E705E7E616F75C80 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 546DBDF2F998E8AFF65C1FD54FC9BCCB /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 59DFE32605E68207F33CEECD55EB83B0 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54D93C588984F1FBD3B1057DF492B4CB /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D021F86AA74D7B976930ED3F4C4E3186 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 550F77F3CF9F927287E519BC06DD45D4 /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = A7518DB8914CA2269F2867E70A25761A /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55429E740238D3525106F8210EC5DC14 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 133D81C69EE4A8C014E0D2D3D6ADBDC6 /* Pods-RocketChatRN-dummy.m */; }; - 5542FEA65949265EB6B7CAF7EF1EDA78 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF3B9597D281F5505DA7D76657DF4FB8 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 554F9A1DF5EE25721D3B20F4829B5EC7 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 10AA951FD7F3547E3E7F4EA247DEE5F3 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 5587629967496E3462BC68C103E14471 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 59F9F6F3C29C5EFD80659BF6C7AE11FE /* 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"; }; }; - 5591BC51B110E93D9447A084B0131D17 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6437B1485F79CEBDE70A5C3EB064B985 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 559E72AEF3D7F8A45C7C740C87962D82 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 92470E6297E83A63B9EE3566FF265987 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55A28E7D0976AA5FCB10B9FEDE492D87 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F43D353F9568A5EB05810DEA871A928 /* RCTTransformAnimatedNode.m */; }; - 5609F49E3F94B18A94FB680988610BE0 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = CB77D337F3CA2208EE9FC115E4EB01A9 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5614E6FCBE0939C456D3EB396DA3994E /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = F34C5DA93FFCFBD53ED5BA4E500C577B /* SDWebImageDownloader.m */; }; - 5626EEA5122A67231A1B681E76F8AFDA /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 168528BC43399D420545FACAA0AC4B07 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 565DB009F7951A9EBADB16F90DE5C5CF /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BBBF8154C12A1BF711622935B8F5066 /* UMViewManagerAdapter.m */; }; - 5672F848FF959C3A5CCFA56FE0288E79 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = DD06877B52D257AD9CDEC2C188D14BA5 /* UMAppDelegateWrapper.m */; }; - 56DAF146126C57A0FB4E991F96D0F66A /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = FBD3EFBCA71BAE57E72EB9CA50FF629C /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 5731414C4FF8D8C612E84AD9B66D141B /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2399D7C7DE1A01F691A7A39898E1000A /* React-RCTNetwork-dummy.m */; }; - 5734AA775FFF744E21A4033F51608C0D /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 272DBE69246A9EF2F339AF835C27A556 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57576E08A32F18D05AC2F0B4E00DA670 /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 208C6F4E33DC9CDC8EF00BACC10B9459 /* RNFirebaseAnalytics.m */; }; - 575AF1C1A204F00EA92275BCFF1E39BB /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */; }; - 57844EE2921711F886DC51FD156B3827 /* RCTTextRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E3EB81BEA6A2ECC19CD7DF62AB062C2 /* RCTTextRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5792BCE1774577F47DDF372737AB9F54 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F44D32A49E693273ED8AB246857EBF2 /* RCTNativeAnimatedModule.m */; }; - 57E0309432CAC3AC617FF845AC2CDCC3 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF2624137FB3A085C70299BBB2417A /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5911F2C36EE1970C228AE32A316816B6 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 3172F5C2A96EBF73AFE4872372F30EAA /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 594680F9B579D06A192B669A7B3CA711 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B4954091C615D57C087835C0733034 /* UMModuleRegistryProvider.m */; }; - 596083F7169FEB838E5F9F65E617B300 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 824EE839D2B98492FAEBBFBA0AD6A98C /* SDImageGIFCoder.m */; }; + 50E573114AF3CF478624DB7200A00789 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FDC4098090BCA89BB128C11684FB85 /* NSData+ImageContentType.m */; }; + 5124B14EEB6ADB70BD923A4B4E7AD798 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 133D81C69EE4A8C014E0D2D3D6ADBDC6 /* Pods-RocketChatRN-dummy.m */; }; + 51D2E6B7B228FD5D69C2960376F50D57 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 224F98680BF4E00348B351F7DE45DB58 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5224B1E49277626FA2A9BC8D8673277D /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F265EB84BEFA0C02FDB805FF9074BCF8 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5244328AF8D9DCF7C520596E89616F61 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B87665280AA2078A8DB0C51E261E1F7 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5275451382E01316C2383B499046C66F /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D80E09B00BC78CE69690B42B0538250D /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 52855966B3C88AE6D4999622266862F5 /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CE59CF7D9AB5CCBE1E03F714C1A3222 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 52A0D0FCCFC8A15A5891A5368D81EAA7 /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F0C95329005F48B03C0F5CEB37290F2 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52A2F913D8A61E62DEFF8CB797000AFB /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 539751E4A944C5CBFDD77739E15D2CDF /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 52DE588528BBB6F870534101F5E4A0B2 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F64684FF807ED61E9E4425BF7551A9A /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 530BEB19DFFDC8FFA7FB0B0A61F11D27 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C1E8F26979F2E2E1AB812FF647E0297 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5352A6DFDB7ECDC0FAA6440C7A546D14 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5869CBC7CFDB12A26FD81EC71C269D9C /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53602DD76BF8EF118F21CF2A6D2BB723 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 449726C9768F455E6476B45D54DF3AB0 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536442E72DD2E9A6E91A8DF5840095E3 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 133820C9C9C43384B982F0C3441F6FD8 /* InspectorInterfaces.cpp */; }; + 5374C4D2BEA35A56CD732A9A733586F0 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 872BFD26B36A3DDED4CBB65F511B2B9E /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 53B3D7AAD3E21D1729B00C1186796526 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20AC51173E390CE7A08E6CF65F2C5A82 /* glog-dummy.m */; }; + 53FF2CFA8FBDA72AD3A37C2FA119EDA1 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D7F941F63EF3FF4136605F295E4F81 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5417751F797161B8F8A945B9169880B8 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB1BE1DA98E3CBD6ED56FD6C5EF7B0A /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 541B03C3C6563912BB0EBBC396C01C77 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0F1629FCBCF396089E08B2732D1B7BA /* 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"; }; }; + 54744B5442C371084417027539C39131 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = C27410B1B3FAAB11B65B2B13128EA168 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 549729D87373E8DCE45F3B6209CF09A1 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = A2DA91A79D84204538E3B5ADB6C82DC4 /* RCTConvert+UIBackgroundFetchResult.m */; }; + 54D09FC145346A0AE808CEC75F15DEC7 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = FA501A8DAF6CD3179E5870361FC15511 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54DC10503C4A95760F632015260458E0 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD39ADCEA5DA50ED8A5ED8CF9C70052 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54F89C003A7AA66736C900D4102819CA /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B8FF973025940470C8481B3281A238 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 554817FE45290E538BDBD4001D91E16E /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = BF8013F3D4AF6F974AE7B05BD0235CB9 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 554D5DD4A8843F5541CFA6B3F7978227 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 7374CEE5B473F99C4E8EE4C8E6C4F63F /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55B5900A09AFE1CDBBF1BF5E576A62D1 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0800B3BA4B38D14343BCCAEC425FA35F /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55CC63A5D6FCCDA0E365B8EE4B5AF599 /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDCFA651ABB9FB2E52E1D4DFDC9F073 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55D326D6BA49F1B24D065E248A921B66 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 767A67A96F8309E88AB7E8F87065F2E9 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55DF39334919486700FA5DC09FF22C92 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = C53C0E106DE016BB87A556423A23321F /* UIImage+Metadata.m */; }; + 55F35A739A6484C597F6EB6280C1193A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = B692FFDF89FD13EC6341D06E2C8E0391 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 561132E617F63B3AF7F8BB23C1A0BE4B /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D38408B38E544BEF04CBE6D2B0CD6B5 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56A73B25EAFD4776904050F3BFCC7D08 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A32953F955579E837338E27C7051A31E /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56C32A04594FC811CA53035354C958CD /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D36A7DBB1CAA328D188048E619B5A1EE /* Pods-ShareRocketChatRN-dummy.m */; }; + 56C66F08B5B515B3C3FFB696B9E4878E /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 317B229849626324A660CB6C63782AB7 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56E351FA21529A408DB7A033865E0C6B /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EC796D3297545ECD3B0BE16B634032C /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FB73132B5C325C1EE6E9067CF6EC3F /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C47608DCC0C80820CFE8A9B2DA2ED22C /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5707D0481250E7DD907384C715A7D65E /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3E3AC75267352F336884AA81DEB77A /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 572436B4F31A41AFB284DA9652FA591D /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = CE2EC688D6B967C24667EBFA5E768079 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 57BEFE571B1227D53D7A2B6A171D8380 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1FF1CC3106785BBB39EFA06AD1306C /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5834AFEEC82F997261F818AD533C6A98 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = B767766B40A2DA96C7FE0F1C6F179D4B /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5838357B45311F2D90B440F565409F86 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A66FAFBD1AE62DE0644BD841EF00363C /* RCTProfileTrampoline-arm.S */; }; + 587E3D83854D9EE04D482E7130D657AD /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 68DB6250F59C582FA5CD2872AEF2AF59 /* SDDiskCache.m */; }; + 58A65610DC1C4C1575855A70B30AF5FC /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = D20D4D663D347D7B70993C8CC3D0C280 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 590169C3BE81E6FE9B67E19D5DCFC107 /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C8F154B56CB67F78FD995E106D3F315 /* EXWebBrowser-dummy.m */; }; + 592F5C115D492157BAB057FC36627C58 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = DF1EE71256CC1CF8E315461D910B6BF2 /* EXLocationRequester.m */; }; 599C79E2AC486198363DF63026441579 /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD111835A9C97793AF12738AF33E20E /* FIRInstanceIDVersionUtilities.m */; }; - 59B37735CBD2B5AB808EFD7A1402A9EB /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 92075D8CA92A4C6986E7E2DCEB33D1CC /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 59B6E72B54BD4E8FF1EE2A228FEE6814 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 17149252DE6CEFAB725A0A924E879CC8 /* RNFirebasePerformance.m */; }; - 5A2FEA1B25DA5D3DB81EA2927DA1CB09 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDC765722FD96F62E404FCA439C214C /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5A42405E6149DAF5F2B0525F28883B45 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD4E654C7EADCABFB701CC3B24F88F3 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A6C7E0F1CD5F9B02D61522451C59667 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A0F3CF61CF6002F8D39D29A411E423C3 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ACA7948DB4C91ADE25960DA5363D561 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C2128A8CD8870710192F09723F9BEE /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5AD2D50EA0EA95CD2488782E90B478B6 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 942533EE853442606A01172C0395CD0C /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD7044142D8BCC25C8F742A000EE592 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8469A6CBDFBBECDD6C5C5650192BD816 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AE51C3AF044226104B6DF27E0CF160D /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C2E8AF367AF8351D07B98A7FECA3C682 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AEC2E0EF9F9EDE83420FB73347FAAA2 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FCB3C0CBBD94539610F034A5C547B1 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AEE52A5A72E036A8C066F41EF446DDB /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 40E3AD96CC1962F5CA482BD83ED9708C /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5B062B7A8CBD11527577ADBDF41C7D5D /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = F40CD44D357139C049BFBCD0266161A3 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BAC58EE85BA6324F83A806EFDDAF85F /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = B4FE5FA202D33D9F2F83DE5FA6C7B99A /* Color+Interpolation.m */; }; + 59A721A22F83374C390BFEB7E9563A19 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4CBA3B16A3556A65EC5F0CD9C291DF /* UIImage+ForceDecode.m */; }; + 59ADCB6EC6D72EE24CA4FA689F0B8A23 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 356E475D533B864AD49F7F1CE8568BC4 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A07ABC14715FCCA66BA415E270411A7 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D6931EA66871913CF4BC95BB2284A2CF /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A0B2F1B08817E814E1FAA5D71C7716C /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C934A9A198127726AD7F6FCA16647488 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A2DB0CE2DF0F5AF5B7ED59B901601FB /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = FC57CA05E2FE2E9AAA5636033837F8C9 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A3E4ED23FF2D2576A18B6280D7A27EB /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = C20E7B092EC1716AF782BC14813BEE56 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A4CA4F12F9B1388E3ED48EA44E01A0B /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E238B15987BCCC8E3D7BEC04120E71 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA37893BD492A3EED9407C88E8987F9 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = BF7DB45278C55B9821E56EA7C3EA3262 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ADE98BC9566E9298C81F4D0A596ED5F /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D1E7CDFE89EB70B4D727EE42AF3420 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B24C61116DA3149D83CCAC5B8D4F6F1 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 13430552A6FB6F241B1BF15B0790A86D /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B7D674385D8A46CBE20360D691FCDE0 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F919694666DE679D9F24910CACC14C /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5BBC53D4431E9E6A6E5DCE59A79AA58C /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F196E5B1DA5D7E18F50518E00D6829 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5BE4BBD3BC4F14A968DFE3C2DF2167B7 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A6D049406AA265EC77A00D1D55E72BA /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BF763F8EF91BF90AEC8E80EDA35C4F8 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E405C8E9F21AC6B41CF58A759FC73066 /* EXAppLoaderProvider-dummy.m */; }; - 5C20F57647BA6FD777BFA542F5A4AD65 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 232A06596B6A699AFF5CD83A8C9B6027 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C28C147A46C8F6D0FC9BAC1F52B77FF /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = DC2A6D52E64E2916C89008D21014F597 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C419C3B5D5A398A4A0C1D47B2DC811D /* React-RCTWebSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EAA05C3588B658F9F7F5A8FDF1F2DED /* React-RCTWebSocket-dummy.m */; }; - 5C7AE51A99228B56C41AB777A7A9CEA3 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC685BFA32CFDC9B7B5C527F455B262 /* SDImageCache.m */; }; - 5CACC0F22035B852FFD6DA22C32F8695 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FBF395E9B21DD43EAF34073BB52A8E /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CCA78F70F40794873D9C7459C97C871 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F7914BB9F75D8EF90E6B9C8445180365 /* RCTBaseTextViewManager.m */; }; - 5CD2A015A7A05B92BF2F5E7D71D12B1D /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 31B588B91FCA99EFD147FCF38FF8F934 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E027FB8582B304C060F1DF42DCD4A01 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E69665CEBF9010EA11DB7FE03591FCA /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E1B0A383A4FF385E418A1BB44C2ED4F /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = D084A61355C41A8C278772736F8085FE /* SDImageGraphics.m */; }; + 5C25F0E8F29D70CD722B76C5B5E10385 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC0A24ED0AB1363F2FFBAFA87AC4D26 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C9E84CCF9DAC156C964F4EE141AACED /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F1A343174FDE675BC1076AB561DDAAD /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5CBB96DBC0F7E3D6E155DD045C7F323A /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F064A2BA5CBAD126BA0148CC6DC0786 /* KeyboardTrackingViewManager.m */; }; + 5CF851A31B3D82A07466A4C6F644CD0C /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 526ED2712552E15FDF8A330B53D268A6 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CFB0B5A4B0E0BCC20316C4587CBE38A /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EB25972CD7E6B28A0757C8B7D755ED3 /* React-jsiexecutor-dummy.m */; }; + 5D7CEA3BDBAD9C386EA8EB6C5F7E212E /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA36F2B7736397EF43F7D44AA9CCE895 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5DBBB91027255885AAE7B300C895779A /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FAE713BDD5B1821A03C7618EB7F4EB /* EXConstants.m */; }; + 5DCCEE1BC7B44E275E76917396273A78 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BC084FA286DD48375260B0ACCACF2ECE /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5DDBBA21AA385FC0B671E320CE0552EF /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87F34B541C17B00787E2E5912192FEFD /* 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"; }; }; + 5DEFA092657A57AF5F5F6204CA047121 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA2F8A58E56FD16B199EBF237E60427 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DF5101487DF8545DD8F50F68AEDAF45 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AF3C1F2FC58C2E2ACC6B1F4F9D7F454 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DFD1DCBFAB9DCD69413711BC5204F96 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB95C0557E89A1774D5756987887992 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5E01D1F677A96A3A5A8AE2856BF8A38B /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 04D2093CE440381A05DCB88A6A77C29C /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E17E7008805DB31CAE0E72715A202A5 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D138D5E115942CFCC64810B5AFFB0E /* RCTPackagerClient.m */; }; + 5E2324430588F24F0978672D3379B213 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F66F1A21E0C1303CEE6894BCDF672D47 /* SDWebImageDownloaderConfig.m */; }; 5E638B27DC537F86FE14FD7E312A350E /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB41E1576D4AEF36B226DCFF55D111A /* FIRVersion.m */; }; - 5F0FBC612C60EBF7AED0384097172524 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A32953F955579E837338E27C7051A31E /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F365DA0E242751C37B90BF11299AF17 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 51A3E3D689B54D7C2147AAA6C68148D8 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F797588940763FBEC7663D398E2023B /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1F6513956E00361F7F355433FF04F7AD /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 5F7E90B2857812E34A62B47296063015 /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 273DF67314E0DF706EC672E186607EF5 /* RCTDivisionAnimatedNode.m */; }; + 5E72A09FE0CB0EB6463F110B8352EB80 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 910D54F4122391D52F34EA8AD3DDCDFC /* SDImageCodersManager.m */; }; + 5E7DEC6CC50E4916F1F8F461AAFF14CE /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 50790D111898E91818CE476F02633B94 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5EB450D0D94C8B25659EA1EA34F48B2C /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = 97D8AA796E5181FA706A882CF8978492 /* RNFirebaseAdMob.m */; }; + 5ECCC610EA625CA3B65D6B92C8EE5E6D /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 850A6899223FF4507EAF8D816D89E893 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5EDB159F6EFF43933C655B7473B196E8 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 53A6E4908FB17BD3CBD355CB5CC59010 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5EE224ECCA19B6B1A7453904BE7250D5 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9646DD93DA4B3C0668331BDB30097326 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5F3493051E95688BC4C176D865FC2711 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 672DC28797CCA7D3C0E19FE236F547AF /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5F404F4D8D32DEC31700401039F73818 /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0CB89A12A4F0DFD400B1305B99074141 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5F60F23B4A7C96028406D71E16017D5D /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = F78C29C778C62E29D0AB22B39CF1E0BD /* ObservingInputAccessoryView.m */; }; + 5F859670B4E98FED892450ED16DF757B /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F5C6F0F2943FB8FA36470E7B144AE9C /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FD1381C2A70C74A99F1CDE502CF934C /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F77518B3C649CE43D0F32393CB5507 /* RNCWKWebView.m */; }; + 5FE827EB19BEFEC487BFBD61B4259A4A /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 7852799765B10DED71229B4B2EDCDAEF /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5FEB9434BEDCBDD45AFD92F3C0F82C7A /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D065B68F1F98A50A22F365A31B6799 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FEDCD484202523AB91635DCF14E1734 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37FBB5DA429FABE0C62594DFE93A15D1 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 603EFF9C2425B63CCD4172D7C4F6137B /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 38ABBEFD1D80A8165D18732F4ABE7285 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6075F3D735F1436E820CA16A2E981A84 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A2E891E46E8DA6F88D13C7092E05818 /* RCTBaseTextInputViewManager.m */; }; - 608B30A9766B7C7AD75855008A72B76C /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 767A67A96F8309E88AB7E8F87065F2E9 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60E720A837C12B5A065BBC89F9499AA1 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCE821A143279FA2BD2B79E6C06D801 /* RSKImageCropper-dummy.m */; }; - 6123D9F7F3464A159C162136945ABB4E /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 06828883E65F707AE9D231C1671D11F5 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61649CACBEA080328B9EE856FEE0590D /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E85D1A56579BA7BAD8118CB90F2D9D /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61AE689CE35F215D8010BB228491CFF2 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = F385E59520B71A6A4AE9A59D8B9D97D2 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61F3710B3DC91E81151F2348CF0B451B /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CAAEB1E6EA39BF5300B811017A9EF261 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62577026C46A1DD711AC8E22E84700F6 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F6F5C727EE881B96E35DFBFE4F25B7CC /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 625B3FBE5DB5D7FFA8E6A04E481B6A86 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = C2525871877A0DD9BFE9C43501E777E0 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6293B34D59BC5B39CBB09D323E9D3FDC /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DF0A01898202807CF15439FEDDCB129A /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 62C1D3008CA0CDB49F91B9FA4DC5317B /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D10C2E2698F24359135FF0807450D0B8 /* SDImageAssetManager.m */; }; - 62CB8189A8DFDB52140C78C76EA04823 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = ECA6A09127BCBC48D516CF4375E2E4F7 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5FEE44E3F8FC5379029AB46BB283F06D /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EB0CDDB6B38B698C375A8D3D95CBE805 /* RNLongPressHandler.m */; }; + 60203DA0DF46D6DCB0E3EA12815198ED /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C965958D04920DE4025CFBBAF65ACA28 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 60C14C6388648D03AD9227F02EE9AF1A /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47B03B6E3A221F90BEE3EE6BB7A36DAC /* 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"; }; }; + 60EDE35AD65DD41FC716197E4DD3D7D3 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = FC8B40BC2C1C968C0458B1C094B1E998 /* SDImageLoader.m */; }; + 619D767484D15D112387425E70472FFB /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5802A49146B3C3BAC11E649D778E7FB6 /* RCTSettingsManager.m */; }; + 61A3D29678DBC0B1F5613FB3C6313109 /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 944310FE327ADDAA2D34D0A88B0EE239 /* RNFirebaseFirestoreCollectionReference.m */; }; + 61B9F674B200D55AA06BD2188242B640 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = F5909E78375A9FE25896EE91F7DC3808 /* RNFirebaseCrashlytics.m */; }; + 61C4FEE3DA174AE0BD55CC82C71F5206 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB44A3FA662C43BA719F7D8A796B64F /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61F17328A2BC88248D24F5D1FB0F757E /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FDF15F80C21555D81330357F959DF99 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 62628E05CF35EDA688C5B1119DE98C5C /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C00433DE92D59491CCCB469FC6B09B9 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6262BBFAEBD554FF9B9CB958D38B9AD5 /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 81A556BF69A45D34806C03D6E22D41E0 /* EXSystemBrightnessRequester.m */; }; + 6270008790881FA50893F989001666DA /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C9A5539DF7A27FF4764B15C120ECE0 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62825760B895542D30194A59B53D82EA /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CE1DD39717082CA7661BD21D61405A /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62918A8D184D5795CAA92D8BB46ABA83 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC04A29879FDF39F85F328E14C63B6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6295EAF1DC24131C099B1127A36CF062 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = CF901CE76D9B766BDC4D70E36D3510FE /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62A9D5CA069454F3F92D5CE06BE6C9DD /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 27F2514C2410315CD10227514FC997C3 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62B6082E98678AE097A0EF93397AC07F /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 63C68FBDECC4439352E918A367B044A6 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62D28905E5357811247084EA63BBF4DA /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 82060BDCE8421854F078CE9D45EC4742 /* GULNetwork.m */; }; - 62DE881226A379B20C6C04FCD7B57B68 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB245E32C3A6682B5F1F217E8689ECE /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62EF05AD5396C78743EC5BDD2643D95C /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F856E6B9471AE6BFD6A64E001062D954 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6319347905CF8A1C5F0323D6026CA3B3 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 0060114C8EB1CBBCEAA531878A0AB9B3 /* SDWebImageDefine.m */; }; + 62EFA9BF65F5FC2A2D49DBB7BF401BC5 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 64FFAFCC36C2C4C4289F0B0401665048 /* RNForceTouchHandler.m */; }; 6331FEF4B4A05FD73FF29783084B34F6 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E115EC00B9257CE69BBB82756D72800F /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 634534F84628D3E41961ED7229C5B26F /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 7717D3ADE07ED9C3BF060F81EE435A79 /* 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"; }; }; - 635801D2CFB98EB689196530EE5D52C2 /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 68664985D54F90C4C7A66AC4676F77B6 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 637FB0F4074AFE5A7AFD95A3604D9723 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = F09E85A30961AFFFB654378F1DBB598A /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63BB559BC6DDA8726779E5435731BBF1 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4481600DD2D988C54A0429BFA4E491 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63BC8B99CFF663E73B322AF120BEA43E /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = C17EAD291AB62ABB8F701E1EE3CD26E1 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63DF1931079EE301A7422BEAA101EC70 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 254EE1BF0AD0E82092E3B1D7FDD5D924 /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 63F7F4DF6818B5B6EE8D622DE59F14CA /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4074B41303A10BB9FC9F9655B60EFBCC /* UIImageView+HighlightedWebCache.m */; }; - 6424CE1B21FB118EAC797A1EFB5CAB77 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = D4543BA46F861ABB3063C4230F23FEB1 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6443C4C3F75F1E4D6BFE718E12E04D94 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 05304610B8DCE63DBDDBF1BFF8BF67F8 /* RCTDataRequestHandler.m */; }; - 6446867E20E972E64B5659B208B143C7 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0617EFF69DC9E4B501C365D7AA0D4429 /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 646AAF7DADFE38C446C07E4B7781CE5E /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E21FBA326656BCDA854C65100791457 /* SDWebImage-dummy.m */; }; - 64A68133486FD6417146155B801438E9 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E14CA2267972F50842A113F031E0D054 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 653D6692F9CA03EC481A0F686D26B512 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D80AD35E7CB05C134F5FDC4CADB18A21 /* QBAlbumCell.m */; }; - 657E8F76BDF4C7B214D05B6BD003D92B /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = A6F2D54F0BEE9DFDEB516AE73CCA5A71 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 658CED53827EB23D705B2AB6D966CC46 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB503E6B03B9CA167039DBF4FF9D140 /* RNFirebaseFirestoreDocumentReference.m */; }; - 65CDAB8563C2A6A25D5DB7FB796E5CE1 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B490A6291D2AFCEFAB84A660CB974EBE /* RNRotationHandler.m */; }; - 65DA5CA0B43BE1A8253C7A67256FC3C5 /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71DAFB86B5ADFFB234E8DB93AFD86C41 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 65EA157A043FC56EA3F3337F8557E9B5 /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC086942262B91BF0F636942972F342 /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65EA455A46FEBD53338D8C846949311A /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 98B52C78F805B5F2018195C9113C702F /* RNFetchBlobConst.m */; }; + 6339394AEE439A703E121422138FCDF7 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF8931A308A7D8633A9AF59D68B2500 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6423197F70509623F82BEE6FCCBA9EF4 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCE821A143279FA2BD2B79E6C06D801 /* RSKImageCropper-dummy.m */; }; + 64234B3E6C60B59F501F230DCC723A3F /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDF7ED4980E11B2EB15BACB658CCA3B9 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 644290BEBABF570EE48490D2708F2E39 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = A2308FF25215355D2C3C61482CDCC17D /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 645031CDBF7AABA03465386D67BECF05 /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F3E2D19532BEB2AE81573F1C05F7382 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6452C60C00190C2FDDAD61162E0C84FF /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AA3619A9BFA06B2278595D6FF9B187BD /* RNDeviceInfo.m */; }; + 6454F9AF85DB98B53B1F26DDC4D6378E /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 545833D7349BF3620B46C508A5597699 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64806B34DFB4F0DDBFD32B10923ED29B /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48EA30DBA33C3A87137605AACF07B10C /* DoubleConversion-dummy.m */; }; + 64BAC9D41582D17926F505464A26CD31 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BC9FDCE60E82A2420C9E89C374EB3C /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64C7DFCA02CAD577DD57BF9BD949AA0F /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AF408FFDAB3F0B8CAE9C938E653CA4E /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64F650EB3477061C84E20FD0EF7791FA /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D720F6C677E018C4BF89BF1149A6C8B2 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653B389F32BA2780AF2017D2462F1B44 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9007AF151AB9D747CED04366A2B27364 /* ReactNativeShareExtension.m */; }; + 654A43FF8B26C75B22D815FF6F0C1C8A /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CDB8F285D1BB8965E639569DD3B2CB8 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 658DE3D6C2CD5F27381C826A10568D8A /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0562DC21AFB7EE2C588D43C22F7BB4BE /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 658F10040090B034309943E23C68ADF5 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 610F76E71E7CC140DC44C44FEC31C7D9 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 65A20FAFD520390800089CE922FA2460 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDC765722FD96F62E404FCA439C214C /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 65D2F32E2F2CE2E5D4F709E525BB281F /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B20EB765D62AFCDB2B33C4C5F3B903 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65E6C1A6D8D1C25B1BC58692F1C8F39D /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D461CCA32EC9786E47EC3AA809393BE /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 660E349F3359A6F72881FC1AE555D426 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = D714412C0E9210055B9C15823A2A19A0 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6614083802E731AE356FA666BE7013FB /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 947FD5A230AC7E8E9E5C970B77515EC7 /* FIRInstanceIDCombinedHandler.m */; }; + 66248401B3563C963B8EC06CFD9F2BAF /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AD56D189CEB5F5052A53DA1C2D94E07 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6631634615CFFCE095FB5E21045BAE71 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D4D1E46B7BFAEECDF54C8283569A701 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66435A82DAB74F6EFC7F2A7F0AAFCE56 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E622FBC1F193C2E81D4A27794663AEC2 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 66527E65A382A6BB2FCAA7EA4E058755 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2912A6C10328B22EF1366F6FA113070E /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66534B8F0C00B17153E9F19C259EB371 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AC8FF122215F38AA49D95E6C68B7351 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 665DF08B7F52A014422053D4CF293246 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C934A9A198127726AD7F6FCA16647488 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66733ADAECAF6AC3D34E0D923B414519 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E2D213323FFCFD15C0B0E8F2361194 /* SDWebImageWebPCoder-dummy.m */; }; - 668FF0900C052F4236BC1E0C6FAF8129 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 009C0959C2126F9B3C0AE53F3AF96C49 /* SDAnimatedImage.m */; }; - 66D1AD6E847FACA2433E9B66DCC41F6A /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D747E2F3E6EBEAAA0E0A5F0B1389BE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6703AFD087166EA1F752D80BF525FEA4 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 84E6C14B228F0D809AAD5591B0E91EED /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 672E3F2FE92D789FA87D72769C3972AA /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9D2A7DA261E905D208D775D3EC1715 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 673A63893D5D2DB871B9A2B4DFBF3B70 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 311F7B473ED95E565356A80605AC9E4F /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 679ABD70E79B92B68702802ACC2E4A0F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC2C2623FC042495BB9C10CC6DE883C5 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 665A064DF77B38BA385F55B212407AF1 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 94A33EC1740D82DA77BE5C488160D129 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 668C844F7B7A67AB4F8BAA7701BD4F54 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB436CBCCCB7647A05DC8816D2449923 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 66BC9D5A696560F2F9EB4556FB0F7031 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D348E8F6CBB1F7AFCF23C191BA471EB /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 670CFE03200734479AF5776D74CD6B4B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE06C24878E41C00DEA754B916851DBD /* React-RCTActionSheet-dummy.m */; }; + 671B54132BEE59389C5CD610A83E7830 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = B9968BCFCBC91B2D7509325DB353DC31 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6744F2E35263F43F2F498E2B43C494B9 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = 67CCC2FE36432ACE89AA625EA43DC23E /* UIResponder+FirstResponder.m */; }; + 6797F1DF3187B1DD2D87A7247592D709 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E3549859B512B50D3BCA13E7554B138 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 67A8F857E4B210F1E91FCB8D78D2C3C7 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB3E7A8BEF9E526CF9C394D0A3C0170 /* RNFetchBlobNetwork.m */; }; 67EC503D6E3E390A859DB9AC74C64686 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 42AD1A62B2DB78307541F25B89537947 /* FIRInstanceIDConstants.m */; }; 68190710D393915B1F9073BDEC0A96FF /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = B885435506486A728A6F4CF74AC1AC63 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 683C6F972830D5FEB39208407245FA5D /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F33079FC5A0030BC12CB9FE4EC945F5 /* SDImageCoderHelper.m */; }; - 68522411FE4B20EBEDD4626CA7120AB3 /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 94E8DCBA027D622010B13C88C95EDA18 /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6857C9321E0B491DFD593BF185FAE54B /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = B6EAC9FF7C25E93D613466464AA20327 /* RCTVibration.m */; }; - 68D3C591528DC4FF7BB58BB89B5A2F3F /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 12591FADB1B5582D59CC3ADDDB04F80B /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690215066BB28D4D69D3228670D396DB /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 618DE6D85F9A044D5D715801E6347DF4 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C8B98C8178D483730D9069CA88C930 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D62CD795C614D94A632A3FA22CE5F85 /* QBAlbumsViewController.m */; }; 69370EAFFC2716D6767AFF2A51A884BE /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DD844B9B87D799C1AE3FD4C59F6A4E /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6948C8D514B377447A15A08AD73DA213 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 594282087989AF36C10364EE452A9C01 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 698634BF21224C52EEA8CB29E3CCA919 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87F34B541C17B00787E2E5912192FEFD /* 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"; }; }; - 698D396178A8C90E5E6D03AA69FE4EB1 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDF2AD5363C1C5705654BE5B9F029A3 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 698EF50A4DDFA0834D48F6FCBD413B7B /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21CF1DB1A0343EF27DEA573A17628A85 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 6939E5F1D696D62F80D035D365247CB2 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8ED9A156C7C150FF78B36F9925B220 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69879F03A54BBBD9EC1004B789788CCA /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C6F1086341478C2F4F535039F43CB810 /* React-RCTImage-dummy.m */; }; + 698D2AC6BD715DAE411D3AB16B0D2A2D /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F2872BF1D83CD9FC8421D45FA7C958A /* react-native-orientation-locker-dummy.m */; }; + 698D3B7846A7DD3880B219A29D315179 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CED4363E3632434A0EE20F94352A4311 /* RNDeviceInfo-dummy.m */; }; 69925D0DD4DD4DA4E2DB75E545FA2ECE /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7907711E9EC8BC00FC538071C7B27F2C /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 699A3647F99D6D97EAE31610A587772D /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0510373B94598A9767C0963E9A6BC64E /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 69D0CEF50A2D9B50B92B2C4772683296 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F6C6DB052C41744E9FEF38DE60428AB /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6A0ECE72CE30A2F51359D89E2AF867A1 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 42249D00257DA8CA6B52A8A000A5F100 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A3716F883952F219E6DA0A76EDE195E /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = BF7FD6A98548B500A770AB2C9FA1C01F /* RCTTextShadowView.m */; }; - 6A4DA88E3E913663B02CB21B2822831B /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3943E3326FE9FC1E8D9269144480FB /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A1D4D26D795CDBCE6F5F6FDC19A8D24 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDB6F8EF92CF47922BB06A093BAC02E /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A374D817D010A96AD30EBCE2064A212 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = F746E10252362487F42232EE0A2F6FEB /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6AA5596E1B32B6664794B84C8D53BB3C /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E5D4F81BF340315EA867D6D188608826 /* GULMutableDictionary.m */; }; + 6AA5B40ACCD63DF53F27B296E1E470F4 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 36E43F29CA1C8ADD4E662573154B1E80 /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ABFF70FCC2C8B8E96D18DA1F5929605 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 42249D00257DA8CA6B52A8A000A5F100 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AE8CE142F97105EB361D917437403A2 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F03CBA6207DF026B6B5E5BC4D51937 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AF16ACFC0F51059DED11AC5A03D20F2 /* react-native-splash-screen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F99092A304197A07B96316B37B83D174 /* react-native-splash-screen-dummy.m */; }; 6AF54979B8410B311076E6D99ACE9227 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1CA03A38C1012C7FA5B58E0D6DA05AF /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6B03F7DAACE961063D099292F66AAE31 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D43582592C7FAE9E68F3FBEAA0764DB /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B100F9A39D3BA1D1009A4A14EB74869 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC08BEF98C2642493C9F691886B41A55 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6B2421B49B3C223F0E29CDEE3E0663F1 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A5DBED7B44D3D1454996F8CF16A468EB /* RCTInspectorPackagerConnection.m */; }; - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBB5C9928BC5E50DC6AFF6239011838 /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B2C3C23FCC7F31F5D41D3FD8D7E5371 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D62CD795C614D94A632A3FA22CE5F85 /* QBAlbumsViewController.m */; }; - 6B46359115117B41EAFBAA4F96954F24 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 87227DB85EC40412A01BDF6D926A247C /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6BB06CB7446BCBD59FD95F327DF028BF /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 959598A4996A3366309D042BCEB27FE2 /* EXConstantsService.m */; }; - 6BED6BA837876664A44E4D71CB712611 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 31C4D3C28B06C2402E265D03B808ED01 /* RCTFileRequestHandler.m */; }; - 6BF3F3544EDE9CAAE363371E195BD597 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B59A0F1F33DA04BDA763BF238B474B9E /* React-RCTLinking-dummy.m */; }; - 6C313331E905110E725915EB39D5616D /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FE80C9C061E41F73026A137910092C9 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6C6D5DD9334B9431B8C9AE05C22DB886 /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C4AC6C98E4A0D834174A5B151CB8348 /* RCTVideoManager.m */; }; - 6C97AFE8FC4FEB644B3AB2C15CFBD2F3 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A68FDAFBE745F3522EF1FD6E97FEB1C /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CA0C58BF1C207C82034E7BA1412C031 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B71E29A20E711AB5EFC8B562DD3EA25D /* FFFastImageView.m */; }; + 6B31930D61CE82588E6115C8E41479CA /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 69FEC022878E62FE53C6DB30881C0560 /* EXFileSystemLocalFileHandler.m */; }; + 6B5FC8FA8F01E7AE46ED4E8DAA0AF751 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 925A3A86A1F0DF939C7C2F06317DCB81 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6B9734C6A6DC2D2D2398E1E24ADC7945 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EE0FE5DC2C3C1B753A963F6ED1E57F8 /* React-Core-dummy.m */; }; + 6BC3D75123682A36C15BCD2242B52F4A /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C86E3C5D151CE70929A674FDC315FF /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6BFD213B6427743A8CC26B1F002D5D7A /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3A610A29FEEA2851D62F07E40C074E /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C017EFFDA6030DF8E429BAF8EB6D7C3 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 38E745DFF40E1CB74DF02DA1DC003840 /* RNFirebasePerformance.m */; }; + 6C5AC4204D3751A6FFDFAFBD3BD35891 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = D084A61355C41A8C278772736F8085FE /* SDImageGraphics.m */; }; + 6C650535AACF5E0D86B0AB5D1238EE5E /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4ECFF27824FCCBDDB1DAF6494A8E3018 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6C891D7886D240AB5AE90A5B658B3D71 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD75695FC85E50A9010D4E21A0AB65D1 /* RNLocalize-dummy.m */; }; + 6CBAA57F19EE6D7B1BD485FCF2CDD418 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F3DD2184995393798025AFB0F66DBD /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CF66AF68A516BBCEBF076D16C0978F7 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = E6437DE72227824B62FF013E810B875F /* RCTBaseTextInputView.m */; }; 6CF8E2969BC0CAAA1DE5BD0A721F14BF /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 93680475AD4797494EE536ACB0648D9C /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D2217CA6AA696ECC397EB0587E524F6 /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B6FFBA477876603D21162CC8C37D5BA /* RCTModuloAnimatedNode.m */; }; - 6D2C2BF5BC43A8EB5E57EEBF12629322 /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A2B62C89EFD79EBFC3244924940469 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D5F4340202095EA6680FBB54124B873 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 87493228C51E2130702CBECB02FCB370 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6D71A6D5CBB1BDEE1413910216E73651 /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D0E54F90D942CFFB20072076E8211B /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E4322910300D6BE3123835D24DC77F6 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B5402ABDD020CED55E331E895EEA21F4 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E77BB5835D67F7073C1389A459A337F /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 90D0FE4FD82C78D78F082E6DB666F2FC /* RNFirebase.m */; }; - 6E9BFAD5B692CACAAC407E94819C5C8E /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A0DC047FF573AC4EA8264968E5B9CC1 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6ED9A027EC668042C7E2AB7A29DDA4BE /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0797CB001543401C140BAF0BF92058F4 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F24BB0A1B77D1F482299E848FC631FF /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66BF6EF011341188AF6CEB8EEF3F769C /* RCTSettingsManager.m */; }; - 6F4258691BBFBCBACDBEB1CE07169A3E /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C29351F69633F0477675945DDB8437E /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F4E8B663EB256B775EA2F06FC361A76 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 313762AF266C7009558E8B0605421342 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6F79205D4F984A3915A1BE42F6615246 /* React-DevSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FFAF13FB970813E5F41CECF2076A07E7 /* React-DevSupport-dummy.m */; }; - 6F8070F2A6AAC18CB52DDF94FE4558BE /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCE19BACEACE2A093B9CAFADD578544 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F9AE58424205D885312C8E3CCF48B41 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 91FD70219D6E708125723EF7256A25D1 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 704DA0651B2A5D36CCEE0D6D35F24EB1 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCB2006EC29C93B564A465D21C9B27B /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 708F430A306B276C40451613B8170FD3 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 349340C7E202D3F24AA54FACC5627CDD /* RCTProfileTrampoline-arm.S */; }; - 70FAC5BC128DFF5CD80CBAB721D7365C /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B4395501655576E6E062C4C7F859940 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 710617693A312E1099F2EBA68BD04D02 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDCE36771B55C137B7276817B89469A /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7143EA83B3CAD4ADA4FAD27A750702B5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C9AAF38A25698CD29CEB9A79140EA8B /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71672F91B37C4B7555BA977FD517CFA1 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EE5488DB2ADD564FBB90ED6CF7A9B3D /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 719972BA47C05AD2897E854E04C6A58B /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 782319708BEC76E7342DC6A895D8A173 /* RNFetchBlobFS.m */; }; - 71E171F0202D3C28FEA6A091942D0BBB /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A36BED49C278C135248DAF4F5519BED0 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7219BDA57912F639EDE3430A5F74DA01 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D95B7BDAE5829AF31B506C54D91DD35 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 723874281B7102822C9263F25B4E9AD1 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 747139FD8673B332F8CB4A2E0FE80426 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D27617BA4AF78F54594FC22A596345F /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 606AA452266A20DD811CE0E27903F7CA /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D3913895B99C9CA1AC7B01A3FDB3E40 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 941C83CB1B1C7E2565C41FE38587D3A8 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D4090FDF065324C7027A309D3C8A025 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0510373B94598A9767C0963E9A6BC64E /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6D8A9D2800648D8FC86F0916ABD3C196 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD491EA66DE814C00EDFDDB8DE2F8F8 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DFC85EB812DB1F19708E20E842E69FB /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F336DD29D1A3C7D284CADC574B1B854 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E003C78F7BB84E5823321F8C579EB60 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FE1B9BE53BA0A648DCD2F874B1F077 /* RCTGIFImageDecoder.m */; }; + 6E12A1FEA58F01047073C7E1C312A904 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2823FAEC0324655D928F6B8AE8E6F6D1 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6E1A4DBF0966C263441DB10B09592357 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 81CA845080D7FB6DA3076CBB98E48FB3 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6E1BD77828237A1A5AE73891F5067912 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 58964F160AD7D30E4923AB02920CA496 /* RNNativeViewHandler.m */; }; + 6E49DE39DDD8E6D68D6B1B2D8DE54521 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = AC01E25FDB717D121048AD29D2090494 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E4C438E8BE8196910957BCB0D7C5B37 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 523F0A4F1E3051AA1E22A50B39B3C035 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E5002EC6980908801198C89F32F71B4 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 67595DFDAF31E99B5E444A6FAEFF764C /* RNFetchBlobProgress.m */; }; + 6E9A38C215FF258A1B0166F56E9476B7 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F9D5ADBA42BFAEFC1CF9EB1CE0A335 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ED0A03EA1FF6FB256C71251C3FE5FA6 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DCE6C20224433A00B4CA41B32315923 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EE25D0393A0D244B129E2D9F4129F57 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 68739F1912FB98E5E8F8E719380F556D /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EE78D91771E29D2D7E741FCA2F1A07B /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D4B1559F7775613E9BA9EBA9C3964ABC /* UMUtilities.m */; }; + 6F55F6A7D6FE013166042354F7D0C833 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C692136DF4902890998F35490E38D55 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F6FDF2C14EA525208F95B196E89506C /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B1139AB0840C54F8335BE9E9EFAFDD /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F79CC100A375BA2A853CB8E7DC228BF /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = F0A34B2A62E90C3D22B7FE3F124D2106 /* NSTextStorage+FontScaling.m */; }; + 6F92C003CA193C6B4648168319A7EC36 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = D2C00A723DDB533A46756978C839414F /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6FD12654AE15D8F1506B3EFB620F042D /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 614357E02F8FE94D794D62A087926AF4 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FD1E86B5999CF0210F37D194ABA317B /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D0EA01501DF2002E2BC00E518D57FC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FFCA31108D99A8091DD7D75E4860B6F /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FEB1B5B2C729263002E6ED0303717581 /* RNTapHandler.m */; }; + 7013F57C047EC2ACA305A06BE1C6CA21 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4074B41303A10BB9FC9F9655B60EFBCC /* UIImageView+HighlightedWebCache.m */; }; + 701BAD637AAC7BA99FC0F178FE78B54F /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 61096F61841BF8829CD4597EE6B6B149 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70263DBA372F3DD2BFF26D0B64C968FF /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C66D8ECE3E43F11F330AA961E0FE4F91 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 708B5E67847F332FFC954B77D1526F4B /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ED6A0B2D5C8BF6B582EEB455AFE89E9 /* EXAudioRecordingPermissionRequester.m */; }; + 7118E1647B5BFE43437E341CA7899B6B /* react-native-realm-path-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F8C9601DFF0BBA034787830969EFC9CC /* react-native-realm-path-dummy.m */; }; + 71A862EEE3D57B3D9E8666692CF1C78F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BA10A3692C7E86A01B5F117B52C34024 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71F203CCEBC00318FBB3342A579FEECB /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D13216BF0F8C61EBC00DD2635CD2070 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 723B1DEC2C8098017A02DF898B87E8D0 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B6263E8AF1D03986E8C1A3B7DA7D13 /* GULLogger.m */; }; - 72A33F12B33EFE1C0E4CB82C28BD821C /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A049C3C60C79FB949B56965EEFA989B2 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72BBB39CAB7432B03C7AB208A6354421 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AEAAB74DAD2B06608CB28166195168C9 /* RCTAnimatedNode.m */; }; + 7250B08431255ABD58421979DF9D13BD /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D2A096705F7CA22A26581916998BB4 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72804478DBA50F77B054950C86DF9196 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 554838326DA6A946E0FB947EA3F7693C /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; 72BDF84A85955FC2E2BE3DBE9395CEC2 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = A9757035002942D5475EB93B21A2877D /* FIRInstanceIDCheckinService.m */; }; - 72DEA8139BEFFB33EB8706C52038E459 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 704D11C948C6DC4271D4D35CA22C2B73 /* RCTInputAccessoryViewManager.m */; }; - 72F821479783FD5C8D7B8F5C19033238 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 23E7E9073F772BF85715B420865201EB /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 733B288330BD234FD91211274F324A97 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */; }; - 735018E60D46D3A49269DAD3E2A1278D /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E566A326B0783FE698AA7D698B73421 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72CC49A48870291D9303655BFD023120 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B34A19BAC3564081D0A3495063C4B9CF /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 72E59FEC23BF3A64032923ED1160A787 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5032F162AC693409F1736A9256B546 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7342310BFE30E958F9841054C6E4A1A1 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB9F2EB9B8F80A2A62BA735743DF5FD /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 739A75706F3101B5165067BAFF8ECC71 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5628772E3BBB30A479C789A4388995 /* React-RCTAnimation-dummy.m */; }; 73C4A99D26F6F9F116FECDE424AF7A45 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 182B86A858BBE37B1383AF9AEABD1C13 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73E56E4F2078B208F760010D1C081DD5 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 81EEBEC674F9C01123236D15412C1CF1 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 750F17C5DB4C598024959C4439DA0446 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B83F7965852FA3E094691CB9B1C19861 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 43AA1E9CCD79BAA7E7B13F1B59A10F7F /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76068B2E77E50394A5149AEC455F4762 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = BFBB748878357FF0522E2543C4ED698F /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 741BE50BA5F881A3983CB7F192225344 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BED15B16E08B405C6717DD9357F8C23 /* EXDownloadDelegate.m */; }; + 741F285C295BC45F6CC4290423E5B323 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 346FD06C85D43F1B23E23B557389D0F1 /* RCTInputAccessoryView.m */; }; + 74570C368475EC43BD48008B45951F3A /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0580E5E4C436222FD025EC39AA8EFD3D /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74848B1580B0F26BF32FDDD604058F24 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 714F94B2966E7AEEE3FB827FFB67C82B /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74952E610F98C7FEAAA7B6FF8EDC09AC /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 639ADAE4C642F7EA3E1E447FE982E03D /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74A433C3DD36657F540BB2B33DD009BF /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A5CC396F171C64B102554715C76EF40 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 757CDE491CEAA65DAEBDBDD752FC9EA4 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AE72AD544CE45B2F00EB3356747E031 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 757F5F4560089A27289BFC45B8E28881 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1D94DB4A868ECE42F5DEC023B7793E /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75CDF1E527722ADC4F8DEB45A03BA58A /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D383579E50E6450807987B098C50A0DB /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 761010BA374317F8FF28DA5C6CAFF92A /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AD5B57E8E2E3A40FFEB2C40D7011CC /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 762A790DBBCF143C8EA9C96691338A6F /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C272ABEA57B15259E3FD0EF11D6A88 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7634B11564C4BAEB190FE798FB7F0209 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = A24F0AD0984B001B062C18B7E1CF88BD /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76478F8839B3E900D460C0DE15D21F53 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 05224206D907042AA3943F245EEF79BF /* FIRErrors.m */; }; - 76ABC2FFAA8DEFE633978DCF97F91482 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A5BFA8A2E2A877ACAF148B33831970 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76CE97F10061083A052CDA23CAFE0B92 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = CA4A9A485ABE4B4345AFC0D5D3F362FC /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770F6A0BBA21C9FD5198F2B515D23673 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 60A8CF261336A16C149A7CC385C0718A /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7713CB96674D6C65D483751EA3D1922D /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B2CFE6DFFA408276FFE7E118CCF8222E /* RNPanHandler.m */; }; - 77A91D7A67B04D6A964533537EA19700 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D695DCCBF91C5E02F183BA2AFC1C77 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7844DCB437DB77B45AD95C278628101B /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 289697C2099B96AB7101E20E83C3E438 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 784C1B7FEEC5D88C04E8CA5CA0D4BAB4 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 697BCF2F66E631F0DFF94B6E8041A330 /* React-jsinspector-dummy.m */; }; - 785991A68E98C37DE3C394FCDC94C615 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F7C61521E4CC5845149596CB891EE2E /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7870186589FF48AC2FC0519C50FFE5E1 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46C4E12AA4EBD66DA60222BE3C82A924 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 78BF1F947D28284C6C5B06636B83AEF7 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2CB06D157C4E447B8B07F00F504BC6 /* EXAudioRecordingPermissionRequester.m */; }; - 78F83FF225ADF39860288E3D7FB20B1D /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F6734593DFBFD1597A043C95556BB5B6 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 790ED8E57FCA1598F6ED74EBBBD52849 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC25B47FA4A9B389C42B6266559D862A /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 791B263574A921B3936E1F1EFFF7F7AF /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4CF89EABDD95C31E45028012D461DCF /* SDWeakProxy.m */; }; - 7937C258E4B1B03EF93659FC98320148 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D21F15173B427598F8B55F8D9EC1774C /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7956F82E4FF2E7C95F619C7D46C46EC6 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = CBFB63F39D940238AE9A922396346EFC /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79938EE40E2C99EE5B928DBBB62497D9 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2E327CA5A7A4243177B4005AA24254 /* CGGeometry+RSKImageCropper.m */; }; - 7995F449C97E77C98BBBB42B500A8456 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5B1E7E82354E75041F85D10EDFF4CEC /* 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"; }; }; - 79D771190DC28CC5FA02B46AAA902880 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 98EF97BC87DDB768A2B2E218227F3CD2 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 79F11A3793749DC396616A3A3900C848 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B759F07B315C17FBE67E39F97AF3F080 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A21072B27D4522C714BB993559A1E1D /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D9D23625B5F66A91323610C43ED2FD /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A5016A056DF5E9ABFDB3C2DBAF3E5D7 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F53FD7756478B58E6E6F27880A0C3EBA /* RCTImageShadowView.m */; }; - 7A5D0046FFB56AF0B095D396547F8AD6 /* RNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = E86B3F2EC32FA03843F13F986759C741 /* RNSplashScreen.m */; }; - 7A907775D8693790C443C198381D1025 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 538942E0D59384F03321537A1C9E4A7D /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7AAA346AFF0DD921680CF53C2A620B6F /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 33EDB11AA7C30FF2DB9FA23353D02835 /* RNFirebaseNotifications.m */; }; - 7AB1CCEC182121E3A7617F425B0E95CA /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EBAF812AAFA756F8E84C9C42D3A7ED /* RCTReconnectingWebSocket.m */; }; + 76680234060655B2FECCCB37B2B279C6 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = F34C5DA93FFCFBD53ED5BA4E500C577B /* SDWebImageDownloader.m */; }; + 76A066E58BCC274C6898252DBBC6D592 /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = BED2AB43CEA3DBD0662778B898C8BCAF /* RCTCustomInputController.m */; }; + 76E9436D5BDBBFFB8C6D483D22D499E4 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F80ED467317C10C1BFC22D3EBB6BB5F /* UIView+WebCacheOperation.m */; }; + 77181A01B37751D9922203EB415BCBC2 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 315DE2294020DCEC63253F4151C520B6 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7718ABA29E8441B0D9A9BE842E846DD3 /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A0D3DDBE0ACDC27B6C1C23346CFC3C /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7767FD9FFF9DE27CE5267E47DE639445 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F04D6C471FB8F5B1783CA3688A4407B9 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77C87A19EFEF92929BE2A52DB57040DA /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CCE24EDA6B906E2DF8B68A1ACD6619 /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7804445B7CD702322F79E3BC935E2FC7 /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 31B588B91FCA99EFD147FCF38FF8F934 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 787D98D4BEC25BDFA25D0C19501424C1 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE217E1CD84CEC49AFB0D1D697CCD85 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78D7D5F5AA9E5F5DD9E2BA18F852D94C /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = F46A9A7241C117770FCABCDA62D2EFBA /* RNFirebaseAdMobRewardedVideo.m */; }; + 78E9B5B35E7BFE476ED9204B13A1B08C /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 70A635A51AD61CD49F71B2BF0C73672A /* RCTVideo.m */; }; + 791DD36DCE913AD57B4D0B16A0B31B55 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = B4800103C99648DEBBBFA4D48DE0B78E /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79495E479F422823C22200147DCBEBC2 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E4F6E056FC9A189A151A8E6A80D9CDC /* RCTTextSelection.m */; }; + 7966A7B37EDE4A16158C6E51151957D3 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF333C608847094EB64E11BFFA42091 /* UMSingletonModule.m */; }; + 7975A228F937726735A855942DDC5A39 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 897DEDC6281BB1F35E1172DEC9BA23F9 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 799F6F0F9453BB4833F781E62388C84C /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1D3E0B0699AC2F1DC5E3EDF95B116B /* SDWebImageError.m */; }; + 79AC2EB0B44FD20706F7E91343517C75 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DCC621C1170C10E84079A78E6BA8466 /* RCTTrackingAnimatedNode.m */; }; + 79B1BDF00CEF88F5FF8A917ED02457ED /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AC891142CCBB8ECA2F3EFCE8565BE1FF /* RCTVirtualTextShadowView.m */; }; + 79FD149D02A550095FE61F7209D6933D /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 947DE9F67C28E55C2877A8D24DC8281E /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A2B4170C3B384DF0824CBB7A06CE21B /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3194BBD2835131E1C2618ABA6D964671 /* RNCUIWebViewManager.m */; }; + 7A717DB34B18EA65C5DE03A1DF6B0132 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 85BE6E793255E222CBFD6E0A59810958 /* RNFetchBlobRequest.m */; }; 7AB6C0CDBB0A88F3D70B0004C7A8521C /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = E34EC7FD11A1C6F8483335152E8B6AC6 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AD370906F5F24379CA9089D3092C688 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4638F9C2952ED417146E2D08B9F9A66B /* SDImageIOCoder.m */; }; - 7AF8DAC691316709270640BAC7DD0FAB /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C673618DD8CBD06646668B13A73B89 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B26159B72B705512BBDC3125A8265AF /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = A87763B4D54D34E3A9AF463572B7B5D1 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7B411BA961888E6248A085C0594AD26E /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 38E54D6FF92BFD2282A15345922F24ED /* RCTStyleAnimatedNode.m */; }; - 7B43F4130ACF1FE5622A986EEF777A16 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = E4E7859545437ADE85431DE7047FC7A0 /* RCTMultilineTextInputView.m */; }; - 7B58B555940346DC8DE607EE21B74993 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A8F4408495473B0F5ADC83D6C4630D /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7B7A1CDD9C635CF05C4CBB6C050BCAAB /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 285913482FCE363102A7B4603D24D4E8 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B8F4B801737B4E0D77138A77689BA3A /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D6441C27EF160716B472CA73A8F4DC /* RNLocalize-dummy.m */; }; - 7BD1DD89DD4818C0262CB24219D0C3FC /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 566397D80F57C3FFB159F48B9FE64B73 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C018C76FA3858F46A9E46F21732B08A /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F598609A1D862FEF1C4EA5E1DE519E2 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C0C75175218DFF2C2285DC38C128BDB /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 941C83CB1B1C7E2565C41FE38587D3A8 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C1D6BB74BEA422BF1D821351F31AF34 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4863FFBB6A5BB5434BFECE354A6FFA /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C3D6AD1315DBA173FAE0682136D2C29 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE06ECA289582B4F447C247455A80667 /* SDImageLoadersManager.m */; }; - 7C42689C15A0DEAE4442125E91B00E59 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 978F9F334E3660C071A8450C46B01D81 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C69C92A720A368954D133A0DD960A00 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC14772DD93D15E4C9D3AF8E7D8C01E /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C90A93C0314940A4FDA82A8C34B5648 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6EB3E44A09A2895B79577E6AFFAFCA4B /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 7CBA93D78459E58003B110D95E5C7586 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 6415EC638519FC624A6A88227B41DECF /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CF46CB74115399D01CED72466C583AD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E09016CC5CC3F50C8828B9B762C89C /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D0D3403FEACFEF38743EEF46692E98A /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A441671AA765024E6A318D2CB8EA21CD /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AC4FC8D740E16EB6FD13D009EC338B3 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F1C0EA7C0DB0C373D4D1BE0EE58374 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7ACC2C3AD833B0E8EFD1258D2C7B6F11 /* RNNotificationsBridgeQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 24FE3F9FE451FB5F159106ADD5360E4C /* RNNotificationsBridgeQueue.m */; }; + 7ADA01BD36BE07CE765BE1361AC79F9C /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E4D5D9309ED338D10BEE47731EA95B66 /* RCTNetInfo.m */; }; + 7B2E2DE87DA8845D10509A5C723DEA22 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */; }; + 7B6CB3B32AB75E0FADC560CC44355062 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B99E26333A6E48B226563531491D4E7 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BAF1D5378D4436D00119545F9D1466F /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D9F9489DD97C0F4F3D28D56A71E3072 /* QBSlomoIconView.m */; }; + 7C00AE5BC035B8339EC73D0ADB744EBC /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 912A620C2E262C96818BE94AA4E73DE0 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C8321044AC18DF6DE4A52899D74E6BA /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = B39BE9A7ED88F70F860B72D2F8850ACA /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C88FB5FBA8EC6D9FA4336F254F06F35 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 132A0FF43C1620AE7025879AFF209FED /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CEF2CFDD0435E6266BA4EFD40D64AB3 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 18BEA4634AA328971240072E53CFE67C /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D0FEEC462C260D07B9020311037887A /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EDE4DAE619AE63D483E14360CA2A69B /* FIRInstanceIDKeyPairStore.m */; }; - 7D1D461D33A9398003C7D5A0B2EA9111 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7665F6846881CEAE63D75A3D3354D95 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7D59DE77EC7A1583EDE24819C439D42C /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FC433A74B9E8ACE3C0C739732E8E274 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7DD28ED391210E6A92C8F2E8A3E4AEFE /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CFE638ED7DDA873763C58F0F56B5499 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D6A9F78EAE0273C9E5A91B854A57C1B /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4769E682BBAD42859082B1AECB1F484 /* 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"; }; }; + 7D933E7F8F157C4E10E40BED1F727860 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB8190846E8E246C6CC351EFDA74893 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DA2D3792C484D965B2D3B52A47FBA67 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = A7628459DE09CBC12A1B5DFB2F9F9D9B /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DA44BBE1D48D6C1F051CEEC0F2A5237 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 882732657AC477CDD59E6EDCE8A8E492 /* RNCWKWebViewManager.m */; }; + 7DCC29CD6A0D4A038E05BAB8723B613D /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6027F2E35C7E151859A7A02E947459E3 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E165EEB124A829779A95E879555A671 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 24BAC5125580B765CB9EA7BDC45987F5 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7E43F556B25139FBC002ABFF1FD8D6F1 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F28455D5050BCC2398E18F5989F6B2E2 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EB98AEF538D977B9A3FA27BEF1CC395 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7BDB4BE95825E690479D7450968ED6 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7ECC59580258A9270F8887D330F876E9 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B5B4C47B110F2009E643AE877FD8573 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7EE628FE461F6B8CD58B529FC2C9ECBB /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 120742A9CE3B5B49F0B73762DBEF8345 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7EF283AB71EC430A672EF05EDFAC61A9 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76EBD3E58E67450AEF5938700FEDA707 /* FIRInstanceIDTokenManager.m */; }; - 7F02F01043B80758224ECED092576172 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B8497DB620B38C6E0815698AEE8E0E /* BannerComponent.m */; }; - 7F5DDFA06B2F17A657CDBF8347FA66EF /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C854B534999C9059E32F224D11A17E2 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F9CAE8E08C5FE2EF65B71CD8087124E /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = ABABD6306B8EA241FD5B7AC0725068D9 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FEE8B9B547E5CBBD54FC829565C0D0D /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E07D32CFF1CB289E4599B87B3F3A238 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7FFE3E50F543939A64CFB94D5314A518 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = B8DC368F9B3F33F407E49CED1939C58C /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 804E9FDDDFDE050A61CF2EF27E330C88 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 41D5DF19A7FA6D7B4FDCA08E1924A454 /* SDInternalMacros.m */; }; - 8059702025A45DEB43976EEB436F196B /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0E10FE3C0608B63819316F6C76E7FE22 /* RCTProfileTrampoline-arm64.S */; }; - 80AC5B0498F2D2CCEE4DEA1CA335C6A2 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 31C510E501306C00017CCCB0D9A44A33 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 80AD3401FD61747D90CADB07F366DD95 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7445F0AAB16782839E502D37C70F0DE9 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 80BC26DA3E61DA755BAEF08C61E5C488 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5827E32B04D27831875D8760DF6E6137 /* SDImageCachesManager.m */; }; - 80CA675B4D1CCBC2F5595BDDC9042DFF /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A8EA683C868631514565567F555C6931 /* RCTSinglelineTextInputViewManager.m */; }; - 80ED9D43F59ECB59B20AC5429D13FFE9 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B53B86778ADE662A8B2A9EE58EC8A1D3 /* RCTSubtractionAnimatedNode.m */; }; - 80F0BD55CC1DAAF7BFB980241FF94415 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FA0CA278925F26B37D2FF780D30D71 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80F5DB0DAF51D653A15011DE05AD2B4D /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3955934579A4BDA33977B18EB5E581E2 /* RNFirebaseAdMobNativeExpressManager.m */; }; - 8114890DAE7C348B76E1ECE1388BF840 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B557E8F3F95A226219A9E3893802C48 /* React-RCTImage-dummy.m */; }; - 817DA0DB8B0077B46DAE553E14B97D8A /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 987BB8F5CC814E5182402A7C988A68E3 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 817E4FEB8507E1498A792565D4A50FFA /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0690694E2A024DDD67629E98546CF466 /* RNImageCropPicker-dummy.m */; }; - 8182F2E263B427AA12C4AF390B885D17 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A76256D4AB25432364E582CC1F189A /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F052AD02A1A1F2444297BA140D177B5 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B3FE9BE932292253945F510DBA081393 /* RNGestureHandler.m */; }; + 7F27DC6073A61FD6CE1D3A51E303BB1F /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A8B40C6D7E3B2A84DCBD375FFCD1C0 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F71370CD774FEC59D474D94F444980E /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = A836867763AB278FFD3A87A5F598E5BA /* QBCheckmarkView.m */; }; + 7F7874E65AED2A890EE014C9C7D58F1D /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB53691B08EF681E0EE92D7AFC6F11C /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FA02941BF1AA76681E566164CAE323C /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 444A63ACB1E4BE692426F2F2B1CE22BC /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7FF3C3998D7CF5C363AC1CAA696B6162 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29964C9B9D833D624B9683744C054108 /* UMLogManager.m */; }; + 800D3359F63B331C3B6082716F28AEFE /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EF094DDBB5462A842F9AB1C8F3AE920 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80AA759767CE5B71B71D034960E0AEC9 /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0B264CA66F35A8B301AB9B1E39A409 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80B183FCC3BC8E1ED1899B0BDB1DEFC0 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B32FD26EDA56B81B64D8C942F35B4FC /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81681B17F5B9C4ED9A97986910139734 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C15C6C54017A8ED788AFB025D0B7B209 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 818B76FE06C8B2115576FA48DF429770 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B971150FC24EBFD854AC1064FB9E130 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8195217FB3F97232368D8FEE80ACF13D /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD41E4F5B237E9425CDDDC0A4589ED27 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8247F1640D466E1E0AB797820594C47A /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = AD9CB78CF0D9E184EF31C64D41352E6B /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 828B42424E83366C14B7B20560D70A65 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A83820F26FDCEEF5EB3DA3AED5D733 /* RCTTrackingAnimatedNode.m */; }; - 82F75DBCDB7F97BEEE85E8D680A4F8F4 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE006DD20DC23DA983A6BF3FDD1E1A /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82F9B54A62E5D0DFDF2791B03C17993E /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2648866C0CDA4C5ABDAC1E7A68286134 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 83CBD6741F2817605776207A9D4EE8A6 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F9FE5D71F2470D8708371BC5F7CA97 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 83D5A1B06A7E4867861B92ECE4E7A3A9 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C893767CE89D167332F66CB3C3FBF13 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 83FF420ABD0ADC5B19B4EA50065923A8 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A447A1B7E01233A8336437F3F04689 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81F404B0055187A0B0FAD45FF50109C8 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FD3B6A2ABBC37446FD50EB0EDAAA61D6 /* RCTAnimationUtils.m */; }; + 8257F41D9487709980872DD27A5AC350 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E90D60AD004DEF77D4982EB6147B952 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 826EA6B50143FAC69BF57DC62563B4B2 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B6DA382837796EE4053281F4618CBAF /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 82A79D8080CBB375ADBD17D4075253AF /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 42D99890DE4E50157554A36BE513F209 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 82CAAE9D9C5C09FB05623570B6AEA3E2 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D8A08EFAD82DEC96B2C281EEFDAEF23 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82E37F666B39786529F3FFD8EF6B16F1 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DEFF4DD00B50213502362334699D1EDB /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82F4A08E405B0A3706D5F18335E9D880 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A729C6D908D4E59C9C24C1B5229528B /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8316A20FC1374573CDEEDE409FB43CD7 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CDDA80832E36E1E72317A05E0AA9501 /* React-RCTNetwork-dummy.m */; }; + 831A01E088DA07FC3866EB33024B4279 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = AABB128D00F1B20EAF25458003E3017E /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8381BD19D4E6D414F12A44DC5B9B65C5 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCFCE9EC10629161D2E544C3864C398 /* UMReactNativeAdapter-dummy.m */; }; + 8398E1DB276CECB958947113BD536AF8 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 74F49BDE0D44A4769425C5E70DB8A8E2 /* RNAudio-dummy.m */; }; + 83CDD62735441356E95BB2595BDE43FB /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69C6F9D7BF51EF1E338956FB58EA4BE8 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 841BD4293BD63E749D78D404D4E2718B /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 70EB10F7EB6FAFDD793C9E8C9D31F496 /* FIRInstanceIDTokenFetchOperation.m */; }; - 845A994AD06C3A97A7E1B733653C29E4 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 46018D5F6434EFDDFA2D57B41E005D73 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 847F2DA153BE2722412CBB167A39F351 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1DFDA929CBAACCB277C4F095C57D4C /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 848036843930602907B83E4D5EB0227E /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF5F57A3BA424AF994FF8DCA8789E094 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84843326280C33C453AD87222B20BC65 /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA6310930376BC5D0A83AC59635BE6E /* RNFirebaseFirestoreCollectionReference.m */; }; + 8421CC070F30166FB40A3310A912B9AC /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = E53D47F05EAC536AB736BFF085E8341A /* RCTDecayAnimation.m */; }; 848E360DEDAB6A5661F407BDF4257129 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = E890974E5F9F8AC28A07BD99E6E3820B /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8496E3F968C3A778D3F2A40C9F072433 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4B815D88D248DB33F9C01ADC4C727D /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8500FC229B23F3234D8231B893D26AD5 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C636E51599946AC7D8639E01FBCB386 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CE8DE7048AE97E22E9CEED78ABAA6F /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85AB1A871EF63DD2E996129614AE1CDF /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = C4AC41413BC15B527F96E936301FF8EA /* RCTNetworkTask.m */; }; - 85AFB7CD1D0DBFC5BFF34AB7FA7ACDD8 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9092796615BCEA251839717BA418AA3F /* RCTRawTextShadowView.m */; }; + 84E083757032D7C7544AFC1F158055BE /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC22F397B577B9620108BEEDEEA45E6 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84E4C2D261349B19AFBD253F21AE7F6A /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4890D195CBD905C4DCE24C9F3BA53BF8 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 84E4CB015C33B1EF8524F24E9688C415 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 097E6AE9B983D534D71A91721B637D71 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84FF5A3DF1000F7BFD286E277302A8FB /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71DAFB86B5ADFFB234E8DB93AFD86C41 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 85251CD02DD674230CA984A67AEE83B9 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDE69C3B749F443DE94CB8D0AEA56DE0 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 853B4F64122BC5D9D388DEFA91D113E4 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD9EB9D2239BB3FFE0F7149FD3E45E5 /* RCTActionSheetManager.m */; }; + 856369C099A179D5FBDCA5A691569040 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE67AF037E52B5477619E84E56342EA /* RSKImageCropViewController.m */; }; 85C2EC99B56CFD98C2CCC5F32FA58F0A /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 6482CC18F554B79FC6B2E2DFB5E802A2 /* FIRInstanceIDKeyPair.m */; }; - 8621E7011925BD994933955CB86C910E /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 254EA23B053590C034D264A6C7A7652F /* RCTImageCache.m */; }; - 86281B524C66A7E9DF054EEC25E9CD5F /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 35ADFC3A8C96405A121D270F1322CE61 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 862B68819908E134C165223E558C57B9 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = D274E63D9319543E0B280B8DE477685F /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8649A76A297D2E21447A67155DF34A79 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 54691E9872FE05CE71B6F84E82D93EB0 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 864D358EFE920280EB2F8BC104D60B8C /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 92D4E1B026B15A6BA8AE13A3CD873D7D /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 351B8FC8C6FC0AF20265D5E8A088D61B /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86A66E1DC4DD16BF5BAB863081DDA0E1 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B73F92C774CA25A04461F93736FB0699 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86D0DEDD63125349765FC3DC9DCC9922 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = C71B8C864049BFD533DF0013102C0585 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 86DAEF8820731D1C15928424330BA767 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = B720F7FD06FA4A29CD918CFA41A1EFE2 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 875D0CEC70CD70F758EDC7AB0EFEDBBC /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4BB8DDCBD4B176980B268F94B4788B /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87A37B963F458EC671B112D8B216C59E /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A2183E0058E38C8CF11FB7FAFA6FED2 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 87BB49CF46CC75CD72685301A197196A /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 078AE92F22AEA61E393CE77A381E5D51 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87C77CE28E3EF45AEFE750BB7575FFFC /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E294961BBA6FE83A76DE4AC948D3C06 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 884C26551BA449FB9085E90840DD3E7A /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0711632205599184DA0DF8ABC6FA0E3A /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 888EC97D24B128FFA287D0A3594118A9 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8316061FD04637E657F92C9508A3953C /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88AF43C6CF142A54627B10F4B749F013 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AEC08CD227639519E71B65F5E71C86 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8689FCEB3D2E34C74ABD98E1DDC95C83 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F38FEFBE848A8612D9C32A5701507D5D /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86E272FB602203490AD5D18E287F0A3F /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F2420FD4ECF4B1822E732941582FAF2D /* RCTFileRequestHandler.m */; }; + 871FDE375F392303D64431F5BAF19879 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 910FBA084A244FC40F5649FB7BD19F56 /* UIImage+RSKImageCropper.m */; }; + 87223E1BEAB415F791755EBF9E002C66 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0732BB40F45A0106BBCFE5D2395034B6 /* Folly-dummy.m */; }; + 8742284E112EB1DF5AED30560CCC27EC /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6DEF12DD6CA19A373818F0396AE3A4 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8742FC0C94649EF7EADD4C5C36E644BB /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA59C3CE6A0355102C8FD26F78070A3 /* RNFlingHandler.m */; }; + 8763E485BCDD40EF098DAD4C5A8CD6BF /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 54691E9872FE05CE71B6F84E82D93EB0 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8789096A8E4CE0862A90535F6E694C51 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 31194DE606062D6968B69EAB213B5205 /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87A1A648015553C08D3C1BBE87538699 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 11149406094750AD65AC3CDC7A6BA779 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87D3205A6F2767E4285FD53E4EC90ABA /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DE269A17B06E69BAAA7A933A32F88041 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 87E73BA3024CFB10C233E70381AA310E /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 98892850FE07F4B17DD4C7091A5EA303 /* SDImageWebPCoder.m */; }; + 8818A7D29AD1391E7F08D707D5F7A323 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A24EC911A7C73DC76D5FA3E7EC90B10 /* BannerComponent.m */; }; + 881BC6887A850335DCFE882A43AE1DEF /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8B00BC3CAA5C9966000786F73CB461 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 885127F8BF1DA16756297DE606D2A45B /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAE35F4BCC73F18E6E3D5E48BE35417 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8891001A522F339F63ED7EBD4A5038BD /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 385A35727E97F74DC58355BE28C9C372 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88A17269085198B6E32730FEAFB4FC3B /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 484FE00106993DBB921162C30235262F /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88B58642B5770D7313961DB5AAC02C58 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A96F9C687794B676D8EB9EC1991628 /* GULReachabilityChecker.m */; }; - 88F04D22902F153A391E21A854037B5E /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7F0F3F09E6A65C571BC7CFD45AB739 /* RNPinchHandler.m */; }; - 893539BE4FE9E02CD14930DA8CF80CA9 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A3AE7378DDC623DE7282A3A06A951AD8 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89B5EAFD772F2ADFB2909EBA03C694DB /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F7423E26A13D34C7C1DE1BEE042E42A5 /* SDMemoryCache.m */; }; - 89B6B0628AA2CA10CEFA0A4CEBA8B6A2 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBEC6EF764E796C60544AC088DC6D30 /* rn-fetch-blob-dummy.m */; }; + 88C58AECBAC07BE2963F542BCD19E1E7 /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = ACB902C29704B00FF0C33BC5B03E81EF /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 892B3606EF670E10321C141C79B0BA85 /* RNRealmPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E2D584027D605D7A8EF4F03C79D8D9 /* RNRealmPath.m */; }; + 893E9C3254B55B0480DAC015B48033D8 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = ABCEEF8443702AD5132D26E8B0AA3B03 /* RCTTextAttributes.m */; }; + 89566A7156B72EDAABCF0CC68DED3550 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 42484867612203BF24357532C5863BFB /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 89A91379BA936471ABD92062A42FE14C /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 904659EB6A017D9B682BC421B10C20DE /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89C3B9589E1E51E54FED1B43F08F2EA1 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 74828EB513A2B6EF1ED483652374D303 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 89CDAEA204DA1341B986C199502BC4F0 /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 13F7EC84F20110F57F50A08F7D5E20A1 /* FIRInstanceID.m */; }; - 8A08B2B037D0740635F7D9F5D5DF7A13 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC2924312D17B9E14197A28635A3F6 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A0F184CA58320ED2BE7043DD3DE5A04 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 37953103E02B596204E96076D98E0421 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A338A7714BCEF966D5653FC9F0F3C92 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = D31CA7143A73D81AC402696A5725265F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A78F6525B0B706FB3CAF33DDA6A023A /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D3ACCA8AFEF803ABFE2AFFE7F3ED72 /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8A885CA9B621D1B647CE2A6E5365DE12 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C980EA33A607A2694099B5B05F6BC835 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A8EDFE322A12B51C795B6E914C10FBA /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A30EF09DCFFABE8A97D28E9623597E52 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AAD78AAE52795AC0907CEA70C684819 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = C042EBC9A39A090F3E7A3AFC20F84577 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ACE6DBED0DAC5E8726C99EF7A40945D /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC04A29879FDF39F85F328E14C63B6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ACFD521712D993166916D58F4E370E4 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 85FAB8053D8EFFEE7641D2626E554054 /* RCTActionSheetManager.m */; }; - 8AFF99550C807777CB3668977DB6CBCD /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 492384DB1291F274348C8447130E762D /* RCTInspectorDevServerHelper.mm */; }; - 8B578D461FFE9466F1FBDAA5F4EAD517 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2874E9D7F91378B53209C8A8A27A66AB /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B99EC0F74946A80107605B76A9C1881 /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = C731293D6C62BFF71015F20F1D0B3D6E /* RSKImageScrollView.m */; }; - 8C6D57F4E798BCACB9C8A8322EFED5C0 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5995C1B4986C0715EB96B07FA2F58F37 /* UMNativeModulesProxy.m */; }; - 8C7A15FBAE7271D2AB49E08463F5BC95 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 6198696BF71A06C5A2D0848AD2CCB357 /* EXContactsRequester.m */; }; - 8CCE0C74913F36C96D7F761410CE6817 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4B194A152548FB584B7004C7A5A9CC /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD56A4AC9F44A78F0F1F2B01C159E9A /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = D485B08E678542F7D4C8EBDF5AF6CD38 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D085FB9426B81AFDD3DB78E9D6D7CE8 /* RNRealmPath.m in Sources */ = {isa = PBXBuildFile; fileRef = A536F381CB307628A9EACCB3DB780E45 /* RNRealmPath.m */; }; + 8ABB9154AF58BEE92ACA7C4E8BB9795B /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 46BFC3CFD0F19DD13F66A64DBE9D4759 /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8ADF991DF09E9A8CF108E8B49BF54AF9 /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = B6EB9931E28AC2E30F58C6F9CAB5EA43 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AE82A65E9A2225805EE243A5166425A /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 457839D3AC7B644F37371906649C45C3 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AF8336A283399ED97F4A97DBBC6E41B /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 31486186A67B6A58BE38E64C2E2FAEE7 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B0E7AD7B4F1A15831A22ADAF0720A79 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 06A9CD53A96164AE6AB948668C78CBB9 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8B2621F4F288F3CEA2360278C8F0C707 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 923BA5645F7443F08068F7E919BA5557 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B58FF5267FD24D39DE2DE1F6769CE30 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = E3AC68E9CB882783B889EFB613E788E3 /* RNFirebaseDatabaseReference.m */; }; + 8BA82EB2E2F0B81D1D188AB39B8FC68D /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A5B0911BBF68335D8E7AFDC791C0600 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C662A02AEA856E32578FA6A64AAC155 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 526808FCB647A1310B018F7D644F1B1B /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CCF58D32837B7B8169C72A00AEFF0B2 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BADFE6917D581DF7223E0AD43D47B9A0 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8D3228A30F333DD1AB4B2DA5AD3FEB6A /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = DB91B9B27ABF7ECD12E47907B9C1E30F /* RNFirebaseFunctions.m */; }; + 8D47D902B89DCD2A92DEDDE21C74D541 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 07964BEF136BDE63E511C585636449B9 /* EXFileSystem.m */; }; 8D8C90B91DB286AC93C129B102A9BFDA /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E5AB6EC5B25B9A1474BDCC987B23DD /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D8C9918111BB05F3EE7D6312AFA353E /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C7AB7D661D53929F47A78DA6730CC5 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DA8EE9476774AA7771991085F421098 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A1C87B5B1608EE4F823163B41B97BB /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DB460E99F1E5948945DE4F7D6394FC5 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B7DA7B275AC7C5F2B1C88F9DB50F690 /* RNGestureHandlerManager.m */; }; 8DEC685179505671312E48AF66B4D998 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DBAA8A6215C5BE09B4CCF5B9841221 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E0FBFABEC475F208E709CAC3343CE89 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1FFA2D06CDCD08797EF166F5C26EFA4 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E13C2DA5B160E2B513DDE9AFC4543C9 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A70FCB95407169D432B904A667308685 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E72AF4F41ED9B00EEAEDE40A72728F5 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = E29CC491A9BBD9B3B1E8D0F1C2FA7EDA /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8EA8EB6D6C9C3ED99D58F36BE69D85E1 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = FE0131E6B0C3D61FB6F063EF8FB53335 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EE80AB91ADA3A9A2C6253A49BE3664D /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 79EBB70B371D1389E15B334770D085DD /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F175C752B7835196A13BF0D8D6138E5 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = DAEE8A5EC2B148E3C273C4346C5BEE3A /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F21A887A0856F09E8BC7CDD70EEFEDE /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = A31CC93AACC7888ED2AF96E0914BBB0E /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8F2FFF7829D53299777DCF5ADBD4E4F4 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A9BAA7550473354D15436B8D043C639A /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F36B8DD7D3169B12C7270FE8CABB774 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 62EC55C73D2745301FC78411189E8917 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F39821373BD9F2743E00AC6FCCEBB1B /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = D92CAD48DEA91A916F2210D1CAE9D505 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F3B79F769C77B1242AD6920F841972E /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 430201343C35B7DA8D6D5C3172DF75B0 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F3E78E2DB7AEB8C9FB6BFCDDE9C7089 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 473A5AAB43EF53BC21D685B3C3648058 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F489E4D24EAB845E1E2E80DEA0CE886 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 62272C24B5240F69AA9C5C598FB9E34B /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 8F53F2C2D6E90701A070CD15E049D265 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E08F9653FE6AD9681BC544386771EC5 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DFB67028C8D98A0C744C411DD3BF12B /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E0A284BC7AA7ED9FBFCFDAD620E0F36 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DFC1FA1EE0DAEB09B7CB4B37B3583D4 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3DFE6D3A19F36109FC284BF7E5743D /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8E2B410C2DE16A1A0A4395773C67021A /* React-RCTWebSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FB26E2DB305F9A870F3D1ADDEE6CB3 /* React-RCTWebSocket-dummy.m */; }; + 8E2E6DFAAFEE2BD5B29EA9E277AD2554 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3183AFDDBFAB519351065E5018CF6355 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E70FD5EAD728C8F8336AAD41DCC6794 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4B2B24F8CB46FAAE6AC99107466D40 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F03BDFEF5DCDB6783B7A01168C475C1 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F038F6D1370F1EF0BC1212E367062BC3 /* 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"; }; }; + 8F14E2DC339A3E306EB4DCAC565C3E5F /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DBAFCD6320A0CDC131CDD1DC9A3B7F1 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8F570D7EDC52FE248FDB9380B7840C33 /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9204BE7879A053C731D00AA46BE7FCD9 /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F5D49705F3957E34B4E0DA997C4BF29 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D97854C1BB8675AE357B6313D7E6145F /* react-native-keyboard-input-dummy.m */; }; + 8F77ED7FA0920092525B31BF0715D4B8 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DD72F5A55668A421FDDE77CF7BB509A /* RCTConvert+Text.m */; }; 8F954BFA8C27E1B462B557A6C591B8EB /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 817B8259B6457C7BFC3E8729B7FD18BC /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F95C811580055653F64AA077EBECEB0 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 06426D26C3258972F2C37E221B45318C /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FAF2F4DDA6A08BF24D15B0925931394 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ACA450C835EAFAEA0788384E5F90A9D /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FB1149024E24A8A1FC0FCDA3795C940 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ECD790AD45BF12247973C7967F809F6 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FBA09AA06F0080DB9463DA00B1E6A95 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A97E28A58B50EB10F8E86E750A6EC61 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9006C587EABD766DC33596A03EF0C70D /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BEB09ADE3FA917862303A2F6A99BA6A6 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9058DE52F6CC41428189AEF7EF397B2C /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F62D03AE48EEDC8771172430CD56AEE /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90891F4884E27C8201EE582CB7949F16 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = A85259B533809285A90F0F4D1AAA38AD /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 913072B44E4781C92C4BD0D8C60BA95B /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D48F6722E1B6E65865028D165DE11F2D /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91446633BDBBF72BFFE0F45182D49D33 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A0FF5A56DB93D4ACBD92D0E6BEA057 /* EXFileSystemAssetLibraryHandler.m */; }; - 91511861215B8288BE24745A2E6DDCE8 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A23489B385A1E1A55AE59AE5371D957E /* 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"; }; }; - 9179E21477B181B6EE46280ABF9E699A /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = C19F83AB11253AF74AE2EFBFB230C709 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 91AAF79643AB0A29034BF4CC1DF9B06C /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = DA65315721E9F2C361ADCD72DAC51F41 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 91C94DE10181DB155E53CC0FCEDEB630 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = D3B86BA5290B34EBB04D9AE2BD5999F7 /* RNFetchBlobReqBuilder.m */; }; - 91F98C0368F0FCC6306D4CA7B4CE4131 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = E335DC4C867B49C265B7875DD67A6D40 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 92154AEBEDCE557F02CE86C0C35C3C68 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 609C82FCF3CE181877BD3EBDC4975346 /* RNFirebaseAdMobRewardedVideo.m */; }; - 9225B0672F415077E65E807CCB6EB768 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25D5A9AECF5688BBA994F3EC0AB239E6 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92A8544B73B2FA29B9CFDE72C5FDDBB6 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3A529BE56491A3C4A40A7143854717 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92DE1EF30A1A8C0D6E56290F048CBC76 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 09B0AF536384125C53A496653E6AF3E2 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92FE012CBE3C8F8CD9D8777E2DF689F6 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EDB7B742A208474CDC9AF540601C0437 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 933D2B8BD6CD87B694F94CD88C5C2852 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB8190846E8E246C6CC351EFDA74893 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93D592A4F50E0D013CF26E069FA87205 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D85EA5A8169E8F2B1D80C60D75D6F7FE /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8FD2B391784D6A6DC6FC426B1B3BF1C5 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7132F70EC627B372196080017B2E19F0 /* SDWebImageDownloaderOperation.m */; }; + 8FE5282194C906967C5F04DCAF5B0475 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8775500BE0C9874A32CD091C60613613 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9037D36919073C524C3DABC3D5447735 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 234549A252966B8BBA6C692128FFDA15 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 904B88899D82BFE9FB6A2B08C5E35FE7 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C59B26ABA3C0D793687630009809B7B /* RNScreens-dummy.m */; }; + 9066364CB2B178ABA0653CA2B6ECDFA2 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F709F26590A5CEAFF930974A7EEB04C /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9066EFFFC3C4FEF32486AB096F313C05 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 305849AAFA55DA8BC829CA73F6A41D7F /* SDImageCachesManagerOperation.m */; }; + 9165C00FE8CD485B81F0A06C6C47736F /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F7FB1750B970C49F51216D7AFDB7C1 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91A5D05A53A19B17288470B5F390338A /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = D3274EC64FDC5B9E77A00CD4FEE264A6 /* 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"; }; }; + 91B936BFC4E3B2BF9B9EBAC5817EEEB9 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7717422217E1C3A23C8E784AE188D920 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91C88BBB4D58DE4F230D9B75482C1AF8 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE6FBB59C66D88F4CB14D5F3FC8DF170 /* UMCore-dummy.m */; }; + 922B281B98F20AA18BDECDBC6BB270E8 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83F7DF7828C6EBF808549FC501B3383A /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 923297CD1DC39221B48E6A86DA69BCB9 /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F30F5F883205AD7EFADFAC37737CD56 /* RNFirebaseUtil.m */; }; + 92AC066E912C53F5B9F6EE59A3D4C0F4 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D99DBC80BEF10AA0B3239F52637EE0 /* QBImagePickerController.m */; }; + 92C6694CB8E68D823B66E5024798E482 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 56DB28B663C47B5F75E9ECB906DDBAAD /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 92CD5BBB2F9C943B996C61AAC009E733 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 205E58D34D6990A7CC31AB32F1A0DAD4 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92D4191EBA5067740AB88467B79876AA /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 127435DBC940400B5D902F84731A68A7 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 930017FBAE16CD75E34281E75F6043E0 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0171C115D35BE7B2C7B15D6CB68E63 /* RCTDevMenu.m */; }; + 934BF8388331FB129A20DB0B63644921 /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C5156BED3083F9BD16C314CE2F07D2AA /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93A1804AECAF77B3FDB1400D41EC3EEB /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D11388ABBA87F79A2EBF11ADF146560 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93CC7E74297AED3C323203B104D6AED1 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7D6E5E94895A671353FF93B75AC295 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93CD27877BC6108D7D5D228DB4237B04 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = A5349A05400CC07FE3A7063B6AD14010 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 93E3441ABB65B7C821BCDA662B2768FB /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BA5E92B5979C9480CF54A4EAC8126E /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93FA818BC930A60ECDC53718992787D8 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F657E497BB44B5D2A3B70520B5C726A /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94323A347AC9D7DA59BFB90D40A10826 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 8964CB5EB24347DE2C45FB1F1481DF09 /* RNFetchBlob.m */; }; + 93E5C91116BED1980589E8A4E3C512E8 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 802C00DA7A71E1EF69FDF62092C73CFA /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 941CEA10AA0A21B4522E0718EE060C7A /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D21C0BC5FBA923B122B37DD4C9DBB86 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 942DD8546144030425DB0C8AA67AC9F7 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FBF0527C27D3D58E246B6D77CAB71 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; 944FF9384860EA20586A25FE9FF6C62E /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B6FE955DAFF4C7DBAEF58F2ADF4CE9 /* FIRInstanceIDCheckinStore.m */; }; - 94C15E4CA035E730C7321077CF0056ED /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A78F59E96157CD7C59B8EDADE9AFC75F /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94FE611CE19B3C532CD9FA05A8061ED1 /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = A35F7E4392FF303A6DA2F0858C6F64A8 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 952C5B26BA8A88E81E10EE15F1960B77 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A4CCF59225838D7F20C7F203ED36E115 /* RNDeviceInfo.m */; }; - 95559824769C8A828EE38FBB74F3F973 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = AEA8BCEF7235F0F7977C6B6B0E70BD8E /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 960AC51C376044D9028B786B3010C9B8 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6CF42EE7AED629E9B0BD5B4E54B201 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 962E3E59BDA52C33A0F3BE0B14E8932D /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D2D82874998023B5D4AB5CF7C02908 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 964ABA3C96E97D837CF19EF6ADAC7E3F /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 78F47334D062E11AF3D0C160D141C002 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 96D130CCFF7BCC2E0803624575961E56 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E5671E2B6EAC7E428FDE19AE2B19E27 /* FFFastImageViewManager.m */; }; - 96FB9431AACF4EB027507878FBB91805 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 794EFA04C239B1D742E07881BEDE633F /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96FD686C41E663615A658BF61C0B8576 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F19B78EE7E1BCB8A2275DAC05C1C286 /* UMExportedModule.m */; }; - 9781C3B70A44E39F20DD4D837195D65D /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1D3E0B0699AC2F1DC5E3EDF95B116B /* SDWebImageError.m */; }; - 979FE135AD6F5501E856E33EC5CA8E15 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 33CC9E8D848DA2D0234A105750B97029 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 947FACEB211A2A8DE069DABC5DE35CF7 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = A9B0091D5F3575E103E492D93CD0C606 /* RCTNetworkTask.m */; }; + 94B1EF3257B5F0EB255D3EA39A1573FE /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BECA2666A5A845D31A447438372A4E9 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 956B757369194CBFFF72BAE0E95FEB5B /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9689A6D0ED094D51953359A159833AD4 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 957B0C577F17CF55452B038EEC1441FA /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2E1904B6C516D5BF037EE50DA589C41 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 958BA6CB36502EACA46E742DE847C9F2 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1DFDA929CBAACCB277C4F095C57D4C /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B76A0C56B9C56E287C9027C83A31FC /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C3594BCF2E739806B65560A21970438 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 95C1BC1F5D3B7E00EEDE1CCC648A0B6A /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 080F8AEFEF46B70BFDFEB27A59B27B98 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 95CF678983DBBC23FF36404BE2DF7520 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F21EC347C4A7276D8CCD3ACFC8E71E4 /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95F0126305351DD05D7AA074E2F2AF24 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A4754FD1DABB6CF7B4299C70262786 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96693844C50716001E11A1A1B0FAB3F3 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EA2545839290B34D775DD00CA0C5DE /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 968238E4B934B993E25AC5B09812260A /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C1CDEC7A8275556BA7077B225EAA22 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96DDED5C6B2D41E96050FB60D9C4FC41 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 570B8A80226EC26635F9368E318B64EE /* UIView+FindUIViewController.m */; }; + 96DE36BA9174FDD101906DD339E7F705 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B248B86A7C3354FF4F0448A64E365E0D /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9719A51BDE30DCC17DC10D315F696C83 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 824EE839D2B98492FAEBBFBA0AD6A98C /* SDImageGIFCoder.m */; }; + 971A797D1573C90846EC7847F3529E49 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A5A851AD979BEC0FF4C08812987846 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97B4F5AD8CE8C313EC37CEDB155D95AC /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A30EF09DCFFABE8A97D28E9623597E52 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97D064D865A60353B7C736205A370BBD /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B5C6CBDAE983F03BBAB41A1FFE8524 /* FIRInstanceIDBackupExcludedPlist.m */; }; - 97F7A968F6C57789BE0F37ECAD950A40 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C6DF060AAC4103166E5DDE6AF06DEAC /* RCTImageBlurUtils.m */; }; - 984A7D2F9DF365F47E423FD0E1C8193A /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 356E60613567028CCFCA57A5EED6F483 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9862D75B480EC33C8452A6BE42C67EEA /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 784497D0610A19936CFF45AD08C0065F /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 98BDC239A278D5BA0D3AA01296E0DC1B /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ECF81CDAE73F2ADA27F0B1FE39D5DB7 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97D309BF1EC2284DFAE427A6F1F346E8 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 3894C6E1AF8B8B6D103055B580C48DC6 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97F3C98434D00D9CE77838C1982790E3 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A9682C65E43D2959D61634B0BD90623 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 981AA9568981EB7A444C54680035EDCC /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B2D1FB8BFA588B7D0ED981EC21AA2E9B /* UIView+WebCache.m */; }; + 983DBB45C5772E1DE14861D55B045B15 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = D4543BA46F861ABB3063C4230F23FEB1 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98C45C8E681D300101F6094C445C52EA /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DE15A5DA8C6A0AF601DE6E41B89540C /* Orientation.m */; }; + 98F02B45C7928FE94E6021C6A60CC9E3 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFBD536795E197A039DD7957D2CB8C /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 993B1B14E6A0E34BC5DAD43E7AE297F0 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C7593D777328ED75F27D07AC2DBBB0 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9957966F13A85F6AC3E34C5E75904755 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 19A0578776AA13198C63F877B7853CEB /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9991F8367660B830E1C37CF106C22568 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E93DDF16ABBA6E94ABD9E0936F59AC25 /* 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"; }; }; - 9998C2D94AF4CF23B7D3D8BA43895240 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2258DEEDE7291714659419AC31F782 /* RNFirebaseStorage.m */; }; - 99CE087E87C61206E7D569F720E55BB0 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 34279E20F6D147F475B02BD62760E028 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99DE434218CAE9E8C0F43034802C526A /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C244364D7F7F71E768B8DDEE6D0D393 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99C0D50B1FA28A61EE6B75179D8B6A39 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 17196E1DAEECDF8AAC9C4D4CA1346480 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 99FCA10852C44775B1FC3B6004D56A1D /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9578FF143B1C2D0688124384707F9D2E /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A0FB02204AC357192BAA59ECB831C88 /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D68D8BAA39341831A5056D39D8D0ACA7 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A1C90B1E05093DDF8B89EF59A6727AE /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E5BE7BD23E7FDD82F0B6718B516BEEA /* GULSwizzler.m */; }; - 9A2A6715052BD8A92010F6E88E5F394C /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B84FAD1E30970166C0A7BF0C1A80BED /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A2DB734EBE417BF09462316695E8107 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF6C9F87C9CAE7640E61C267B8997E7 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9A712E096D24E51F4D807DC37AF7D873 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B75083EE49DD59D00B85C547F31BBCB4 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B708894E674A55E8BEA6BFFF8D4E0C4 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3649F20C54E169E70AC51597FF19C /* SDImageCoder.m */; }; - 9B8776CDC12090CA9DDFFA71C80A5A8E /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B413DB1E9209C9CE28E6C7ACAAC8B239 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9BF79CEB01604F380377365247A77A1C /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FBCE0AA8744E2E00A193596A0B155D /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C2121F5D96BDE54DA8B179237762DE2 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A8910F276749F4AC29832DF4CAA59E80 /* EXHapticsModule.m */; }; - 9C61B07BA5A6253EBDA889AF37EC0696 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = B7FBBEE350426E7544ED238D415D9A44 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C62B120CE18729F56CFD0287D083E02 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = E76D8A42A58A56411506710AFDD4C989 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C641C54D95FE2750D2F8F1AA45E4200 /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 33FC3EF681B273371D2E4998BDA32875 /* RNFirebaseRemoteConfig.m */; }; - 9CAD54F0514CAC4D570DDF8452BBE1A3 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 79A1E4CCA00713F4C9FFF781FEDACC0A /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9CBE1726A623B8A2A8E1BB06ACA3125C /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = AB0E0B8F6167335BC9BF4BC9FA2BAF40 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CCB0D60BC5963A87E407CCBC369DAA5 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C2213E8D556EC7FC06C271F1AABEE4C4 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CD16B1B5A6468D31CD2F02DC888850A /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00DE87822BE8EE7FFBA5F0F6F955B52F /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CD9716DD336B98D69841069C775A17B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 672097C17BAC1DE2A3A0878AC3E68ABB /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CEA66A1121D0FAF7C856A73209F067E /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = DD47E14C8DE007973B4F9689825FAD40 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D15A5737F8F7150CF0E53172721DCA4 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1658FB4FAE96D1619D03E6B70EF4BA /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D2DC0F3B8F7C174BEF941E6B88D262D /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = BB3E456D19D21712CF945C0337E81DB4 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D37DEF72A22FD1A72198F1C269F29E9 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D583CC08B9C0688CFCBF30BFFFE7341 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D77969802B796564F6164744A120EDA /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 945DA8183A42CBE56C317AE7D16A3CAD /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D81426850C4339EBDBBDC47E498A154 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4919D42554F0C62C26FA436E27D190 /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DB079A95ECF3E60D4A8E3B21036F7D8 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 793FBE598AA100777A60AFFE605233C7 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9DDDB2EEDCAA2BFA29F21CD8EB354F98 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 63801A8C4F6D8875AFB3835EEDBE5FB3 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DE27BCA40387C252F82B00656F23DE7 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFFCCE90AB67E1B70C6625CC8953633 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9A334547AD2CC9D85F4A69AE680B98B0 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = A3A45469E5F34D6C575854EACD8C89B4 /* RCTSinglelineTextInputView.m */; }; + 9A37E6283FB9ECD02CBE779F2DCCB4C3 /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60744BEE6B90A2CFC5034237AEB63CC8 /* RNFirebase-dummy.m */; }; + 9A40C0F6B8BADB006177AF195E929583 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A533DE23BD64D0127D92DCB73BF5A954 /* RNPinchHandler.m */; }; + 9A6522C06C96FBA9F20D138997B1309A /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B03BB324D33EF57D866EA1AAB20657B /* SDWebImageManager.m */; }; + 9A85120042EB3265613917040A5BBBC6 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 86F8703C9AEF98BC4A906D6840BC3367 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9AC49E53FC344D305DA93F61B54E1560 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F43C3AFD7A6E252D23EAE1425466FD /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B73B0C3922553E0BD6AEF61874D30D8 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B535E6EEAB5A738D9886E57482F849F /* SDAnimatedImageView+WebCache.m */; }; + 9B98A1B34FB66DD9CC58A69B8D9206C2 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 97FCDD9414D32C0557164DFA417C7FCA /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9BC70B4F4336D1E071888FAE1755134C /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F7423E26A13D34C7C1DE1BEE042E42A5 /* SDMemoryCache.m */; }; + 9C083E78CC498AC70F3F465ECD1DA5FC /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A9BAA7550473354D15436B8D043C639A /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9C092A32046AA51B1B6F3132070FC338 /* RNNotificationsBridgeQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C8CDBCEF5E89F49B4C7D2A83563CEF /* RNNotificationsBridgeQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C5922F35E868CE7674BBC2F9B46E80A /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CAB590111125B6E2646F010CA59E118 /* RCTInspector.mm */; }; + 9C5ADDB47CA44EC48A2AEADE601458AA /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F88E4FA7C79C410C7D83DD80C2414C5 /* RCTImageCache.m */; }; + 9D3100ACF474922057D60AEFC59E8DBD /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 05E58A2A57946E9444E98F7F3691C12D /* EXPermissions.m */; }; + 9D70EB54C1E8D449352D6A5554413B2B /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 70722C0B27E835BA1DD1AD8537B1FDF6 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9D856DC57B1F288DC9EF4A59F27AB54B /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = B720F7FD06FA4A29CD918CFA41A1EFE2 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 9E1B95C86133B7162A822F044D8A3C76 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7939212BF7E5AA1B3604D604F224DE98 /* FIRInstanceIDKeyPairUtilities.m */; }; + 9E20FA23025DCAD38C165369EE7097FF /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = D45BF9100908AE41F56695A49C6148C6 /* RSKInternalUtility.m */; }; 9E31E2EBECBBEE07EFC16DF386D6AE4E /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEEECA37E78F37CB9488C1F90BF14B1 /* GULNSData+zlib.m */; }; - 9E34E29712C22DBE0897CDF3003CEC8B /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B313A2D66CAD56F9F57DDC36E7504616 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9E642AB94E1BDDA086B3D5FA63A3CC24 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 74224D38F9256376A885B98001D4ED12 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E6D9C57646784712BFEB1022CD8F2D8 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 93A1DA8244A403C258DEBAC755CA3C86 /* RNFetchBlobProgress.m */; }; - 9E7144D960581A0FFA38508DC374E0A0 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C008E4BE5488278FE31813E3855959 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ECB10047D5016A143B1A262DE904A3F /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BF447BD594D5455C7D069152D4F751 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E60894E55F0F3BF07AFD7583C8C2D31 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5271F639C13C309F788D45DE8148B8CE /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E8D17BBCF387E932E1246F60658F754 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = D335EE63B344E95AB5343B0457488278 /* RNDocumentPicker.m */; }; + 9EEBF27E492DF40043DFFA62F14CFBF6 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F414F79786E283F696EBF5459D9BB694 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9EEFFE4F5B6FA066318BDF0BCD0B12BC /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A53702271FB1509D4840C1B4AB3A5FC /* FIRInstanceIDTokenDeleteOperation.m */; }; - 9F6095BCA37F6D42D57C4815EE4FDE3E /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F220067C6FF91468B165351EA58308 /* UMReactNativeAdapter.m */; }; - 9F75E47761C089B7E8640CF52EF104C3 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75B35244744D775855802CA52D5164B5 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9F86958947B470DA607317F5C31164D1 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 876D8BA080BFA96E713FE210E583EDFD /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F9BA4B66948E5864074D8EE8CA7A03B /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0616C43A24BD3797A539100D21089670 /* RCTVideoPlayerViewController.m */; }; - 9FAD496B62F1C02D438C61CAD0FDA704 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 32364A78F45AA24FC790F412AAC34428 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FB5323418E1EAEB28FCF70C427CD296 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 05FBD434ABEFE89829C4939FDE8E3764 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FB5AEA3452D622BCF45D6D6CF00163D /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8473B4F5B2FA5303A495456A56479B63 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FEE7AE3750BDAC678EAC773890FF852 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 043E74812E7C829DDB701DEBDA93199F /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A008C00F5632AE2B752076A461E4EA3B /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9C3020BE746CCA84031BE921F4E4F8CE /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A026F0A9355450451E1558F3A87AABEC /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 31E21FC007A8C5A148B5C3083A69249D /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1271A9D592D85AC3402E1171559A725 /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = ED94B08F6EF75B3F00A783E964D2139B /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F02F686A1DFA67FD5FE416B98E5F2B5 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50AE5EE603C6C4031174480D17F02E2C /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F0FD18E94C1DF7AD4A9F5385C8D4EDC /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E778EF8D2FC4B9332DE2359AE1C3FC6 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F56DF83FF332722FEABB57A5C61879C /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 804540881C918EFBD1646DEDA5A96095 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F67822C22CD29B58A0DB876C24D6A68 /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = FC506E696EAB18BF3DD17726E1AFEF42 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8127BC94FB9F6F6AD299A1103DA3DC /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 68664529C27BF53D318377C903B25283 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FFF51594581711C66694A056F5F5668 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C892980DE79BF9B7E5DBB8EDFDAF37 /* RCTImageBlurUtils.m */; }; + A04D90E734F4133B3AB4429B1F41EE77 /* RNRealmPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0199BF8AFE59305862A5D281CEDB14 /* RNRealmPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0959F4B5108C68FECA7C5DA063A4361 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = DA86A56AD04F938F2AC0B86A4866BE0D /* RNUserDefaults.m */; }; + A0ADF36EE968C77C15A6A7E57F6BC64F /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D0E54F90D942CFFB20072076E8211B /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A124D87F85664610CB616B104272F75A /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 452A66C26A27A3334746A25BF6D52F92 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A12C28B1E020A7B9DE77233844D71E53 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C16EE0B0291346B1C2031D60B1E0EDB /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1328A8A86952DA3F2E76DC24F01AFDF /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = E71EF42D275C05671635404B3F1D7F1D /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A135851690EA13FAB747A5AAEB5F88F6 /* RCTTextRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CFA11091A44B7A175D00CCC4571B21E /* RCTTextRenderer.m */; }; A14D03FFE5AB2DDE88377934063BF951 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FAFC535A7C25A955433F870D3ED8A609 /* FirebaseCore-dummy.m */; }; - A1583AB40CC66F1BF3A5934377BC5859 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E516B95D365C5ECE908145B82166888 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A189673CE87F612ED3488113F9DAFE98 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8B132E736E6DABCD3B948E8FFC503F /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16DD8B868634D670155F869217AA0E0 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = BFCEBC12EB149EAA4887C349377BCE8C /* RNGestureHandlerModule.m */; }; + A176833E0C68758382E31628F0D91BAE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB245E32C3A6682B5F1F217E8689ECE /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; A196C02C3B3FA339D33D46ED6BA072E8 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 01454D02726937A5EBFC01CA9238BBFB /* FIRInstanceIDUtilities.m */; }; - A1B05078246A1917CC9EF6AC942B2593 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 31DA42B5F61ADFB25DE320651B706A85 /* RCTBaseTextInputView.m */; }; - A1B35638557735CCFFDA022606076454 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12D59B7E1A11C394B788F7E03B2E282B /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A1EAA1707B54EDE7D99E1A13FBC1A232 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = A35C085A5271F7F5563778380E817DF4 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2404AD391CFFAE80AAC6F91573C9625 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D20E1682D7D3604A18EE3223D623EF65 /* SDWebImageCacheSerializer.m */; }; - A261D1444B1E8A76FF80961913092EAC /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C947908F023D1379E7B0B35D2F0A0BA /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2A5B5747F19E55E41A4C20C4010CFE1 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 9477D277A1E8B1EBF5BE7D658D5FF847 /* NSBezierPath+RoundedCorners.m */; }; - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C030B218A909961839093E9D142B50A /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1A241A54D54F46A8201C3C6B60D9988 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 87ECC1971D59ECDF5DAFEB938E0A1EA7 /* RCTUITextField.m */; }; + A1A57CA9CF62137321F156C7EF086BA4 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F5761C3EB51286F2B8FE36C027420C /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1CDA9BE1FCD3394010612267B843346 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC34CEBA5E88B0BEF04FFB018C95636 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A1D4B80B9018ECB3EE2FD34BFF6093E7 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = E335DC4C867B49C265B7875DD67A6D40 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A1E0CBB5A712864E57E913CDFB416DC3 /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FFC3A741DE5BBD1AC9A0113ED95C7B3 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1E7EDB0657D5ADD202EDEA16FE9EA8C /* RNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = AD144CDAF92F731C8E77E0B6E0D8DE9A /* RNSplashScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2444FB8C28C236395940E4EEC425FBA /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A1484245ED4EBCA68A354F9EE4C4D233 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A264CB87E1F33A3E9B9ED68480B23E5B /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB118513EE2E068509A498982D3DD86 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A2B1FFACE7567768C3FC2CEB3CD9499D /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 025F4627265EC18A48EA0E9618F86102 /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BCACD8EA23E21607E2B81D655C81FE /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C47608DCC0C80820CFE8A9B2DA2ED22C /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A2CA2FC9BF408731D1DBE70BF8F567AE /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 21FC4193CF0A3B1AF216D107B2A9CA29 /* RCTResizeMode.m */; }; - A33571A61F5CCBFDF55A8542555503EA /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F78F1BE366F5FE3096A9DC4D7D164F /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A339687E5E3CE8BF8E7D978ABEAE4063 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 10B23D0392188CC3CBDE36733D77D81A /* RNFirebaseInstanceId.m */; }; - A368E2273E1E0F8AA6DD724D556DC6CA /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D15E2C34A3EE530FA33D418C01E609F /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3899A422351CF681012352754EFDED9 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 295607AE20D286F5BB9736C877ABC1C0 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 24996C9C057EDA5D31D4E5A4ECC0C498 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3BDC0AFB5AA0F8A19DDD143E5283EAB /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 84372C399AAAF029A93B2E1F55D10704 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3E204CA251154E3166E6FDD0E65A8CA /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BF82463433B0B7524142F8550C5463B /* fishhook.c */; }; - A3ED3D5C3A226BFEF6B4095E843AB378 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45DC130F55AFF90BA01A38CE48A7904 /* 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"; }; }; - A415DDAB64B7A8B43512D6DFD092ABA3 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1CA52D749B78621D708B5150D908DD /* UIButton+WebCache.m */; }; - A42B89AFA514A8A3D4A1BFF54307CDAF /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E90D60AD004DEF77D4982EB6147B952 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4300D1A7C74B97AAF3AC46D2542A9CB /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA1EC99138D8157D26C5D3F5C58F20D /* RCTConvert+UIBackgroundFetchResult.m */; }; - A44BD72208E2038517FEDEB6B20939F4 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C0A6E1E8B844CF7A7FCC4398291C0C7 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A469DD52EAE62B55CA4EA86D18ED78A3 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = C384E7024BF71299AF3C7E34762A397D /* QBVideoIconView.m */; }; - A478B88053C971FA3749431C59577E83 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F2EBE2F5FCA510FE40355D5B597F267 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A481B299739EF282431A71675BB94E2B /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D1B38204EB4E546C1422D143A47B847 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4B080BE15DAB4B0693459091914910A /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BE81D406CDC8DD40ED9D278866804A2E /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A530670574F1A838BDEFC0C1C001641D /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AF16299BAF97AD3AE122293C12F2D1 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A582BA420194C97EDD0C44B435CC8D05 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A6A204147C449814634EE9AAD440175 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5D58029D069D961CA6377FFFB5459C8 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FBFBE7FDCBE017322BBE0E8FCD6072 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A627CAC84F3E2DCDB4EE54601C54E461 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1543BA8C2E2B734D7E471A681322D984 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A69AC9ADF5A4F9EE249E71418A7A9F1A /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3641E4238651B0834775C6816F306C59 /* React-Core-dummy.m */; }; - A711BEFFE33EA4B9C3251BD1694251E6 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F8678743601838A643BEBFF5A9983DC /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A72158893BC7A2B9CDE765E165C237A9 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = FC56F6A40C6DC98A4AFEA4E9319556CF /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A74816CA7C40DE792CC8B398E328DDC5 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5858952BC255E4AF38438449DD6844 /* UIApplication+RSKImageCropper.m */; }; - A7A1A12417D74359B17F75F054336D67 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D5F270AC9464C2CC7EA7DB1A6ED5F475 /* RCTFileReaderModule.m */; }; - A830794D36CD55827E055BF4889DE9E9 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 645073646AFEF45610EABA2F5FB27C6C /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A89C12BC2D9A08B02519CC8CA51EFBAF /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BE24B17E7BAED38D39126B63220F6F /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 62BF174F95054BD92232A2296DE3129A /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8E843A41761DF59DE86BA8D38411FEB /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = EE91CF84F544946E63400C5E4AE86723 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A91F39E92903744764D27886D84BD8DC /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C22F7013DA2CDC08C884C54C9F74A16 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2B5237269DD42147D934BE5EE0D8B1B /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 489BA8CD89137FB7934A8921F72EB459 /* SDAnimatedImageView.m */; }; + A2D0E341FFF6E9B4D52AE17FD19D48C0 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 885F2E8061309B8814A7627FBB80411C /* RCTReconnectingWebSocket.m */; }; + A32D6F0EDBBCDC5F6C2824B4B6B94108 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 601077786F2BF31AB6F54D1309CC77E5 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A34E87FD76F8A67C78DCC556EA58F8D4 /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = C961BB97F8D2D4F432101CE347845B96 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A35D380151B31E21C1D30C0E60DA6114 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = B3774A26253AF4C40D07837FF9457CFC /* RNFetchBlob.m */; }; + A3C7D87F654EC7799ED50EFBE4E32974 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E738084077469BDA40FB6A9FC7655898 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3CF074D6EC0D9337ED8B29C9E0CEE7C /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43281301B1E37C5AD759AE1159459D /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4082544CD50BAC1BFD330C868AB6EFE /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 972670A1C7FB2AECD70CD6E620ADBFF5 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A413B6CD009E229E512E4F0564FCF00E /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8C06EAE067763A29F03A45AAFBF95C /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A446F63C492B343AECECCBEA5D47C165 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = A6064EB80AC8DA3C192689CA8EBECBDE /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A46A8306F9D0482F876A3007F66B9C3B /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D20E1682D7D3604A18EE3223D623EF65 /* SDWebImageCacheSerializer.m */; }; + A4A8EF11329E30AF4581A4EC4F1839CC /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = CD33A1662BC9EED357DDE408C19D7DF1 /* RCTInputAccessoryViewContent.m */; }; + A4B389FFCDF66D94CF6009CED6F20548 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 936D2988B81CF94362D767A852EB0239 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4D7A1F3A8A3AD5185FEA6DB261BB33E /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4427C9D0FED734954FFFFAF5D84568 /* SDAsyncBlockOperation.m */; }; + A4E3C69D5604FA306FF08F6EDE05CC44 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A2183E0058E38C8CF11FB7FAFA6FED2 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A52CC6DC9E8F19D684C08CEEA8E58A16 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 230665753174CD2B0A4C639C9D1F6C2F /* RCTMultiplicationAnimatedNode.m */; }; + A5526D96EAE4F0168EB9655B4ACF9ABF /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 46018D5F6434EFDDFA2D57B41E005D73 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A5C2C9A87ABEA51968F34749801E3E19 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EA21540D1720E029B1BBF5D78ACA5AC5 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5DDC10A80B3D13D207E7E0A87E4A405 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D747E2F3E6EBEAAA0E0A5F0B1389BE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5E0E806DF61163BACEFB0920B086EBB /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = F90E4AA0081FA5A7AE3EB98DBC83135A /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5E52B4CFA9830EC9FFBFBB0C6B1C18D /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 33584DAB11F9E111923321393ED3450A /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A5F0BCE3ACC0232C2A676AAE9D4A6B8A /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = D89370CF5E21338CB06E8157DA87B637 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5F52B336FFAA1947C99DB242B0634BA /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = DAD40BB61E10E53E1AD979B858D736B1 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A6341F5619E43D353B810CC3588F2DF8 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F352710CCD37EF1C7329CEBC9AFE984 /* React-jsinspector-dummy.m */; }; + A68C208A7E258FED46C2E5EFA9A142B0 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 472BEC8F7C8DF4927EA32CB2C854522B /* RCTTextShadowView.m */; }; + A6DE2154CA90859AFB31B663C4E1B53F /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 890F338F25D77C9528678F21F7A7FF32 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A77618B5F600264179F2443D77032D67 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C12443FF09300FE27D9B06FC2A10ED2B /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A8274327658BDC5B4644510F78F7E2A1 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB6DD5A8925117EBA095D138432C9301 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A84E2222AE7E0830480F94868534A004 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C2213E8D556EC7FC06C271F1AABEE4C4 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A885E71E04F737E37303499C4AC7A7AD /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 550BEF435827F7432BE55250EA542ED6 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A8A950AC4D68AD848DFAA86FD0CAA73D /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = A2078A01CD7D9F8DA920AD68FCCAFB7E /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8D5113CF95A396D35F179C25A3E27EA /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 58682F5A7624E2B0F7A60E301B029793 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8DA933DA90B20D568EFC27B5406CC1C /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F21400A30E2E0C28EA7FAC06AA0E7809 /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; A9259A030B103BC6C003F7809B560F9D /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C09F53F3F82D9D3A1A2079D65BAD94 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A993FAF62BEC3C070DE2BC43EBBF350D /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DB9B61BB444EC3FDABA5E04EA4B2F5 /* SDAnimatedImageRep.m */; }; - A9AE3BDB584B702A75A15B1032FB6C99 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3990962CA262C61A2F8B23914C65BFB2 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA08505365E1749A647D040E9161F6FB /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 378141091BE75DA09BACC3218B99D5E9 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA4DA59EE3126E324AAD6992870C743B /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07D9681F08F838BD01A7D0259593DF2B /* RCTInspector.mm */; }; - AA6FD30C2E41C5828D10AC115BF0D278 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = A31DB8D7F8575A7D3FB5410003970469 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AA93DFAA677FBDC5B7CCCBF1C0E41861 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D004D3991E847CE678A2B4B15ED78D2 /* RCTBackedTextInputDelegateAdapter.m */; }; - AAB4E1AEE9F0A8A24EB84CD28CCBEFEB /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 423698992AA530465C907BA7F0860FF2 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAF3847152EA1BF491EF4C3FF62970C7 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 809C526EE7F2F26DF084AA444F0F76BA /* UIImage+Resize.m */; }; - AB38C2B4CF467B6B4CA0BBB21179C2BF /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = A232F52ACA6D05CFC9E73388AF31C9DD /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB51AF03A96BA177BA3FF2FC6CDC27A1 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D99DBC80BEF10AA0B3239F52637EE0 /* QBImagePickerController.m */; }; + A9A98AF3B002D9676405023A5F925B0E /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 398E4E8C720D673183BA1DA56B0B6E09 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9BEF0B50915D2B3AC8BC1A890E4ADF1 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 26ACDD2BDA42E25FCFD9974FE7876068 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9DA59F953FCF4BCD610E5E70342169A /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = D52B984CF90C637FF78611BCC525149D /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA382AEF8ED1D1B9891C53B39338FCDF /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFA48B9DB653F93033398BC8F836D64 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA4B08D5B83EB8923C2FB460358510B9 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CECCD2063EE9E53505602ADCEF9F3D /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA92054AA43F91D35F3E4AF3EDEE9D74 /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = ED47BFF190826A4D672FD36125598B34 /* fishhook.c */; }; AB6ADF77F4AC26289A5F744E220D52ED /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0150AA8CAF72E28360A04F27E2139232 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB87E07DB185467D2B3F7986EF835C43 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = B2743947EDF77F10248699E72BC5F91D /* UMModuleRegistryAdapter.m */; }; ABBA4D1A08A1D18ECF18CFCEC1D683DE /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 92E08E4B2A2FDF1A5F6E156D3E8AA66C /* FIRApp.m */; }; - ABCF8EC842521974D4F9C92FA1E40D73 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = DFB1E70FE8A4ACB058E5A848B6DF1DED /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - ABD71F11F849C4C95E71870B0BD98B43 /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 34863E5AA77DF375C50F4458D52170FB /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC13A4FB835C6EEA6D97B09963454E6A /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 566AB7F69C06353CA00BFBAED95AC568 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AC1EE7F7D26E58F4302881384B23B726 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EC14D1A14C431F11C9FA55E47179290 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC2D17D8D19284DA095ACD5AF20116EE /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 486740B60EDA492D37BBC2F9718B1B68 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC437A7C202D6A3D886BD122612192DE /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 733A8AD9061233FEFFA478889FF94493 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC6AC70E3EC8B0747B28E02CB723332F /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7149428CF1B6CFC8E2C31DCCEDA015DE /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AC99E0A5D5EFF1635A34CE60569B2B18 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = A530D7E264723DF65FF82888CED2EE2B /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AC52B2237BE4449B22D6B01E7B85F6F7 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE350E2CCE9FBC037F8FE332D6593D8 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACCA27DC4F6F8C390074424FED7FD38D /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 05FBD434ABEFE89829C4939FDE8E3764 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACDC8EFF2E1C9890115CF37F9BC609E2 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD8A70965DE73E816D42AED74C7F571 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD27C46FE6271C9E685CC44C576E0906 /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = DA5C2BB71B5AA542609613A14A55B0E3 /* RNFirebaseLinks.m */; }; AD2F4B3932C637813DB1472E148C3061 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C774AF3B5AE0B9A2D9EA7723091655A5 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD703CE00621AC4DFCF44DEA66FF5747 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 305849AAFA55DA8BC829CA73F6A41D7F /* SDImageCachesManagerOperation.m */; }; - ADC570EF742A3C7D34B39436C877FAC4 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D02F0B2B40523B6248E68DD0F836D3C /* SDImageFrame.m */; }; - AE4BCE62AC29E5AE0E3D8E2F3570B359 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3992020519DAE03F4E8F158AF7DCF284 /* rn-extensions-share-dummy.m */; }; - AE50881383D99425658602348D1744B0 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89F96B5D98C0ADA1ACAF472B236E4AD3 /* EXHaptics-dummy.m */; }; - AE94F9A322F0CD069D9C57A04702D708 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBF9EFBB2818F8F8C4A502213B4DB22A /* React-RCTBlob-dummy.m */; }; - AEA0571AD000EA6F97808A38CED466A8 /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CCB05F8AADD891FB863D644BB279CA3 /* EXRemindersRequester.m */; }; - AEAC897DFA182C06F2C72A3FECA23AA3 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E686EE00E13D13AE8D94FC1F4CC55711 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AED93C977221657A312C2C9F1879D52E /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F3FD12AD45761AB26AF8DE28E8FAFDAA /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEFDDCD92E687A0A93BAAA2AB9DAEFFF /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 56DB28B663C47B5F75E9ECB906DDBAAD /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AF1C4A60DFEE83C84F21BDADA919FB08 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B2A293FFB85A2E705A305F006BBA09E /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF33A75B4D3B3DE062FFC5C49F331F06 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EFF6F780763B5EF50F6CF682DFEE614 /* RNFastImage-dummy.m */; }; - AF341C0470D428705B51F45BC8F70A07 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 85527A4A907BDD1D7ECBC0113276AE3B /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF48861EB170DBE3B54D25B0AEE97481 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B1CC23A5457EDB6EF5B6625482A42B3 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AF7514F8367EA06738F07D61345E2CB6 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 042E7E882F5EDFF8F6AD924F688B37BD /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF9C0D8B6DF828C5845269C44C5D9A7F /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ADB25960625B3CDBBBC831E8DCBD64B /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFA1758997FCD654D6F3B18B28763568 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 1735608AB07224D1197D8BFB52F92778 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFA8E5DFFEB2A205D9279C50FBA73275 /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = F89DE3B51DF3E893407EBF41C2B07F05 /* RCTVideo.m */; }; - B000B656C33D23BBAF9DAFA1EE67CC3B /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 78815C625B996E6A5418BC82437177DD /* RCTMultilineTextInputViewManager.m */; }; - B01BF0DB4F2C13598BF21D8BAF63FA02 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 49AEA367EEA78C10039B9FFC9A7C4D47 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADC1E8A42ED2F3D7F05A6AB8FE7E1638 /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = B4025AE5C6D0CDC07E10AE391F8751BD /* RNFetchBlobFS.m */; }; + ADCFBB5ADF71997A3B41D448EF768E30 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A2752C0DDD04CC4BB05AF85E8E809B8A /* UIImage+Transform.m */; }; + ADDEF0C30643D9C765415E0D154C9AC2 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E956E4459936D3147295A52BE86924C /* RCTImageStoreManager.m */; }; + ADE15F11F22584403AC6810299EFDB89 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2F2B0E9BB09FF96D2B5752187C3DCD /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE6154B24F7DDCDAF88BF00BB42E9E83 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = A63F9F0C614A14B22280D2EF849189C9 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AE6AE98EAF8D1870A030668A0321F6F5 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2E327CA5A7A4243177B4005AA24254 /* CGGeometry+RSKImageCropper.m */; }; + AE70FEF13ADEB88102EBA81EB4849C32 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2874E9D7F91378B53209C8A8A27A66AB /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE84CB63668213368468AA92493FD7C4 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 945E4C9EA79D7CB2702E6768EF4A63A2 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC7979B028E2BA91CF02745FE410711 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B0ACBA24CA825657DE46602A9E162B /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF0CBA59B993135800AD25C2DF653814 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = C398B923E5E26B2835159B04B2519096 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF484958F1EAFA004B96806E0D1BAE45 /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1C6665FB34D961F3E34CF6A453011D2 /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + AF790531C31DEEFC0BB2127935370F25 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */; }; + AF8EC55515847D2EE9AD7ADED2B0B0BD /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = E74B943F621D5FBAD1218AFD5E894604 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF8FBE721E9804DAA470E0970AEF8C33 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = CBC963031DA3274D6A9484F7AE798EDD /* RCTSpringAnimation.m */; }; + B006DC04C1E37C9A513A51335885E3C9 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6493667A9BF7EAE633362456BF70EB5D /* RCTImageShadowView.m */; }; + B00A5164F826396E0599F3E06000B5BC /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 15BBD55065F8D2B92CCA959D3AA20574 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0593175121353DF2285518457606755 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 74224D38F9256376A885B98001D4ED12 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; B078F7C21362CC2EC03671646B46739F /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF3DB52713CAB7571DFF217B45DE978 /* FIRDependency.m */; }; - B09C59D6E0516C0B6B551301257AAC6B /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B9922E31BA69835B9280E944A98F379 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0B0B766093210EB3266CFB15B7F110A /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = A27065A60D9BFCB39A4B68135E82A475 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0A319ED4D7700E5661B8133C0C130DF /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A386A89A87920EBAADD258D8BE0EB5 /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0D6019437625F6BC2F08BEBAE357483 /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C375B1231D4DFEFE2EDC7415E217C40A /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0E28F82AC12DAADBCC201F6E686F0D8 /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = ADD36445CB6401EEB09C1C2BE7BB006E /* FIRInstanceIDAuthService.m */; }; - B1A6E8E599C142F9C644BC2E010F1EDD /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 6192CF4CC72A193FA2626FB5BB929F7A /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1A77C269F78D94DE93978EC48F0F079 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 32762E6F912CA1795FF952B4E55B4799 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1D15B674E231785448AA95939AE9463 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 84124E61951EAC8FB1DB9891E9A8A0B4 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1F0D8BF7A1CE374F9985295E86695C3 /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 57074C30E9329F39E336988E1F5E0F9F /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B21A421D2E591A4D538627C12404F2D2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BFF5A2AE032148D7A566DFDC72EAB5A9 /* RNLongPressHandler.m */; }; - B238B14979858761F0B4C0A41BF56FB4 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 89BC79B2E4B69C2322980A61A5E81DB3 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B269426FBD60A52C41952EA0D3159F9D /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = F1DC896FE8096DF0CAFB541745AF35F6 /* Compression.m */; }; - B26D1295BC76B19081C9ACF83616298A /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2646454FBB8090126BDEDA921AEEC5 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B286A96C4A2EE96D622E68983F971B62 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B4FD8CA9054A81A0FA45E459742F09 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2CA11C70BAE56E96D0654BA8607AC75 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F25D5F0ACF40D2B5EC9E1B933E55188 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B1A5920BC6426FBF5B1B63A2EDB43B0C /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = FA772E4DB9DB3675E623E1610BE49161 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1F4ABA4FFCC6546267F19D3D8F68E2F /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7E1A1AF24033946733FF398D48663F /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B22752B74FF5C8EF1328411769992956 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 467E582DE0BDA1F42D073D4B849F1616 /* 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"; }; }; + B228AF0B7C24A8F713F58B459B5944CB /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A76256D4AB25432364E582CC1F189A /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24E1389AFB5F9410CAE806D3F7D035A /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */; }; + B25A99F69F07D129E1EBF61B6637C10D /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0253761F033DD720523C560BD82BC8 /* UIImage+MemoryCacheCost.m */; }; + B292DF13ED32CAAC6F7BC77B25C499B9 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = A232F52ACA6D05CFC9E73388AF31C9DD /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2D6499450888707D3DFC50BD9E94F80 /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F369F80FE8256181D503ED70999264 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2E03206695085DC3C168497F94704F0 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 364D8F7B0345F670AEF62989440B4C5D /* libwebp-dummy.m */; }; - B2F4B1700859BEFCD2E1992CBB23721E /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 77139DC0E915EA3C7339D58C730227F8 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B2F6FD164190AB50B647E062D2B44308 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DB7D88A9E6A30F8850896F7D809AB8D /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2FEE5FD4511AA5AB393D1D1856D4A96 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7132F70EC627B372196080017B2E19F0 /* SDWebImageDownloaderOperation.m */; }; - B3115B87C80669BE7BCEE8EA9E0B631C /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D80E09B00BC78CE69690B42B0538250D /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B2FA60ABA6645A30B24846BB2248A8A6 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1B34321195C777F62E424C5B1E4CA1 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B31595FA403FF282A774AC6C8EEC7753 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1F6513956E00361F7F355433FF04F7AD /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + B31F71F68035F354B4C98E457980C438 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A653CEBE3939EBA28F356B39732C78FD /* RCTMultilineTextInputViewManager.m */; }; + B34D3A328040D5EA690D0D1966E34970 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B55979AEB77D3B6184E19E8E9F51659 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; B38F70804F3D61BBBA93329CA7ED0FC8 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 79C3510CFD04C18B22821F2A5965A191 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - B3B334DD322C05071BE3646DFF8DBDED /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */; }; - B3F9C5A62EA532F98D3169F516F2E9B1 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3488FAF016955E5F89B976862973F198 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B45D5ACE0CFE98E64417DFBE838AE337 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 989E48E36A5482CDB97EF01C725833D1 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4915265CA25AFBEF72EEDAC5372E840 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C3594BCF2E739806B65560A21970438 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B542243C6D641A7F17F389530CCA9DBE /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CE59CF7D9AB5CCBE1E03F714C1A3222 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B58930C68B02F38AC2C278AA2A628FC4 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB564D1C3493B59A07D9F5454E6008E9 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B3D8F84A4389C30DE6012981D6F3AC23 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 99D50527D255979F3C2681F41A8C1674 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B48ADB3E0EEA8FEC304EDF6EE5ADD11A /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E8F25323420CD816919AC01F82D1D6A /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B4BF81D1F570C5745DFE0242A19CCA39 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 580042AD2708C37BDE7BBA42A7FB6969 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4CAE2595B77630196DB016E0D32E671 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E294961BBA6FE83A76DE4AC948D3C06 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B4CB9C712BD0A25B719DD009CEE74262 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 695693F103B4B7AB3A6090687FEFD246 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B4D52D449C1B17A4645D95CE60C4167D /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 577D1878BD2A1686063A8C9AC9E4C3D7 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B52BC606F68E178A9A77961D0F49D878 /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 03756662E12846C696ACACA02ADDF710 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B52EBF4DB7CA084DDDFBC59B26CC9115 /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = CB48DAB2F5A7835BC9BE5B65FC7B7494 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B55444456161C363BFECB1B0BC4D739D /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BDCE9B05D1C40E0A90F48E2990675DCA /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56BE651E240EF1F34C737B9B00A6BF5 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D95C9072E07D2BD62148F0AEBE4D3B /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5C09C4B2158523B885D444D0AEAEC3A /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8131376D01D37DCE394253C32AFE9C42 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5D805033628BCEED02E587090DA1DF4 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF91A9E7E23DF6EE1027532FD92A66D /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B5ED0CAB4CB550487B505FB9FE6CADA2 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = A50FB58051CDB355A366DB9862F5A9B4 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5FED35FC7405CD65D29732A6AA44FB4 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48EA30DBA33C3A87137605AACF07B10C /* DoubleConversion-dummy.m */; }; - B61A11ECE2315DA8B08523AD2E23FE99 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE67AF037E52B5477619E84E56342EA /* RSKImageCropViewController.m */; }; - B69AF62FC477794B37DCD247E4469298 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F40C932AD0B879147F223BCB217B65ED /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B6B07FEC1C52FF8DEEB2DECC75AF6223 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 743E20365315F8423546AF965427B0B1 /* React-RCTAnimation-dummy.m */; }; - B6DA51F9EE4868ABAF30D55BFF1A1767 /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC58A681C5C3D6814BAE2B748D8F0AF6 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B724AB793386F487E48DAC082B773D56 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = FA772E4DB9DB3675E623E1610BE49161 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B733CBDF1321A8F2547672348E1FAA16 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F8C082D181EA905458381ABB7A5D0CCE /* RCTImageUtils.m */; }; - B7A4D50989E610028B3EE3816B474C3F /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = E326F4992EFA5D00F746490983DE4F6E /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B819BB2671C9987F41AAF6D1197C449A /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4427C9D0FED734954FFFFAF5D84568 /* SDAsyncBlockOperation.m */; }; - B84E8D5E14E8454795F43708312855B4 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */; }; - B8659D9C6051984500A8504E5072426B /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 344D3F7F4BB012118B1F6A4B411346FD /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B86AB21FDF76A67A38517DB35E099F73 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FE453FF00128A2E158857483EF0977 /* FFFastImageSource.m */; }; - B891627FABC4AA2C8A9435A20D28463C /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 5758C999BF38DA223E469F68564F57B4 /* RNFirebaseAdMobInterstitial.m */; }; - B8CEA1D074A7CA2AB6A287BF37A0ECB5 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4299B164ADC95F8B8479B93E970D8011 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B8DAF2F98D5B3F5516512425FE73D756 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2659D2392EE12A28990CEC1FF919FEC1 /* QBAssetCell.m */; }; - B8FFE9CC70A96DE440A362AC17ECF2A2 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A7177341D13684C97321BF2D69369FB /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B950C322F3047EBBF4113A72B21A774F /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 15D0933AEF222B9CEC60F893235E2362 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B9C4455132EA208F23FF8644F967E898 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C98F77C9DD291713052FD48D5D5CA7B9 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B9C6EF9AB791D4DFD0427B210DC9B91B /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3616292D05C6A7612D05D2BEEB8E79AD /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9FB9C60A86BF5C2963910339368BA0D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6661F3F03C2B82B268F5FE635B425E5A /* RNGestureHandler-dummy.m */; }; - BA88EAFC9EC2420C740378A1A66187C7 /* RNRealmPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F904AE9676B6C5C288FA284BD6A3AFC /* RNRealmPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAE3510BFFDA8920B7FF45D6B510A63E /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A72C263D5F6D3D7E2577397DC860C83E /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB28C8FC324F6E7DC7CBC08C55561AB2 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1CFB7771686446AF6598BF5E6902B4E /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B5C7E505D986724FDDC6E260C7D86816 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 76C9C63DFBB822AF6F297345B900F363 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5D9BCFE85335A629B281F444FD4D463 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4992BD8323095EF809A67F49E094EE79 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + B6135A14FB811A3899188851821F31A9 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 387B3E7AEC6599E77A3092D0803C5335 /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B67887BEF2C5E7F209995AB5A0AC7FD3 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AF16299BAF97AD3AE122293C12F2D1 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6D05046B5DC0A726944197D6F4A075B /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1912C03C4C7AB8A107FD28B71C2DF3FB /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B72BDD94E077F65AA7458B7A55F75A8D /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ACC9811378BB35E8E62BC10F0487B5DA /* rn-extensions-share-dummy.m */; }; + B75D0289017A4A2075E826C410D6CE6C /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EF13742F514AE0850AE40E75F36B82 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7CA1F760FD25C6408C8EE3CA1A827CF /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 05379141B955ECC6825681009D50346E /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DF82D1664AB3C9BACE69F3FDC346AC /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28B4FCE7B0E15169C083DE952CF510D6 /* ColdClass.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"; }; }; + B859AFF0282594C4F94B792584EC3230 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 693F122720C0DBF8806984988B7818A0 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B86A55E5449299C2449FCB5053535ABD /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = BF1C90B7E370DACBAEE5B0F48DF70908 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B88126A6D23C313D20DC53DAC7770BFA /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0452016DEF4B30771753CA8A5253C5EE /* SDWebImageCacheKeyFilter.m */; }; + B8A9C38D58EE25E6A1FC6C829FE62750 /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B75298DD5C8A4211253F38FB8FA4852 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B8CA1D6F3FBA65A9AFDE78A8C019CDD2 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 295F64257E57CF5F6472D1FF7D407995 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B936B719A86370DAB45DD29B66EF256A /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D1AA10EFD6A00203C8B847574D32B90 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9868E7DFC46A1B7687113AC962C5B5E /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 28B492CD146B356460314F8DF0FB5240 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9A81C66501DBF5932C266B5654C8DA8 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A5C49051F495B514E31E0BA245D777 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAD378805FD2E0FB4D757AEAFC4A982C /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC296E0F515FC8390B6981DF3C4A978 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB47DD95D7D7BC60B759A447A2F40EF5 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 7775E3F9C1B170D20C3CCB0CB1A1804C /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBA4FBBAB399383DD7E8E382E7008B24 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = ECA6A09127BCBC48D516CF4375E2E4F7 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; BBE39282FC1B75D6C1F0D8D0EDFA356E /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 17CDC82FD36A871A550360A11F612D5F /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBED2A2A2908B62E367698D390BF0C6A /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 94BFD350710AEB484A48DCA2A14332F7 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC095F7FA3D3CF9EC01057704683263F /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B03BB324D33EF57D866EA1AAB20657B /* SDWebImageManager.m */; }; - BC31AAF43F6F2907B269445DED23CD4E /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F80ED467317C10C1BFC22D3EBB6BB5F /* UIView+WebCacheOperation.m */; }; - BC7823D69B7FA18696F5C13C6A9149A6 /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71996F85A105DF6FC512981BA57C0A3A /* EXWebBrowser-dummy.m */; }; - BCB6E8A4481FF9AFBB05FAE674955C98 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E350DFBDE963C35193301973079AA865 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCD1EE00088CC829DC23EEDAC1F611C6 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD50922D1CD9C642CF0458174E9D3F50 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDB1E0EA2C8A0D4C5FC75EBEFAB7D50C /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = DE37C24D43D43493E25E0CE72832F5F4 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDBF40B6506A90071AEFC5C343F36CAA /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D95C9072E07D2BD62148F0AEBE4D3B /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE0F2A23FD5618AD7CE3478A50DC74A9 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0EE6BEB83D8FCD1C829F1A167F61DB5C /* RCTBlobManager.mm */; }; - BEAC060A20FF4BD10A34CC6E3B64F79B /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = B2ED23B0D8429306A42D9694ADBD551C /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEC1052E6EC8BDA846B649FFD43F6826 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A4754FD1DABB6CF7B4299C70262786 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEE4FDEFB7CFE1E796C103444F70D33F /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 877FEA721857A39A9EEE13A73F39554F /* RNFirebaseFirestore.m */; }; - BF2C225A98370125D446F8D13B7379AC /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5C7F431A23F442FD204A51F8DAA7BB2 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BF7264A04F4F0FE9BAFB1E619B673A76 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A211D880609219AD1E52CDEA38A7B5 /* UIImage+MultiFormat.m */; }; - BF7FE158079D46DD14743B248A11E1E2 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 523F0A4F1E3051AA1E22A50B39B3C035 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF9449E294ADB88C28EFA25B30FCC211 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BCEA3B8425C4567BB9A85231542DD3A /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFA4A4BB1C3EAD3C592403CE215F3BD7 /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DE37D44DC5D03548C916EB2CF3270136 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BFC314F64A4C6E2E819D48A6A0433DE1 /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = D15402F6104BD84E902D40B46B905C23 /* LNAnimator.m */; }; - BFDC2E17F83F0BEB0962402A292E0894 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 67368658C582B5CB03AF5F9D6FA2C691 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFED0E108BCCB32ADC7B04527528CB87 /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D44BC401BCDCEBC77E0C9CF66C1EBF2 /* EXConstants.m */; }; - C03F84519E0F32585043A285AE2EB753 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D455D8B08F1C18B92C68B957DA88B962 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - C041BE8B7BA6CE1F7DFEE8CFE79DC12C /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = F57A042E055AA9DEA0313CD1B4641EC6 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0935B74D3AD6A5D2EB22B47408BB36C /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8552DAD30A3CF595611F5407A2BF2841 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C0E2071C1ECA238C47C90E7041CEB933 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 58FE105D63D9342E4EEF7D4D64A2B6E2 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C11A3DC2A14531B1CB1F9916A9DEA3E3 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 724DCE34ABF43536B4D0C306132761B3 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C198AB42A29594802AA8D6276A808FD3 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F853D7594FF30D7E5137816E74F4EF7 /* EXFilePermissionModule.m */; }; - C1B394544308A1DE33AC999254D23F88 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DBF5C7B9D1C08BCC4784A904DE30C3E9 /* RNFlingHandler.m */; }; - C1C8E56C72B1D760E165EC6C558EF3DC /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 102D37A5437E156C2EBB49231DF28CA9 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C23ACD72405A04089393F727E0143842 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09BBF1D6CB8B16502D9C145905F48BA9 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C25C06765F3F4DA2F081670C6946C942 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE79C539D898544398CD96237C73BE0 /* RCTDecayAnimation.m */; }; - C2A42E66DDDF08E423B1557A42F596B0 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB585B639681B2573B1D083975E7489F /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C2A7D682984DE97DBE42E3AE5352DE5E /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 910FBA084A244FC40F5649FB7BD19F56 /* UIImage+RSKImageCropper.m */; }; - C2D7EC78E392DD336840F1195A10B036 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = D85F00890529B209EA6FDF7215631CC1 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC2DAB6F668219AEFD5F11E0D9AE9F21 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = C384E7024BF71299AF3C7E34762A397D /* QBVideoIconView.m */; }; + BC607DE0736D738C95106A7F646DE686 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E2D213323FFCFD15C0B0E8F2361194 /* SDWebImageWebPCoder-dummy.m */; }; + BC7D97D67C388EA7DF6EB417D56DE605 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 82FC61F6ACB1285BE55294B58BF779E6 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC91AD944D2D442B3987191BF3FEE1E6 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 06426D26C3258972F2C37E221B45318C /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCD15F9C1617C7B816EA32A3588FEEFB /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E5291CB555E8BB6A6426B1FC2D71C7BD /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BCEAF6471A56CB55193FB69087CDD5D1 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BFE0615784D7688648B70C8E96C195 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD01150CB5D6AD70828B34DFE3B8AF18 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E37F7699F8BAA34B951D58C22BA04C /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDB782197DCA33C4425DC48FFFC074E9 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 335400315E35F131719747A17435F1F2 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDE57F830C02DC7024EE1E65048C7FD3 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6535124B504297AF821069F350B5DFB2 /* RCTVirtualTextViewManager.m */; }; + BDEBBCF0A734872323A3F67F69E57FC6 /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 9584EAE4CADCCEC709409EEC699FF953 /* RNFetchBlobConst.m */; }; + BE46214491EF29CE590761088364112D /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E22FBB374A26EE39D53EFFB5D054E89C /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BE4F9F25BD00EC623780AB089A8879A5 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B38800BAAA6A0514CCE1BCCB882FD1E3 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE5C008367CDDC860BD8DD7A5A970C49 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = CC25C098200B215F002DBFAF31C95974 /* NSImage+Compatibility.m */; }; + BE979766F6A1402F993E25A4C66AF2F2 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 158DE2C71D5D043F7ABAECEB839FEBD9 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BEAA737049C4FAC39A3E039D60829843 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = C2DE01C411C96D5D9C3FB2C96AC004B4 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEAF7BD8CBEE3B7B19266F78CBB9F69A /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D2761CEC141E766A57066751364A129 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF3353F85F1C600FFC90E8ED57A3405B /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 6741824F30EBFF5465C0A906092F5480 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BF4B4659D6D929A86E693190CF304937 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = B8DC368F9B3F33F407E49CED1939C58C /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BF736E8503187F22E984CB9D9A300E07 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BC4C2BD2F25A9FEFC6C18473A327CBC /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BFC10329F129DEDC6926CDB4924B8BA9 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B39B6CECACB4472EAD590E39FA8FF2 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C03737F3BBC9EE4BE37E9AE8C14CC356 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = A31DB8D7F8575A7D3FB5410003970469 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C0776603F2DCFF569108D5FDFA7D050A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F39FBB3CAB758E0088E34757ED4F4D82 /* FFFastImageViewManager.m */; }; + C0EEDA18A85FDB551C372854DE367447 /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 39743E13801F71A63E49B3854DB37C50 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11B88AAB7F8B65CBB136ACE69742394 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = F750B1C99BBA821E606EE32000AFC3C1 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C178F33B2595D2345D62A7136912EFD0 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = EFBB14C23A688ECE0D78B605B7BD5FB0 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C18ABBF4D019811130D472686862B429 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AEAEB64D4EEB702D337490118FAA7C2F /* EXFileSystem-dummy.m */; }; + C1A0341929FA5C94F13FEB132CFA2B91 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = D601E392E0EA29A666B158643E050F66 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C20D7BBD4C27DA58537743F2AA55076C /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 68041C298010F002D56B99C23693B69A /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C22C674A18190B408ADE57BB9048BBA2 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = F58B0C037686DAEBBCD4BDE46B846883 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C22F50F1EC7DE4FC7732EBC6FA2FCD71 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = FC67C73FFC29016D8DF90369745BEEE5 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C240911FBE453E400D75B95CEBF52095 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27E485C9AC641B673CCFA519DD2F9D1F /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C2DE26D47E707CAA4589E78A87278B68 /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CDBE1A6EFE535E5424964F77E3BAC51 /* FIRInstanceIDTokenInfo.m */; }; - C3022850D6F9786AF8BDA8D0AC173424 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BB6273431F000D9A5DCD5765BD5C9C /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C30233EDB32FA53E6344FF410753433B /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28CBE4C63AE89FD748865793B08DE78E /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C31935F36EF9F0E0D682783948E49911 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6528A6D344966F98C92BE412A3BF5D /* RNAudio-dummy.m */; }; - C3B5C83075D4EB5424794A9F454EB6B6 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 918141CB9361A82E6FD052241E5F06CF /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C3CC9B5A47ED86706AA6242786394D8C /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F23EF428E8E1674F836ABE3C49E53B /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3139DC95C56F4418F057842CD93EA54 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 254EE1BF0AD0E82092E3B1D7FDD5D924 /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C31B160C2083F8B72026278F46E815AD /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE410F4D56198A82E3B0302EFDD16008 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C327914498A09C2E0C953F8AE792E601 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 38ABBEFD1D80A8165D18732F4ABE7285 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C38FDBC883AFE8118CC1D421FA9D7BF7 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 84C4C1E03B8AF9536C835CB76BF91433 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3957F315BB263CD0F1DEA1E90A8B103 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FFA7E2C8A859E4601051675981128AB1 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C39F379B35E73938F65F0332CEF5F16D /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CABAB49E11B74EB1E3ABB0728A99291 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3C93DACE0E9EEF0EF249E59B5029155 /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8744DCD5489A6A04E05D9A4DCB318449 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; C40EB7CFC8729D308A3FC952DBEFDAC4 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 664F7CEF791DA66E39B8D29EC128A6E0 /* FIRConfiguration.m */; }; - C45B9CE58C772716966E57A69062A1DF /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4ECFF27824FCCBDDB1DAF6494A8E3018 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C474B0333EB85212FF1F4B4F98A59542 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB3192E6B218AFF2448735072CF3666 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4959D436CB60566415D401E8EC0FA67 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B282E6110F526B1B9D33EF333E71ED5F /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C4A50FB64CD9306D85F7CC9176E4ACDA /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = D176DA09FA2B1DF92630CF331E32E46F /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4BFF5390AA1FF9DB4B0D8707540AA47 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = AC22DCC8D36D840EBF98EED570D3510D /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4DBF7D26E57D471235C101FF9866F76 /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95883DDA99BABA9F4B5D88A3BEDE609E /* yoga-dummy.m */; }; - C4F9F07968D80C7EE732DA3485963A12 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = AF7B393A7A0BAF62971D88A5F62BBCC0 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C500FB8AA7AB3E5D115E9589A148D829 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = D601E392E0EA29A666B158643E050F66 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C51DE0F645DE24F16DB83F5135BB8CCE /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D9C521105A559BABCEDD5E16902A159 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C584EF87D695B2626A5C476DFE6D8A9B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DB8EF437CDEB9B769FD0BD7B87844EC /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5C337932155B00480516E9827CCDDB5 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCB95C6E2C3D127B7B64671C247151C /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5C4ADE42CF0476FA1553A3B80101449 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = C8CF1B246034208266D81CB73C20DDAF /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C65989C186890F6FF11889964B1E740B /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = C91309662CD387DD54F070BECCB20086 /* Orientation.m */; }; - C66E2A2C2C293520F6C38B06A3530EBB /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F644A906D41F48B7AF4DB172D63BD93 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C66F02A9A969980F69AFC5623853E78C /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 566AB7F69C06353CA00BFBAED95AC568 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C6B820384E4D780B742E4436010840A6 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C38F219CC71F16F3E389432D3883C13E /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C6C5948C51928277340390210B0C5CE4 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4992BD8323095EF809A67F49E094EE79 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - C6ECAF40168E6F7A3F0BA72633372793 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1417C5888D798CBBC4D425A19B222CA4 /* SDImageTransformer.m */; }; - C7042B937C62F01EC3329FD64DFE6380 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B971150FC24EBFD854AC1064FB9E130 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C723D7CB5D94CC24EFBBB9ED58CAE0A3 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 31E8705C4AFBB541FFB235AC39864EC3 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C74CD94881FFA66689DD0AA813D14BB9 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 567BF0A7A16007006774FB2EB734D4D5 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C49C084422D5563407F8E5C7152007FB /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D61F1B0F6679D95EDA29B4FFFF6D6D4C /* react-native-video-dummy.m */; }; + C508036F8E310F90B8C4E50B2778C676 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F16F84A971E9BACDF4505998B341052 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C567ACAF03DD5192F8F153D9560DEF95 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 59B9457340BA59904D244E98BE56B36D /* RNFirebase.m */; }; + C62441A00C5ED540E8ADE05F54123C05 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = CEEF2050CC1F98602E41FB7F2DFECE10 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C63ACD8218A2D9E10EE682934D0F4CFC /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D1606AA1545732CDDB21B21867CBD105 /* EXFilePermissionModule.m */; }; + C63D79CBDE7A2CB90248B68FA3608CB5 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FE80C9C061E41F73026A137910092C9 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C690A8C2CADD7E2A2DFD4C7A5DFFB534 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5278E303CA0DD8783A32FC457B406229 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C697BA7E21E4CF3BAB1767A8A1C45570 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F8A64FBE1388BC2299245CBA9EA4DD4C /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C6E12DAC42E71B29EFED62156A35D006 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = BE76763D1A6BB4C2DAFAC449C0D26E67 /* RCTWebSocketModule.m */; }; + C6E34B450AAD4C67F54742B7A6AF759F /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5733E0B84E45DCDFC0066EBACB1CD1CD /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C73448C1924091A0D88F022BE55C3754 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 185CE0662A5AA393FCEECE03D685C5E6 /* RCTResizeMode.m */; }; + C740CCDDF3B4A44F819EEC9D97C5FDD2 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 31C510E501306C00017CCCB0D9A44A33 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C78365E2347A577353B1F935C89C48E3 /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F4CD061D8F10657890CD8FCAFB5BB50 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; C7A0E3BD3FA45D4B0F481C077E231DBC /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCBA7337BE187DED3B02D3C789BB5F0 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7EF5D464DC7FE11FE7C1FFF514A6953 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28443A9CC08DE4E270EEFAE12B2E18ED /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - C80BF86B37A1623C260A7200658A045A /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC74E6451DB9A318CF13BAC9E1689CB3 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C8BA3BD2436B4E5122A83672BDDDB71E /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 15D5B8A7A384C29CCC3460BA6238CF1C /* RCTConvert+Text.m */; }; - C8BB941C9270C679AB8ACF014A02B334 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5DBE92583674DAF41AF4C7963BC297 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C91B222AF86B2D97B149672E693CDC16 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCFF6BF0717342A0060873AAC15EEC3 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C934E13A4D75669C2EEA2AD2EF28199E /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B36157532C4339F5003B9E44EA90FEAF /* QBImagePickerController-dummy.m */; }; - C985E08B6D92041D78A5EEEC13FF9E44 /* RNNotificationsBridgeQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 13CF082FCF2BD88036CCF3B8EC3E9F99 /* RNNotificationsBridgeQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9F6FA78C31CA00B5CB0BBB00645A435 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B2321F84EA7243B12F50C56BA825D063 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CA5CFED45FCD34E958583B165CB6A568 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD9AC9313197E838F75C0C8560DCC1F /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA6F10E021AFFCA6D378032BB4A9F63B /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = C3D9C6D1B01ED5E4E4738DA8F2556628 /* RCTFrameAnimation.m */; }; - CA7F405D36F0914EF9B42504B92BEE51 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD68CECAD1057A51E00FFA02374448B /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAB18D5852653616AA10AB0E0E991850 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CB322B9485B4E2CF3F34783D164C82B4 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAE6CC670C16A794EB37BAD7407B8784 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 93280E0C1C0CAB74F1F0EA890CB31E84 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB02625083EC0CC1E4D39B624E947694 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 665D183402B80B64B708EB3D537AB58D /* RCTLinkingManager.m */; }; - CB58852F372DF211612B55D003E52BE3 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = E808E8FC6CF4598E6729DB2574C567FD /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB5FFA7DF5E3961CA2AF084E5FE04064 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = C6692C3F7DF400D6BA25108F51226619 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CB6971947912DB8448E9594D2757829E /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9E0A97389D71AE8FB5DFE8ABB0DD4D /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB9B4086D0929208AA2BEC070F8FB687 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E238B15987BCCC8E3D7BEC04120E71 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBD02010F32F66A1A9FFA7E10E3AFB15 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = E6BC86684D6BD4C007CFB68D850BD4F3 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CBEB5FA55DE63DA4D6DAED10690D93B1 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3A3FEF35FDFF50E9035B5AE197DEA6 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC07AB2D78210DA98BA7E86667B12976 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEFDB137E831425B7D72EAA4DAF8306 /* RNGestureHandlerEvents.m */; }; - CC136DC5A3C7ED75BD7DFEB71259EFB4 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C27E25275D80E37DC73E298759FAC0 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC33D3B320759EF6209B645ED4E54105 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA2F8A58E56FD16B199EBF237E60427 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC7F26BFA0D103C995D98921BE6B75DA /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = B2DFAE82FD52F80926A18B9EA8D3E89D /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7DCA36BC01C33478E6BC8801AA6F929 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC0B5B43E4C182939F1CC3FEF655EC6 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7E6E232C64901067530BA05F3C0953A /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63062BBEC1A164A5789AED85BA5D9DB0 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C82EB62A3FC02F6065F3110957FFE819 /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = C549EBD27E189FA791778BC04067EC7B /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C898D3669E98B7F42BB8328D584DC2DF /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CD4698E213A92E481B014F65706899 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8B7BB3BDC60A86370CC7E68BF841E0E /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 289BD6CED318E5E309E74497E7AABCF7 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8E11CF8388DC273C0AAEB9CCDE56D3C /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 793BCBE8646481D3328716EF3FC6C6D2 /* 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"; }; }; + C8EB2E66216D2237F63C8A935CE7F330 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 00812452054ABF5C7E0F909DBA935346 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C8F973D08C44033AC8B403816B3631C5 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = CBFB63F39D940238AE9A922396346EFC /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C91BBA1FB4C0CFC035BE56A4DE22A2C8 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D5BE38B9819B958B78A63BD608E3E2 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C91EE6074BB836754AA94B0F00523E0B /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = F486A3F5F06D6738927714E5601D8643 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C9499C39F4991FFDDBD2F1043718B116 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FFC57845212A08A18EB9CC3FB2248E6 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C9556E0241191982BFC33523969BD8AF /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 29357FCF1EFFA5A0FDF5548E308C065D /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C98B526106D477377A3D2358A5A776E2 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 815AB2726183E96338A3CB0E0FB94F67 /* QBImagePicker.storyboard */; }; + C9A5201073D89A2353A1BD9DC134B1FE /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A9665B3BEA02025E0D562B9320E841E5 /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9B0DC5947857E7C29E29C6BB49E41DF /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F62D03AE48EEDC8771172430CD56AEE /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9D30771B9341E728D95FD5CD58E874F /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD676DD56CC0BABBEA2C8D6B46DA3BF /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9DBB2FDFF186442599314D1ED853E4E /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F9452EC6E90A91E0EB6AEF86C3A984 /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA17A0D82CA5560313B9EE3E0C9649B0 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 80CE8ECEDF1F99E3C5F854A8FAE4531B /* RCTBaseTextViewManager.m */; }; + CA3A2F7E49B1FA3C354FA6CB224BC609 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B411038C070354FD6725E3999D162A /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA8C8E8B3A3F144385122EC591BF922B /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C00052F044A0DC0F9A2BC328D1CA1E /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAC6A78FC245C1593528FEAEA8584C63 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AF1A400A8254E33E8514E44250B11EF /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CADE0DB2D37FB3BEC25532F0F67FF549 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E3735FE63D9537230C4B3A8D9D196AE /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAE5CE44B167F6AEA104DD004C2EE4CB /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 41D5DF19A7FA6D7B4FDCA08E1924A454 /* SDInternalMacros.m */; }; + CB313CA02F57638B84BC677E926BB231 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = A525212FC447668D314144A8A745A8FC /* RNFirebaseStorage.m */; }; + CB31A9DD320EDD8C8AFFAF0B8CDACC4B /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D2CC16D4DC529286AD6A6A81FB434E /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB6DA20D76D17536CBEAF4AE6131B66E /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4000ECB19E856F40F7C8DE0ECB0D7FA9 /* RCTImageEditingManager.m */; }; + CBB3EAECF7D26C9AD78C13E7DEB39357 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D7E43C297965803A56A18E8EBB01DF4A /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBB6468C8301D2D585E47A07244FB548 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC6D12A88EB0E874F7291E49D7720603 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + CBD991E3A609CA2AC4736035BD26C36E /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F139A3F20040221F97E6C26F73A2225 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBE3E3EBE0E1AD19FD53FF49543460CD /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D59A414E677B93C3BDBD468608FF05BD /* RCTRawTextShadowView.m */; }; + CC1F690FF76AE0E45622809281DB2B49 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CFCCCBEA92A1F5ADF40A8245D1766B41 /* UMExportedModule.m */; }; + CC7BAF3DDB35435C9DFEC7A08D276581 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4638F9C2952ED417146E2D08B9F9A66B /* SDImageIOCoder.m */; }; + CC7E5E3068B8A7F3A12B2BDBCB96E302 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 70AADB3D5133CCBC36D80E914B232399 /* EXHapticsModule.m */; }; + CC9B140476E8C0050C5D47E5A3D97C23 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B89086731C4F3424F4D6FD10B8B4968 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CCAF79521C4CCCCE0A28B1295B56DA3F /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = FB78AF553EB8C4B3C8D253C492AD81AE /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCDE6E33D58943C0DD58E3AD4B49426C /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5065C41D369A3E0C693E4767AB15657E /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCE8A63D7E6DD9974A6CF02E64665687 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BB821C86EBC7AC8063336AD0415886 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD15661BE2E1E47C23B50D4D641A23A4 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A441671AA765024E6A318D2CB8EA21CD /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD1E6D3C3AC8BD633199B7E727AA81FC /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EC6EA999D02EB255F1615960137D9D /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; CD615CD72DECC08D3F0223C7E23B3093 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = B103158B95A75AD67496FE7DA0BB9C89 /* FIRComponentContainer.m */; }; - CD632A4C26C1D6B81FCF76739B5D0FF3 /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = F128AACFD6B9764227758CEBB31FA472 /* RCTCustomInputController.m */; }; CD79008D1F8A28F701291D1C15A00AAD /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C4CC5C2B22ED14AD4DCD7309F0DFB04 /* FIRInstanceIDStore.m */; }; - CD9DC837BE80219DF2F32E2A5879E792 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F923CD12E3DCD050D14AB41D0EBF68F /* RCTAdditionAnimatedNode.m */; }; - CDFF87CB87B358B7DAA957F7E19D9127 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D44691741FE9F8096FE11711A5FFD55 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE1AC1D3FB716EE5B282B086AA1EDE20 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = ED1DFE32B70414877291DC0B9C00935F /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE399A301E038CE8427A92FD187093C7 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7170042893DEF94C8C9875D4B7BE104 /* EXReactNativeUserNotificationCenterProxy.m */; }; - CE72EF385B8B27FF89B34D0E2D52513D /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0CB89A12A4F0DFD400B1305B99074141 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE75EEE4F520C74FDA6E1EC01A55AA24 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47B03B6E3A221F90BEE3EE6BB7A36DAC /* 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"; }; }; - CE914509B01236ABB20E6682E2829DB7 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = D773EC94BA058BA9732562CE2FD2113D /* EXAppLoaderProvider.m */; }; - CEBD0FF6D18EDCCEF0F89AA27D3998E7 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 385A35727E97F74DC58355BE28C9C372 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CED79CC15D7BFEF1E379BCC02281978E /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD6C6427342538DB4A884F72785E12CB /* RCTNativeAnimatedNodesManager.m */; }; - CEF80D5B916DC65B8F0E2FB2B9250BE1 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C3906ED5BEE8C9CAECADCC1A30E06E81 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CF10C98B25C8B29769523DFF1525D7C4 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6337171781C8C8586877997B10136E /* RCTConvert+FFFastImage.m */; }; - CF581B8D8F4C05E6846B67EB3A141EAD /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B462DBA6D90AFCDD5C3BDE7C81911ACA /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF9083C263A1CF170DB39628A9827276 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 296190DA8AEE65FACA23034B5E335FB1 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CFAB74EAFB7B0A0A423B9306F3ACFFA4 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9689A6D0ED094D51953359A159833AD4 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D0352779887F0F7EFB7277D4ED8B2CA8 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 092E4C689F2BDA7F960DE583A583AE84 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0551B0147B9BBF171C29CE3B67BCC0B /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 29FF00D859868BD1F954858DE8D005A2 /* React-RCTSettings-dummy.m */; }; - D065BE1CEE6DF47E0078EFDB70B2FED8 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = A7E917D17D3441BFD378D79AA7701532 /* RNFetchBlobNetwork.m */; }; - D07C1DEC40B88D9139AD7307E5004842 /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = B58E3C45C3660286BE19D23CB3EA1A7D /* RNFirebaseAuth.m */; }; - D0BDC58C9388BD22C119DD2B8F21E54C /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA483CA159B020259019B0CB493375A /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0ECAF5BA9D806F93095EA5DECD4087A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = C53C0E106DE016BB87A556423A23321F /* UIImage+Metadata.m */; }; - D12F6FDBE47E1E7BFC5B3DACC4027A58 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 601077786F2BF31AB6F54D1309CC77E5 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D1519169EC2F33EE942F1DEF856C5559 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7D6E5E94895A671353FF93B75AC295 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D18EA80B7E5A7B71D01474572E617B16 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9C636EFA52DCE3E9290E7EF9432FD34A /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D1F340973DCC7B22E4DFDAF634C39EB2 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DF72AB0CF15233C1EAB12ABBBB75EB /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1F4F693CF545CCC290595DF6EE686D6 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 3894C6E1AF8B8B6D103055B580C48DC6 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2DC874E56A788AEC7F93352CD9699A9 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90621987A2D567DC3CC84CC0748AF324 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + CDBC59077AD1D33760F3265595534A61 /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = ECE079C3BEAD58FA5357E7FA438FF2A4 /* EXConstantsService.m */; }; + CDE46ED22F507A31EB82E1D91964F16B /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A82200EB5B4540DABF0C2866F2AEDC5 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CDF601DE11AB66F7FB9733EA195733F5 /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 437FD645EAB4AAD9F12711582E1F2ECE /* RNFirebaseFirestore.m */; }; + CE1757511E2F825BDFEEB761CE815567 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 143CBF78A2686E82964996B3E0E0F2DF /* RNFirebaseAdMobInterstitial.m */; }; + CE4606A8345A3F2509D4E8CFB55538A8 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 4604E9A800AE9E712A28607838D116AA /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE49B9B8D464BBBE5D7215026B631CB6 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = C03C5433445FD0CE2419AE651768A551 /* RNNotifications.m */; }; + CF25C61686A9AB3E4FCB14700A1D1ECF /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 123815D1D3015B50D4A27A64385226A8 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CF579149D8F64C7339B1FE7406B05436 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E864BE3710B110027F55255D367DD7A0 /* RNUserDefaults-dummy.m */; }; + CF606480DDF2603EA3750E51761D6463 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5A0510A9358B39C7EBEFD74907C5CBFE /* RCTNetworking.mm */; }; + CF991E85D0028BA99D50CD3E7810A709 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 467A708C1D069589AC05C68491C5FFB4 /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFE5A11D64CD7E3C923A9A8DA941E9E3 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = ED1DFE32B70414877291DC0B9C00935F /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CFEEA5929FD64B3E8FA516E4402F789A /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B4395501655576E6E062C4C7F859940 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D00E3242F740FC0331E962AEBFC13BCB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D10C2E2698F24359135FF0807450D0B8 /* SDImageAssetManager.m */; }; + D031E690C94349863F68EADB02E37040 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D4E5DB0839D849FF9A2A9B68CCDE71 /* React-RCTLinking-dummy.m */; }; + D0A1B4317D993C3D94BA904D2DE83301 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 5491D6114453F96749516CD29DBA562B /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0D527EA38AABA37E5DA413560C28849 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 53421188629147F99D2454128FADC28D /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1441403E5CC89E178F209DDC88F8FD9 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B86786953A4CA03EC28E5170194A5922 /* RCTSinglelineTextInputViewManager.m */; }; + D18F94239B6F5E01BC19155458E4E756 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C28E7B4594C0C8ACAEE9C2A7E6072039 /* 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"; }; }; + D19A877890C2E77900D00AE6AF3502DA /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E39DE2C8FF2CB9EF002F8A7DA293D9 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1EC195534AF78092FECD200A97A6D43 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = A075A81E64B35BB1505DAC0D05F2C8E9 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D21313BE06828835D015DF5B6CA69E42 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5398AE69B7D7833215D3924AE9D47C83 /* RNFastImage-dummy.m */; }; + D22C118BC12DD36D538A6AFB30B8C788 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C507C41845EC51931AD438E493172C /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2364452513FF803A514DBFA30FD0367 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = EAA43BEF56DD7BC710B980846A10906B /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D24A03FD1BBE7DE03D7813EFFF60ADA1 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5858952BC255E4AF38438449DD6844 /* UIApplication+RSKImageCropper.m */; }; + D27D114E148FA71B96E62CFD512FF37B /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 36460BB6827B23BC9A690E46DC6011FF /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D27DA1DDEA29E6891D1D2B27A42B94EE /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D94858F28E85611323C70987426491C /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D33501836C3F05FF67D8F8EE3734CA2B /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = C99033B726C7AFA0F3B62B3E2E0A94A8 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3648758055F21D495C2B535023744F5 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CB782E9E3349B70C6281033A8F66B0C1 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3CCD6E3507087F3523396D16C2ABE12 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0094B4E26FEA5564F0CB2A17C0FE8E0C /* RCTTextView.m */; }; - D40C3932907261DFEDF4DA03837616E0 /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 06211CDDADC3D81A350A2C1D47AC6059 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D42F4D72BEFB164F4D3A7436291D8EAC /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 629102C2D883D140DC76033F58C4EC37 /* RNScreens-dummy.m */; }; - D44863F5BFBEE9DC27F0716E2F3A4C06 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A0097AE4D6509F6C767350D7B87F1CD4 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D48077AD3B49A588423560183A9FEBAF /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A82200EB5B4540DABF0C2866F2AEDC5 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D4AC0F6C0F4F5545B57C62951ABC4A5B /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 92A34AB1E173D077CC62EDA34947DE9A /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4B97C6DF4732DA83615FE4FB7D54956 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = BAE2FE4E62F3FEBB43CCDE8A644BD878 /* RNFirebaseFunctions.m */; }; - D4D7A1559B42089E421AB0F3FD08194B /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = D0537CCBB5AA7603D9B6A0052945CCCF /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4ECBFB97245592DB4156EB77244A90F /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 3994ACDA8F04F6F19D09C1311C21390F /* EXUserNotificationRequester.m */; }; - D53F382A3D3DA2FD3C31DE200394F712 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F1A343174FDE675BC1076AB561DDAAD /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D56163017E85D903122E14D309296DFE /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B4DA167B6DB419A71EB31A8C10126CF /* ReactNativeShareExtension.m */; }; - D58CF950296EF563CA806593E14E6E89 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AF9CFFF241124E108AC3FA929A8F50 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5CE2A618E9E8F421A688D35AAEFAC7D /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = AE787C26DD7E1A0AD38806B8E7C670D9 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D602CA83D7A250B11256793383883037 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C12443FF09300FE27D9B06FC2A10ED2B /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D6038C218FB798472D3773D5B9053A99 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = A545F93166CB948985A1AC418628DF4B /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D356675C94D83A36082AC475DE9073C4 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5F7DC14E9FADCEB1836C87D07376C2 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3AE87CAE09ACF8CAD2796B69D617BC7 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE515B1D14A133CB004C5F24A18F4B4 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3D35876D36FE3E6063F6EE088BC1E9F /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CE47E21C1793A39AA8936A5792A50F40 /* AudioRecorderManager.m */; }; + D3F1B32E09AE9B3AAA78B4FCDDFA3334 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 237D4F29F78472DBEA70FFC0D0B6CB26 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D41357B62367CF57D03C83040AED8E48 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0617EFF69DC9E4B501C365D7AA0D4429 /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D4210CFD63A249FDDC8188D4737BC682 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CF9D7811E6ACE36573A45874B19F7AD4 /* RCTCustomKeyboardViewController.m */; }; + D4CAE1E3D4636E304C500A172660BC74 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 51B3484E9A13910E2BE6F88836177866 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D4CD33481457050508DCFB2F1183BE8B /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB604FF4FF445EF37F96B76C35C2442 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4DCBD3512E2A49BA6544BC5C63390A0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 044DC791577AA92BEB59C0FB373E30B0 /* DeviceUID.m */; }; + D4EB74A02410235AD9250DC620A40C38 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5827E32B04D27831875D8760DF6E6137 /* SDImageCachesManager.m */; }; + D5D0DE8C80B3DC501ABC3381BC802224 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D61FA21D74793CACD83868A81E7CB1F /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5D309DCD977B46FB154F7E91E1EAA0F /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C8F83B53FAB9C1690C406B9FA39F44 /* RCTValueAnimatedNode.m */; }; D63E0FDC977B7D37E5E7B0FCCCDAA112 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D4688B89A7A011134A32470A589D412D /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D68537FE8055E256E72D4E8F9D739B5A /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FDC4098090BCA89BB128C11684FB85 /* NSData+ImageContentType.m */; }; - D6B7849E652A5EC202A033A442C13677 /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C1A0A10E6C3536DAEBF4ACB6F724F6 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6D16E97A20595021A12BD7A4C027800 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C73E8A0F83FB1471EF80B4FF24E3DEEC /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6D360261EED9074130779E06CEA82F0 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AAF75DB2F081B7ACFF0A67BD845643CF /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D6ED431CC5020F3F37E22C7E06703AF9 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A11371DB2D6799673B25A15F88D240E7 /* RNCWKWebViewManager.m */; }; - D703A23676E5AD06B75687FA7C52C93B /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = F0948C638525224C0BA5A943AF7095DE /* RCTPackagerConnection.mm */; }; - D712995844A0D90F73F6CADE63E65849 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = D6941CBB696D0A247546E3981240841C /* UMModuleRegistry.m */; }; - D71AD24B6F9D38D45D7E759F539F1EB7 /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 507609E1AE35A0AB13E9F4F80C72577C /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D72B0B4A61E2DFF3146DE93812247EBF /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A7340C5A8105BB580F563EB42193F9C1 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7372CD68BC1BDE6E53BC77D3FF02948 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E0BB2C76EFB261045A4D38F4055A2481 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D6C20DCB29B6BFF5E545D724066718D0 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E880EDDC0AC02E4087C0A1E4481702D /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6FD167F971AE96DDAA8CF0E55A8A803 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9E0A97389D71AE8FB5DFE8ABB0DD4D /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D73C4B192FC47C4B9FD23058C4DA85D9 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E2B2B01186F92F25B5BDF354426CCE /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D74A43905A705DA5C71B4BCE18ABA378 /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 3461F327719742097FEA7A9595899EED /* RNFirebaseRemoteConfig.m */; }; + D75EE0EF0D3D1FC0B6433B70E0AC5D2C /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D1F11AC9F696CBE39BB075BA67E7ACA /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D77859CCC2805F2A21B9868461842227 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 948FA1AD76AC3C510F09D832B2675457 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7A3D6DECC6A88ACCF265FBFAAAE55B2 /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 953075636776C2C5E99F01497D7C3672 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7DB18D82195143AA44CA04EE2ACE03D /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F02273D3A5FBCF2B65982645F6CDE5C /* RCTSRWebSocket.m */; }; - D7F36535E4778B455CCE5646A127C9A6 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B76FBAD7CD7A672F4FFA563B92A8EFE /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D871C965B5E18C4C234AF35337F96253 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = E40B4938952F54B7D7C61FD8E763306D /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D87F78E59E1BB5837CBF18E64C26B935 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E3ECEB82B57A6521410BAA69A9A630 /* RNFirebaseDatabaseReference.m */; }; + D7C69643EAA0BDFC261CC66D2D3B8DDC /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = FA0B84CADD71C3ABA482365CC6297BB3 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D7C6C6F99C93E53186A6D3A889C2081D /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7682C8AB5D502D8A504102F910D4A2 /* UMReactNativeAdapter.m */; }; + D86C6E115D9049F35617F5A17A6B349D /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9634BC02DD4FF3940F6DD94E1F4A2C94 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; D8A219829C97AE6AF93A048E09F5680D /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0516C996FB30E84E3BEBFDC7CA85A368 /* FIRComponent.m */; }; - D8AC56A17AD902B7F361FF5AEF4CC356 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 18A1030B8B27A8AED9C321039A9D398F /* RNSScreen.m */; }; - D8CB5ADA95728880BC2DDB699C60F24A /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = F25E9CCBA2AC2250285C3956240606D6 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8E7F545CC1D08956F769D9A7D5DBC39 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF460C0CB13FF639A8EC091E06789B0 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9597AF1845681232A25820622251D26 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = A6CD2A5A260DCD9DB448412AA4DA017C /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D96DC33CC2430834A779B3A234EA00B8 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E679E18BED34C498E5AFAED4FA3CB7EF /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D9E0C29AAAABED874DB92D3078DC673C /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28858CF1CF25A5BEBC19B3B25124023C /* RCTNetInfo.m */; }; - D9EAE559B343934131C96ECBA7FAFFD2 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 897DEDC6281BB1F35E1172DEC9BA23F9 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9ED45258AAB60592912A9EC41EE601B /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = A799BFBC6292F682C39A3AAF533CF2B9 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8A4C32564AE1AE0B594399B9A8BBFFE /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = D51370C4A331135669A4944D62FC676F /* Color+Interpolation.m */; }; + D8DFA8CD9906527C961C9317238B68FE /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = D94428A50A19211CAD2AE58AF08B3F08 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D8F7F6DB1C689C85472D7B410D37DDA1 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63327503FF8ADFF8D3F25CAFB7DB8CE5 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D91BE45A3A0E86C3F8D4E71EF95EC82C /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 58FE105D63D9342E4EEF7D4D64A2B6E2 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D9C138C0CF64DC470B2BE14BBC8ACCC4 /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1876098BCCDE17F905B5C266FB707D74 /* RCTDivisionAnimatedNode.m */; }; DA063F91D1BDF16C988D6BDF20E44F1B /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6013F9366E4A5DF788DC2EF8FE75AD79 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA2D7EFF6A8FB1E32A4E15339341868E /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */; }; - DA32EDB06C3E15A5FFB2C8267402CF6E /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 793BCBE8646481D3328716EF3FC6C6D2 /* 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"; }; }; - DA5D0109F226CCD29A7ABD490E7C907E /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F05B714BFA3F951AA518528961CE6F8 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA101E7E07D7082075A299F819410381 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1B29988F9F31773EB2B38DD75367F065 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + DA1B35594F4382C9899765DB70D158B9 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4281BE1B3E8493589B03FD2B06E69CF /* UMNativeModulesProxy.m */; }; + DA3529CD06E8D6C2F46001C49DD03D7C /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 6581031CD0C72E7AEA1CEFB74C283EAB /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA3741389C2A9E9472B15CD05EB0F861 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A37C2C2BBEFCC81F81C78216295C29 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA496E0597C64A3404628E03E447F7F0 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 55F3D47E8267B12A47C96577066D5C7E /* UMModuleRegistryProvider.m */; }; + DA50442179C837844D9466CB3F8D81C9 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A478D7A965AD829B81C88FB6B8EEAF /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA9405922A91004A0BF6AF5F3574BE81 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC1DE125F7B1B56DC004EEC4581122B4 /* EXHaptics-dummy.m */; }; + DAA4683B177C3AF41415DA38CA1A08A1 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 295607AE20D286F5BB9736C877ABC1C0 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; DAB02821C84F2BA4426C6DD3AB7D22EF /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7504E2C9F5E287F7374E49A9E8A23F90 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAE70B4ADC90757A33FC7B7BD85100D5 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B989B40C931095E56EFF7C34EEF207B /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAEFF6DAC0E6C5DCEBA263A95226AF73 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 89683C6A9B0C3F7746D92C176ADFC02F /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAF6201FA3E4FFDDF821B5E5F301813E /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3044238145F756EAAB1C369484DC13 /* RCTValueAnimatedNode.m */; }; - DB0A08D916FA65B709EA08FFD11AFB4C /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 26AF0C35B428C31354A1E5AFE569DC40 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB55D636EFC52DE3B1BFA1C4B3873A0C /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D320A1563BDAB1C2FCF3929D1BD19FD /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB8B34F575AD4B5BF6BBC5FD469C37FC /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66E8828C9FD95ACAB7C5A89763FDBECB /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBC8A1014210B5E6177A45B0FE1A3ABF /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24864473A52FC7BF8D6BC227D084B7C2 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBDC7324EDD1181A8EBA80355567D351 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 40AD014E68FA81F411B616E20DBEBB22 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBEEDD04C66CF8D31743E6B25DB6A28B /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1C9A0432D106C1F8928C98672593232F /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + DADC68ED7A2AB231A78C9F6028703F3B /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = D747317B65397EF1C710A86254BF07B4 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB7430435DFBEF1E565EBBAAC4C84555 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F6586DD6C58B6E31F75A08CBD67D854 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; DBF38D604FD733C907593847B6F20F6D /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EE0D518705C99582C428F2F66616279 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBFB1607C85A9AB4A7E0A2CFB83C6CEE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE27D54378B499DE8510B80044EF305F /* RCTInputAccessoryShadowView.m */; }; DC1370F458358C5BE438A6A0ED227DA6 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E718FD11A9B5E18F855621A90A14AF /* FIRInstanceIDTokenStore.m */; }; - DC2C7977BCFB4AE074F805276796A9E3 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E2D8248172225C6C2AA45B51E43169 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DC52F61175BB8EDABDEC2B82A3231C84 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DA09483D2E099B878AF3746E56EE4D24 /* SDImageAPNGCoder.m */; }; - DC94B424E2855D28A66F42818811103C /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F6121A8F5A3F7D50F6B0C611444277 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC9F5AD943F5C51DC54B12B6BAE46E50 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = CE2EC688D6B967C24667EBFA5E768079 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - DCAC9CE673B917B1F1772C266A09DC72 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 89C4F74DC89D02889DFA1C266035DB59 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DCEE63DADB6490D78DEE035CDA2C02D0 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BE4BCF056FC6B9D5209CE2C67F1133E /* RCTGIFImageDecoder.m */; }; - DD829FE687B6D57F8CE9A45B7C31C87B /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = B7D422BDBEDFDFD50BB7DA1CD0DC2D28 /* RNRootViewGestureRecognizer.m */; }; - DDB837469730E793D85067FC88C576BA /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF50D7477D7D6C08FE12FAB87AD90FE /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDEFD576BF8D5977530AFF787117B3E4 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 97149FD2DD27B5512C6363C80D3633EF /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DE3861C3B0A68FA6BE7F63CC9DC99136 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 230254E5F31B6C72AE4C6979F631E0FB /* RCTVirtualTextViewManager.m */; }; - DE825D2DC5D4D88EA5639C508BFA8EF9 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F038F6D1370F1EF0BC1212E367062BC3 /* 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"; }; }; - DFAC32C13A774EFEBA8AFA5657A595CC /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C105819F33FB1801AB07DA77BFF0A6 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFD520BF1320F5623700E6913E1AEE48 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD83FAE342530C3C6B56344459254BF /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFF94299EBFD53A2C967D837D2E906E1 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C15F678CB54CA0D4C9CD99FFA56D255 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E013C99C68F6C512DA43F88FED52DDFD /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D1F11AC9F696CBE39BB075BA67E7ACA /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E08D5ED498CB4DA17CBB17B92FE36331 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CDB8F285D1BB8965E639569DD3B2CB8 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0F5E2DC9F1B3161F50C059C39AF9F2F /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B6130EFD4A44884D1AB5C6FA196757 /* UIImage+GIF.m */; }; - E1094C9F1F176ADD53A46CD8D97438EE /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88F65E9CD148E913FB0F54DE64E2578D /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E126D849B2811DAB3717ADEC424D7657 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BEA29F57AF4F4AA838CC117214DA3792 /* EXDownloadDelegate.m */; }; - E135ECDD5A233540DA09159C2140D666 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C7AC0E687A4458907CEE9CB43FC2B2 /* SDWebImageCompat.m */; }; - E18473C2C2E301BC74DADDEE1826BF08 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FE8FBBF3161CC3DB229B1E40E7FD16E /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1A5D28034F1E75F82E9FAD6D7FD4885 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 2348151B697B5B36D39188FB45855C26 /* UMSingletonModule.m */; }; - E20217E9DDF776A6E68BD480A586A39F /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC365B346CC877C2627FEC4280689F04 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E28885E3F19BD770699A1172478479E6 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 11093F2D534C7DE6501D02008482FD33 /* RCTInputAccessoryView.m */; }; - E2B7A1B54C0403C79E71E3DE34AD8B7A /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 99D50527D255979F3C2681F41A8C1674 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DC4FDF6220C2F5D0DED86A22286A0843 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 0530F56ADD901FA8BEFCABC05F569B72 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC677811D25878F1008A5EB5AABAE1B7 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B36157532C4339F5003B9E44EA90FEAF /* QBImagePickerController-dummy.m */; }; + DC88BAA92C5B808AF5B0D7C5A3C79E2C /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 473A5AAB43EF53BC21D685B3C3648058 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCE45702D0F3A115390E84C711BA90C2 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 067068A0B0E7615E802B811EE826ED1E /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCF4A75A0433D7179C9B5BBAF97B5AD2 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 651BD3AF1A9D08DC226E729D918A94B2 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD0F03971A2693EB69C87AD503A6F186 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = DC083D2D8A49C01EDED1597E95F41EC3 /* RCTProfileTrampoline-x86_64.S */; }; + DD9EB44CCB554A723D767F2B781B9C05 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 40E3AD96CC1962F5CA482BD83ED9708C /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DDEDB2E30AD6EFEEF798B63BF72BB878 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A175675986B7DFA4A1F6B9CF32968E8B /* RCTNativeAnimatedModule.m */; }; + DE22255B85ED5C17E8432D9DD5E4591A /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = B50993A05E1B6B28D9C7510D026CB0C0 /* EXRemoteNotificationRequester.m */; }; + DEBDC71B78F63208A5178DBADA1E8DBA /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3E4349558F6C59730D1BB79B328714 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DECFC95C86D393B452CD612C5232AB73 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EB2B0386EBB560E7598845480707AAE /* UMViewManager.m */; }; + DF8043DB7046B88A82335DD3057F414B /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE1E9C695DB063F9F92255BDEFE471A /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF81F7AB286678100908081F5A0A484D /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F74D7C334BC448224F8CBBF172AFAA /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF93D3132767D5A30C420511EB97738D /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DD628AC71BC52F0B8A1BCEFCD8B6AE2C /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFBDFF433059306D0E80770512F15C74 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 790DA060103C603A6FABE574421666A8 /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFF932BD18C4E731B37172EACB5CEBA2 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1869B57B9268BD4002E361163D8F1396 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFF9AAD6C485B3E273B1C7FB1A372E23 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4225F76BF1EC46ED91DD90A933ABD9 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFFED3647BF1E86CE2ED94DE0AC159BE /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DE37D44DC5D03548C916EB2CF3270136 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E01C4686DC6EB15CDBD6338CA9BAE08A /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A211D880609219AD1E52CDEA38A7B5 /* UIImage+MultiFormat.m */; }; + E024C4457F76816A02D2436C4D5EEB7B /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBB1AF9D0141F4B82E52F91B490FD761 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E0D3A11E7419FA0429DBE7660600D5C0 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C95FC4700391910A609FB631C0C662E /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E11F82415FA89CBB62E01E5D436A3DCB /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E719D5E9ABF7835641B14459CBE029 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1FD56887D0DD9BFFBCF6943C70520D3 /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B242B17D06ADFDCFC0F00EE96836B46 /* LNAnimator.m */; }; + E21E5612EC51EBA334AB3F60B41354F5 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 530BEDA6DA0656CDD5CDA0463A1FDBBE /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E2E07878F80C3CA380F84AF10840308B /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBD585C5D07CD90325E8B4A3D546F76 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; E2ED442976FA7B06AEC255F9F752C627 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB20234C01003B8A24F2AE287D2EBBC /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E30D29C60C199D06C6B44F28D973D485 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 09362F442501873166B9D56FF7485AE2 /* RCTImageLoader.m */; }; - E35A196F4D901535278F362A753B8857 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A56CC83D0ABCA143D840F41F07455F6 /* RCTWebSocketModule.m */; }; - E363C5C4D58AA6B01CBFED0610C28D6B /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C23738B1D67AE6176ADE3E4956B2B527 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E36F4BC553579FC43FF84ADAE2BDE997 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E39DE2C8FF2CB9EF002F8A7DA293D9 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3A43BC61EF23E803811938C47263A10 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 226EA124A638D4BA3914A832EF849709 /* UMViewManager.m */; }; - E3BE38A02EA0931E86F44E11DD53A55F /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = C0A49A96B77182EF538E21EB95ABB7CB /* RNCWKWebView.m */; }; + E35E3479A095287E5DF4798B7ACA0D63 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8613C5F40E0B2D889A5624F7128E391B /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3A43D4C7C54F3DD440F1D4C74E969D2 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D733CE07616A12CEBE09EAE343097D3 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3BE083D419B8752EECCE8F175D49329 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 60A8CF261336A16C149A7CC385C0718A /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3C4176AA433AFE73A5B0EDDED1DF69C /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 2598AE83DD19FFB5BE253A217AC67857 /* RCTInspectorPackagerConnection.m */; }; E3E7193D979125C005FF9F15A1A135EB /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C6139639583D213E64EF3E474D60E0B4 /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E42A4A032E5E30A15BA185F90199FAB1 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4F3947E5594F4B66D9ABC792A75716 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E45DD4E8D41C17FC08EED732951AE1BF /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B43D329D6CD9DECA16C07DBEB7C5DA /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4822D5F30241129E4674AB7068CD18E /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 322B5689E93AA4FA61C758C311D8CCDA /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4988068F00F7F1B67427233470219DC /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F3E2D19532BEB2AE81573F1C05F7382 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E4C0E427A9389E35BF82A1765B9EAD5C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EF29495075911B7A60A09DE458A8CA4F /* SDWebImageTransition.m */; }; - E4CF9D2DF84F3E7A8E20C84643DC7170 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4B93578AA069779B05F89B28658330 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4DD54BFF4B997BC974B3882F63E3994 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7BDB4BE95825E690479D7450968ED6 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4E5D74C656313DEFA33BFCB7B6D37DE /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = A836867763AB278FFD3A87A5F598E5BA /* QBCheckmarkView.m */; }; - E4F3C1BF1F5EE270CADCDD15ECA47140 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F98487497B3A2E620AD7CB1D7DE51BA1 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E54B1C469B798CC6FA3E5C25113D6E81 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D789BEB1135AC3B0BE77669B26C9A31F /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E54E9518A3100D2B04B8199F98347462 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 97095BDF8DE7FCB876B4F47A2D2DBD34 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E57DF780819A65514FE419F0C164AC26 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84EA22ED867E5E121FD0AA2A9BEBCB53 /* react-native-webview-dummy.m */; }; - E5D5A4EEF5E7B8576DC08D5A295D6A32 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 32756C637CA901E0A792016560C7425C /* RCTTextSelection.m */; }; + E41EA8387DD032D55443223065DF058A /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E771152DE3705B7DEE33668D448252 /* EXUserNotificationRequester.m */; }; + E48858E5ACFD3169F7E2646756A5034E /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 509C146B9A9B3E987DF569E49CE3D36B /* 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"; }; }; + E4A67A9EC60CF1B476906F44C62BF21C /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D5A3BD8092C1F9B878D406406A257C /* react-native-document-picker-dummy.m */; }; + E4F0F50BC390FBC55A1D85E62FF43ABA /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F7DC738DBDBAB56FE67096801008B24 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E5020C7BB834243A9B8FE7EABDE591A8 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 444EB668B5DF0250FA512DCB50A00131 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E553A5A65F480C90FCC7D43EDFA1F2E4 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 61164F65DA83ECBA356B706C8F761677 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5591412E108E15E19F319ABC1D09146 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 009C0959C2126F9B3C0AE53F3AF96C49 /* SDAnimatedImage.m */; }; + E56C94C5049FD195ADABD7D401754C08 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 79EBB70B371D1389E15B334770D085DD /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E57E8968AF59B98A5E61510742F121D8 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B1DCB08310B8B005B4ABCA6BDE719A /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E586BBD12EC74036598F530573F38C9F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = D3539344649A2FD8E4FBB62D67AEF46A /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5A54D9A1F282C84A6DC0DE08FF0ADF4 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F0368D88536201821538626F5A8A0A /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5A87D9D7A316AE8FC471CC3DE5AA62B /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 910A6F23A28FA6A428AFCD3080AA6DEE /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E5CB05C05044BC7B849CA63083EF063A /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 37AE041AB1DD799CDEF8DA8B5EF5FCCD /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E5D8C91086E97408A4280CE36D002303 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E943D588D24BA8166AB0F27D361BA65B /* FirebaseInstanceID-dummy.m */; }; - E5FBB1F8D506D77173B2CAE6CB0E6D3E /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = D68157EA88D685FA38B17A1A4A9B9147 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E61A7275319C030D4E8D015FEB17ED0D /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DA7E5DF0A88106CA8BC29716B282E0D /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E6B5795FF7682CBDA63CCD59D0F77A97 /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = F05359CEE57717405374AA2ACA671F64 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62860E01E471C99230053BA48000324 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = C9685634765B7821B1E0E56263FE70A7 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + E6C1690C8669A576AAFBF976B4BBEDB3 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 75EA2A9F22A8124FF34E3BED84C69F2E /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6DD8B706075FC2B4F9E395E60943CEA /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2EF93090F6E9B68CEF5769D8B1180A /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; E6E306527999E035678E03FCFB44F5E6 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = D92695BB5FA342D3097CEFDBEF6DF44F /* FIROptions.m */; }; - E73F36FEFC8D1D06603A60E8EE70A371 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD2B35BC4BD01DF2BEAFC34A84C2DE /* QBVideoIndicatorView.m */; }; - E73FB5A918694031420A77C782BE5EF2 /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 328A7C7068C2C95BBF5D0E2CB7088A89 /* React-RCTActionSheet-dummy.m */; }; - E7421B5C467FB7F90A1947DB82601B9E /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FFBBB5D843FAD0380E5B3D3D0FFD3027 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E758BB1D5A2F03D89DB141F9F521DF7A /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = FC079148DB74DC1E85A62F1D4041CFE8 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7C34B87DC7FCB383BC57216BEAD94B4 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE6DEFBC0F970FE24F1BC177BC7A3F7 /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7F169258870B1FA3E442D0622F380D1 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D498A0300A36BE5650B71FF7029E1CDB /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6EDD472224D2BB68FB95DD052062BB3 /* React-fishhook-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7648EE8783D5A4930A8231915007B94F /* React-fishhook-dummy.m */; }; + E72F733F4014C73E07C348927D75EA2F /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1417C5888D798CBBC4D425A19B222CA4 /* SDImageTransformer.m */; }; + E7691EC87FA6FBB63956B7FC95B61217 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B539D6CB31FD8326BB18D8A8F2A5C05D /* RNGestureHandlerButton.m */; }; + E7737FB1EFB818399019826DFE20D271 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */; }; + E77B0200D88553201C9D874073D36BAD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 68CF76FA147215BD8936FB773365E5AC /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E790E1893223E38EE434BBA923AF30CB /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACF65A9EEC904A4FB13D272C8133479 /* RCTImageView.m */; }; + E7DBC8260DD19AB0C025B71E728155E8 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B29A55B574E24358B76B8CFC22CC657D /* SDWebImageDownloaderRequestModifier.m */; }; + E8318E2E0D1F75FDA86040642AEDBD4E /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8639134BE6C9CD962EF7AE827781E6C4 /* RCTTransformAnimatedNode.m */; }; E86169365D2CF36E06692F2CA8B48644 /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 640C9F3E1DCDD8A204E08198B7D918AF /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E862D8E36B00C71FB5FA8FBDF4BB34AA /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = E56CD422A07D2CAE2D91B26397B83BC8 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E86F68FD4AA0627099837F56042DDD56 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0621333B3CEB120A19EC470DC572012C /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E87E973ACE148BB95136C1819A410050 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 579E4F8761FA8AF71250CA664DFE140A /* RNDeviceInfo-dummy.m */; }; + E87D80764C10E7C62131C126A79E7D68 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6145033E41578A52DA70E3AC92CADE53 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E88577B9000E83E5416F7173A8C35A47 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C19BF7B3410559CFF6E73CE7503582BB /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8AE6B320967730E0477B5AFAF87032F /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE06ECA289582B4F447C247455A80667 /* SDImageLoadersManager.m */; }; + E8B208603D5FA681007D0C48CC0D404C /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A20465137115E54B63370DC203A88F6E /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8B6EBD1F096A113B4E7E6548CF694BC /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = FF5AB4203C12B35780AF12BCB1527C7D /* RNFirebaseAnalytics.m */; }; E8C0A0E2222FF021FE0174A246F9AD21 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F4BE2B2E5D6E1D8C9158F3A110B29D7 /* FIRAppAssociationRegistration.m */; }; - E8C838C902F658E3AF6631FE16CE5F72 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F6EB28D17DDC8A79E60CA105BD91E5 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8D07A0F75CC4CA9E844301DF0F5A8C1 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6D10BF699D8233C547C569F815AD11 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E905919A9DE13963C43572BCE6A7625A /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 728E5B8E32FCE879E38E3785A200E97E /* 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"; }; }; - E91D76202339EF658EE5C8824A731945 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = F3971F7C15FD3008609340789DDCB544 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E939DB874F99067787C4DCC7A8779874 /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE42BEDC9C4C3687D21C39814D11D29B /* react-native-video-dummy.m */; }; - E950366E760D2F31E7D8C9A60EAEE766 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C1453FA0DECC6E2E7314B3404CEB6BFE /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E953548BA212D0038557EBF302E5FB1A /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = E74B943F621D5FBAD1218AFD5E894604 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E98A3FD7B5A4529ED960F2F2B211B538 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D31D4AB1FFF309C4D7CD5B7A2AAC41 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D529A101AE84B7EEA83FD2BD8D77292 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA045E66DC6EFE4437F7F30891401F8E /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 300F3B83CD71E1D42225DCE2D4D8DF21 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E949BAE9904381BBA90CA9BC7B3CF9CA /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C3AA1D1B7E0F2F1A93EB47ED7E01CDB /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E958D37EDBE1F8B640FB1BF604870DE6 /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A78F59E96157CD7C59B8EDADE9AFC75F /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E986561FB88979A1F4CC139394E9853F /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F835AACB51D17401412B421B5976F008 /* UMReactFontManager.m */; }; + E9986B5D48B27486B57D42A436D057BC /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4FE3FA0CEDA12B91E1EE8CCFB152E2 /* RSKTouchView.m */; }; + EA0CBAC1DB1A38ACC00947FABC4E9596 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE73798F6988AAEF4F111E38A4DE469 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA4EA907999C368EFFB0D9B659A32B7D /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA932672CB60D77223FA15FF4A94B88 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA6122B2AA4E20906A08C3153133762B /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C49DDE5C9A6A1BF3166F34B87C490BA /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA6A2B75853B75BD3A98822DA25C185D /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C79412F9C09A063FBCE7401FBF50B3B1 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; EAAC31E35767E4527322215E77F500CB /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 84918B85A0DAE1D7A7BDFB9EE5CA552C /* GULAppDelegateSwizzler.m */; }; - EAE47CF05136F8CF1DDDAF097AB3F546 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = ED42E196FC0EF5FF94F54CD8B8792CC1 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB84C96FCA76318795D1CCA9A7E47337 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = C51FB43FF431F8D11EC85C50B3A47981 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EC03F72BD97EABA1A1EB21C6F6CCFA30 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F1F72D0E8D61271499FC2507D93D670 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC19D36913404C6C58258B9AFBBD2E21 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 532207224EF373DFF77D69F7A50CBB03 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC2E4AD80438DBB0D0169B4F238B2B2F /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A6F9DD3C6FB0E38868B50EC8BC3B621E /* RCTBaseTextInputShadowView.m */; }; - EC36FCDC2E2C426F68CB80F82CBBC208 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 46454F19039CC8F21F37C006D6BFA828 /* RNForceTouchHandler.m */; }; - EC89AED6F1FA8AA534154EAD71E8FDCF /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DD73336DDE5F7D7535047062614B0D /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED56102DCDC0904D07C9B6A80571D777 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = D73D89EDE7BC47E2704AF292F5060368 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED5685DE90F664D091E6E2F210C92CAC /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = E158939BC3ED5AD7719A6DB1C388A386 /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED665F7EB7A57F0D601AA9D0B9DD886D /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C2B8EE2A422E0BA77CB69E274E66C9B /* RCTInputAccessoryShadowView.m */; }; - ED95A7C99945358D6615F1E7614C5445 /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = C025B530CF80A1445CC893C10669BE35 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDFE6BE51F88E6196A92CF1CC397DE84 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A14CB24FC542D84CFE1490E59810BB15 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB3E8DEC790E9C337F9F8277EE5C110B /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4737A1A2B32260D922B847FCFEC8CB19 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB59E8B88CAE74B2AA6E2366FF45BE2B /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C7AC0E687A4458907CEE9CB43FC2B2 /* SDWebImageCompat.m */; }; + EC1C0D314982B8ABF25A807850164250 /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B102902BA68BABFC2DA125B76C1A6CBF /* yoga-dummy.m */; }; + EC996876C0E750D08B10CCA54153AE86 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0512E5707A74145C8D4C2E6D0A0837A0 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + ECA81748BCA77A68A414E2993E61A1F8 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C9D8D316FF9745CAA3698244A77B431 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ED6EE21B477CD958C06BB06515712F3D /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 07E739DDBE524C362E98D6C39046806F /* EXReactNativeUserNotificationCenterProxy.m */; }; + ED86A9CCB652215FED80E63DFC71CFEE /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD2B35BC4BD01DF2BEAFC34A84C2DE /* QBVideoIndicatorView.m */; }; + EE02EAE97881E8FBD3A6B8EACC3071D5 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 89C4F74DC89D02889DFA1C266035DB59 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; EE104EF6EF79C1AF1275B962BD8E1913 /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DC26EA31AAB854D77A016CC2DF231C /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5EA8B49613B9924E875A25B75E2643 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 288D7D9302231F5752BA5E5034D3B677 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EE73AE69B2EC516FA9E2E86E7617DBDC /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D65632EEFF699CC27779223FD4931BC7 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EEB554EB4F7DB4DA7DAFF45913BB2E9C /* RNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F94A668B03FE3668F12FF8F0D2F4EF6 /* RNSplashScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF057C036B7B732BC9F983413A29C1E0 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 787647F7C61C248085ACC0477E4B6359 /* EXFileSystem-dummy.m */; }; - EF37CB7C558B510714A71B3BBC83EA6B /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A4C9C908BC6D00AE242A7A5255C8045 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE20285690CE459E20C93BF865DD69FF /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 300F3B83CD71E1D42225DCE2D4D8DF21 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE5C48AFC241F2B0118A54C8385FE0FB /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B08C33F33987274F45B20C1AB4BCAFA8 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE81B0E7D383DE4EFFAF62C7141156F3 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 043E74812E7C829DDB701DEBDA93199F /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEC0714D02252AE9DA239B111554C389 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F88B2217D01E30B6B55B42740ED9E40 /* 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"; }; }; EF3EF19E2A6870928C6DF8483735009A /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FAAFC8F6CEDFDC2C3EE9FB8B7ED5DF7 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF50002916CEC80914347DB9927D8C56 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E13006004609295DEC227B8F1EE4C3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF6B9ECF41B404B47D778E922DB9435C /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2894556E5798D7FA7710A2745D1BAE43 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF8033FBE008CD4B0826A361DF15F3A2 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 237D4F29F78472DBEA70FFC0D0B6CB26 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EFD9B8ED8A5A0CBAC0748294FE49E4D8 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E48231C7271F9389E168F6B48CE8FDD /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - EFD9E8A54C6A460B577093E8BC74ED15 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 007F2C87616141CEAA51C0169B2194EE /* RNCWKProcessPoolManager.m */; }; - EFF9FD1F5E47DAA591D4008352FB104D /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65DDFC91CA191B3C723E0EB35D31ACFB /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F03130E042768CDCBF1DCB047175142E /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 260DC5CE4A7D11DA70174BCB6142A921 /* RCTEventAnimation.m */; }; - F06CE2C5BB5EF02B82AAC45839664EF4 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFBD536795E197A039DD7957D2CB8C /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F07F50A9DCFCD88674698B0F8C99AD75 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CE1DD39717082CA7661BD21D61405A /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 1619991529E05A30FFCAB7373B90C3E6 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F105142A99B4232773EA2E41101FE883 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EF92F7CD0B8741BEAC8DD0414942006 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EF544DEF5AAD4BE9DB08B95F258831FB /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B987442E8469E7E3C7F6BD3A2A2B41B /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF7BFE564000414C367A59ADCDC31F03 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF02BB0DF32FE40046E967AE060D59F1 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EF84CE785006993D0226118101D8287B /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D29723E132E50EDDE27A39DA7304A41 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF93A2F86BD6725C49F5EBC66CD115FD /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94248FB9FA351BAF92E1AEE10EC85D1F /* EXPermissions-dummy.m */; }; + EFCAD1C100D5B5FA013E6B1860E3D22F /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F5168B4360127C6F651D33EDA56809C /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EFDFE7E1BAA482B57A5362F7936B8D96 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D31A3C70629924F578EB3139CC70C81 /* EXAppLoaderProvider.m */; }; + EFE9174EBF9A9D87986AF7E122A2ADD3 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0021EF37A4E908343691ADCF3D5F391D /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F0168F6DB9F60C9955F19ED0FA64FE75 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 62272C24B5240F69AA9C5C598FB9E34B /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + F06D736749819C308B6E6FB44949E596 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3E216A98D1C432D130F1ECB094AD38 /* UIImage+Resize.m */; }; + F0B8469CD70389957110B9AB5C57061A /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 430201343C35B7DA8D6D5C3172DF75B0 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F10895B339D8594F861238E27A2A8C6C /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9FCE5FF045D8E3A84A67576304C0285C /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F11F15E67165DE77897C120245B43443 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 67576BA243FA4BB19B4835623AC33698 /* FIRInstanceIDLogger.m */; }; - F1A83E2F9737D6BA0AB2EF2C412C6248 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D55EE906D773ABCA193E408BBB8156A6 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F1A61C1D8004320F4ABEBA3E2F1DED32 /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F74139B7A2D32B5BD45E9DBF47211E7 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1F45A5EBACF43676C457A875744AD43 /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F04FC5F5A4A9E4A771EF44C371A8056 /* RNGestureHandlerRegistry.m */; }; F1FD68E15FE818E00E17128C880C5E09 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = EA887C26BFCAC6B2AEC4331F194C624A /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1FE6ED335B4BC8BDD0095A0E7203E6D /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = AECB9511808C69A7A806341C85BA2065 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F20856582B2C5CECADB62CCB3DE61F0A /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A39F96385887EF62AB2C9760BE0D2240 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; F214324939EEA0343308B64D185B9042 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF7455BCD31EEFC00BA2E4BDCF20320 /* FIRInstanceIDCheckinPreferences+Internal.m */; }; - F22C824A35FC712A14E3E9146CB3E1A3 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F82B09C47098EAB2E3079C860359043 /* RNGestureHandlerManager.m */; }; - F22F8B588F506AD264AFFBECC5243B69 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 50149DF95D3A627ABCDDC27B5281E92B /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F242DFE4FBD7AC608352CBFD3A844545 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9A2F2546873241981CB7342A892E91C /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F24D2EB1433F6E10BBE1C639F69D687F /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC00615C6BADF59E2A8392801340E59 /* 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"; }; }; - F29B2E7D6887017992179F1D4DC946B4 /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28B4FCE7B0E15169C083DE952CF510D6 /* ColdClass.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"; }; }; + F215E432783296D6734B8B3B32288645 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AA8C827CBD533AEFB547403E5489D5 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; F2C98165A8FA083A0DDF7733AC494C84 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 64CD04BBDFD42707A7C5C11B96529054 /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2CBEEAD7453A80F71A29F07029E8DA9 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EE23285658AAAA4011925443E7A0A3E /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2F6F02B1856ADC0493B59A86843B567 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ABC96A24ED97AB927C9EE9317646A7B /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F35835EF76DF0D2C2E044A8C0EFC6E6F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8744DCD5489A6A04E05D9A4DCB318449 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F35AE33B0AF486D966DAAE3DF3D3AF16 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F6586DD6C58B6E31F75A08CBD67D854 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F39AC24002885878B50EDB5BF10082CD /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F9DE9AB62980813F432173016E38E836 /* RCTRawTextViewManager.m */; }; - F3DFCCC72D3FEF00C9E45F4DE2730715 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9079D12428803561357FB10C61368B1D /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2F1065981A98C1E98438044E1DC235D /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = AC38EF93B50D7213205E54DB25B712EB /* RCTImageLoader.m */; }; + F2F3985A633AE2FC427792224C401F08 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CE7159BC04927081F873D919EDEBF3AC /* RCTAnimatedNode.m */; }; + F3008F389BBDFDFF3364ECDE17A8E9CE /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = D9359382B6211ECE18E6B83F6C1F2412 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F374A0D21C028B013B39652E9DC639F4 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 061C73D2342CDE31BD5060289E796A7A /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F383A3F187A671ECE7D7B033208A6AFD /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1CA52D749B78621D708B5150D908DD /* UIButton+WebCache.m */; }; + F39E8F415413C5C76B847211DF9B41F2 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A289F478C6A7847EB46B4E75112A47 /* RCTImageUtils.m */; }; + F3B67B852510313D9ECA3692F72B080B /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C38F219CC71F16F3E389432D3883C13E /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F40206DB1B71EDAB31FE7A4A03B7CAEB /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = A4210284401999C7C2A953A6E1522B88 /* NSError+FIRInstanceID.m */; }; - F41ED7E5FDEF852C6B1D41E81E2E7670 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 044149314EE836321C993EBD16290D81 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F43162B87087AEA0D68AB1E34E264297 /* react-native-splash-screen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 301C8402716BA7E97381A89E9D144049 /* react-native-splash-screen-dummy.m */; }; - F454325F2E9D4B5FD1334D032F1BDE09 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED3608388D31C07F66D9D8B3485EB756 /* UMLogManager.m */; }; - F536420CE75D73B1EEF97DE475B29272 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A6825DAB610D3AD94723821109A5CC /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F584E3CA08F1C994A3EEBD364C561BA2 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 62316A9FF961077EE53B43028CA91F05 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F5DCA182C2EEA0BEAD8576F5D5DA4CDE /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = B344E15E87A64CB930D0019EAD9510A4 /* UMUtilities.m */; }; - F62D0CE7E30A1DF6C7CEA122CD47A854 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = FA97C3D04E10D25A7927E2A0F0CAC14F /* RNFirebaseMessaging.m */; }; - F6F30ABD7043569E8F8350E6FA5354A7 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 861CB92812AB7B514287D97B3896CF2E /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F73C4171666A62C9E0A5C4F4137849F1 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B763A01A9B22B069842998C560253F7 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F74E4118F062F095156A1BAD549D5658 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4852D9FAACEAAC89A9D9348D6FB58F4B /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F426286BB1C4D5554304C77500E8761A /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DF0A01898202807CF15439FEDDCB129A /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F42D3263E6811029B63B260D43B8E1C7 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BFB161009BC72653D9380381D59C831 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F44DA8AFE72547522855D1DF29B38F7B /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD183AB89E81D4997F3A701A6F83A24 /* RNSScreen.m */; }; + F47B6FC3FDFE8A066F9887967BC33DB6 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 504024642FF90432BBE5FB68FFEBEB42 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4A2831E4FFD6084AEABAD68BF1DAB14 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A453C57581ABC1B92BCB954FE4AA5354 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4C0AAC3799DAA4805A09C0AA7323529 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BEC9C2B3F2DB659A15C87010CEEC274 /* 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"; }; }; + F4CE03278419E2490AB93EBB7A89340B /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4574672FDC6E3A63A27CCB09CB0E1B /* SDImageCacheConfig.m */; }; + F50EBA0D342375DF09F2FE421D200740 /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A6E1774A2A9236DF2D9158E1B322722 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F560B5D9048DE1A215D11BC54BF1E2A1 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 37066CD3EEA0C7BFDDFB6BC0295A0043 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5F545C780356C3E05006D285FEC074F /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = B3FB47C206E87F5B5E7BF150E0BDC465 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F612364D54523AFB622555C78FD66779 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1973B326A0D2A0F830FDEA94ECA8E6AA /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F62C1F0B23CF2264BC8380E1F49898DE /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D7346CCEF82A3DD1988D1B9D227A72D0 /* RCTEventAnimation.m */; }; + F62F36B96725FA2315AD8169A2080C68 /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA7E8A9E3ACFC927D00DFCB2AFAE4FE8 /* react-native-keyboard-tracking-view-dummy.m */; }; + F691D9FA47A573CADDCF5584D7D693DE /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30AA1220822BE3D9A43869162442940D /* EXConstants-dummy.m */; }; + F6EF662ED69B4B79D6F8F54339CDE20D /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = A6471A725648787FCEDCCA1E85BB0771 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6FF8F0BD489DB9F28B169C1914043BD /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6CFC24F1AC84A2E076672774C9C3E2 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; F754EE115D83928D0C65BC06781D363D /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C662BE1E5136DEDA982C87A14E80EBE /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7634F4A2B484DBB5F97930353484A8F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = AD04DAD7231B6224FD6570EEFA8BAB30 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F77F888B8E605627A6FAF2246DBE69D7 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 030FAE23506FFEA5EE0C1D073443909D /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F783774A758EB9B8E7D9A510A06C2C86 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EA8C18B9233735E9D5F2315B085CA5C7 /* RCTCustomKeyboardViewController.m */; }; + F7588AB2CE9523E36EEFD833ACF5409E /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = A545F93166CB948985A1AC418628DF4B /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75C84FBAED4E5BA1F504C995A93B03C /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 083826DEFF1F532F4EBDC5C748D1B600 /* UMReactNativeEventEmitter.m */; }; + F7785755D00BD629F44E19E70242AFF1 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = D21281D82F92AF287DF0EB7251A91173 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7A61E6CB97B9DD128D8378EEE34FEE1 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B2321F84EA7243B12F50C56BA825D063 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F7B5C713C93A66F3BB23D0F48557C857 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3452466CC74C5FB4D8975B3FCC6E7B7C /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7C3C195087DF63CE323053BBB678B15 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B31426F4701FB4B242FDFA8A9181FF /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7C6DD68458376DAC8E01D9C68071318 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E39F5F26B01A4B86048BEC76CD934A0C /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F81A84291B2F2DEF250FCB79C1CAD886 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF36C193FEAFDCC1715547D9909454A /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AB5BB1F73045E65DEDE3F5297850D4 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F820FC5D04E496FF37B057F3DFCF5012 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 70722C0B27E835BA1DD1AD8537B1FDF6 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F84756167696E4763BC47B633D3AB95F /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7AD24DB0BA70767C24E5C176F1E051 /* RCTTextAttributes.m */; }; - F864CE3C245F1BDF3E4A177FD9F45C2C /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B7EC0AA32B06D1369FA20D2167228CB /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8AE6C3A4F28C464C3E322BC0978D266 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 36460BB6827B23BC9A690E46DC6011FF /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8B268A6769A012F3B812BBCE9232416 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E4D73E824C1279DF5F051C54F5A2699 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F8FD83CD85EE083441FED1EA8375AE63 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = C662FE70A3FA052B644F9E5AA519D28E /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7F7D8D8B122FD741EBBA852D8C7846D /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 23FAA419873C5A124F49B293BAFFADBD /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F80BB09BF73ABFFEB0DDF492E43CA7D4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 013B6B93A1281A74E6AB8FE1D4FE334F /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F84FC003558676B5C8AC68585A2EDF34 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CE867F35518A3BD7671513888116EE8 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8A29D8EF95D14ACDDCD4FD1252A93D2 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F1D0D30C11136D3F1F87F64A1ED63F7 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C50468DE29A3A6080EE95716E7B90D /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 26001568CB234E9171C2827F57488777 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8DCB8618D0E00D433A0DBDE8A043B27 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 538942E0D59384F03321537A1C9E4A7D /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F942BC06FEF7511D832D9C460958B92B /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 20D4E2F5D26194311FB7825D5270DCE1 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F947E60368FB57DD42BE1F7B9E5DF63D /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 17A076F2EA576869041C316952288D78 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F975976DDB651EF44A3B4CFCC4F4C7E5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B47FCC0C8343C96A89B9353723E3B722 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9A5B02F41A79DC79E3279F53783AF90 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E790FA0376CD6A474A1D19F44357B4C4 /* EXFileSystemAssetLibraryHandler.m */; }; + F9A69F8077F79A457EF3D9B8BF5E2DEF /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A0DC047FF573AC4EA8264968E5B9CC1 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F9F2828D09A41F9367A8E4D678439DFD /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE85978726919166E96BEB7EE944049 /* FIRComponentType.m */; }; - FA119CB1CD5AA6D7C2D655770DD44CBF /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B8873F76F64D54958F4F43B3C656B95 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA2606EB1669B4222DB02E53067C2A7A /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = C9685634765B7821B1E0E56263FE70A7 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - FAC794C320AAF42436682EEEAD564001 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 59F0B48E2FBA62F9676B3A6585C59768 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAFBF3352C961FE5DE821F3E9650143B /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 6582BD8DE647F5C6918C024643F81234 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA16B249189B0F49AB55391CE3F07FD5 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F1F974B1874639C7483968B8110E00F /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + FA4D803576E87480F661A614507AAFBE /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 212B3E8A0F962C4F9E1CA71EAAF59168 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA65ED6BD7B9267E7E931D1EC5E11ABD /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 742BDC4D7FE7F68512066FE49A3A537A /* UMViewManagerAdapterClassesRegistry.m */; }; + FA69CECC9599F784166C7C07A3D336C0 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E2541FB02FE40FF14C262B8CF5A76AFC /* SDWebImagePrefetcher.m */; }; + FA6E859C07588DC28FD9B6596B00E2FC /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 81EEBEC674F9C01123236D15412C1CF1 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FA8DAF65FEA652342B41C147C61585F3 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = F87A55F324FE008902BF82D31EFDB2DE /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FAA9F0DBD3672EF74CB64FAF375D4F73 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = E28F17B708FF6D7BF0387364A4607274 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAF6B57EDEE412A783FD3FD64B4DBF17 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D2B6006BB19A7A54512AEC40D23ABE0 /* EXWebBrowser.m */; }; FAFCFEADC58CB5BC49874CFEB7AB6508 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E7B0295D82864FFB32CB21701474509 /* FIRAnalyticsConfiguration.m */; }; - FB34ED6FE582A8710795FE3D084586BE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40DFC0A8322AC9195610CA69D84D1AB0 /* RNVectorIcons-dummy.m */; }; - FB665363C2F86EBE9CBF5715B0396EA1 /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4FE3FA0CEDA12B91E1EE8CCFB152E2 /* RSKTouchView.m */; }; - FBAB4E71CFAE7139C474A8D318BB5065 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 733E5B720E34554C2BF0A5CA0D862DB2 /* RCTImageStoreManager.m */; }; - FBD3DE7215517072139C51B0D082B1C8 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FDBF7ACB15C413E832E6AD0647B146 /* React-cxxreact-dummy.m */; }; - FC6294274CF3741A670254DFB47DDA3C /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B1CE5F1EFDE398FE0E6B177679214A /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCC887881586BEC4B9D0A24B7E3A2BB6 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 52FFE3CADEB382300579DE3F35D0ACEE /* EXFileSystem.m */; }; - FCF21519D6B7BE358AF1AAACC5267EA6 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FDF15F80C21555D81330357F959DF99 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FD032E626C412BA98E2BC74EF0B1E8A5 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A648C555E1D7692D0CCDA26F4950FF7 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD1EF174E68057114F0376B4011F97DF /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 00915BD9A975D7FA121910C7FDCCA961 /* RCTPropsAnimatedNode.m */; }; - FD4D403AFA11EE422150AC5DAE570544 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6A9763C1BE93CFE2C4E4114BE7DA38 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB2AB601CE30B50C52921DBD1469CD0A /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 2861DB9BED90FA5A2DC0C87D5B3B1A1C /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB955584CBB40819ACAC058C4AC8F0C8 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 0060114C8EB1CBBCEAA531878A0AB9B3 /* SDWebImageDefine.m */; }; + FC3201D989A8AEF8096F672AAB5DB4ED /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7FD95C66223B2E3CB1031285EDB2CC /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC439541E4BC6552A0E0D3CC0FA615B1 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = D1FBD62950719376F05F4697B1468736 /* RCTBlobCollector.mm */; }; + FC73CF45898655A99060A7A3CC51958A /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD63E97AEB3BE6BA1DAD07BF30EF33E /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC9D06B2BA81AB550D39C7F888F1A0F2 /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DDAF4B192DF0473F1216B28425F6712 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCAC44D7399A320F0123BA4755E82A42 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B47590F1860BB9DCD48DFC7D08AB92F /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCD5E945BA52D8B95310D76FC86CBDB0 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5623283A57140BEDEF6310769F9C2E9E /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + FD4E0CFE6296EB3ADF2A77D0A6CC923E /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 84694AFAAB02860A38179C1A3124300C /* RNFirebaseMessaging.m */; }; FDB26EBD819C5A2BB1F50EC60362ABB8 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 6368AE99168C21F787D01D4BA98CBF5A /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE03683C3C7885F6C4B6B854632A68A5 /* RNNotificationsBridgeQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = A1E3320628D36075160060A29DE6CB76 /* RNNotificationsBridgeQueue.m */; }; - FE18ECF7C1342F3C42695E09640013A4 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0C214178E74CCFED66709F3767AD0 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE201FC917473721A69FA5AFF303CCF3 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = FF90E4848AA24DC6F112BE69EAB61437 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE338EDDB5AA47808DBD9A1AF928C5E9 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = D71057CA989854C0BD301F3334BD0B18 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE45A8CF64430504EFC1744BE7BE0945 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EBFAB8C18A665C845C99CBFDEF6D38B3 /* UMReactLogHandler.m */; }; - FE512DCE25B03DFD74C4E4E8C9AF1510 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3E3AC75267352F336884AA81DEB77A /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDE46D992AB2ACE80620F0D283B4E119 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9FCA876EBCE30898610B9F33A4F4392 /* RCTNativeAnimatedNodesManager.m */; }; + FE3AB4240DCBA7B6CD47FFEF8B890EC5 /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA857A38CE2E0FCCF8D14EB9961AAC0 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; FE77EED2AF2BDF9D1E4C513A2E0DCBEF /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 56BD8DC99EFD020787B5AAD11C09F6BF /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE94585A0D7E97CD7901967F2ADBCD6D /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CDA457CE48253B14A5529C7814FD06D /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEA13FCE2569D5414DC30AEB9372CDF1 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACA578AB1170F7872359FAB4FE14C589 /* RCTUITextView.m */; }; - FEF302FD5C2E107B2D45A7A753291A49 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 888366C0500620E36712F9EC62E7A768 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF48CA5F926F145C37C70922C46348F0 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DED98470F61175C5870503D815D5A471 /* 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"; }; }; - FF596FC4B4D7165694AD01273096D3CE /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = EF19642901E73647AFD6A32518B1FD53 /* RNNotifications.m */; }; - FFBCD3BA7BAA7F027E7EA3CCD39F067B /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 19721E466C590D5586EC94A4D08F183A /* RCTAnimationUtils.m */; }; - FFE08F63D05534C4CFC43A45FB93A119 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = D918BC2E9687AB9F27FD3D2CC137999E /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEAD6CFCC05C3D34369E244A1E888F14 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 28A0D4F3AEEBF0487345FE52261E44BB /* LNInterpolable.m */; }; + FEB07EFB2C84C847FABC4E42A30B7DDE /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA4BBC906D3CBE8B9F9CA705A03A69FF /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FEBEAC3EF6DAEA0350B7DA0D2D903762 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9720869E87068CAA484245F8BDFD2E0A /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEC3971F0BF603B76D5980E2C6813E41 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E85D1A56579BA7BAD8118CB90F2D9D /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FECE4ABF480E9020E15AC13536FAF041 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C15F678CB54CA0D4C9CD99FFA56D255 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FEF0F5AA5ECACF083AF0155CA9D793EB /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */; }; + FF1ACB706A6B7CBDEDE5E56103C77869 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = C51B90996CA8726CECB45C7624FFBDF6 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF3F0D6CFACF2219E04A2E864C7D1BE3 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 888366C0500620E36712F9EC62E7A768 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF6F2ADCDCD0719E721520B6A3AFF8C0 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = BACAB38DCA2B3DD736ECA4E48EFF9151 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF92999B21618888F3DBE8F78BD2638E /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = AB877D31EAC68FD16AADF8D4B983CCAD /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FFADF494A1816A49B6B4C4AC89124B96 /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FFA728870CFA02E0CEFDA37D39A360 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 012C5DA3D86EFE5FA17DD7D8AC788158 /* PBXContainerItemProxy */ = { + 0085E75085B2BDF6AAE59561CD511225 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 49671D93ABEF7B79816BFCEDA4818018; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = 76B0EDFC91EA4A672DB56E46044E27E0; + remoteInfo = SDWebImageWebPCoder; }; - 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */ = { + 00AA0764025BD2FF3A87027AD4AF868B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; }; - 019CF04E6521EF665A846F85C5E057CE /* PBXContainerItemProxy */ = { + 01D9100D84BA04973F1AA37EA303A98F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = 6BFF63EB65229754461AE235A2D9DFE8; + remoteInfo = "react-native-realm-path"; + }; + 01E18CB6577772AA25010639664FCD22 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 09F1FC25963913E654C70CC471A5F75C; + remoteInfo = RNUserDefaults; + }; + 04C710E6D26B5E142E0536DB07F9BD44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - 02886081CAD75C01DAE77299524463EC /* PBXContainerItemProxy */ = { + 0537D4257281E55E828CF180B484D0CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C32D55FEA182722BB25597D4E80E67CB; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; + remoteInfo = FirebaseAnalytics; }; - 02FE5E2092068C810EE2B74862967E73 /* PBXContainerItemProxy */ = { + 06D9B0D00EE9BB621111C655DC9B1478 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; }; - 06198EABFFC54FBA9D86E589418D6CF5 /* PBXContainerItemProxy */ = { + 07EC1BFFBF2A439C61FEF45283F25AF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96AD9E66465072A50C86623B0973086B; - remoteInfo = "React-RCTLinking"; - }; - 0627110ECAE64CFBF41824E68A5188A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; - }; - 07620971CAF840AC308E8171563FC53F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2204E533997A82F0D6F7AD16CE4C7106; - remoteInfo = Folly; - }; - 0A7E96F42AA4D8B607EF139A74662B8D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; - }; - 0ABD54CB37C42BC7CD031640E850A391 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; - }; - 0AC106332E0E79D239C51160794527BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E07EA1A35FBB3A986F484EB01CDD5527; - remoteInfo = EXPermissions; - }; - 0D2561E7CD9AEBAF7FF6E07D097B909E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2039495C87791A1938EC6C0922E5B33; + remoteGlobalIDString = 8F45415D70B4B8AD22EE66ABEECB2F1F; remoteInfo = "React-RCTAnimation"; }; - 0E3802B174022F3D41B78E24287FCACC /* PBXContainerItemProxy */ = { + 0912215FD50E4757E3ED001182359384 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD356B1CDB2188451AB519896EB39251; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = BEB1CE836D8C73E87E13A613FF4260C8; + remoteInfo = "React-DevSupport"; + }; + 0B5491F10FF49168E65B9B1DC2647008 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; + }; + 0BC6C3A47F09BAE3313478D81F907AED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 45018F5317EE8A727FB05D4B61A678A6; + remoteInfo = EXHaptics; + }; + 0E2B8D262E454C8B9354DB4B4C04C170 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F74A498BC0FACF43CAB2708F922AE3FD; + remoteInfo = "React-RCTBlob"; }; 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1651,397 +1634,250 @@ remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; remoteInfo = FirebaseCore; }; - 0EF027BE480CD7042B6E49C8ACC55301 /* PBXContainerItemProxy */ = { + 102B1E29126D1158267A7DFF42E7B454 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 645DEAED47D48A55A088EE2AD4BCABE9; - remoteInfo = DoubleConversion; + remoteGlobalIDString = CBE6EA70C0DEECECAE16DB00717145E3; + remoteInfo = "rn-extensions-share"; }; - 0F9412D82EC4BE22D9AD41DC7FCE9B0F /* PBXContainerItemProxy */ = { + 125F1DB6631DB6626783406B6F7F8145 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DECE7A88581E5117E7A465B57E55D658; - remoteInfo = "React-RCTVibration"; - }; - 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; - }; - 122D877346CA95AA6FFC8E2FCC4E6F3E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BCFAED62710F274CC587CEB62B9A16A; - remoteInfo = "React-jsinspector"; - }; - 155FF57DBAF70B99F597CDA57DAFABF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F99514E34D566400A205BF4ECBCC208; - remoteInfo = RNScreens; - }; - 1620C249A30E5F5A66F2A68EF883C6E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 966EA574C8E1C978B04E5737F2A7254B; - remoteInfo = UMReactNativeAdapter; - }; - 16B55D55B7E6DE15798B55C2F8D336B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - 1709D4658964717AEF3A462376982780 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 76CC3A2D036B8B64B5F70A7078274100; - remoteInfo = UMPermissionsInterface; - }; - 182C486F6054D77F6D7A307409870A10 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 645DEAED47D48A55A088EE2AD4BCABE9; - remoteInfo = DoubleConversion; - }; - 18682804CDACB76AAA5D1DD200EF19DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C32D55FEA182722BB25597D4E80E67CB; - remoteInfo = "React-RCTSettings"; - }; - 188972E57FD1E44BE88EF2A5C8CF70C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; - remoteInfo = FirebaseInstanceID; - }; - 1915E6050B8D2C87B062486D1176B86C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 1A4D134F9A24D52897CFB38960337D2E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 1A8987716EA92ECF314F81B6F43CF3FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3FC033051FA5676AC2B6B1089FD2A59; - remoteInfo = "React-RCTText"; - }; - 1AA2DF237A4BE903A47ADFDC76FF592F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; - remoteInfo = nanopb; - }; - 1BB416B4D9B19D8D877ACA114B4F6C15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2204E533997A82F0D6F7AD16CE4C7106; - remoteInfo = Folly; - }; - 1BFBA4059FDEB67DEA1FBE37BB39E705 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; - }; - 1C1468239650C5A8D1C1AC0B8E068627 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 1C8FE406DC1AA8210B446F82FA90C175 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA0A6F2AE959EF86430EB3F762F0D878; - remoteInfo = "react-native-realm-path"; - }; - 1DC9733E57DC707D94D1350B87D5CAB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 458293E00EF1C1F42778F9425AD34AA4; - remoteInfo = UMConstantsInterface; - }; - 1DCD767D603D20C495F2934AB9D716E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1DBC3090C8BE77C9F4202B0421E0791E; - remoteInfo = glog; - }; - 1EF2EAD1600C47952A818C16C4DF9843 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9562090F28DE880A62FCD90995380CCB; - remoteInfo = UMFontInterface; - }; - 1F527393EBF58A76A0EC298A6010A084 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DB237E8066967D4995D9FC2BA645D09; - remoteInfo = "React-RCTWebSocket"; - }; - 213564F23047B277074FF21BECE2730B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1DBC3090C8BE77C9F4202B0421E0791E; - remoteInfo = glog; - }; - 223D0220920097F764A9433D4F4BA69D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C32D55FEA182722BB25597D4E80E67CB; - remoteInfo = "React-RCTSettings"; - }; - 2402F8B3043292AB1CF17F6734BEA9DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 919D9DC0A51EE5D3E459FBEB73B8B955; - remoteInfo = "react-native-webview"; - }; - 26D4F4586A963BADF31F5AB3D03C580A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1DBC3090C8BE77C9F4202B0421E0791E; - remoteInfo = glog; - }; - 28EA5CB331F2D075085C0E81805FB953 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3FC033051FA5676AC2B6B1089FD2A59; - remoteInfo = "React-RCTText"; - }; - 2A9C2877B1E8853745169100D9EFF290 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B11E238094137347E8790BFEB1BEF01F; - remoteInfo = EXWebBrowser; - }; - 2B21298DC2F6FB293E92ED8F0837E292 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 2C930882DE88D72634423AEB22EBCEEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - 2CBF2BFB135AC7E1E0A0157475C4CD06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12853C280DA2A0481D23B289724433; - remoteInfo = "React-jsiexecutor"; - }; - 2ED7614DF9305C2A1105452D756112BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B4C505DE6DFFC6EB6319CEDC08B364D1; - remoteInfo = RNDeviceInfo; - }; - 2F05E625907FFDB965D17A0C49790706 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 98E4FA9206DB3CD4B583BFA69BC2FB2C; - remoteInfo = "react-native-document-picker"; - }; - 30D06AB388A7ED4BE63A7FC1A439F975 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 919D9DC0A51EE5D3E459FBEB73B8B955; - remoteInfo = "react-native-webview"; - }; - 31542E45ABFC7017505F93A0FC4FB604 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B2A241066DE910F55AAE47D3A045F76; - remoteInfo = UMBarCodeScannerInterface; - }; - 31E032B0DB869749D02374BD048E7594 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4C21E5387C02BFF1BCC718904F7DBCDC; - remoteInfo = SDWebImageWebPCoder; - }; - 31FCBC201B047EC9AF348E1A446DCB9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; - }; - 325DF460B237D8959A4F5055C8930746 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12853C280DA2A0481D23B289724433; - remoteInfo = "React-jsiexecutor"; - }; - 327F4560048036858B503C6779163331 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C8896B616E4A848E70C80E6B7334B632; - remoteInfo = "React-RCTBlob"; - }; - 335CFBD40D03751A7B9632C5752B1309 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 528ED92DB13350266F8213EE54C8BFD5; - remoteInfo = "React-cxxreact"; - }; - 354DEAECE121D2E78F8FC63DDFAE09C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2DF34F420B58C0210AA4365D70A9C93C; + remoteGlobalIDString = 01A9BA237967EA72D90C865B89F2EBBF; remoteInfo = "React-RCTNetwork"; }; - 36DAFA4504F74B14219ADA5AC187ED04 /* PBXContainerItemProxy */ = { + 1561C3FB68BC3FA63A24F272F04B4638 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6AB9A1E08C9212B7012060492EB79C26; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + 16C01CA79D4F011F7AEB2B2C1E057865 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A88D56618644DA6D24743D608EED79AA; + remoteInfo = "react-native-webview"; + }; + 16FA4870215F1535CD73AE1F9154BAD2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 031F6220C2D49E4AD5F61FAA0ECADF64; + remoteInfo = UMFileSystemInterface; + }; + 183C22F2CCBEB4815FC22E849D691BAB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 240504C276270018DE05B3D0F038B1E5; + remoteInfo = EXWebBrowser; + }; + 19B7BC93799D0C7C67EDE7E8DA443FED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A15CD84BD492426DC82F44685C9083B; + remoteInfo = "React-cxxreact"; + }; + 1C0BCBFB11E2220B26F422AC4FCBBC2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6ED4A9C0E44E782CA0396DD39B827099; + remoteInfo = "React-RCTImage"; + }; + 1F3B266634ACB4F62D9B5F694FCD12E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; + remoteInfo = FirebaseCore; + }; + 1F5909D91580C6825A30BABEC0A3988A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F74A498BC0FACF43CAB2708F922AE3FD; + remoteInfo = "React-RCTBlob"; + }; + 20DE48B29BF64C15F639EE4153D8B6F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 41A27ACB01F70C8C5C3ED9278AA25AF7; + remoteInfo = libwebp; + }; + 225996DB1DB05A02909B83F47F0811BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + 2487BC06B6E5A81057F4BDFD67EE8133 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2F8CF410B0326B6DEB5A2CDA4E2A2D8B; + remoteInfo = EXConstants; + }; + 26FA4167CF6B3D2B09278D0684520A12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 41A27ACB01F70C8C5C3ED9278AA25AF7; + remoteInfo = libwebp; + }; + 2A87867E8824910284FA0B0A2DD0E890 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 940584898CBF891FCCBD5FEB550AE7D5; + remoteInfo = "React-jsi"; + }; + 2B631326325C1CCB59ED5547647695DD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; + }; + 2DB2792861356D3DAA4B01123B2F79A8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; + remoteInfo = FirebaseAnalytics; + }; + 2E057B580FE4F7851A529CB1FBBE7675 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; + remoteInfo = DoubleConversion; + }; + 2E2694529764D53BBC0D93FC628E034E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C0492A956A6727A42C28F23A51D9CE02; remoteInfo = RNFirebase; }; - 380B7396ED4A0D6C6B28B9EE9D42925B /* PBXContainerItemProxy */ = { + 31BCDAC98D1058EA27CCE75A677CBDDE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 528ED92DB13350266F8213EE54C8BFD5; - remoteInfo = "React-cxxreact"; - }; - 3990DD2A084EF2FB57C4A0DE3804C348 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 645DEAED47D48A55A088EE2AD4BCABE9; - remoteInfo = DoubleConversion; - }; - 3A080DE849D395971ABADA067883FF00 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9796048FF7E134083560FA57C0A09FB3; - remoteInfo = "rn-fetch-blob"; - }; - 3C6CB787FEE6999116ABD729BB02495F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - 3CA0C0693F7D4B7207D2415FFF1201FC /* PBXContainerItemProxy */ = { + 329C10DB29FA807268AA2ECB8C0C3CDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FD0F4E74C14C4B5B552686BD9576466F; - remoteInfo = EXFileSystem; + remoteGlobalIDString = 09F1FC25963913E654C70CC471A5F75C; + remoteInfo = RNUserDefaults; }; - 3CC2EA99A4F73187F7A2CD42265AD7C9 /* PBXContainerItemProxy */ = { + 333B6FC2EF0E301404C80EBAA57FCAC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 645DEAED47D48A55A088EE2AD4BCABE9; - remoteInfo = DoubleConversion; - }; - 3CE12525FC73E81B8DC468274B077D13 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 458293E00EF1C1F42778F9425AD34AA4; - remoteInfo = UMConstantsInterface; - }; - 3E1C1EC4408494D103A47C4C7A553612 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - 3F4A0C89F205ABEDFAE9534FFF595F18 /* PBXContainerItemProxy */ = { + 33FB28B86B696C1280246B3627E53E13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 528ED92DB13350266F8213EE54C8BFD5; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 46B8C172A3410E1C530F6E2A1D20AC3C; + remoteInfo = UMReactNativeAdapter; }; - 40676594F3B472DAFD4C524E064F37AF /* PBXContainerItemProxy */ = { + 34CA799A428FECB51A1AEDE488CC1AB0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; + }; + 358715F568BDED659F37451663F69841 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + 37D945625ECEBC8CFD8C97D84CB9CAC2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01A9BA237967EA72D90C865B89F2EBBF; + remoteInfo = "React-RCTNetwork"; + }; + 380FA933B54CFB321BE13EA31D2B9F07 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A2D209CF47F9A1371EB8ABD4E8E9BE76; + remoteInfo = SDWebImage; + }; + 3ADD49249A2E2718506D9C69C1823CF7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; + }; + 3C5467DF3078884AECB01D57530227EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CC1C921020F74D84A65DCA50ED477F91; + remoteInfo = "react-native-keyboard-tracking-view"; + }; + 40990D3E3C283BDA0851BE5E963AB28C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - 40E6B98622E31CA700C0ED0267FCD129 /* PBXContainerItemProxy */ = { + 40C81DD0D13986A5E09F9ADDE9F6F008 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 618670D09032F19B46AF1FBDA9923E6B; + remoteGlobalIDString = CC2BC3A15EC58E2862697C87EE2717B9; + remoteInfo = yoga; + }; + 40DBD9DFF4C1F773FD6BE1F7919342D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + 411C18168052FC1CC34D28F23B49B779 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A2D3E1472FC63D93628C4A1CD76B048C; remoteInfo = "react-native-keyboard-input"; }; - 43FA659F06A072DF70D893D93606A86D /* PBXContainerItemProxy */ = { + 4451B8833CDC5155049FA42801B1A5A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E9E3AD07DBCF9200C61AD3238F10F0FC; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 9E5F89794487A4D31F3E4B4C7C6E6203; + remoteInfo = RNScreens; + }; + 4543004E25A81DF531C113105C253A22 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; }; 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2050,13 +1886,6 @@ remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; remoteInfo = FirebaseCore; }; - 4557CABD88955CBB5E15DB9437FEE339 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C836169522283AFFC01E381229A3449E; - remoteInfo = "React-RCTActionSheet"; - }; 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2064,103 +1893,145 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 474A37CD4DDF87EF6A2EE1DFB29D8FFA /* PBXContainerItemProxy */ = { + 46A9A8993C5C7AEA05C193186EC39E78 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DECE7A88581E5117E7A465B57E55D658; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = 6C602F8A6A29C09902789E61591B4317; + remoteInfo = "React-RCTWebSocket"; }; - 479D7E81879770588E10FF218A202D6C /* PBXContainerItemProxy */ = { + 4762578339203879A4ED497AFB6E65AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; + remoteGlobalIDString = 3D46F4674A72D98AF9C2A357DD1D534C; + remoteInfo = RNVectorIcons; }; - 481B7C9AEC3269BAD480FB9F266616A9 /* PBXContainerItemProxy */ = { + 489758CA800847CE4FF15E4529EF5240 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9796048FF7E134083560FA57C0A09FB3; - remoteInfo = "rn-fetch-blob"; + remoteGlobalIDString = 6BFF63EB65229754461AE235A2D9DFE8; + remoteInfo = "react-native-realm-path"; }; - 482FD0F4CA23A631181CD3D49A13BCFC /* PBXContainerItemProxy */ = { + 48A219991CE18ECB6FAA3E02C8EF5387 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 4B8E25417AAEA112DBA9A01FC8CF9869 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1DBC3090C8BE77C9F4202B0421E0791E; - remoteInfo = glog; - }; - 4CA8229FCBD5504985F3147DE25F8170 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9562090F28DE880A62FCD90995380CCB; + remoteGlobalIDString = 42596A45EBB71AB1A96330476B19FB67; remoteInfo = UMFontInterface; }; - 4D3674DAE0DC850CCF8C9FEC0F5A6821 /* PBXContainerItemProxy */ = { + 48F42C1BD7FB9A432FE34405D50FB0E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6AB9A1E08C9212B7012060492EB79C26; - remoteInfo = RNFirebase; - }; - 4D65B1FC86972A9ABAB5B6252AA74DD7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D1DC98384D018186AFCB20F988CF3458; - remoteInfo = "react-native-splash-screen"; - }; - 4DD8A44EB111E24C5CD5205A9AF4315C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C8896B616E4A848E70C80E6B7334B632; - remoteInfo = "React-RCTBlob"; - }; - 4FB90069FBB57028B2AE03F6925A666A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5F4262955306D07C956AA7D0CA50549D; - remoteInfo = RNGestureHandler; - }; - 508238D6698CFB52103CC763E08A4855 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4903CAEAE5D64F277012A848C645658C; - remoteInfo = RSKImageCropper; - }; - 52E1930AC136B3DA0DA1D5BE887A51BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - 536C0844E5DEB9A3B3B34CBC13D1E24F /* PBXContainerItemProxy */ = { + 49FDCB5397895F66FEEC1ACDFE2597B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4C21E5387C02BFF1BCC718904F7DBCDC; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; }; - 5390F1366943C9012AB7E09FD2B77D15 /* PBXContainerItemProxy */ = { + 4A2939E2999FF9F33C2F91FBE6D647D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8DB237E8066967D4995D9FC2BA645D09; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; + }; + 4B7738E1DDD23C41DE9400671FDB6D47 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CF49050485BE5CBEFF2CDD050898370F; + remoteInfo = RSKImageCropper; + }; + 4BB0CA00B565ED9470E5C875C937DCF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D0816301F6CEBE4FBDA197F8FF33076; + remoteInfo = "React-jsiexecutor"; + }; + 4CA3825E9F688797CFA38F954AA1A33D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D601F4DF05759D283B5E468ED87B1030; + remoteInfo = UMTaskManagerInterface; + }; + 4CA60D19D3748E498F5165EF2A4BC618 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DE3C1ADCD852EBCEE604A558D45AA4C; + remoteInfo = QBImagePickerController; + }; + 4D153A4968586CAF25429D09EC137B1B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E32787950696B75FA5E263E5CCAB9FDB; + remoteInfo = "React-RCTVibration"; + }; + 4D868DD673E0BCD75FCE3AD3B286CA4F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 031F6220C2D49E4AD5F61FAA0ECADF64; + remoteInfo = UMFileSystemInterface; + }; + 4EBCDE9FDF9840EFCCBBDB5DD6E4F9F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 940584898CBF891FCCBD5FEB550AE7D5; + remoteInfo = "React-jsi"; + }; + 4EF861DBD3F57287D0C7538EA4CDD395 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; + }; + 4FE5C1B7B6AF115E258DFB85EC876EAF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; + }; + 514F419F795C70B68E63AB7F5956AA1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5ED05858D3E3C1599A062FB1C45FE359; + remoteInfo = EXPermissions; + }; + 51517BC62DD93F5703DAFDE659E1B48A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6ED4A9C0E44E782CA0396DD39B827099; + remoteInfo = "React-RCTImage"; + }; + 52E81CA9167461A64D6B78D4658BF300 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; + }; + 52F1E9F46E9621F1434D85588387F4B3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8B5C8AF652AE6B80A89243C59EE8D789; + remoteInfo = "React-jsinspector"; }; 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2176,40 +2047,75 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 57654508D9F0B7A9D3FC3A50BDFA07A2 /* PBXContainerItemProxy */ = { + 552113D514440DB81A94C04F4FB081C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 8B5C8AF652AE6B80A89243C59EE8D789; + remoteInfo = "React-jsinspector"; }; - 58685BC668080D5D23EDE564F8A08760 /* PBXContainerItemProxy */ = { + 5537675BAB41E04664B4F686B1F64D2A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 9856D7AE82CF0E8587628DB4576F1654; + remoteInfo = "QBImagePickerController-QBImagePicker"; }; - 58933FDBE62B3C6ED2331FFE673022D4 /* PBXContainerItemProxy */ = { + 555A0159C96E34F5E191EC93AC872977 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C8896B616E4A848E70C80E6B7334B632; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 6C602F8A6A29C09902789E61591B4317; + remoteInfo = "React-RCTWebSocket"; }; - 597CB4A90586B935E705C8AEB9AE411F /* PBXContainerItemProxy */ = { + 55FD2B10C151802E58A86EC524344561 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04FCE79D0A22829D9A4EBD84294A52E2; - remoteInfo = RNFastImage; + remoteGlobalIDString = 6C602F8A6A29C09902789E61591B4317; + remoteInfo = "React-RCTWebSocket"; }; - 5B2658B90B11A57FECF11CFA9F98FFD2 /* PBXContainerItemProxy */ = { + 56D7EA0F3F6A9B524F2CBB814959CCA9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5F4262955306D07C956AA7D0CA50549D; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 42596A45EBB71AB1A96330476B19FB67; + remoteInfo = UMFontInterface; + }; + 575947E19650C3F6E3FE9C9C089C7E43 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; + }; + 59542883C3DF1026FAAB66E071B64337 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8B5C8AF652AE6B80A89243C59EE8D789; + remoteInfo = "React-jsinspector"; + }; + 5957708ACE63A1409FC641C7B9A13C12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; + }; + 596CB0819701CB2FBC94206F3FEA8414 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1235A03F7DFFF02CBDBA4F307A53B14E; + remoteInfo = "React-RCTSettings"; + }; + 59A71D7493D9573EC8E8F6F1E8E11976 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; + remoteInfo = FirebaseCore; }; 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2218,187 +2124,166 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 5C5738B2D1B4CCEFCE5C3BA5EF1F62BC /* PBXContainerItemProxy */ = { + 5BE4B47B6B6C7757064140117486CC0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4ECE1108F140208A729A83BC94FAA150; - remoteInfo = EXAppLoaderProvider; - }; - 5C671B5B5A243402FC7F84901CF5984F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; - }; - 5D819912BCFC3668F4BD657665A65F90 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CAEFA118491E382CE5B574F2E27E94EC; - remoteInfo = "React-DevSupport"; - }; - 5DD3117A826357735022D9A8AECA1A62 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; - remoteInfo = nanopb; - }; - 5F10BF65396B39B30D4BD2473F5D36E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B3C26471B7A1783724AB9857B72F9BB9; - remoteInfo = "react-native-orientation-locker"; - }; - 5F3172349CDAA90784D5EEA32354D479 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2DF34F420B58C0210AA4365D70A9C93C; - remoteInfo = "React-RCTNetwork"; - }; - 5F8A8112FC8A8F5D432FDCA08949C45D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B3C26471B7A1783724AB9857B72F9BB9; - remoteInfo = "react-native-orientation-locker"; - }; - 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; - }; - 6679E1BDE3BDB7D4F275EAE5D59DD1C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 6B468F3609E20E7325C409C25D9A5B25 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 6D13A1292331682FD8697189806100C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B4C505DE6DFFC6EB6319CEDC08B364D1; - remoteInfo = RNDeviceInfo; - }; - 6EA9DA161785AFC3A1A0AB33573FD4D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; - remoteInfo = GoogleAppMeasurement; - }; - 6FF6FDFD93729426B66562B9418AD3A4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 959E0025C98D0201AEDAE0CEA5C2516A; - remoteInfo = "React-RCTImage"; - }; - 708DF41CEB670D9B332D1B8781188352 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F0102D23D459EEB56B02B903CCDB36C5; - remoteInfo = "QBImagePickerController-QBImagePicker"; - }; - 724D2FF402410226710B0313E9ED4E98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CAEFA118491E382CE5B574F2E27E94EC; - remoteInfo = "React-DevSupport"; - }; - 72855BFE63802599209D395AB46E9B31 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - 72BB65B3AB5E909A203D0BF13A424075 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68378979F5877023E3281780FBB7481E; + remoteGlobalIDString = 940584898CBF891FCCBD5FEB550AE7D5; remoteInfo = "React-jsi"; }; - 7412944D8F1F36C93892B1F4F672B073 /* PBXContainerItemProxy */ = { + 5C18A82DEC1E4DFCD36BD4D17F0E9ED3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B1BA8B3E53682DD179F7BFF8F2C8B75; - remoteInfo = EXHaptics; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; }; - 753797724EEDF80746FB252F2A07ECF7 /* PBXContainerItemProxy */ = { + 5DD5A1A33287EE231BDA0712BED29384 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2039495C87791A1938EC6C0922E5B33; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 037B3080D17C0918F3E81F3A1BC9210D; + remoteInfo = UMPermissionsInterface; }; - 7736B89CFA6AB6D05F7DCC59AF193712 /* PBXContainerItemProxy */ = { + 60988FD485E0D2A23673D5FCD2C5E415 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7CEF81CAD5237DFC20F8D2F5C20ACCD; - remoteInfo = "React-fishhook"; + remoteGlobalIDString = D6CDBA4F567B018F442382D2520D6D27; + remoteInfo = UMConstantsInterface; }; - 77F0DD2515107E42839E857A018235A5 /* PBXContainerItemProxy */ = { + 611276F238B38A43BC3349E0F3E90CBC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3EB40F0A847A936227A474B5E8D66BF; - remoteInfo = SDWebImage; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; }; - 7852669135EE0E26E81CC0A711CC4CDF /* PBXContainerItemProxy */ = { + 627CE0266687F23DB9AC4E3D28730C67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD356B1CDB2188451AB519896EB39251; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; }; - 788C2623DD63BF8D47FDF37EC66DAFC5 /* PBXContainerItemProxy */ = { + 6301C04CCE538629CCE81C15728B19E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7CEF81CAD5237DFC20F8D2F5C20ACCD; - remoteInfo = "React-fishhook"; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; }; - 789DC4C666BBA490498ADA2F052E1C3C /* PBXContainerItemProxy */ = { + 67A83FA81DF8F1C2062B32B210FDD39B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2039495C87791A1938EC6C0922E5B33; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 79C1A2CBA6641D19D3387E565BDB9E68; + remoteInfo = UMBarCodeScannerInterface; }; - 78BA81B6D0135F0C250A075814D97CF2 /* PBXContainerItemProxy */ = { + 6819B8E7BD27A338B035823394F48203 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B41A5688DB0CDE458BCF4B286AE9D098; - remoteInfo = yoga; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; }; - 7A10446828788C2CD48AA815BD8C5531 /* PBXContainerItemProxy */ = { + 696E32C7C27D91EF9EA94984EACB2859 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2DF34F420B58C0210AA4365D70A9C93C; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = 6C602F8A6A29C09902789E61591B4317; + remoteInfo = "React-RCTWebSocket"; + }; + 69EA86F23BB35EE9801F445E1262B043 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; + }; + 6C7A149FF1E9B62C4873A0608CEEF571 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; + remoteInfo = DoubleConversion; + }; + 6E699DA7E937401E9D6B8439DFFF5968 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5F5A7ABB9250359B65C5898C226972A3; + remoteInfo = "react-native-splash-screen"; + }; + 6EBD4147E8704F26EA35A3AABEEE5DBE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + 6F017BBCC6BB7C46256B1B47A44CB279 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7094569F2488F4CA30A017B4CEA25032; + remoteInfo = "rn-fetch-blob"; + }; + 70F37C141BA487162A565A5A71134D97 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037B3080D17C0918F3E81F3A1BC9210D; + remoteInfo = UMPermissionsInterface; + }; + 7111CDC25104701D2EF97D3AE0D3DD08 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BEB1CE836D8C73E87E13A613FF4260C8; + remoteInfo = "React-DevSupport"; + }; + 725DBB7CAF49F608658EE718BEEEA395 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9E5F89794487A4D31F3E4B4C7C6E6203; + remoteInfo = RNScreens; + }; + 72ADFFA428D61D7D79DFACE287F8161F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + 73516B93DFD9AB8D910E74061EAF2E12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CF49050485BE5CBEFF2CDD050898370F; + remoteInfo = RSKImageCropper; + }; + 750BAE4324F46F8044A4593AD5506223 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + 77E0EC97180BFF62164FE73B5F44A223 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9697ED9079A6935BE55AEC2E2C236A25; + remoteInfo = RNDeviceInfo; + }; + 788A1B53C361495E934C835A7330DF36 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFADBFF995FA59153BF4BFF831937E6A; + remoteInfo = "React-RCTLinking"; }; 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2407,306 +2292,334 @@ remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; remoteInfo = FirebaseAnalytics; }; - 7B4FA6C84C88A46FEDFD9F731FFDA813 /* PBXContainerItemProxy */ = { + 7BA02D5A2408F592B0536F47F514B8E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; + remoteInfo = FirebaseInstanceID; }; - 7C41F74BCB3A9350354C760868FDEC46 /* PBXContainerItemProxy */ = { + 7D147A27266008F3171F4CEE63A08AA5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; + remoteGlobalIDString = A2D209CF47F9A1371EB8ABD4E8E9BE76; + remoteInfo = SDWebImage; }; - 7E96C00D1BCF20116F167E2D4AEB8BDA /* PBXContainerItemProxy */ = { + 7D3D1563B162BEC40F38F5D46D78D2E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = 0CACAA2090CDFE53847B4982708DA0C0; + remoteInfo = UMFaceDetectorInterface; }; - 7F88C828AC2F9CAF604856296AD137BF /* PBXContainerItemProxy */ = { + 7D63C1F3B7B5349E7789EB07DCCDD225 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; - }; - 869B24B0863463F74A60AC675AD955C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; - }; - 88293A0C7706A2DCD1BBAC206C1C9882 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68378979F5877023E3281780FBB7481E; - remoteInfo = "React-jsi"; - }; - 88732D301E15B05E5889A10D7DDAA50E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2204E533997A82F0D6F7AD16CE4C7106; - remoteInfo = Folly; - }; - 89B07D73E8ABD88C74D68565C8A08746 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C836169522283AFFC01E381229A3449E; - remoteInfo = "React-RCTActionSheet"; - }; - 8ABBB168BA4F949D210CC0C9AD452AF7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; - remoteInfo = GoogleAppMeasurement; - }; - 8D8A60BE7799D01ABD0C4EA6098A9C6E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68F0C188B4E9C1C7092217508F848185; - remoteInfo = UMImageLoaderInterface; - }; - 9410589784685449080AD9A51971EBDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68378979F5877023E3281780FBB7481E; - remoteInfo = "React-jsi"; - }; - 9420F17D89C830D5742246C12EC18203 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5D488505C2C2B7C420A54928E48A36AD; - remoteInfo = "react-native-video"; - }; - 94D21C088EBFB078C76471606358D752 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7CEF81CAD5237DFC20F8D2F5C20ACCD; - remoteInfo = "React-fishhook"; - }; - 9547BE986A523426A1636934C311717D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E9E3AD07DBCF9200C61AD3238F10F0FC; - remoteInfo = QBImagePickerController; - }; - 965443F402A60F28B817DD2D9C4424DD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - 96A59352BF4F46087F3FAAC2150953C8 /* PBXContainerItemProxy */ = { + 7DEC680401D734807D953AADD08041F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 98E36657352010CBAAC78E5CB9C3D8AB /* PBXContainerItemProxy */ = { + 7FEE66C353B76F8C5FBF83AC5FB24A0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8DB237E8066967D4995D9FC2BA645D09; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = 937F8A519C79095C763BF07054D07825; + remoteInfo = RNGestureHandler; }; - 9A2CD943073BF10145AED8D3E5E6CDB4 /* PBXContainerItemProxy */ = { + 85EEDFC4E819F24D874520D78E75EBE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F99514E34D566400A205BF4ECBCC208; - remoteInfo = RNScreens; + remoteGlobalIDString = C0492A956A6727A42C28F23A51D9CE02; + remoteInfo = RNFirebase; }; - 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */ = { + 8610BB883B78A065DB5F05EB9F2FC1B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; }; - 9AD0682AD67DB3BEB51F7225B1925EA7 /* PBXContainerItemProxy */ = { + 87837AE4E53A3B0B65DBB59897821CED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AA0A6F2AE959EF86430EB3F762F0D878; - remoteInfo = "react-native-realm-path"; + remoteGlobalIDString = CC1C921020F74D84A65DCA50ED477F91; + remoteInfo = "react-native-keyboard-tracking-view"; }; - 9ADB00652BB23FAB6E66AADE2CBA2014 /* PBXContainerItemProxy */ = { + 8796A4C0C45EE49A5AB364CBF875DEBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - 9C304CC44636AC4020882435733988E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - A20E94FCB58E125B0DDA328D5B7F69C5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2204E533997A82F0D6F7AD16CE4C7106; - remoteInfo = Folly; - }; - A260BED63157C83FC3A28414D7279434 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49671D93ABEF7B79816BFCEDA4818018; - remoteInfo = "react-native-notifications"; - }; - A697ED4C31BA83416DD4DABDBB050957 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D1DC98384D018186AFCB20F988CF3458; - remoteInfo = "react-native-splash-screen"; - }; - A6ED934FACE0DAFD720289EB5FC93627 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; - remoteInfo = FirebaseAnalytics; - }; - A77DD6E2284E980716D19FED6EF6E714 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12853C280DA2A0481D23B289724433; - remoteInfo = "React-jsiexecutor"; - }; - A8011742A7271D913ACC251207643F71 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 912BD21A871F9BCC399B6211788498BE; + remoteGlobalIDString = E3CA180101DC4BD7F3AFD727C8DCDF4F; remoteInfo = RNAudio; }; - A814F09D08D718BD27E9A4382A5A4154 /* PBXContainerItemProxy */ = { + 8828237D938C16A2E49D8BE034DC44B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 959E0025C98D0201AEDAE0CEA5C2516A; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; }; - A8A0A045C11208CB0BFD2D00B9719BDF /* PBXContainerItemProxy */ = { + 8A6B70F7759EB6A94D5DF36AA125C6CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1DBC3090C8BE77C9F4202B0421E0791E; - remoteInfo = glog; + remoteGlobalIDString = 50A940670A90AB8FB959E0A1AE922317; + remoteInfo = UMImageLoaderInterface; }; - A8CA0BE6C6A6DD48B074829CB06F2FCD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - A8F15F227D1CE482BC08141AB4EA81C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1DBC3090C8BE77C9F4202B0421E0791E; - remoteInfo = glog; - }; - A9B0CF90EB95A5E614AB4E37831797FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B41A5688DB0CDE458BCF4B286AE9D098; - remoteInfo = yoga; - }; - ACE1B98BE9594B62ABF825B5503A9380 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - B450DE82D375BA10411BBE01BD7B07F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4C21E5387C02BFF1BCC718904F7DBCDC; - remoteInfo = SDWebImageWebPCoder; - }; - B51D2276DDB865E63D7161F2CDC4A9CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E9E3AD07DBCF9200C61AD3238F10F0FC; - remoteInfo = QBImagePickerController; - }; - B582710BBBB026D3A7325F31320F20B5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; - }; - B5CCBEEA476CEAD0DABB82A78E3CAEA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5D488505C2C2B7C420A54928E48A36AD; - remoteInfo = "react-native-video"; - }; - B82E96FE4D5117F3B5A28347ED58E1C8 /* PBXContainerItemProxy */ = { + 8C3E3C6D8A4B39CB889628560186BC5A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; remoteInfo = Crashlytics; }; - B8CFE8DF9388BFC10E3D76C678CB330C /* PBXContainerItemProxy */ = { + 8D869BB1A83FC1EEF52C36FE8A8F5D5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; + remoteGlobalIDString = 4ACFFE0534A988E2B80B6B369A72D6DB; + remoteInfo = RNFastImage; + }; + 8E4DDAEE5B0734539CBC189CE435FFF7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; + remoteInfo = nanopb; + }; + 9119E4F8C0AF07BE6B190C0123891CB3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 76B0EDFC91EA4A672DB56E46044E27E0; + remoteInfo = SDWebImageWebPCoder; + }; + 91E4CC2CFE43747A3B7A2D2C061CE4BD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; remoteInfo = "React-Core"; }; - BA1F00BFF6BFC47EB5047788B67880BB /* PBXContainerItemProxy */ = { + 947014B8331A4DDAA01C8A819C0B7B80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FAAF4E02E860566B3DC4D95CD07D2F8E; - remoteInfo = RNLocalize; + remoteGlobalIDString = 8F9FB30742F24E06348CA6BB7BE816B4; + remoteInfo = EXFileSystem; }; - BB791E92B5BDF1F0249CB4036989C1A0 /* PBXContainerItemProxy */ = { + 95F8E01C81BA5B7B975366EF12D1E756 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; + remoteGlobalIDString = 3A15CD84BD492426DC82F44685C9083B; + remoteInfo = "React-cxxreact"; + }; + 983D0B2662982137DFFC458231DE4DF4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FFE7652D1DAC696C7D28E4C18D77A3CA; + remoteInfo = "react-native-notifications"; + }; + 9A5A6F0F5FBE7418CBAC1C371431DF70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5F5A7ABB9250359B65C5898C226972A3; + remoteInfo = "react-native-splash-screen"; + }; + 9AD5E8DA7A7FCDC690D64D8923A18672 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A15CD84BD492426DC82F44685C9083B; + remoteInfo = "React-cxxreact"; + }; + 9D69EAFB94380B9133EC519CB5783326 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + A2CEBEADDA3A4D47E74640D5226F3C8E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + A338918B9518320F81069D93AB89DDF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A2D3E1472FC63D93628C4A1CD76B048C; + remoteInfo = "react-native-keyboard-input"; + }; + A57FA5C40A1BE5F5C481358F3D88E137 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D6CDBA4F567B018F442382D2520D6D27; + remoteInfo = UMConstantsInterface; + }; + A61EB1CFAFD85E4B7B386BAA65E7B50F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + A7C477F16F437F0AFFBF067E258EB1E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; + }; + A89FBA56E654E8DDFB7DB850267B3AF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F74A498BC0FACF43CAB2708F922AE3FD; + remoteInfo = "React-RCTBlob"; + }; + A98606130E5BD8EA5A36E15AB758510C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + AADD210D1F940E270E559A5AE73B7D04 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; + }; + AB284017B968D6AFC03C2DA828347446 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1B2D57F438BB2AA7350DD32E7F4F4AA6; + remoteInfo = "React-RCTText"; + }; + ABECE650FA725EF79E55E29549500E9B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + AC646C1DF996F8B93345E8D2EBB3C7C2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CC2BC3A15EC58E2862697C87EE2717B9; + remoteInfo = yoga; + }; + AE9C813E394B6F322BDCBCD97EBFEBBC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; + remoteInfo = DoubleConversion; + }; + B146953CEEBDD0EF4706C3A9BB37040B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + B2989C95679589D84F3F10DC97094A49 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3B235D684B47AC9D454CEB2E2928086B; + remoteInfo = UMSensorsInterface; + }; + B384FE8E49B3FFA14A8CB02CE8AFD708 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0E42F44C118F74854B3E7EA2250E50CA; + remoteInfo = "react-native-orientation-locker"; + }; + B43A86CB5E2628A7B00B830BD4F15232 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A2D209CF47F9A1371EB8ABD4E8E9BE76; + remoteInfo = SDWebImage; + }; + B4C141990D8137FF3770EB57D6721F9C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9BEBECB74DA7EB85F9CBBDCD86773E2A; + remoteInfo = "react-native-document-picker"; + }; + B56314BE575F6ED7A14BDF8AFA009BD1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; + }; + B571BC6D9E70468033B43B0806DA1FA1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A88D56618644DA6D24743D608EED79AA; + remoteInfo = "react-native-webview"; + }; + B69EE31A1CB29B2C7983CA748A17183B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7651863001A946A72D0A291B4571C795; + remoteInfo = "React-fishhook"; + }; + B782F3ED6800B78A532BC29707F6D96C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7651863001A946A72D0A291B4571C795; + remoteInfo = "React-fishhook"; + }; + B8AF615F3DE4D66A11B85FF530306EF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; + }; + B8DDA919B1FE35B85A7C6D6F149BCAC6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; + }; + B9ED18C12EA259698196705454BC76F4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CC2BC3A15EC58E2862697C87EE2717B9; + remoteInfo = yoga; }; BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2715,68 +2628,89 @@ remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; remoteInfo = GoogleAppMeasurement; }; - BC349A52C023327F15B371C21E68A532 /* PBXContainerItemProxy */ = { + BBF05CCF22265C90D7929B050FB5AD7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 98E4FA9206DB3CD4B583BFA69BC2FB2C; + remoteGlobalIDString = 41A27ACB01F70C8C5C3ED9278AA25AF7; + remoteInfo = libwebp; + }; + BD8696BADB5B68AC5B08C84EE45AC75A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9825963C45F2D3AF9E1F39CEA2D6A3CE; + remoteInfo = "React-RCTActionSheet"; + }; + BD8AF6A078D477889C51148666309F35 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9BEBECB74DA7EB85F9CBBDCD86773E2A; remoteInfo = "react-native-document-picker"; }; - BCB2D4C1BD338F970A47C44F0ED86753 /* PBXContainerItemProxy */ = { + BD9970B205FCDD50D00B549F1C2D3ED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DECE7A88581E5117E7A465B57E55D658; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = 9697ED9079A6935BE55AEC2E2C236A25; + remoteInfo = RNDeviceInfo; }; - BEA2CF0786C21DBC1C741F0BE9F1B4FD /* PBXContainerItemProxy */ = { + BE0D9CA338918985910CFAB12661D90F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; }; - BFBE5EDD40317255E1F9198B7A513EA9 /* PBXContainerItemProxy */ = { + BE8FFCF1271EB2CB98357BB6435FCA9A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3EB40F0A847A936227A474B5E8D66BF; - remoteInfo = SDWebImage; - }; - BFC8F1607554056336294B4A0420BEC3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - C09EA1172C30CA5E8AA94770A1D4EF23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 645DEAED47D48A55A088EE2AD4BCABE9; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; remoteInfo = DoubleConversion; }; - C181B2D33388EF75EB2ABF922DBC9A81 /* PBXContainerItemProxy */ = { + BE990EF7F968C538CF4EDA293EFAFA3B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; }; - C1A6B4101F11A2D0A665DA3D56DA5315 /* PBXContainerItemProxy */ = { + C0449059E0705A1144137CDA9FF665DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 618670D09032F19B46AF1FBDA9923E6B; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; }; - C456BF40623DB3B63347F4349F7DDD08 /* PBXContainerItemProxy */ = { + C08ABAA13F2B621543A1909994718067 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 528ED92DB13350266F8213EE54C8BFD5; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = B3FD7F79EC337D5ED12A92ADB21D92F0; + remoteInfo = UMCameraInterface; + }; + C12E65DBD823CEF4E3D16005B44CB307 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 937F8A519C79095C763BF07054D07825; + remoteInfo = RNGestureHandler; + }; + C4AAFB9252C5EFAA6F0BFD6D945F817F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; + }; + C55FEC97F96C812B1697ED253670464D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FFE7652D1DAC696C7D28E4C18D77A3CA; + remoteInfo = "react-native-notifications"; }; C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2785,12 +2719,12 @@ remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; remoteInfo = nanopb; }; - C6C0FA51D295C498004E505EEDF7A5F9 /* PBXContainerItemProxy */ = { + C632324B019146C40525E20E38C6EE40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E3FC033051FA5676AC2B6B1089FD2A59; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = CBE6EA70C0DEECECAE16DB00717145E3; + remoteInfo = "rn-extensions-share"; }; C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2799,124 +2733,117 @@ remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; remoteInfo = FirebaseInstanceID; }; - C77255C99FDDC6B01B7E1D4036D7CEA7 /* PBXContainerItemProxy */ = { + C713204154A98AFB4916FD8684198D61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 959E0025C98D0201AEDAE0CEA5C2516A; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; + remoteInfo = GoogleAppMeasurement; }; - C861BE70D14D9B258E0A30692D25D5CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CAEFA118491E382CE5B574F2E27E94EC; - remoteInfo = "React-DevSupport"; - }; - CA4A60C81E2A5D9E33DD8880A7CF234E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2204E533997A82F0D6F7AD16CE4C7106; - remoteInfo = Folly; - }; - CAF966534303E37D85680D368BA6AD43 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96AD9E66465072A50C86623B0973086B; - remoteInfo = "React-RCTLinking"; - }; - CB17BB429360906379DC617C3F72E9E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DB237E8066967D4995D9FC2BA645D09; - remoteInfo = "React-RCTWebSocket"; - }; - CB2383A4F0F1A96737E2A2A9D49778FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6270570549FCD306735A2964D34291EC; - remoteInfo = UMCameraInterface; - }; - CB23BC7C775DFD29C2AFF37B0C645800 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - CBE733EF4A39BC70A40FC684E24BAC7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BCFAED62710F274CC587CEB62B9A16A; - remoteInfo = "React-jsinspector"; - }; - CC4D89FBAEA4DC2A2275E22C6276F1D6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; - remoteInfo = FirebaseCore; - }; - CCBF16D9DE960959760EB2FC1A28DF47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - CCC82750B69D2100E06BC4ADF4D65CDC /* PBXContainerItemProxy */ = { + C72497041D2CFEBAC9CEC1CE9AE4A5B5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - CD63D2D03C74DCB7EFC1783EC0903960 /* PBXContainerItemProxy */ = { + C792C7A78E65B29BFADC17774E5FE1CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; + remoteGlobalIDString = 0E42F44C118F74854B3E7EA2250E50CA; + remoteInfo = "react-native-orientation-locker"; }; - CEEF59789F71F6A9650FB8FF2DCD229E /* PBXContainerItemProxy */ = { + C804972EF5BFD482CD5BA6E065EB2CA5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3EB40F0A847A936227A474B5E8D66BF; - remoteInfo = SDWebImage; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; + remoteInfo = DoubleConversion; }; - CF335A1949C0AAA4BEBA30C391E0227C /* PBXContainerItemProxy */ = { + C85B2C2A922E014E97162E2D74725899 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8854F6B1A9C01495D6201A67B8A8762E; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 01A9BA237967EA72D90C865B89F2EBBF; + remoteInfo = "React-RCTNetwork"; }; - D13EC830E92CE586E228780E0A0BCC0A /* PBXContainerItemProxy */ = { + CB2219131FDD78D9ED682D432BC59555 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3EB40F0A847A936227A474B5E8D66BF; - remoteInfo = SDWebImage; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; }; - D1F6C02AEE55AF65E103478C513ED5DD /* PBXContainerItemProxy */ = { + CB3D3A0C3664E5B93DBE0D0B8D0E4AC1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B41A5688DB0CDE458BCF4B286AE9D098; - remoteInfo = yoga; + remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; + remoteInfo = GoogleAppMeasurement; }; - D30F11EB4899CBD309A0C6B7A7B896BC /* PBXContainerItemProxy */ = { + CCEB1C252AE53A3F324E8B031A5920DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = CF49050485BE5CBEFF2CDD050898370F; + remoteInfo = RSKImageCropper; + }; + CD23E75D025F1EDBF8591ED413A79B54 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19F722576EC250DD914E060FA79CEE85; + remoteInfo = RNImageCropPicker; + }; + CDACDE2B837F786CBC2FF4C065A8A1CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7651863001A946A72D0A291B4571C795; + remoteInfo = "React-fishhook"; + }; + CEC5F35295CD72BA87504D44BB89E937 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1235A03F7DFFF02CBDBA4F307A53B14E; + remoteInfo = "React-RCTSettings"; + }; + CECDB389D3045348356F5BF986A156E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01A9BA237967EA72D90C865B89F2EBBF; + remoteInfo = "React-RCTNetwork"; + }; + CEDE0D302CF0C4FC9AB26F5CC9BA2DF1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + CEE3627BDFC98BF4E34AB2269676FAFF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; + remoteInfo = DoubleConversion; + }; + D09174A499490109C3A4E8CBC701F239 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; + }; + D3F2034E52D17B67A1A4A8C4B01DABBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9825963C45F2D3AF9E1F39CEA2D6A3CE; + remoteInfo = "React-RCTActionSheet"; }; D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2925,48 +2852,111 @@ remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; remoteInfo = Fabric; }; - D4D0ADFA7BC6E350F660564E8CB8153E /* PBXContainerItemProxy */ = { + D4B10EF0302727999C95B4C4608BB29D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 76B0EDFC91EA4A672DB56E46044E27E0; + remoteInfo = SDWebImageWebPCoder; }; - D54DA351B5F447AA1C49AF7DD448D9F1 /* PBXContainerItemProxy */ = { + D511B51F9C51DE931C2DF26F5855C142 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96AD9E66465072A50C86623B0973086B; + remoteGlobalIDString = 6857E4DE33EB4FF1B9F3F0A9E659A5A8; + remoteInfo = RNLocalize; + }; + D5525BF1E327257945ED057791BEF050 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E32787950696B75FA5E263E5CCAB9FDB; + remoteInfo = "React-RCTVibration"; + }; + D7B0F428E64593A521C2F323370977A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; + remoteInfo = nanopb; + }; + D7C5162BFF53EEE65117D9462FD0141D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DE3C1ADCD852EBCEE604A558D45AA4C; + remoteInfo = QBImagePickerController; + }; + D7C6084A4AE4F636664185F49FED8817 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6857E4DE33EB4FF1B9F3F0A9E659A5A8; + remoteInfo = RNLocalize; + }; + D83C866BA25CACB395FA312EA2CFC191 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E32787950696B75FA5E263E5CCAB9FDB; + remoteInfo = "React-RCTVibration"; + }; + DAABBF80EC604E91D81A488E9B1A9B2E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFADBFF995FA59153BF4BFF831937E6A; remoteInfo = "React-RCTLinking"; }; - D7251C4E50C58AABFEAA33030E956645 /* PBXContainerItemProxy */ = { + DB31C8C7E8A305436C2A21577CF28C8F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 88C0BF32377A1B0FF918F73BDAD3089C; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 8F45415D70B4B8AD22EE66ABEECB2F1F; + remoteInfo = "React-RCTAnimation"; }; - D8423007056BEC42351403993B6239CA /* PBXContainerItemProxy */ = { + DB9B202A3CA2DD2F11B5EC06AD2EBBF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - DA7F7A685A3843E17AA903D33E35685D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBCD7290C933DD8419DE4A5DBFBB4B18; - remoteInfo = UMSensorsInterface; - }; - DE88451213B6A259DE3C3D6D9D590833 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; remoteInfo = "React-Core"; }; + DB9F8A5A4442464056007E9969A96B45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFADBFF995FA59153BF4BFF831937E6A; + remoteInfo = "React-RCTLinking"; + }; + DBFE4890394D468FE49DEADE0A9F4A55 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1235A03F7DFFF02CBDBA4F307A53B14E; + remoteInfo = "React-RCTSettings"; + }; + DC21B955E09E73C67707CC8AE40B4A2E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; + }; + DC45F24E82636453A4A2B6EC905D7C7C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D0816301F6CEBE4FBDA197F8FF33076; + remoteInfo = "React-jsiexecutor"; + }; + DD8BE2373AC9BFFFD047BA1AE984FD91 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7094569F2488F4CA30A017B4CEA25032; + remoteInfo = "rn-fetch-blob"; + }; DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2974,159 +2964,187 @@ remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; remoteInfo = nanopb; }; - DF1C61110B9585327E082456F2798BCB /* PBXContainerItemProxy */ = { + E058765B21C56117A7789DB5C57D68A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2204E533997A82F0D6F7AD16CE4C7106; - remoteInfo = Folly; - }; - DFE4CEA0C465F1FD653F0E6A56EF8367 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; - remoteInfo = React; - }; - DFE5DC18BC7DA58E93C1901112D5D00E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 88C0BF32377A1B0FF918F73BDAD3089C; - remoteInfo = RNImageCropPicker; - }; - E40CDB85A9BCFB80A38EA4BC58DCFF9E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; - remoteInfo = FirebaseCore; - }; - E477FA7D86CB8D254F8E321CFF5F4BEB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8854F6B1A9C01495D6201A67B8A8762E; + remoteGlobalIDString = 3D46F4674A72D98AF9C2A357DD1D534C; remoteInfo = RNVectorIcons; }; - E48020E24198CD75489EE87F0D06DC5B /* PBXContainerItemProxy */ = { + E1A36256848B53F38657762A573EAB0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 959E0025C98D0201AEDAE0CEA5C2516A; - remoteInfo = "React-RCTImage"; - }; - E53A5498F980981C2E0CE130A5F97F93 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9676E9E3B8F0E7E8CAAD8CA8F2EAE58E; - remoteInfo = RNUserDefaults; - }; - E5728325F14419FD3CEC8E48DA5BEB7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2DF34F420B58C0210AA4365D70A9C93C; - remoteInfo = "React-RCTNetwork"; - }; - E5945EAC6CCBF08450F0866CCCA18FE6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FAAF4E02E860566B3DC4D95CD07D2F8E; - remoteInfo = RNLocalize; - }; - E81912BD1DD125BCBB7E913071BD587A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 645DEAED47D48A55A088EE2AD4BCABE9; - remoteInfo = DoubleConversion; - }; - E8C47125F82CC2EF0DCDF16E07F2D4CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BCFAED62710F274CC587CEB62B9A16A; - remoteInfo = "React-jsinspector"; - }; - E8DB9BE2487BC3E4A92AD2BD29ECD396 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4903CAEAE5D64F277012A848C645658C; - remoteInfo = RSKImageCropper; - }; - E9012442A4063E543BD0E5B4B500B298 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DB237E8066967D4995D9FC2BA645D09; - remoteInfo = "React-RCTWebSocket"; - }; - EA691C58C42276CDD66B6CBCD95D477A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - EB095D8B7045BDF8C765A717C850FF80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; - remoteInfo = "React-Core"; - }; - ED6DAD2753ADFBFD2A240D5618914956 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A486E5AB43C3327005F1C0B986A448C0; - remoteInfo = EXConstants; - }; - EDB62E2490C44B61B2DBD342C00A45EA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 514E6E3AB554A8E3882D69710CF78F5A; - remoteInfo = UMFaceDetectorInterface; - }; - EE1474B0DC337558683D2B8738347619 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4903CAEAE5D64F277012A848C645658C; - remoteInfo = RSKImageCropper; - }; - F060E7206101B1B6B4B9B8860FC8A234 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9676E9E3B8F0E7E8CAAD8CA8F2EAE58E; - remoteInfo = RNUserDefaults; - }; - F29633836298A935A9C1760C7BBE8081 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C415E68F7D14EFE76D5D69A609C79476; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; remoteInfo = React; }; - F2ACB04221F1E57586A7B31563B24BA0 /* PBXContainerItemProxy */ = { + E2106DA0D693489DF3EA262E1FD227C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; }; - F31E062FD08FBA0DD71FA5AFAC70B608 /* PBXContainerItemProxy */ = { + E248E5D6808DA003610FA4DC5759C8A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C836169522283AFFC01E381229A3449E; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; + remoteInfo = FirebaseInstanceID; + }; + E426412C16D20B383EC7BCFD34DBD4B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + E550599CB62F761245F936BF9197B574 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1B2D57F438BB2AA7350DD32E7F4F4AA6; + remoteInfo = "React-RCTText"; + }; + E59574394782182AD725C4A25B1370F3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; + }; + E7B5309B80915A1399A768CB658B7E97 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8F45415D70B4B8AD22EE66ABEECB2F1F; + remoteInfo = "React-RCTAnimation"; + }; + E93E410CF0480847B9D0C27931EFF44B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4ACFFE0534A988E2B80B6B369A72D6DB; + remoteInfo = RNFastImage; + }; + E99C652A66922139FB693A53FDF237BC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D0816301F6CEBE4FBDA197F8FF33076; + remoteInfo = "React-jsiexecutor"; + }; + EA831F93871EB23292F77629AC39C1EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01A9BA237967EA72D90C865B89F2EBBF; + remoteInfo = "React-RCTNetwork"; + }; + EB03C2CAA4B78A410556493DE054C8D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6ED4A9C0E44E782CA0396DD39B827099; + remoteInfo = "React-RCTImage"; + }; + EB266CA52E321F1A5BD9E62115470A38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; + }; + EB5C3911B2949333122F4DE927AA1C3A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DE3C1ADCD852EBCEE604A558D45AA4C; + remoteInfo = QBImagePickerController; + }; + EB6712E886C5DDE9AC601E5831BBF18C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F42432668A0F81BE898F1FEA0D6A83B7; + remoteInfo = EXAppLoaderProvider; + }; + EBD234C9D05363173E352A880A70D81A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; + }; + EDD81670E054786C4822DE8718D660BB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; + }; + EE647F2FA31B5E2D0A0CE32D52003267 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C602F8A6A29C09902789E61591B4317; + remoteInfo = "React-RCTWebSocket"; + }; + EE776F86D3531179F5A613908EAFD91C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + F1071A0357BCA85C23F6DD601381137B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3CA180101DC4BD7F3AFD727C8DCDF4F; + remoteInfo = RNAudio; + }; + F1510B13DAC446339B9174E329C1E43E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; + }; + F2A1067E07C532693EB0CBEF494EC428 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6ED4A9C0E44E782CA0396DD39B827099; + remoteInfo = "React-RCTImage"; + }; + F34C688AB43DCBDBB6FB485BC950822D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3DCE8DC8B0A22CBB9BC32B7679F440F; + remoteInfo = "react-native-video"; + }; + F434978865714057EAE739AC6BF3B738 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; + }; + F58344599E0FB9CFBCFDD08BCEC6C321 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A15CD84BD492426DC82F44685C9083B; + remoteInfo = "React-cxxreact"; + }; + F694606F8A3B5D15625E633C00EB1AC8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4412C5F689DD128EFB8F42F11C502D2C; + remoteInfo = UMCore; }; F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3135,1935 +3153,1927 @@ remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; remoteInfo = FirebaseCore; }; - F90AB3538C448A960F8448CF412AB769 /* PBXContainerItemProxy */ = { + F6A64C468BCCC02F668718B0B7028B1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 1B2D57F438BB2AA7350DD32E7F4F4AA6; + remoteInfo = "React-RCTText"; }; - FAF78A77C4AAF516ACDFB5E16D8CDABB /* PBXContainerItemProxy */ = { + F920F416B96F9081EF40D32FB75D1D38 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = C3DCE8DC8B0A22CBB9BC32B7679F440F; + remoteInfo = "react-native-video"; }; - FB88C8493A8997D450509D1EA2E12C1E /* PBXContainerItemProxy */ = { + FA2CC7320D410EFE9417B47411B2171A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 912BD21A871F9BCC399B6211788498BE; - remoteInfo = RNAudio; + remoteGlobalIDString = 19F722576EC250DD914E060FA79CEE85; + remoteInfo = RNImageCropPicker; }; - FBF66A8FBE4E18D5CA12BAA6F39BAE0F /* PBXContainerItemProxy */ = { + FBA53D5259C1BA247DAA2DA7BA54EF03 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 76CC3A2D036B8B64B5F70A7078274100; - remoteInfo = UMPermissionsInterface; + remoteGlobalIDString = 9825963C45F2D3AF9E1F39CEA2D6A3CE; + remoteInfo = "React-RCTActionSheet"; }; - FC53812BC3844291021D92DA789538C5 /* PBXContainerItemProxy */ = { + FBE0F42E2F705F2587A2E880B688F9C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04FCE79D0A22829D9A4EBD84294A52E2; - remoteInfo = RNFastImage; + remoteGlobalIDString = D3DE12AF8C9F3C31D803B2BFD4BC6F4F; + remoteInfo = React; }; - FCE067DBD2732F26A17A0C4D935A5D52 /* PBXContainerItemProxy */ = { + FD2D91BA1A81669A98E193E97EE6359F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2DF34F420B58C0210AA4365D70A9C93C; - remoteInfo = "React-RCTNetwork"; - }; - FD9469659DF8C0FC243386B6B2035A23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; - }; - FE8C7693079779C66A2B166BAD56A51E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8601F7B19425496C5312C6F111D6E777; - remoteInfo = UMCore; - }; - FEF727905B821B20A850C16E3063AF67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 27885611ACF01B70F7F60ADF4A7D43D3; - remoteInfo = UMTaskManagerInterface; - }; - FFC8995C0E72AD6453F2FD38BB4994E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA155DFD4E455214BD46FB799E1E905A; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; remoteInfo = "React-Core"; }; + FD5D0F00EB17B450F491A14A5D000F92 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BEB1CE836D8C73E87E13A613FF4260C8; + remoteInfo = "React-DevSupport"; + }; + FE712B0061D497D41E24021D2D521B17 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3A3313B2181CE092C59DB4EDC54F3106; + remoteInfo = "React-Core"; + }; + FEE8876EFC7314B00FC573A2D7C240C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A2D209CF47F9A1371EB8ABD4E8E9BE76; + remoteInfo = SDWebImage; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 000877CEDE5EA0BDD5B59CE2E0DCFF56 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 000EC5EE3789FA2F84FE36D33F571E73 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0021EF37A4E908343691ADCF3D5F391D /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; + 003B141F33A90E7E916680FB40FAF83A /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + 0046A144E39AE915A7880466D360CFF5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 00496974585F77CEFF4C91EA2848D847 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; 0060114C8EB1CBBCEAA531878A0AB9B3 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/SDWebImageDefine.m; sourceTree = ""; }; - 007F2C87616141CEAA51C0169B2194EE /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 00915BD9A975D7FA121910C7FDCCA961 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - 0094B4E26FEA5564F0CB2A17C0FE8E0C /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 00812452054ABF5C7E0F909DBA935346 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; 009C0959C2126F9B3C0AE53F3AF96C49 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/SDAnimatedImage.m; sourceTree = ""; }; - 00D16812858302A3987E3C50A9203ABE /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00DE87822BE8EE7FFBA5F0F6F955B52F /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 00E62AD15857948E48DDADA8124EE578 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 013B6B93A1281A74E6AB8FE1D4FE334F /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; 01454D02726937A5EBFC01CA9238BBFB /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; 0150AA8CAF72E28360A04F27E2139232 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; + 01D6F57919DB696B49571EBC640F71FB /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; 01F03CBA6207DF026B6B5E5BC4D51937 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/SDImageIOCoder.h; sourceTree = ""; }; - 02453320716C5CF15AEF5BA5439FF915 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; 025F4627265EC18A48EA0E9618F86102 /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; + 02A4E7F92820338D3D4EFDA4CAC0445B /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; 02A5BFA8A2E2A877ACAF148B33831970 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; 02C2613F2CD674822E590CE3CB95E425 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; 02E718FD11A9B5E18F855621A90A14AF /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; - 030FAE23506FFEA5EE0C1D073443909D /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 04156A7572373F8AA77792159919BD93 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 042E7E882F5EDFF8F6AD924F688B37BD /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 034EB0062DDD83572896297C0612D795 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 03756662E12846C696ACACA02ADDF710 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + 03D2A096705F7CA22A26581916998BB4 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 042F401DDE26951EDB260F360E48CA17 /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; 043E74812E7C829DDB701DEBDA93199F /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; - 044149314EE836321C993EBD16290D81 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 044F9932E5A5E845395B6BAF99FBEFBA /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 044DC791577AA92BEB59C0FB373E30B0 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; 0452016DEF4B30771753CA8A5253C5EE /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 04A5DDEF3E81DE470855EDD60872E0EF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 0453FD9451DFA4D27CAF1899F4BEE659 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 04A76256D4AB25432364E582CC1F189A /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - 04CEF5CB69DD069D5466D86A87F20208 /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0510373B94598A9767C0963E9A6BC64E /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - 0512E5707A74145C8D4C2E6D0A0837A0 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; + 04D2093CE440381A05DCB88A6A77C29C /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + 04E2D584027D605D7A8EF4F03C79D8D9 /* RNRealmPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRealmPath.m; path = ios/RNRealmPath.m; sourceTree = ""; }; + 04E729A2B1290459D8A507B2F4E232CC /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 0510373B94598A9767C0963E9A6BC64E /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; + 0512E5707A74145C8D4C2E6D0A0837A0 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; 0516C996FB30E84E3BEBFDC7CA85A368 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; + 051EDC84548FDF496019147B213A22FD /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; 05224206D907042AA3943F245EEF79BF /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; - 05304610B8DCE63DBDDBF1BFF8BF67F8 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 0530F56ADD901FA8BEFCABC05F569B72 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 05379141B955ECC6825681009D50346E /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; 053D5F7EFA0CF8AD22EB12CF9DFC2D1B /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - 05431010100FDAACA584815086F68D08 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 0562DC21AFB7EE2C588D43C22F7BB4BE /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; + 0562DC21AFB7EE2C588D43C22F7BB4BE /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; 0580E5E4C436222FD025EC39AA8EFD3D /* 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 = ""; }; - 0583812CBD8F76112C07166165BD1C97 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 05A83820F26FDCEEF5EB3DA3AED5D733 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - 05C15A0FC166B4C14F8EF0D086A86643 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - 05EA9B2D9BA89E146341AD4E45BF9138 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 05E58A2A57946E9444E98F7F3691C12D /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; 05FBD434ABEFE89829C4939FDE8E3764 /* 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 = ""; }; - 0616C43A24BD3797A539100D21089670 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; - 0617EFF69DC9E4B501C365D7AA0D4429 /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 06211CDDADC3D81A350A2C1D47AC6059 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; - 0621333B3CEB120A19EC470DC572012C /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + 05FDA757F8C0838848A313F9A9F182CD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0617EFF69DC9E4B501C365D7AA0D4429 /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; + 061C73D2342CDE31BD5060289E796A7A /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 061D2B98170F743A2D1894C57BC4A92A /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 063B518A4C3D75140893B997A054C775 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + 0642238B894E66289EF97B69FC4AC235 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 06426D26C3258972F2C37E221B45318C /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - 067E8F0B06BE40D7B80FC8DD8C834499 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - 06828883E65F707AE9D231C1671D11F5 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 0690694E2A024DDD67629E98546CF466 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - 06A9CD53A96164AE6AB948668C78CBB9 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - 06ADA3D558F3ABE4D883EB708BE6C2F8 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + 0659ABFE8B737562A1C6E929BD901095 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 067068A0B0E7615E802B811EE826ED1E /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 069F2728DD7CD0C9FD580348DC83F861 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 06A9CD53A96164AE6AB948668C78CBB9 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; + 06AA8C827CBD533AEFB547403E5489D5 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; 06AF16299BAF97AD3AE122293C12F2D1 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; 06B2ACEC62C125FF131EDF144E1371E3 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; - 0711632205599184DA0DF8ABC6FA0E3A /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 06C892980DE79BF9B7E5DBB8EDFDAF37 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + 07268E549221B4EE52ED71C62F026CC9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 0732BB40F45A0106BBCFE5D2395034B6 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 078AE92F22AEA61E393CE77A381E5D51 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 0797CB001543401C140BAF0BF92058F4 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 07A0D6977E7547E484C04C9BC991E899 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 07D9681F08F838BD01A7D0259593DF2B /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTInspector.mm; sourceTree = ""; }; - 07F6EB28D17DDC8A79E60CA105BD91E5 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - 082B8803E5F36C29BCD328E7D08E8335 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 07362CDC2B328AF861365D422B0560CB /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0774587EF0C81235F81FE589BBCCDC79 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 07964BEF136BDE63E511C585636449B9 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 07E739DDBE524C362E98D6C39046806F /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + 0800B3BA4B38D14343BCCAEC425FA35F /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 080F8AEFEF46B70BFDFEB27A59B27B98 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + 083826DEFF1F532F4EBDC5C748D1B600 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; + 089BE1C3FDE9894502CEFABE0C5F09F0 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; 08E2D213323FFCFD15C0B0E8F2361194 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; - 092E4C689F2BDA7F960DE583A583AE84 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 09362F442501873166B9D56FF7485AE2 /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = ""; }; - 09556E63B49EEB73FC5C691B49634697 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 0996983AC0713D203EB11EF160267600 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 09B0AF536384125C53A496653E6AF3E2 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 09BBF1D6CB8B16502D9C145905F48BA9 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 09DDA79FF5B3D6C44953135A9344421A /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 09DF1C0A2C96BFC641608343D6E0CF27 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 09231CA91C9840381D79D3AD296ADB2A /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; + 0933EE5CEF22674663B925F08A917FD4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 097E6AE9B983D534D71A91721B637D71 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 0A0A2A9ED087E1E94A36A017076AB021 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 0A2DBC56E5B7A5EE9EF10CE02C3F181B /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; 0A3EC18BDD1D47457ADB26F2BB322211 /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; 0A4522FB1F8D0C3F91298FE0A9881463 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; - 0A4C9C908BC6D00AE242A7A5255C8045 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; 0A4FE3FA0CEDA12B91E1EE8CCFB152E2 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; 0A53702271FB1509D4840C1B4AB3A5FC /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; 0AC14772DD93D15E4C9D3AF8E7D8C01E /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = ""; }; - 0ADB25960625B3CDBBBC831E8DCBD64B /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 0AF91A9E7E23DF6EE1027532FD92A66D /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 0B6FFBA477876603D21162CC8C37D5BA /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - 0B75298DD5C8A4211253F38FB8FA4852 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - 0BC086942262B91BF0F636942972F342 /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; - 0BCEA17527E6ADD5F238159B5341F102 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + 0ACF65A9EEC904A4FB13D272C8133479 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + 0B07F4D078CB3F316313CAFEBED6E0CC /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; + 0B32FD26EDA56B81B64D8C942F35B4FC /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 0B51BCCBE0BD87EAD9C8536EAD952AAE /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 0B75298DD5C8A4211253F38FB8FA4852 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; + 0B87A3B60505D93C1CEB1787DA02A049 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0B89086731C4F3424F4D6FD10B8B4968 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 0B99E26333A6E48B226563531491D4E7 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; 0BD111835A9C97793AF12738AF33E20E /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; - 0BE4BCF056FC6B9D5209CE2C67F1133E /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; - 0C024CAFA0721AC1660C9DFE9020478D /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 0C16680DF1AF44D31EEDA5203DD5B028 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0C2EECE3746F4EB339343338E8DF58D5 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0C617E957F6D56B94E1BC94FA1CED0C7 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; - 0C6DF060AAC4103166E5DDE6AF06DEAC /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; 0C6E12F7CB5E948250E6B38531AA6080 /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; - 0C9AAF38A25698CD29CEB9A79140EA8B /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 0CB89A12A4F0DFD400B1305B99074141 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + 0C811EF2A37C4E0E082F4B473453F316 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; + 0CB89A12A4F0DFD400B1305B99074141 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; 0CDBE1A6EFE535E5424964F77E3BAC51 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; - 0D07D62EF828CAFAE3873B2B4B6CA52E /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; - 0D1F11AC9F696CBE39BB075BA67E7ACA /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + 0D1F11AC9F696CBE39BB075BA67E7ACA /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + 0D1FF1CC3106785BBB39EFA06AD1306C /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; 0D29723E132E50EDDE27A39DA7304A41 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/UIImage+Transform.h"; sourceTree = ""; }; - 0D39A5AE43AB8BA721F16510E959451C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 0D4863FFBB6A5BB5434BFECE354A6FFA /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 0D529A101AE84B7EEA83FD2BD8D77292 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; - 0DB7D88A9E6A30F8850896F7D809AB8D /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActionSheetManager.h; sourceTree = ""; }; - 0DDB7F48D12A73A44ED6CE9F9C5AF44F /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DEFBD536795E197A039DD7957D2CB8C /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - 0E10FE3C0608B63819316F6C76E7FE22 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 0D31A3C70629924F578EB3139CC70C81 /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; + 0D615D2BA7A383752DE3461EB5C7FCA1 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0D8A08EFAD82DEC96B2C281EEFDAEF23 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 0D9C4A4D474006ADFF18769C5F7EACDF /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 0DB8E073395B37B8CEC220118E8886F3 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; + 0DBCBB6BDD943F7F16CAC33D20D1B8EF /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0DEFBD536795E197A039DD7957D2CB8C /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; + 0DFA3EA10D2938EA0EE183342353AAFF /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; 0E5858952BC255E4AF38438449DD6844 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; - 0E69665CEBF9010EA11DB7FE03591FCA /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 0E6B73837918F9545B844B14FA85EAC3 /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; + 0E778EF8D2FC4B9332DE2359AE1C3FC6 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; 0E880EDDC0AC02E4087C0A1E4481702D /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 0EAA05C3588B658F9F7F5A8FDF1F2DED /* React-RCTWebSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTWebSocket-dummy.m"; sourceTree = ""; }; - 0ED8C9E476241CAA22EF7E9041EF2EED /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; - 0EE154A45253EF968D5FC5B050D8D916 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 0EE5488DB2ADD564FBB90ED6CF7A9B3D /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 0EE586FD6F350747EB583418DFE23149 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 0EE6BEB83D8FCD1C829F1A167F61DB5C /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTBlobManager.mm; sourceTree = ""; }; - 0EFF6F780763B5EF50F6CF682DFEE614 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - 0F19B78EE7E1BCB8A2275DAC05C1C286 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; - 0F1F974B1874639C7483968B8110E00F /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 0F43D353F9568A5EB05810DEA871A928 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 0F04FC5F5A4A9E4A771EF44C371A8056 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 0F16F84A971E9BACDF4505998B341052 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 0F1F974B1874639C7483968B8110E00F /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; 0F4B93578AA069779B05F89B28658330 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/SDWebImageDefine.h; sourceTree = ""; }; - 0F6A9763C1BE93CFE2C4E4114BE7DA38 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 0F7C61521E4CC5845149596CB891EE2E /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - 0FC21F156621222E1A64884B86F471D3 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 0FCB95C6E2C3D127B7B64671C247151C /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 0F5C6F0F2943FB8FA36470E7B144AE9C /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 0F7C61521E4CC5845149596CB891EE2E /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; + 0FA8572EDCE7C02453C2C5C9D6A34F4E /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; 0FCBA7337BE187DED3B02D3C789BB5F0 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; 0FD94AA2BB35EB3D20F5535BA7FA60B9 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; - 102D37A5437E156C2EBB49231DF28CA9 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 0FFB09CD158DF8C1119BB4E991BF602E /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + 0FFC57845212A08A18EB9CC3FB2248E6 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; 102DEE46CCA70F58A11FF260439D2AE8 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 10AA951FD7F3547E3E7F4EA247DEE5F3 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 10B23D0392188CC3CBDE36733D77D81A /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; - 11093F2D534C7DE6501D02008482FD33 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 111CD812A6413E318ABFD87DA459F779 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - 112B47850E050DB671E93FC6044FA4CE /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLinkingManager.h; sourceTree = ""; }; - 11FD28D6729776A5ED0E50DA5DD04E32 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; - 12591FADB1B5582D59CC3ADDDB04F80B /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 126D2ED77E2F6393A87639B0E7F5D9DD /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 127435DBC940400B5D902F84731A68A7 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + 10A23FDAFB4383BB9E73DD5F5FE683D4 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 10AA951FD7F3547E3E7F4EA247DEE5F3 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 10EE834C62A1EDEF9C5E8FFC7D905FB3 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 10F0368D88536201821538626F5A8A0A /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 11149406094750AD65AC3CDC7A6BA779 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 11C0002D9CFF700FF598EC9DF473F5DF /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 11C56E3D41A71A743363772912305976 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + 11D3ACCA8AFEF803ABFE2AFFE7F3ED72 /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 120742A9CE3B5B49F0B73762DBEF8345 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; + 121F009EAD99A86FFE58EA3F142B556A /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 123815D1D3015B50D4A27A64385226A8 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; + 127435DBC940400B5D902F84731A68A7 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + 129145EA05383B64C466840918FA59AD /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; 12B6FE955DAFF4C7DBAEF58F2ADF4CE9 /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - 12B95BBFA60CB784B0690536F79A6AE2 /* React-DevSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-DevSupport.xcconfig"; sourceTree = ""; }; - 12C78F99A5E8E18796291BE8326CAB9B /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 12D59B7E1A11C394B788F7E03B2E282B /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 12C8F83B53FAB9C1690C406B9FA39F44 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 12F7FB1750B970C49F51216D7AFDB7C1 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; 12F9D5ADBA42BFAEFC1CF9EB1CE0A335 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 132A0FF43C1620AE7025879AFF209FED /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + 133820C9C9C43384B982F0C3441F6FD8 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; 133D81C69EE4A8C014E0D2D3D6ADBDC6 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - 13CF082FCF2BD88036CCF3B8EC3E9F99 /* RNNotificationsBridgeQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsBridgeQueue.h; path = RNNotifications/RNNotificationsBridgeQueue.h; sourceTree = ""; }; + 13430552A6FB6F241B1BF15B0790A86D /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + 137AB61F0D545D65C591170A755919B3 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; 13D99DBC80BEF10AA0B3239F52637EE0 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 13DE006DD20DC23DA983A6BF3FDD1E1A /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 13EC654FBF261FF98B0B3A12D9F95E30 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 13F7EC84F20110F57F50A08F7D5E20A1 /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; - 13FE61DB3A844F700D19298D4A161B49 /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1417C5888D798CBBC4D425A19B222CA4 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/SDImageTransformer.m; sourceTree = ""; }; 1425A717264D4C3EEF185548FEAFDF8D /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; - 144E5DE18913869DAC6EB93F9BE53AAE /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - 14BFDD15BF0CF294C4FCA9FE4337A38F /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; + 143CBF78A2686E82964996B3E0E0F2DF /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; + 148F1F465C33BB6D80B5F8B75DEB925B /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; 14D2AEB84ABE6C4135F9313F5243D5AD /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - 14F5D8900C8F619F1EFE329AA8218E99 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1543BA8C2E2B734D7E471A681322D984 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - 158DE2C71D5D043F7ABAECEB839FEBD9 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - 15D0933AEF222B9CEC60F893235E2362 /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; - 15D5B8A7A384C29CCC3460BA6238CF1C /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + 15018EBBFA1A29EE7C158DB7704073F7 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 15068F514A4938200C7B5796F969294E /* 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; }; + 158DE2C71D5D043F7ABAECEB839FEBD9 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + 15BBD55065F8D2B92CCA959D3AA20574 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 15D0933AEF222B9CEC60F893235E2362 /* 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 = ""; }; 15F7A763771471383D4666FBB10B57E8 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - 15FA0CA278925F26B37D2FF780D30D71 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - 1619991529E05A30FFCAB7373B90C3E6 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; - 161F0E0D093B91F738A29EFD0009A80C /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; - 16753A6333B4B74AFE95D117D778FFFE /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; - 168528BC43399D420545FACAA0AC4B07 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; - 169ECB64BE99E73D32A6895AB20326AA /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; - 16B00A3D3D817AAF45FAD7C16B6379EC /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 16041806BB25EFFDD8A4E9B59E59DD00 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 166A2737D600EAAE9F5E952307B5940E /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 16AE27F409AF8CA0A53DFC47071E088E /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; 16D95C9072E07D2BD62148F0AEBE4D3B /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; - 17149252DE6CEFAB725A0A924E879CC8 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; - 1735608AB07224D1197D8BFB52F92778 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - 1782418842E126BB8F48B5B51BED1F07 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + 170E345D0E4E50F5BA1EF53416A8027A /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + 17196E1DAEECDF8AAC9C4D4CA1346480 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 17873E1A22D82E6D5B99741AAC374386 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; 1790AD0B2963EB8D13EA46C917A4E131 /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; 17A076F2EA576869041C316952288D78 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; - 17B7E221B67B092055B45BD2956D0AB4 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; 17CDC82FD36A871A550360A11F612D5F /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; - 181A00871C1025788FAE124C0CCC42D8 /* react-native-splash-screen.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-splash-screen.xcconfig"; sourceTree = ""; }; + 180CB4F4B1E15692DA0B5E4202C65896 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 180FE27B8FADCD6673802FB9415DFE0F /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; 182B86A858BBE37B1383AF9AEABD1C13 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; 182CB9A406BE25E0E1F7F208E88D4BC5 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; - 185393A978AB74B9461E9D2A7DB052D5 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; - 18A1030B8B27A8AED9C321039A9D398F /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + 184A5AA83B8AB8E37E3530A96BCCA62F /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + 185CE0662A5AA393FCEECE03D685C5E6 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + 1869B57B9268BD4002E361163D8F1396 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 1876098BCCDE17F905B5C266FB707D74 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; 18B255B4A4B5BFB6A321700726D35D6D /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; - 18F9712006D1278B1E6A0BB0C8FFE987 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - 18F9FE5D71F2470D8708371BC5F7CA97 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 18BEA4634AA328971240072E53CFE67C /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + 18DF51722E453CBECA2F38E3B81D792F /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageCache.h; sourceTree = ""; }; + 18F9712006D1278B1E6A0BB0C8FFE987 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 18F9FE5D71F2470D8708371BC5F7CA97 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 1912C03C4C7AB8A107FD28B71C2DF3FB /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 192140F7A2B538D0B3753CAFE838FFAB /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; 19529A703895D6ABD53C7639AA0A2D44 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - 19721E466C590D5586EC94A4D08F183A /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - 19A0578776AA13198C63F877B7853CEB /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 1A104B54CB823389EDACA63A2FCA59BB /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1A17C2E0099CB12356EDAB2611F1F2EA /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A82200EB5B4540DABF0C2866F2AEDC5 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + 1973B326A0D2A0F830FDEA94ECA8E6AA /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 1A3E4349558F6C59730D1BB79B328714 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; + 1A6ACC0F4D61D8C0EF98048231C2C165 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageShadowView.h; sourceTree = ""; }; + 1A82200EB5B4540DABF0C2866F2AEDC5 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; 1A8B00BC3CAA5C9966000786F73CB461 /* 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 = ""; }; - 1AFB2CAD4B008CF96B136AC628722E74 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; - 1B29988F9F31773EB2B38DD75367F065 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 1B2A956E35F42627BFEED17F702E6A1A /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1AE294712A4B2A9928A475F92B67DF71 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDataRequestHandler.h; sourceTree = ""; }; + 1AE916EF0482E7D4C4022CD4259B15EE /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; + 1B29988F9F31773EB2B38DD75367F065 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 1B48649824FBB0A7B51E0E750947F93F /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 1B54AA5CEA25C1DD1FDCFE393B282493 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; + 1B5B4C47B110F2009E643AE877FD8573 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; 1B6AF5E20CB5B9563AC579F8BDD184D5 /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - 1B7EC0AA32B06D1369FA20D2167228CB /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; + 1B748517A7BB72CF1DD13B7A3F5E1866 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; + 1B7EC0AA32B06D1369FA20D2167228CB /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; + 1B893BE1C5017D338368DEA237AAD1E4 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 1BCC2E09E38AAF9ED16478371033B455 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + 1C01A9709CEDE83A5539262CE1E2EDF7 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + 1C15A39A8A1B6E834E4F4576676A3DF7 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; 1C947908F023D1379E7B0B35D2F0A0BA /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - 1C9A0432D106C1F8928C98672593232F /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 1CFE638ED7DDA873763C58F0F56B5499 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 1D004D3991E847CE678A2B4B15ED78D2 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 1D965481380FFD1092698FEDD1AF5A26 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - 1DA7E5DF0A88106CA8BC29716B282E0D /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 1E3EB81BEA6A2ECC19CD7DF62AB062C2 /* RCTTextRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextRenderer.h; sourceTree = ""; }; + 1C9A0432D106C1F8928C98672593232F /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 1CAB590111125B6E2646F010CA59E118 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 1D0199BF8AFE59305862A5D281CEDB14 /* RNRealmPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRealmPath.h; path = ios/RNRealmPath.h; sourceTree = ""; }; + 1D7586C23356BA218683D268F6653623 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + 1DCEBDAF9F082968014C4B03909376F8 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 1DD0BF90BC12773B2A411BB5763B37AF /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1DF333C608847094EB64E11BFFA42091 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 1ED6A0B2D5C8BF6B582EEB455AFE89E9 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; 1EDE4DAE619AE63D483E14360CA2A69B /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; - 1F182CE6587A7D8A84D69D4F8A6A9E2B /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - 1F1B00906EBFB9782D37B597D44FF1BD /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 1F6513956E00361F7F355433FF04F7AD /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 1F7BDBCD4210D38B246C76E883217104 /* RCTTextRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextRenderer.m; sourceTree = ""; }; + 1EE8C54210C4E183FC505721B142BD61 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; + 1F064A2BA5CBAD126BA0148CC6DC0786 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; + 1F6513956E00361F7F355433FF04F7AD /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 1F79193F9676920CF55C80BD18FE73AE /* 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; }; 1F80ED467317C10C1BFC22D3EBB6BB5F /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 1FA4807207E9B8F2E714BA6D0EAA9618 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 1FFB6A648E47A71580EEB77212057A48 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 1FD491EA66DE814C00EDFDDB8DE2F8F8 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; 20212A645208FC76C39FF3F729A5058F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/SDImageGIFCoder.h; sourceTree = ""; }; - 208C6F4E33DC9CDC8EF00BACC10B9459 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; - 209B0E9AE5CFCA135D4F9004F6E27829 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 2056330ECB92CED9B9D537A7EEC7C804 /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 205E58D34D6990A7CC31AB32F1A0DAD4 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = ""; }; 20A40BE71A6E397DCA75B99F90EF06EF /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; 20AC51173E390CE7A08E6CF65F2C5A82 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 20D6D9054A51070F517F2F5A339ED6B2 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; - 21674978ECBDA5CFD6AE01E56F85C99E /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; - 2192B18877CB5A157EAD959B0D94B279 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 20BD80058C46294907F586416F3B0765 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + 20D4E2F5D26194311FB7825D5270DCE1 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 212B3E8A0F962C4F9E1CA71EAAF59168 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 2137E1BB7E1D803850EDC093D6F777EE /* 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; }; + 215120AA8F48C5E3FAD671C00C9DA575 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; + 217E33420DFC18DC0466AE672F2F3D68 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; 21A526257E8262278ACDD62D55CAA864 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; - 21BF447BD594D5455C7D069152D4F751 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 21CF1DB1A0343EF27DEA573A17628A85 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 21C8A270351A4D876E9D63272EB6F6A7 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; 21D0E54F90D942CFFB20072076E8211B /* 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 = ""; }; - 21FC4193CF0A3B1AF216D107B2A9CA29 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - 225D8EAF3A393386C2325E19CCD3B025 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 2260965AAEAFBE4CD6F576ACA601E2EE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 226EA124A638D4BA3914A832EF849709 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + 224F98680BF4E00348B351F7DE45DB58 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; 22D1E7CDFE89EB70B4D727EE42AF3420 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 230254E5F31B6C72AE4C6979F631E0FB /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - 232A06596B6A699AFF5CD83A8C9B6027 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 2348151B697B5B36D39188FB45855C26 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; - 237D4F29F78472DBEA70FFC0D0B6CB26 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; - 2389AA6DCA3E7AD004FFCB55A0C7FA4A /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 2399D7C7DE1A01F691A7A39898E1000A /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 23AE028361A5002BC40AEE2BD7062D28 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - 23DE10D0232ADA5C7165CDFE54189A7F /* libReact-RCTWebSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTWebSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 23E7E9073F772BF85715B420865201EB /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 24071DE5C94C157C2846278D74D9EAA1 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 240B0EB29B49158BEC8F32CFC94FA7B2 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; - 24864473A52FC7BF8D6BC227D084B7C2 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 24996C9C057EDA5D31D4E5A4ECC0C498 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; - 24A8F4408495473B0F5ADC83D6C4630D /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 24C8F48E38E807A3A39A24112C3B59CE /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - 24DDE3D73642AB2BE5EB1E4BA9FBE08B /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; - 25310BCDA4491C1E6007E41A9BE28488 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 254EA23B053590C034D264A6C7A7652F /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 254EE1BF0AD0E82092E3B1D7FDD5D924 /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; + 22D517AAA483AA79C02DEF66218F451F /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 230665753174CD2B0A4C639C9D1F6C2F /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 234549A252966B8BBA6C692128FFDA15 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 234C0E20D2182701BC24ABB7621BA0F2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 237D4F29F78472DBEA70FFC0D0B6CB26 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + 23961EC41531E1D02C15F67E6BF1777A /* react-native-video.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-video.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 23AE028361A5002BC40AEE2BD7062D28 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; + 23FAA419873C5A124F49B293BAFFADBD /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + 23FC722A303D4AA464B66CC176BF8767 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; + 23FF0E23D323DA4BAE5B7B4288B5E126 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 24BAC5125580B765CB9EA7BDC45987F5 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 24D7F941F63EF3FF4136605F295E4F81 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 24FE3F9FE451FB5F159106ADD5360E4C /* RNNotificationsBridgeQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsBridgeQueue.m; path = RNNotifications/RNNotificationsBridgeQueue.m; sourceTree = ""; }; + 25071DAE388EA3DECF743D5ED2DDBD9A /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 254EE1BF0AD0E82092E3B1D7FDD5D924 /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; 25873A928DB5365943F54C9E73E9B9A1 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 25A63910A0DEABF51251AA27A9D1F0E3 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; - 25D5A9AECF5688BBA994F3EC0AB239E6 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; - 25DEA918464C5C680AE39F30432D004B /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - 25F7A7DC2F4248E2399499D0D273F972 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - 260DC5CE4A7D11DA70174BCB6142A921 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 2598AE83DD19FFB5BE253A217AC67857 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 25D6ECA8C878E58A265C1E6DF25AA3D1 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 25F5761C3EB51286F2B8FE36C027420C /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageViewManager.h; sourceTree = ""; }; + 26001568CB234E9171C2827F57488777 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 260C77767108E70048A9CE090BD694D0 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; 26285524367E43F85AA86CA5D261B98B /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; - 264274AC9A9962118BFAB59FB225BA44 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - 2648866C0CDA4C5ABDAC1E7A68286134 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + 2634FF41CA66CFEE7148141460264369 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 2648866C0CDA4C5ABDAC1E7A68286134 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; 2659D2392EE12A28990CEC1FF919FEC1 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - 2684BC809719D7FAAF60E5F3FFD526C6 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - 26AF0C35B428C31354A1E5AFE569DC40 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 26B4954091C615D57C087835C0733034 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - 26C1551E152BEAE05C89B51D8916A189 /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; - 272DBE69246A9EF2F339AF835C27A556 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 273DF67314E0DF706EC672E186607EF5 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 27AEC08CD227639519E71B65F5E71C86 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 26ACDD2BDA42E25FCFD9974FE7876068 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; 27D37BA8B70B59F43608B73D6A8BC1E0 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 27D695DCCBF91C5E02F183BA2AFC1C77 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 27FA3148AFA8664FCD75B034AEE40EF4 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; + 27E485C9AC641B673CCFA519DD2F9D1F /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; + 27F2514C2410315CD10227514FC997C3 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; 2804CD3504FBA76DDA3A5744B54E69D6 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 28443A9CC08DE4E270EEFAE12B2E18ED /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 285913482FCE363102A7B4603D24D4E8 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 2823FAEC0324655D928F6B8AE8E6F6D1 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 28443A9CC08DE4E270EEFAE12B2E18ED /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 2861DB9BED90FA5A2DC0C87D5B3B1A1C /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; 2874E9D7F91378B53209C8A8A27A66AB /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 28858CF1CF25A5BEBC19B3B25124023C /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; - 288D7D9302231F5752BA5E5034D3B677 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; - 2894556E5798D7FA7710A2745D1BAE43 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 289697C2099B96AB7101E20E83C3E438 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - 28B4FCE7B0E15169C083DE952CF510D6 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; - 28CBE4C63AE89FD748865793B08DE78E /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; + 289BD6CED318E5E309E74497E7AABCF7 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 28A0D4F3AEEBF0487345FE52261E44BB /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + 28A478D7A965AD829B81C88FB6B8EEAF /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageBlurUtils.h; sourceTree = ""; }; + 28B492CD146B356460314F8DF0FB5240 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + 28B4FCE7B0E15169C083DE952CF510D6 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; + 28E7F6CDB5FA6F95589150A045B05E1D /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; 28EC3C01032D02EAFE02322B0CB3FC71 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; + 28EE8E60D0D8CF1F6D4B0F702AA7B2F9 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; 2912A6C10328B22EF1366F6FA113070E /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; - 295607AE20D286F5BB9736C877ABC1C0 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 296190DA8AEE65FACA23034B5E335FB1 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 29FF00D859868BD1F954858DE8D005A2 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - 2A2183E0058E38C8CF11FB7FAFA6FED2 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + 29357FCF1EFFA5A0FDF5548E308C065D /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; + 295607AE20D286F5BB9736C877ABC1C0 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; + 295E26B9D7DEA83982DC648AA0278C01 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + 295F64257E57CF5F6472D1FF7D407995 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 29783AF202E7560826269653045F527E /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 29964C9B9D833D624B9683744C054108 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 29CECCD2063EE9E53505602ADCEF9F3D /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 29D2891A7ED1453757437C14BF4385E0 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; + 29E771152DE3705B7DEE33668D448252 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; + 2A1CC9AF6736B0577F661EB9A512EBDC /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + 2A2183E0058E38C8CF11FB7FAFA6FED2 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; 2A26029E7B9792F94B7A87A7199A515C /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 2A410A3C7B6ADCF78DC5B0ED47CC0B9E /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; - 2A49536DBA9B5FEB08767334BEFFD895 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + 2A6B3853E85C354108FED06A0E1DF28F /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; 2A7D6E5E94895A671353FF93B75AC295 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 2A90937D64BECD7A1FC40750CA6D445A /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; - 2AB503E6B03B9CA167039DBF4FF9D140 /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + 2AF1A400A8254E33E8514E44250B11EF /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; 2B03BB324D33EF57D866EA1AAB20657B /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; + 2B1F7586D53CD48E1E9ECE218B0501AB /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; + 2B242B17D06ADFDCFC0F00EE96836B46 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; 2B44EB014015C40006305E19CC3C5ED5 /* 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 = ""; }; - 2B462DA86C8B2D665034A7CAA23096FF /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B6F3AFBF18C9A9F476B94E17BA552C9 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; - 2BDCAAD5CA4F46D8FAC531D31269CA7D /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - 2BEC0CAC42B231ADDE6E4B6712091B22 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - 2BF3D25E703684B658160C4F4CA7CA9D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 2C030B218A909961839093E9D142B50A /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - 2C11F031A1C1F0DC3ED37A85694F4CF3 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; - 2C1313BCB1764DB94CD5C8F7C15FBAC7 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; - 2C15F678CB54CA0D4C9CD99FFA56D255 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; - 2C244364D7F7F71E768B8DDEE6D0D393 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 2BAE8239D95374EB01F913800D459549 /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2BC3B214153650A92BC423080A4086DA /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; + 2BEA765B9F6FC4D1D80582F961419434 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 2C11F031A1C1F0DC3ED37A85694F4CF3 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; + 2C15F678CB54CA0D4C9CD99FFA56D255 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; 2C29351F69633F0477675945DDB8437E /* 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 = ""; }; - 2D320A1563BDAB1C2FCF3929D1BD19FD /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + 2C35C5DA07A7B46FE4E3F707D9287A0A /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 2C9D8D316FF9745CAA3698244A77B431 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 2D2B6006BB19A7A54512AEC40D23ABE0 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 2D61FA21D74793CACD83868A81E7CB1F /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; 2D62CD795C614D94A632A3FA22CE5F85 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - 2D79814B1552A7B1EA2C9F6F8F3BF458 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - 2D7AD24DB0BA70767C24E5C176F1E051 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - 2E74C4107B041B0ACECD6B397E473C9F /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - 2E92B7A700B9B13A011E388BD15D749E /* React-DevSupport-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-DevSupport-prefix.pch"; sourceTree = ""; }; + 2DA75386D872F1FC2511CA68237E358F /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2DC0A24ED0AB1363F2FFBAFA87AC4D26 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + 2DCE6C20224433A00B4CA41B32315923 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 2DD72F5A55668A421FDDE77CF7BB509A /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + 2DEC779832A72AC4257E8C2B07C4F0E0 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 2E3549859B512B50D3BCA13E7554B138 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 2E5F7DC14E9FADCEB1836C87D07376C2 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 2E6CFC24F1AC84A2E076672774C9C3E2 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; - 2ED7C906FA08FCBC1FC612DF7E2876B4 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSettingsManager.h; sourceTree = ""; }; - 2F02273D3A5FBCF2B65982645F6CDE5C /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSRWebSocket.m; sourceTree = ""; }; - 2F1A343174FDE675BC1076AB561DDAAD /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; - 2F86F25484653370A0D569FEBD1153AF /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 2F94A668B03FE3668F12FF8F0D2F4EF6 /* RNSplashScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSplashScreen.h; path = ios/RNSplashScreen.h; sourceTree = ""; }; - 2FE98CC6603BB3737051D83842372A07 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - 300EBB30E8BDA9B24E310A101FD2EB6C /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 2EDDF7CB52FDE51E7B07288D054A735A /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 2EE02D761B40A12213B7760AC71F5613 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 2EE760C6C385AE73F070D0F3723C8215 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketExecutor.m; sourceTree = ""; }; + 2EE835852F73F04F749EC3A8993B3F01 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 2F1A343174FDE675BC1076AB561DDAAD /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + 2F5168B4360127C6F651D33EDA56809C /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 2F7D86694F88BFEC78C76BC011DEAED9 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSettingsManager.h; sourceTree = ""; }; + 2F86F25484653370A0D569FEBD1153AF /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 2F88E4FA7C79C410C7D83DD80C2414C5 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 2FCF15D7B9B482F345223FD766E0442D /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; 300F3B83CD71E1D42225DCE2D4D8DF21 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/SDImageCachesManager.h; sourceTree = ""; }; - 301C8402716BA7E97381A89E9D144049 /* react-native-splash-screen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-splash-screen-dummy.m"; sourceTree = ""; }; - 301F7768AF399978D1D246C6E64FAFA3 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; - 302B94B37E9BC227BB6E4C8ED97E477C /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; 305849AAFA55DA8BC829CA73F6A41D7F /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 306BD8D2A1DF624163C9B90BC9010F9B /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 30763B04112634FA779E42A5BAA84D3C /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - 30C3785A1763E352061A3EDD3B59E2E0 /* react-native-video.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-video.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 30E032C46EEB4B82B50881234BAFDBEE /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 30AA1220822BE3D9A43869162442940D /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; 30E5AB6EC5B25B9A1474BDCC987B23DD /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - 30FE453FF00128A2E158857483EF0977 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 310D4ED3947DCC6A410B927D594EDDA7 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 311F7B473ED95E565356A80605AC9E4F /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 3122DF2547EB8FD4AADCAC17B81C8C0C /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 313762AF266C7009558E8B0605421342 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - 313D0FD81A8C654FDB06B0351B958F5D /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 3172F5C2A96EBF73AFE4872372F30EAA /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + 30E5E7056DB14437554203F247FEBE8F /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 30F49B413055CAD809143922DBCF9328 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + 31194DE606062D6968B69EAB213B5205 /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; + 313762AF266C7009558E8B0605421342 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; + 31486186A67B6A58BE38E64C2E2FAEE7 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedModule.h; sourceTree = ""; }; + 315DE2294020DCEC63253F4151C520B6 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 31690A7DEEAA6796896A4A2B99F8CADE /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 3172F5C2A96EBF73AFE4872372F30EAA /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + 317B229849626324A660CB6C63782AB7 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; 3183AFDDBFAB519351065E5018CF6355 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; + 3194BBD2835131E1C2618ABA6D964671 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; 31B588B91FCA99EFD147FCF38FF8F934 /* 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 = ""; }; - 31C4D3C28B06C2402E265D03B808ED01 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; - 31C510E501306C00017CCCB0D9A44A33 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 31DA42B5F61ADFB25DE320651B706A85 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - 31E21FC007A8C5A148B5C3083A69249D /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; - 31E2E603205E2255648BD0675CA5847B /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 31E8705C4AFBB541FFB235AC39864EC3 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - 322B5689E93AA4FA61C758C311D8CCDA /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 32364A78F45AA24FC790F412AAC34428 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; - 32756C637CA901E0A792016560C7425C /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - 32762E6F912CA1795FF952B4E55B4799 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 328A7C7068C2C95BBF5D0E2CB7088A89 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; - 32D9D23625B5F66A91323610C43ED2FD /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - 33616E0DC632A336EA007E38F1DCCFB7 /* React-fishhook.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-fishhook.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 33CC9E8D848DA2D0234A105750B97029 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; + 31C510E501306C00017CCCB0D9A44A33 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; + 31E5F4DC57C8745E7EA3280A75FF7C83 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + 31FB26E2DB305F9A870F3D1ADDEE6CB3 /* React-RCTWebSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTWebSocket-dummy.m"; sourceTree = ""; }; + 3213B68685E598FE43193122F8C8C25D /* 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; }; + 329BFCBAF5B6E1BE29D82FAE16856B63 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + 32B7966DB107C52BFE220F1BDBC607E4 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 335400315E35F131719747A17435F1F2 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; + 33584DAB11F9E111923321393ED3450A /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 33C5E46DB8D22FFDE01F09312D4E27DF /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; 33E2EF038AE38029CE0B796EE48F2110 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - 33EDB11AA7C30FF2DB9FA23353D02835 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; - 33FC3EF681B273371D2E4998BDA32875 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; - 34151EE7937692733CF96FCAB802E84E /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; - 341960080AAF76D6A7E728DD87FA28F3 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - 341D6D0973E767C9314BFE5A90BF06C7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 34279E20F6D147F475B02BD62760E028 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; - 344D3F7F4BB012118B1F6A4B411346FD /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 33FD6667267BC83C7D244FC34AC5B071 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; 3452466CC74C5FB4D8975B3FCC6E7B7C /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; - 34863E5AA77DF375C50F4458D52170FB /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; - 3488FAF016955E5F89B976862973F198 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; - 349340C7E202D3F24AA54FACC5627CDD /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 34E09016CC5CC3F50C8828B9B762C89C /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 35052BB500B0752A9573B90FECC7B6FB /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 351B8FC8C6FC0AF20265D5E8A088D61B /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; - 356E60613567028CCFCA57A5EED6F483 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + 3461F327719742097FEA7A9595899EED /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; + 346FD06C85D43F1B23E23B557389D0F1 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 34DC041486CAAAF5CD7B70434A6B16EC /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 34FECA15D55F72DE978D5F69B50BB4B9 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSRWebSocket.m; sourceTree = ""; }; + 350A151FEDBCDD65BF76756A45CEDA1D /* 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; }; + 352B2BB65960037DB63D71A1C1E6A9EC /* 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; }; + 356E475D533B864AD49F7F1CE8568BC4 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; 357DEF9BBF43A78EDA32F3285EA04088 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; - 35ADFC3A8C96405A121D270F1322CE61 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedModule.h; sourceTree = ""; }; - 35AF00A4BD9BD2CC7E174AF3A92FC8A6 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + 35914C5BA6733658EF46CAA3FD45CE0F /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 35AF00A4BD9BD2CC7E174AF3A92FC8A6 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; 35C3649F20C54E169E70AC51597FF19C /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/SDImageCoder.m; sourceTree = ""; }; - 3616292D05C6A7612D05D2BEEB8E79AD /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 3641E4238651B0834775C6816F306C59 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - 36460BB6827B23BC9A690E46DC6011FF /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; + 35C86E3C5D151CE70929A674FDC315FF /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 36460BB6827B23BC9A690E46DC6011FF /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; 364D8F7B0345F670AEF62989440B4C5D /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - 3676696D7B84D709E46331ACF4D202D3 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - 3696B8432FD0EB699A2EA8ABBE2847E9 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 36E618872561BA5725A487A5DEE8AD69 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 36F5BFCCCD016B8CC2115094EB2FBB91 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - 36FAE6073DBDD9A0C711FBBC3BA69784 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; - 378141091BE75DA09BACC3218B99D5E9 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 37916F9FBE634EED655B96CD63F8D042 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; - 37953103E02B596204E96076D98E0421 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; - 379648659FEC6C7595269F1FE8353A85 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 37B43D329D6CD9DECA16C07DBEB7C5DA /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - 37D31D4AB1FFF309C4D7CD5B7A2AAC41 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 37FA635BEFECB542D3A2D83A10F0BA26 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; - 37FBB5DA429FABE0C62594DFE93A15D1 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTModuleMethod.mm; sourceTree = ""; }; - 37FCB3C0CBBD94539610F034A5C547B1 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; + 36ADFD64CAFE1C8C698A5DB5A16C8A01 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + 36E43F29CA1C8ADD4E662573154B1E80 /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; + 37066CD3EEA0C7BFDDFB6BC0295A0043 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 3714CC10DCE559C8D73CCA27D680CC14 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 377C8B228025623A930E73FDD9598EBA /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; + 379F579C01433C0E58D3AC96481336B9 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 37AE041AB1DD799CDEF8DA8B5EF5FCCD /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLinkingManager.h; sourceTree = ""; }; + 37D44357EA9D19F0257D63BF4D83B778 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 37D4E5DB0839D849FF9A2A9B68CCDE71 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + 37E20EF8E94B6A6AEADB89CED59E3C74 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 37EDE2B4EC5EB81B5F9F3AE64059EF35 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 37FA95E244753EB9132AFC31F8E584A2 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; 381C0123BE241E4AE10F2F95F931727F /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; + 382AC57C33C0C98A1D952E6B0CD1D579 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; 385A35727E97F74DC58355BE28C9C372 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/SDDiskCache.h; sourceTree = ""; }; - 38767DD79BC409818A0690C1FB081AA8 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 387B3E7AEC6599E77A3092D0803C5335 /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; 3894C6E1AF8B8B6D103055B580C48DC6 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - 38A3B27E6BFACC5E102D5741828615B2 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 389D98FD60B4CA6B5B9438DD95554AD5 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 38A48C208F1A13EE2BDC7BD197572B14 /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; 38ABBEFD1D80A8165D18732F4ABE7285 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 38C9275C060025EEF43D112D1DE33C19 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; - 38E54D6FF92BFD2282A15345922F24ED /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 394B78C2D46894595D856E32A4932E4A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 3955934579A4BDA33977B18EB5E581E2 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; - 397D5B2D2931731A2FA8B7F136C7F02B /* React-RCTWebSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTWebSocket-prefix.pch"; sourceTree = ""; }; + 38E745DFF40E1CB74DF02DA1DC003840 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; + 394B5853EBB75912CBECE586D7469830 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; + 39743E13801F71A63E49B3854DB37C50 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; 397F8C8E02195C2709D18B25BD96A61C /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - 3990962CA262C61A2F8B23914C65BFB2 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGIFImageDecoder.h; sourceTree = ""; }; - 3992020519DAE03F4E8F158AF7DCF284 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - 3994ACDA8F04F6F19D09C1311C21390F /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; - 3A9EEE1A9E9EF693996AF3CB41BCEA09 /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; - 3AF89AD8500D5D76F825D3033FCC246E /* librn-extensions-share.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "librn-extensions-share.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B4BB8DDCBD4B176980B268F94B4788B /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 3B4DA167B6DB419A71EB31A8C10126CF /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - 3B6528A6D344966F98C92BE412A3BF5D /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; + 398E4E8C720D673183BA1DA56B0B6E09 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 3A098AD8BE766F2665E7265616A079E4 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3A34DB7C58257BFBFDB45F47D24BBE94 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 3A4B95BF6B77DCFC8162092A9B53407A /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + 3A8024DF69833FD2001A2C332A14F4C9 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 3B0B9EBC63903C0AFD7B16BB9C2ED2AF /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 3B5D2202C14373B5EA37CBD659BAEB72 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + 3B717602B460C2E13E761D9D4917771F /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 3B7E1A1AF24033946733FF398D48663F /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; 3BA45B371AA770D43C98128947B24212 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 3BF82463433B0B7524142F8550C5463B /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = fishhook.c; sourceTree = ""; }; 3C13898734A47229E6F6F466BDE343AD /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; - 3C2258DEEDE7291714659419AC31F782 /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; - 3C3A41EB8B25FE5659FC71653BDF5D11 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 3C49DDE5C9A6A1BF3166F34B87C490BA /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; - 3C4B194A152548FB584B7004C7A5A9CC /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 3C893767CE89D167332F66CB3C3FBF13 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - 3CCB05F8AADD891FB863D644BB279CA3 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; - 3CF0A2557E007EC3AF930EA15BBAF894 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - 3CFAAF170EA9221AA3C4A4093DA2D82A /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 3C195EDD76322261D6602B7058FC491A /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 3CABAB49E11B74EB1E3ABB0728A99291 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 3CB95C0557E89A1774D5756987887992 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 3CEF501DABDD52B1DCFC597BC39BF33D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 3CF5D908BBEF1B395BD76E59C1CCF221 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; 3D0253761F033DD720523C560BD82BC8 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 3D163CFA46B7FF6538E374C0E8F17EB4 /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; 3D3943E3326FE9FC1E8D9269144480FB /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/SDWebImageIndicator.h; sourceTree = ""; }; 3D9F9489DD97C0F4F3D28D56A71E3072 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - 3DBEF77F5B5E4F0399263989B43EF4AF /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - 3E566A326B0783FE698AA7D698B73421 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextTransform.h; sourceTree = ""; }; + 3DD8A70965DE73E816D42AED74C7F571 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + 3DF4AE9487B2ECD361314600B1E0D6FC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 3E0A284BC7AA7ED9FBFCFDAD620E0F36 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 3E0AC6D2780481E8D8F46E0C9245A807 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + 3E1420ABAF2AF607C08279C3CB44D721 /* React-DevSupport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-DevSupport.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3E3735FE63D9537230C4B3A8D9D196AE /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; 3E5BE7BD23E7FDD82F0B6718B516BEEA /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 3EA99F3CE7941E2BAB9464B2998E3D90 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; - 3EB9E3938EE838B35E38CD157DD1D01F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 3EBEC6EF764E796C60544AC088DC6D30 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; - 3ECF81CDAE73F2ADA27F0B1FE39D5DB7 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 3EE79C539D898544398CD96237C73BE0 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - 3F1F72D0E8D61271499FC2507D93D670 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 3F25D5F0ACF40D2B5EC9E1B933E55188 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; - 3F3E2D19532BEB2AE81573F1C05F7382 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - 3F598609A1D862FEF1C4EA5E1DE519E2 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobManager.h; sourceTree = ""; }; + 3E92D165B81C78838B2B690BDACDC60A /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 3F084CC8C4E1DD6BBCB3EE91ACFAA227 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 3F139A3F20040221F97E6C26F73A2225 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 3F25D5F0ACF40D2B5EC9E1B933E55188 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 3F3E2D19532BEB2AE81573F1C05F7382 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; + 3F59A27B4C17A8444A91066B9FB87629 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; 3F62D03AE48EEDC8771172430CD56AEE /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - 3FDF15F80C21555D81330357F959DF99 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; - 405CCB2D7C257B569258AEB741985FA1 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 406BAD664D6E34566FCA00F850C18116 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + 3F64684FF807ED61E9E4425BF7551A9A /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 3FB118513EE2E068509A498982D3DD86 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 3FBB2E5D0CBCA0D5C532BFF45C0607F6 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 3FDC42BFD44579ACE1A1E57C9AB8867B /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 3FDF15F80C21555D81330357F959DF99 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + 3FFA48B9DB653F93033398BC8F836D64 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 4000ECB19E856F40F7C8DE0ECB0D7FA9 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; 4074B41303A10BB9FC9F9655B60EFBCC /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 40AD014E68FA81F411B616E20DBEBB22 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 40D679833F059446A7D67E33F7DFD837 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; - 40DFC0A8322AC9195610CA69D84D1AB0 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - 40E3AD96CC1962F5CA482BD83ED9708C /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + 40B0E1B93047A8D851B99539C075A96E /* React-DevSupport-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-DevSupport-prefix.pch"; sourceTree = ""; }; + 40BFE0615784D7688648B70C8E96C195 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 40E3AD96CC1962F5CA482BD83ED9708C /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + 41704222B753C7F355A75DA31790C866 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 41C8CDBCEF5E89F49B4C7D2A83563CEF /* RNNotificationsBridgeQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsBridgeQueue.h; path = RNNotifications/RNNotificationsBridgeQueue.h; sourceTree = ""; }; 41D5DF19A7FA6D7B4FDCA08E1924A454 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 41DB53E825453C67F42BBE4539984AD5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 41EC2924312D17B9E14197A28635A3F6 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - 42176D82BA6694D404E0DE65AD072E25 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; 42249D00257DA8CA6B52A8A000A5F100 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 423698992AA530465C907BA7F0860FF2 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 42962C15EEDCA727DA315E6E491616B3 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; - 4299B164ADC95F8B8479B93E970D8011 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 42484867612203BF24357532C5863BFB /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; 42AD1A62B2DB78307541F25B89537947 /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; - 42D99890DE4E50157554A36BE513F209 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - 42E3ECEB82B57A6521410BAA69A9A630 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; - 42FB2CA7C47F58BD123B1E8CC6F72A5C /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; - 42FD9B6BBE1A2E33EF4246EEC8A831D1 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 430201343C35B7DA8D6D5C3172DF75B0 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + 42C01A05AC316F58EDE652C2115D207F /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + 42D99890DE4E50157554A36BE513F209 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; + 42EF36878A1727733099F822BF366876 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + 42F9D2A4F789D272D929CC309FFD1518 /* React-RCTWebSocket.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTWebSocket.xcconfig"; sourceTree = ""; }; + 430201343C35B7DA8D6D5C3172DF75B0 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + 4328387ADEE3617934F5B733890A55E6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 435F6BEC0DE33AD378DF624BF1B3E069 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; 437DD046D83967D2E88744F760B995FC /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 43AA1E9CCD79BAA7E7B13F1B59A10F7F /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - 43BF84C34EEA1931D5562D9A8962E830 /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - 43C1E259FAF98334809222769D5EAE80 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - 443540EFADC7D393D979D3FBAEE7B06E /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 444EB668B5DF0250FA512DCB50A00131 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 4477A98D9F67B593BBD875833302899D /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 44969EC40D0666FAB761C93F30D7F5C7 /* librn-fetch-blob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "librn-fetch-blob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 437FD645EAB4AAD9F12711582E1F2ECE /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + 43A8B40C6D7E3B2A84DCBD375FFCD1C0 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + 43BF84C34EEA1931D5562D9A8962E830 /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; + 43EF13742F514AE0850AE40E75F36B82 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + 444A63ACB1E4BE692426F2F2B1CE22BC /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 444EB668B5DF0250FA512DCB50A00131 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; + 448216A70E3E326742CF37F9DC1A62BC /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 4488E3148FA8F71C0B12CCD5F8E09426 /* 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; }; 449726C9768F455E6476B45D54DF3AB0 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 44EFA53BCBF0D2E1246EC251323FB495 /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; - 450E537BD2AA3EC755CE23D4704E176C /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 44B1DCB08310B8B005B4ABCA6BDE719A /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 4519E0CAD941087BF7E2AFA521869A5B /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 451B0CAC610751DA8BBCC7C504F6DBBA /* libreact-native-keyboard-input.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-keyboard-input.a"; path = "libreact-native-keyboard-input.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 452A66C26A27A3334746A25BF6D52F92 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + 452A804349964381F52D2F8876975B91 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + 457839D3AC7B644F37371906649C45C3 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; 45C008E4BE5488278FE31813E3855959 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - 46018D5F6434EFDDFA2D57B41E005D73 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; + 45FFA728870CFA02E0CEFDA37D39A360 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 46018D5F6434EFDDFA2D57B41E005D73 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; + 4604E9A800AE9E712A28607838D116AA /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + 460A705FA08790AF556A8B6ED44D232F /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + 460E7CF7FA5F9F7412871CC1E24987CB /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; 4638F9C2952ED417146E2D08B9F9A66B /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/SDImageIOCoder.m; sourceTree = ""; }; - 46454F19039CC8F21F37C006D6BFA828 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - 467E582DE0BDA1F42D073D4B849F1616 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 46A6825DAB610D3AD94723821109A5CC /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 46B6BCE3550C92C9974871D673BF8B19 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - 46C4E12AA4EBD66DA60222BE3C82A924 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; - 46F6121A8F5A3F7D50F6B0C611444277 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = ""; }; + 466F956D06065B2D6E0C9EAAC131D957 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 467A708C1D069589AC05C68491C5FFB4 /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + 467E582DE0BDA1F42D073D4B849F1616 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 46BFC3CFD0F19DD13F66A64DBE9D4759 /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + 46D41AC106130B1442F28DC832D3B104 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 472BEC8F7C8DF4927EA32CB2C854522B /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 4737A1A2B32260D922B847FCFEC8CB19 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; 473A5AAB43EF53BC21D685B3C3648058 /* 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 = ""; }; - 473A9ABC6338F6EFCDFA1962AD395442 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; 47494D5E165034FF4F5871F345C22937 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 4765385DB91D3054646C18E6244A7512 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 477EF48F787534E9E8BB68DBCAAE7558 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 47B03B6E3A221F90BEE3EE6BB7A36DAC /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 482D3E7BAFDACE8A021BE800E462A28A /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4852D9FAACEAAC89A9D9348D6FB58F4B /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 486740B60EDA492D37BBC2F9718B1B68 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 475CAD9CFE01632EDA8024585C62D653 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 476B3B412F0EDD9DBE3D72136940C956 /* React-DevSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-DevSupport-dummy.m"; sourceTree = ""; }; + 47B03B6E3A221F90BEE3EE6BB7A36DAC /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + 484FE00106993DBB921162C30235262F /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 4890D195CBD905C4DCE24C9F3BA53BF8 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; 489BA8CD89137FB7934A8921F72EB459 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/SDAnimatedImageView.m; sourceTree = ""; }; 48CD2B35BC4BD01DF2BEAFC34A84C2DE /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; 48CE1DD39717082CA7661BD21D61405A /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 48D864C04A6541AD05143797FE577B19 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; 48EA30DBA33C3A87137605AACF07B10C /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - 4907F6C13F7E7187A4783EBB473BBE9C /* React-fishhook-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-fishhook-dummy.m"; sourceTree = ""; }; - 492384DB1291F274348C8447130E762D /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 492E67C6E005811E69BA60D560AE8CB0 /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; + 493A205F2C60D85A12C1C49FE345D7F6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 494819580627A0A9FF42D7A115CA8D18 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/SDWebImageIndicator.m; sourceTree = ""; }; - 4992BD8323095EF809A67F49E094EE79 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 49AEA367EEA78C10039B9FFC9A7C4D47 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - 49BCAFD4FCEC89D73FA8DD62CFEDA5E7 /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; - 4A3DA23A34BC8A51A4FCABC4A4D5AE1D /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; - 4A86BC39F3547F42DB075C0CF42956CC /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; - 4A97E28A58B50EB10F8E86E750A6EC61 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 4AC35994C710AC68CAABF00A7AA6F49E /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4AC8FF122215F38AA49D95E6C68B7351 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 4ACA450C835EAFAEA0788384E5F90A9D /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 4AF930BD72E195F3BDC26031D1F49D5A /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - 4B2024E9C8321EF711E2CB4C05FB0782 /* react-native-splash-screen.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-splash-screen.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4B6195895FEC7E410FBA5CCE3E49A027 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageBlurUtils.h; sourceTree = ""; }; - 4B989B40C931095E56EFF7C34EEF207B /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - 4B9922E31BA69835B9280E944A98F379 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 4B9CDED3166E45F4AC85B29598734E7B /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4BBBF8154C12A1BF711622935B8F5066 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - 4BCEA3B8425C4567BB9A85231542DD3A /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - 4BEC9C2B3F2DB659A15C87010CEEC274 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 4C159B8CF9F7B990D33F2BBCDC78D1C7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 4C3594BCF2E739806B65560A21970438 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - 4C3EB60325E3FD736E91B9438DE4E5A8 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4CC00615C6BADF59E2A8392801340E59 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 4CE59CF7D9AB5CCBE1E03F714C1A3222 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; - 4CEC1C0E6C54FA9DC6A8B1B881400AA6 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 4CEFDB137E831425B7D72EAA4DAF8306 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - 4CF81645FC3027FE3D67F6449C3CBD26 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 4CFE9384335C94393DAEA06E420A7D0E /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTMessageThread.mm; sourceTree = ""; }; + 4963A31825C298F5BEF9FE2EB1B4EB1E /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + 497D192CA2121E888B83DF3DEBBC1E68 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4992BD8323095EF809A67F49E094EE79 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + 49CD1290847099B3873F908127A06BF7 /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A1274DC7162B3A998032A6C4A26B151 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 4A1AFADFB9853C6F9111A67587C26B26 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; + 4A1BA89D8DDE4A33472BD87B1A9B3529 /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + 4A24EC911A7C73DC76D5FA3E7EC90B10 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; + 4A5B0911BBF68335D8E7AFDC791C0600 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 4A5CC396F171C64B102554715C76EF40 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 4AD56D189CEB5F5052A53DA1C2D94E07 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 4AFB1A9C457C01F823A7F9F825A86A41 /* react-native-splash-screen.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-splash-screen.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4B59539C3E2D4B334ABF7A59545FDDBD /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + 4BEC9C2B3F2DB659A15C87010CEEC274 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 4BECA2666A5A845D31A447438372A4E9 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 4C3594BCF2E739806B65560A21970438 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; + 4C4775A7B5BD226BFBE8550AE94C10D1 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4CE59CF7D9AB5CCBE1E03F714C1A3222 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; + 4D2F2B0E9BB09FF96D2B5752187C3DCD /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + 4D733CE07616A12CEBE09EAE343097D3 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 4DE15A5DA8C6A0AF601DE6E41B89540C /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; 4E21FBA326656BCDA854C65100791457 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; 4E3EDCDB495EAB989DDE2B195D2C884F /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; - 4E48231C7271F9389E168F6B48CE8FDD /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 4E6FD3FAEB3D46A07E2F4A9EDD0FA8C6 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + 4EB5737743F9B093ED83ABE035A1F35F /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4EC14D1A14C431F11C9FA55E47179290 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 4ECFF27824FCCBDDB1DAF6494A8E3018 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; + 4EC796D3297545ECD3B0BE16B634032C /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + 4ECFF27824FCCBDDB1DAF6494A8E3018 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; + 4ED31A4C374EA25D407F9D4BF1271B85 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4F0C95329005F48B03C0F5CEB37290F2 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + 4F2872BF1D83CD9FC8421D45FA7C958A /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; 4F33079FC5A0030BC12CB9FE4EC945F5 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/SDImageCoderHelper.m; sourceTree = ""; }; + 4F3A610A29FEEA2851D62F07E40C074E /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; 4F4BE2B2E5D6E1D8C9158F3A110B29D7 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; - 4F6337171781C8C8586877997B10136E /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 4F904AE9676B6C5C288FA284BD6A3AFC /* RNRealmPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRealmPath.h; path = ios/RNRealmPath.h; sourceTree = ""; }; - 4F923CD12E3DCD050D14AB41D0EBF68F /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + 4F88B2217D01E30B6B55B42740ED9E40 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; 4FB245E32C3A6682B5F1F217E8689ECE /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/SDImageLoadersManager.h; sourceTree = ""; }; - 50149DF95D3A627ABCDDC27B5281E92B /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; - 50701550301F417411A9F76E9D42CDF9 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - 507609E1AE35A0AB13E9F4F80C72577C /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; - 508969C6FEFF91EA622D89695CE80D1F /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; - 50F6B00FE7647188914CA5A9454ADB49 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 517075CD51A06188098B33A4DBFEB7B0 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - 517245C7A931239AD0294B76E4F4DD35 /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; - 51A3E3D689B54D7C2147AAA6C68148D8 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - 51B3484E9A13910E2BE6F88836177866 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 4FFC037B0DA956D0BDF62284DAAFF89A /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 504024642FF90432BBE5FB68FFEBEB42 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 50648F9532562BD5168C72992575DC16 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 5065C41D369A3E0C693E4767AB15657E /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTResizeMode.h; sourceTree = ""; }; + 506663F98415C34D548508AA724D5D59 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; + 50790D111898E91818CE476F02633B94 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 5083C980D88D35D82D027445D80DC93B /* libReact-DevSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-DevSupport.a"; path = "libReact-DevSupport.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 509C146B9A9B3E987DF569E49CE3D36B /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 50AE5EE603C6C4031174480D17F02E2C /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 51B3484E9A13910E2BE6F88836177866 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 51E2DC351566F90872A28B257DB21593 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 51E48CF0EB7019749509BE035B52367E /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalAssetImageLoader.h; sourceTree = ""; }; 523F0A4F1E3051AA1E22A50B39B3C035 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; + 524337C9F49E3335A99BD03E239E4713 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 526808FCB647A1310B018F7D644F1B1B /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - 526F847782983383B0F31E8746A71C4D /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 5280C6D5AEDE7876AA0DE21797E8C877 /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 526ED2712552E15FDF8A330B53D268A6 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 5271F639C13C309F788D45DE8148B8CE /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + 5278E303CA0DD8783A32FC457B406229 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 5294492C30672F2E63895D2405948446 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 52CD4698E213A92E481B014F65706899 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - 52FFE3CADEB382300579DE3F35D0ACEE /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; - 532207224EF373DFF77D69F7A50CBB03 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + 530BEDA6DA0656CDD5CDA0463A1FDBBE /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + 53421188629147F99D2454128FADC28D /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReconnectingWebSocket.h; sourceTree = ""; }; 534A34629E4435800A496E2336176553 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - 538942E0D59384F03321537A1C9E4A7D /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - 53A6E4908FB17BD3CBD355CB5CC59010 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; + 53562990F27444FC7523C26E007EDE60 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 538942E0D59384F03321537A1C9E4A7D /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; + 539751E4A944C5CBFDD77739E15D2CDF /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 5398AE69B7D7833215D3924AE9D47C83 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + 53A6E4908FB17BD3CBD355CB5CC59010 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; 53BB6273431F000D9A5DCD5765BD5C9C /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; - 5431C834B5F4E6AF4D67FC618D5561ED /* react-native-webview.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-webview.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 54691E9872FE05CE71B6F84E82D93EB0 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - 54D1F4B72D5FFCE470292ADA403104A9 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 550BEF435827F7432BE55250EA542ED6 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - 551320B3CFE57E84D30CC9B873665A1C /* libreact-native-notifications.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-notifications.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 553B64589853ED158C12B75643772039 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 5543BDB95EDCB770C91AE4744E947B3B /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 5574155B05CDF18D6006B087F7A366F4 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = ""; }; - 55762713A07291A9E61BE50219D41C89 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; - 5583197A47F03D7A1B1661A32A8DFBA8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 55F89B884F58B3A770682C65887A908A /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 55F89F110CCFC19FE41D88F541026830 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; - 5623283A57140BEDEF6310769F9C2E9E /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + 540AE9FF2CE174529A6509B63C22ED3C /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + 5410A8478EA97BD97C9516FDD25F65A8 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + 545833D7349BF3620B46C508A5597699 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 54691E9872FE05CE71B6F84E82D93EB0 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; + 5491D6114453F96749516CD29DBA562B /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 54A37C2C2BBEFCC81F81C78216295C29 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + 54AEBAB2F0B78814E6A54B9D579FC5B0 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + 550BEF435827F7432BE55250EA542ED6 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; + 554838326DA6A946E0FB947EA3F7693C /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 55701FDC716368D3C68ECC3F2CFAE7DA /* react-native-splash-screen.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-splash-screen.xcconfig"; sourceTree = ""; }; + 5571605840B004F4C18AB5D7360BEB88 /* React-RCTWebSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTWebSocket-prefix.pch"; sourceTree = ""; }; + 557AD5998B632706BB3164F213556756 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 55BDEA06C05044DF3538B066D38DF866 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + 55F3D47E8267B12A47C96577066D5C7E /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + 5623283A57140BEDEF6310769F9C2E9E /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; 5647841A7C5A01D12C01B9E40BDBA2FD /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - 566397D80F57C3FFB159F48B9FE64B73 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - 566AB7F69C06353CA00BFBAED95AC568 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - 567BF0A7A16007006774FB2EB734D4D5 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 566AB7F69C06353CA00BFBAED95AC568 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; 56BD8DC99EFD020787B5AAD11C09F6BF /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - 56DB28B663C47B5F75E9ECB906DDBAAD /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - 57074C30E9329F39E336988E1F5E0F9F /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 570A08AD2730074B4DD7866776952112 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 571AD5FA0ADAF90947A0CEFCF6E2CAA5 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 5758C999BF38DA223E469F68564F57B4 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; - 579E4F8761FA8AF71250CA664DFE140A /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; - 579FFB9D7AB275B8FFA925676E3197E3 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; - 57DD73336DDE5F7D7535047062614B0D /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetInfo.h; sourceTree = ""; }; + 56D90FAA41EAA68EAC6FF04BC691E5E4 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 56DB28B663C47B5F75E9ECB906DDBAAD /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; + 57074C30E9329F39E336988E1F5E0F9F /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; + 570B8A80226EC26635F9368E318B64EE /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + 5733E0B84E45DCDFC0066EBACB1CD1CD /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 577D1878BD2A1686063A8C9AC9E4C3D7 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 57D3803CA87E9B6E8791D7FE09199C47 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 580042AD2708C37BDE7BBA42A7FB6969 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 5802A49146B3C3BAC11E649D778E7FB6 /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; 5827E32B04D27831875D8760DF6E6137 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/SDImageCachesManager.m; sourceTree = ""; }; - 5840980E483D456390E520DA054B414B /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 585D4510FBB7D44579942410650B9D76 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 58D7D9501C14528D2622AF4AA4ACD4FA /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; - 58FE105D63D9342E4EEF7D4D64A2B6E2 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; - 592286A34BD94A473B6A913E4EA934A4 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 594282087989AF36C10364EE452A9C01 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - 598741512E6803F7598F4FDCA0891B82 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - 59910718D716D10F63AEC9C5FD2D35BE /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 5995C1B4986C0715EB96B07FA2F58F37 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; - 59DFE32605E68207F33CEECD55EB83B0 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - 59F0B48E2FBA62F9676B3A6585C59768 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - 59F9F6F3C29C5EFD80659BF6C7AE11FE /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 5A3C4B16093F357B0506CAB2CA418F3F /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 58682F5A7624E2B0F7A60E301B029793 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + 5869CBC7CFDB12A26FD81EC71C269D9C /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 58964F160AD7D30E4923AB02920CA496 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; + 58D2CC16D4DC529286AD6A6A81FB434E /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 58FE105D63D9342E4EEF7D4D64A2B6E2 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; + 594282087989AF36C10364EE452A9C01 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; + 59B9457340BA59904D244E98BE56B36D /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + 5A0510A9358B39C7EBEFD74907C5CBFE /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; 5A4775901279C59CFEF130A53A02BB60 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; - 5A55041335AF12387A8B6F36B1BBBA95 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 5A56CC83D0ABCA143D840F41F07455F6 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketModule.m; sourceTree = ""; }; - 5A68FDAFBE745F3522EF1FD6E97FEB1C /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - 5A8FEF639949CE834AC4011574BCCA1B /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 5A6E1774A2A9236DF2D9158E1B322722 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + 5A922A2FF2D42EDBDF004F2B8242554A /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - 5AD9AC9313197E838F75C0C8560DCC1F /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; 5AEEECA37E78F37CB9488C1F90BF14B1 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 5B4395501655576E6E062C4C7F859940 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - 5B763A01A9B22B069842998C560253F7 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; - 5B7DB7357C2A7C862171DCFA0D9BBA0E /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; - 5B8873F76F64D54958F4F43B3C656B95 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 5AF3C1F2FC58C2E2ACC6B1F4F9D7F454 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; + 5B29F24B9050573A99CFC4FAE9E617BE /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 5B4395501655576E6E062C4C7F859940 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; + 5B71345C00F39BAF0FA04F95DF27780D /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketModule.h; sourceTree = ""; }; + 5B987442E8469E7E3C7F6BD3A2A2B41B /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; + 5BB44A3FA662C43BA719F7D8A796B64F /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 5BD183AB89E81D4997F3A701A6F83A24 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; 5BE85978726919166E96BEB7EE944049 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; 5C16EE0B0291346B1C2031D60B1E0EDB /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + 5C1B34321195C777F62E424C5B1E4CA1 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + 5C3AA1D1B7E0F2F1A93EB47ED7E01CDB /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 5C422D5AC3E18A44836325765E7EF010 /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; 5C4CC5C2B22ED14AD4DCD7309F0DFB04 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; - 5C5708A0F8ECD02E4458ACA8CA0DDB3A /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 5C6BDBFE767E9615FE9830BE4EFE6413 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + 5C692136DF4902890998F35490E38D55 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; 5C8974C8E1A0C09C0F6D32AEFA43597D /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - 5C9F546A63196B4F8DCD60AB44B8BAAF /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5CB3192E6B218AFF2448735072CF3666 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; 5CB41E1576D4AEF36B226DCFF55D111A /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; 5CB53691B08EF681E0EE92D7AFC6F11C /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 5CC4213AA94E9463BCE12CDBD351AC85 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - 5CD04E49AB5364DFD2C5C99CC343E78C /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_common.c; sourceTree = ""; }; - 5CF460C0CB13FF639A8EC091E06789B0 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 5D15E2C34A3EE530FA33D418C01E609F /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 5CC597936DB7AB7031169340704E6FEB /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + 5CCA301AA7AA87F5D1501F7CC973C29C /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 5CD04E49AB5364DFD2C5C99CC343E78C /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 5D11388ABBA87F79A2EBF11ADF146560 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; 5D43582592C7FAE9E68F3FBEAA0764DB /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + 5D4523198A671746E60BE2450505A1C1 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; 5D583CC08B9C0688CFCBF30BFFFE7341 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - 5D82B45395887652BEB5BD663843B08F /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; - 5DD83FAE342530C3C6B56344459254BF /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - 5E752101C98F91E6B80558F9A9536D90 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 5D82B45395887652BEB5BD663843B08F /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; + 5DCC621C1170C10E84079A78E6BA8466 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 5DD39ADCEA5DA50ED8A5ED8CF9C70052 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 5DD5FE901C7E4BB0D8B3D060B4D832F4 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 5E3D385BB69D2A22CE4FE4ED9EB8FE52 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; 5E7C7030163A3BAAA29F0804FF8DEDDB /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; + 5E8F25323420CD816919AC01F82D1D6A /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; 5E90D60AD004DEF77D4982EB6147B952 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; - 5EC573AA138E8386637D1A036567FD55 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; - 5EC8EC096745E0A314389BE9C39D5204 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 5EE23285658AAAA4011925443E7A0A3E /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = ""; }; - 5F302F1799DB58B30939124FE54BCE97 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; - 5F657E497BB44B5D2A3B70520B5C726A /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - 5FCE19BACEACE2A093B9CAFADD578544 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 601077786F2BF31AB6F54D1309CC77E5 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + 5EB25972CD7E6B28A0757C8B7D755ED3 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 5F352710CCD37EF1C7329CEBC9AFE984 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 5FA0CCAB55A6E1A4620FC4848A4031F4 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 5FB1BA7A21C33726B1BC24D07B40BF43 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + 5FFF3075741F7A6ED39493CF8A0A95F4 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; + 601077786F2BF31AB6F54D1309CC77E5 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; 6013F9366E4A5DF788DC2EF8FE75AD79 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; - 6032F1161C25A566D76B12214748B1AA /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; - 603EFBF8E498137FADC2E0B28DF937C5 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; - 606C9E4434D7F9E0ACA78042A5AF9688 /* rn-extensions-share.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "rn-extensions-share.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 609C82FCF3CE181877BD3EBDC4975346 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; - 60A8797CBB0C616A7E05CD42B7E069D2 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 6021F29EE4DBE7313EC01D9449C88173 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6027F2E35C7E151859A7A02E947459E3 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 603AD174B46C2C680DBD3B71C67A1F35 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + 606AA452266A20DD811CE0E27903F7CA /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Text.h"; sourceTree = ""; }; + 60744BEE6B90A2CFC5034237AEB63CC8 /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; 60A8CF261336A16C149A7CC385C0718A /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - 61021CA6B311B4D7D289CD031FEFA3DF /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - 616AD3556C0B1CC70D08C38476595F9A /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = ""; }; - 617D65CCD161B2FCD1BD2471D15FDFFF /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; - 618DE6D85F9A044D5D715801E6347DF4 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - 6192CF4CC72A193FA2626FB5BB929F7A /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - 6198696BF71A06C5A2D0848AD2CCB357 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; - 61A2B62C89EFD79EBFC3244924940469 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + 60B411038C070354FD6725E3999D162A /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 61096F61841BF8829CD4597EE6B6B149 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 610F76E71E7CC140DC44C44FEC31C7D9 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 61164F65DA83ECBA356B706C8F761677 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + 6129CD5D06D23757E10A255D4CB55DDB /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + 614357E02F8FE94D794D62A087926AF4 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 6145033E41578A52DA70E3AC92CADE53 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 617C4CA5F5C2775ABE74ADCE72DF61B8 /* react-native-splash-screen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-splash-screen-prefix.pch"; sourceTree = ""; }; 61BA5E92B5979C9480CF54A4EAC8126E /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; - 61D6441C27EF160716B472CA73A8F4DC /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - 62272C24B5240F69AA9C5C598FB9E34B /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 62316A9FF961077EE53B43028CA91F05 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - 629102C2D883D140DC76033F58C4EC37 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + 62272C24B5240F69AA9C5C598FB9E34B /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 62881E87FD69D33AF62673707D063601 /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; 6299B07F20A050CCA97459DE44CE30E6 /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 62BF174F95054BD92232A2296DE3129A /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - 62D9FCC726341DD34935067FDB78637F /* React-DevSupport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-DevSupport.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 62EC55C73D2745301FC78411189E8917 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 629DAA9DC761BB7B652894B116E998BB /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 62E6DF97662B1C21585021D5CC4EABF1 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; 63062BBEC1A164A5789AED85BA5D9DB0 /* 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 = ""; }; - 6364724302FCECA86EE5C0FBB449A5E9 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + 63162D1B6CC53C6CB7D69FB97EE27B2D /* 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; }; + 63327503FF8ADFF8D3F25CAFB7DB8CE5 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; 6368AE99168C21F787D01D4BA98CBF5A /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - 63801A8C4F6D8875AFB3835EEDBE5FB3 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - 63B1CE5F1EFDE398FE0E6B177679214A /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 636F0A0669F61E2756A9839B6C6F4229 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 63863DF3C246CE04684BF2D6543618F0 /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; + 639744914D04C8E5259668C1F3E1357C /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 639ADAE4C642F7EA3E1E447FE982E03D /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 639FBF0527C27D3D58E246B6D77CAB71 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 63A016B0F00D03FF2860E22FA13EAD15 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 63B0ACBA24CA825657DE46602A9E162B /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + 63BFA9CAB14AD89D577306B47C3FEB55 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 63C68FBDECC4439352E918A367B044A6 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 63D3F82879DB7348D3711CE2BABE3DD4 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 640C9F3E1DCDD8A204E08198B7D918AF /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; - 641334F2B61B13A337778B61A44A51D4 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 6415EC638519FC624A6A88227B41DECF /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - 6437B1485F79CEBDE70A5C3EB064B985 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketModule.h; sourceTree = ""; }; - 645073646AFEF45610EABA2F5FB27C6C /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - 647EED667E471BEF3C04DD2FC0103FF2 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + 647050658EF9CC9B17F538FD32D6705D /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; 6482CC18F554B79FC6B2E2DFB5E802A2 /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; + 6493667A9BF7EAE633362456BF70EB5D /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; 64CD04BBDFD42707A7C5C11B96529054 /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; - 6507C693C7885A36989AB081DD14A36E /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 64FFAFCC36C2C4C4289F0B0401665048 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + 651BD3AF1A9D08DC226E729D918A94B2 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + 6535124B504297AF821069F350B5DFB2 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; 656618CCBF9B1ADAB445ECA9A44F72C6 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; - 6578DD06BEFBDE23B4E944A85ECBD2F2 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; - 6582BD8DE647F5C6918C024643F81234 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; + 6581031CD0C72E7AEA1CEFB74C283EAB /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; + 65C32B0E6F77F58BFD9E18888C3D5F59 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; 65C7AC0E687A4458907CEE9CB43FC2B2 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; - 65DDFC91CA191B3C723E0EB35D31ACFB /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; - 6607CF5EB9B949081448716C83EBF284 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 65F1896E7A1DEF846B538CE388942646 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; 664F7CEF791DA66E39B8D29EC128A6E0 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; - 665D183402B80B64B708EB3D537AB58D /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; - 6661F3F03C2B82B268F5FE635B425E5A /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 667BF9FD6A9631A725DDF0C5BAEBBD1D /* react-native-document-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-document-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 669D29B808A079357850471FA5DA96BD /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - 66BF6EF011341188AF6CEB8EEF3F769C /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; - 66E8828C9FD95ACAB7C5A89763FDBECB /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - 66FD9A252CEBDDDC5F8F989A9D9D4C84 /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + 66D0F4158019D7E5056F35447207CA15 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 672097C17BAC1DE2A3A0878AC3E68ABB /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - 67368658C582B5CB03AF5F9D6FA2C691 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 674911FB39D5C25B7DFED61EEE57E10F /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 672DC28797CCA7D3C0E19FE236F547AF /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 6741824F30EBFF5465C0A906092F5480 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; 67576BA243FA4BB19B4835623AC33698 /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; + 67595DFDAF31E99B5E444A6FAEFF764C /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 675BA09879F3E295E4E011CDD732280F /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; - 67E4F9443840B2AB8C2BD154E56A9B25 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - 6840616A626B806A494B347BEF3A5FD7 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 67CCC2FE36432ACE89AA625EA43DC23E /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; + 68041C298010F002D56B99C23693B69A /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; 68664529C27BF53D318377C903B25283 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; - 68664985D54F90C4C7A66AC4676F77B6 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; 68739F1912FB98E5E8F8E719380F556D /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; 689916F92A79A2906661A96389345605 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; - 68A0B575031C95AC892E2FF08295C197 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + 68CF76FA147215BD8936FB773365E5AC /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; 68DB6250F59C582FA5CD2872AEF2AF59 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/SDDiskCache.m; sourceTree = ""; }; - 68E34C1879A4F516A7E98202F3F4F28F /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; - 691DBE4C1977507E7CD205C7C352AA07 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; - 692B2F68C4AA97A83903C373F1ED010B /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; 693F122720C0DBF8806984988B7818A0 /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - 697449BE661598C93026AAD075A70C5C /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = ""; }; - 697BCF2F66E631F0DFF94B6E8041A330 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - 6A05EA87F92472A68318E1141829C8AD /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - 6A2E891E46E8DA6F88D13C7092E05818 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - 6A6A204147C449814634EE9AAD440175 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 6950BCEF8C75317FD792F4D40455833A /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 695693F103B4B7AB3A6090687FEFD246 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 697B025C7F5CAD8C2CE4E1AE25BFEBA6 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 69C6F9D7BF51EF1E338956FB58EA4BE8 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 69CC59F76717160A7FDE7075460A59D0 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 69FEC022878E62FE53C6DB30881C0560 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + 6A136DE86C71FAD9A93DA33512E4B6F3 /* React-DevSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-DevSupport.xcconfig"; sourceTree = ""; }; + 6A34C2DF54B8BEEDE46C5B1EC3B2F06C /* 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; }; + 6A40F80C787C266CFA34AA401F53D0AA /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; 6A6D049406AA265EC77A00D1D55E72BA /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; 6A729C6D908D4E59C9C24C1B5229528B /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; 6AAE35F4BCC73F18E6E3D5E48BE35417 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 6ABC96A24ED97AB927C9EE9317646A7B /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; - 6AD96A8CD2320BC3EFF72AFC49032B4D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 6B3670ED370A8C5CAD27D1EA788CF3BE /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; - 6B6DA382837796EE4053281F4618CBAF /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 6BC4C2BD2F25A9FEFC6C18473A327CBC /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - 6BF28E46D8B9728D2FEA44C933AFECE2 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; + 6AE4416C6CC8EA9196DF5B6DA965CC95 /* 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; }; + 6AE72AD544CE45B2F00EB3356747E031 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 6B094C3BFB01A8A90561831B073F940C /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 6B6DA382837796EE4053281F4618CBAF /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 6B87665280AA2078A8DB0C51E261E1F7 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 6BC4C2BD2F25A9FEFC6C18473A327CBC /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; + 6BD73E556064271C4F8359FDAC8D351D /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 6BDEBD2DC11FFED0F68712374F29853E /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 6BE210F0331B93A0B709914530F30F28 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + 6BE515B1D14A133CB004C5F24A18F4B4 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 6BED15B16E08B405C6717DD9357F8C23 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; + 6C0171C115D35BE7B2C7B15D6CB68E63 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; 6C1D3E0B0699AC2F1DC5E3EDF95B116B /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/SDWebImageError.m; sourceTree = ""; }; - 6C78988BA030AB45C561208F1271F613 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - 6C854B534999C9059E32F224D11A17E2 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 6CDA457CE48253B14A5529C7814FD06D /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - 6D1658FB4FAE96D1619D03E6B70EF4BA /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 6D2A240C6AF3F4EE74684D7B1C056300 /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 6C33574DF4E0F43D132F24E996EE1FF2 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 6C7A83085CBEE26535FA12D17F2469D0 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; + 6C7C66A1277BF0CF9860DE61316018B5 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + 6C8718AE3967A9CBB06D0AA109D8F442 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + 6C95FC4700391910A609FB631C0C662E /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 6CFE7B6E4BDA9DCFC4A11D3B012435F0 /* 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; }; + 6D21C0BC5FBA923B122B37DD4C9DBB86 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 6D309736AADD29B836B909C61EF57A7F /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 6D38408B38E544BEF04CBE6D2B0CD6B5 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; 6D64EF5101331F914CBA4CF73233F909 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; 6D8B132E736E6DABCD3B948E8FFC503F /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 6D95B7BDAE5829AF31B506C54D91DD35 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 6E294961BBA6FE83A76DE4AC948D3C06 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 6E463C97A3400E6E9438829B0EC933F8 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6EB3E44A09A2895B79577E6AFFAFCA4B /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 6D95B7BDAE5829AF31B506C54D91DD35 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; + 6E294961BBA6FE83A76DE4AC948D3C06 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; + 6E956E4459936D3147295A52BE86924C /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; + 6EB2B0386EBB560E7598845480707AAE /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; 6ECD790AD45BF12247973C7967F809F6 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 6F644A906D41F48B7AF4DB172D63BD93 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - 6F6C6DB052C41744E9FEF38DE60428AB /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; - 6F9E2D6F511D42B2C64FB49DEF0426AD /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; - 6FE80C9C061E41F73026A137910092C9 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 704D11C948C6DC4271D4D35CA22C2B73 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 70722C0B27E835BA1DD1AD8537B1FDF6 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + 6F44A20066F50424ABEDF3B892167439 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6F6C6DB052C41744E9FEF38DE60428AB /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + 6F70CD537B92500D40D0D289A4C0B8B5 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 6F7DC738DBDBAB56FE67096801008B24 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 6FC3A115E77A8B663B2488CA511A456D /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; + 6FD4B91B25A0FA9AD10329107FAA8119 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 6FDB6F8EF92CF47922BB06A093BAC02E /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 6FE80C9C061E41F73026A137910092C9 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; + 6FFC29D6363C29C33AE937AAABE195C6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 70183AF78B3E67FE8992EA052927FDDD /* libreact-native-video.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-video.a"; path = "libreact-native-video.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 703FF7A8FE6CD2D913B2AC40646C8002 /* 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; }; + 70722C0B27E835BA1DD1AD8537B1FDF6 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + 70A635A51AD61CD49F71B2BF0C73672A /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + 70AADB3D5133CCBC36D80E914B232399 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 70C2D4BE0833621E101B69D6AEB15AB6 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; 70EB10F7EB6FAFDD793C9E8C9D31F496 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; 7132F70EC627B372196080017B2E19F0 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 7149428CF1B6CFC8E2C31DCCEDA015DE /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 71603ED5C038E6BCB1A742856DEDAA6F /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 71996F85A105DF6FC512981BA57C0A3A /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; - 71DAFB86B5ADFFB234E8DB93AFD86C41 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; + 7149428CF1B6CFC8E2C31DCCEDA015DE /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; + 71497D715D7102B3DD9CE2E4824054D6 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; + 714F94B2966E7AEEE3FB827FFB67C82B /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 715A02B4E7A6A06FE6ADD99970D94A80 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7161C039072324C5F606E4F916761F38 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 71DAFB86B5ADFFB234E8DB93AFD86C41 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; 71E13006004609295DEC227B8F1EE4C3 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; - 724DCE34ABF43536B4D0C306132761B3 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 7262BDC9AF45B66CFEF328C4100D0A23 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 728E5B8E32FCE879E38E3785A200E97E /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - 72C7155EBD692248E819315D2DBEB0D2 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 72CBBF19E8AAF5F842807E46AB59D1D0 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - 72D1C1D4E2DF7C02FD52AAB18508317E /* React-RCTWebSocket.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTWebSocket.xcconfig"; sourceTree = ""; }; - 7309D4ECD38FBED698073CCD5C339296 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; - 733A8AD9061233FEFFA478889FF94493 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 733E5B720E34554C2BF0A5CA0D862DB2 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; - 73A7BED4FCE642A9F93589A632774250 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + 71E9A05814A40D64D3C99B8C3C417808 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + 71F9452EC6E90A91E0EB6AEF86C3A984 /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; + 7207E61234D03490FF26E1F25EBBF659 /* 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; }; + 72BE94C02A40C2FB344FB54D5D07F9C4 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 72DCCE224DF416CFF4F75E32E83AE7D6 /* 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; }; + 7374CEE5B473F99C4E8EE4C8E6C4F63F /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; 74224D38F9256376A885B98001D4ED12 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; - 743E20365315F8423546AF965427B0B1 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 7445F0AAB16782839E502D37C70F0DE9 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 742BDC4D7FE7F68512066FE49A3A537A /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; 747139FD8673B332F8CB4A2E0FE80426 /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; + 747B58E366B64AF09DC17CCCF15FADAB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 74828EB513A2B6EF1ED483652374D303 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 74DD844B9B87D799C1AE3FD4C59F6A4E /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; + 74EC466E1CD8050127A4D2ADDD42BD64 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 74F49BDE0D44A4769425C5E70DB8A8E2 /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; 7504E2C9F5E287F7374E49A9E8A23F90 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; - 757FDEBB588A5A654FDCFCDB54AF4747 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTNetworking.mm; sourceTree = ""; }; - 75A04502A4B048B7546FC5BC9C9FD235 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; - 75B35244744D775855802CA52D5164B5 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 7573E1C966F63ACD417FC3286408783A /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; 75B6263E8AF1D03986E8C1A3B7DA7D13 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; + 75EA2A9F22A8124FF34E3BED84C69F2E /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; + 75FBC0C79EC41C4CF61E3DBE9109081D /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 762710F6F76A840FBB87FFF3852D09DE /* 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; }; + 7648EE8783D5A4930A8231915007B94F /* React-fishhook-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-fishhook-dummy.m"; sourceTree = ""; }; 764BEA0A410293BFC7A09826FE22BF1E /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; 767A67A96F8309E88AB7E8F87065F2E9 /* 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 = ""; }; - 7691832057A60FA5760775AC7D333B7C /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 76BF23E18EF6FC06C27B972751AAA22E /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 76C9C63DFBB822AF6F297345B900F363 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = ""; }; 76EBD3E58E67450AEF5938700FEDA707 /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; - 770A35FAB1550206A5C6670789370705 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - 77139DC0E915EA3C7339D58C730227F8 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxBridge.mm; sourceTree = ""; }; - 7717D3ADE07ED9C3BF060F81EE435A79 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 7764D7B284BE346696AD890A270BA06F /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - 776BAF5EF548A30F3C28B5F7382EA702 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 779B55289E8F5939783D2A2D31FD5874 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; - 77CCB6CFE020013A5B0A2CEDE0300365 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 77EB57944F0EC1AEB769AC1481C538CF /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + 7717422217E1C3A23C8E784AE188D920 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 7775E3F9C1B170D20C3CCB0CB1A1804C /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 77B67C4911E54289DD438C7412468894 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 77BB821C86EBC7AC8063336AD0415886 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; 77FE1DEC047DEE1CD398D9FA50CCDE11 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; - 782319708BEC76E7342DC6A895D8A173 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - 784497D0610A19936CFF45AD08C0065F /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 787647F7C61C248085ACC0477E4B6359 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; - 78815C625B996E6A5418BC82437177DD /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 7804B92A41E5BF56A8B654EA04228DB0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 781B06D0CFFC2FE232616D1B538B10F1 /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7852799765B10DED71229B4B2EDCDAEF /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 785A4105028ECC808DCA7F4799AD7976 /* 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; }; + 78A289F478C6A7847EB46B4E75112A47 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; 78C09F53F3F82D9D3A1A2079D65BAD94 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; - 78C673618DD8CBD06646668B13A73B89 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReconnectingWebSocket.h; sourceTree = ""; }; - 78F47334D062E11AF3D0C160D141C002 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; - 79007DB21DA56572F6F12BA24E1D5C1E /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 78C272ABEA57B15259E3FD0EF11D6A88 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 78F47334D062E11AF3D0C160D141C002 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; 7907711E9EC8BC00FC538071C7B27F2C /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - 7907D922D114E3B6E53E3AD89733C6A3 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + 790DA060103C603A6FABE574421666A8 /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; 7939212BF7E5AA1B3604D604F224DE98 /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; - 793BCBE8646481D3328716EF3FC6C6D2 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 793FBE598AA100777A60AFFE605233C7 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 794EFA04C239B1D742E07881BEDE633F /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - 79A1E4CCA00713F4C9FFF781FEDACC0A /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 793BCBE8646481D3328716EF3FC6C6D2 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 793E69CCF5639736A03600723CD95AFC /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; - 79C3510CFD04C18B22821F2A5965A191 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_decode.c; sourceTree = ""; }; - 79EBB70B371D1389E15B334770D085DD /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 7A362CF68427FEBA1D82883CD57F5CE4 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 7A62C1FFB14502ECD1F0911B531F252E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 7A648C555E1D7692D0CCDA26F4950FF7 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 7AB019C1AB8564DB472BC8659ABEEEFF /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 79C3510CFD04C18B22821F2A5965A191 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + 79DCC73CB3C2EDF5F420FE616AC9EAB6 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 79EBB70B371D1389E15B334770D085DD /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; + 79F2AA78F2AF8D25B8156DBA794F7063 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; + 7A1419FBFEDAECD050A4C65914C53098 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + 7A7D41EF1921B20EBD0621E8C4748F18 /* 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; }; + 7A9682C65E43D2959D61634B0BD90623 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; 7AB22B05BF13A5278CD163EF1E98E52B /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - 7B1CC23A5457EDB6EF5B6625482A42B3 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; - 7B8FDAF7A35164B895D1C3BFDC4959C4 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - 7BFC6E66EDA5A85068108CAFE7E335EF /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; - 7C0A6E1E8B844CF7A7FCC4398291C0C7 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; - 7C14F413603AFF26DBF4BCEC66773624 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - 7C22F7013DA2CDC08C884C54C9F74A16 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 7C2B8EE2A422E0BA77CB69E274E66C9B /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 7AE5BF5BB0DE8AF55E6FF9D0775ECA33 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + 7AF408FFDAB3F0B8CAE9C938E653CA4E /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 7B004AFDEDFE2F5572052691673FA8B6 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7B47590F1860BB9DCD48DFC7D08AB92F /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 7B55979AEB77D3B6184E19E8E9F51659 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 7B73A9B7BA7D76C4EAB6A1B0097D170F /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + 7BA4ABA8865298522A7F48BE5EE05D07 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7BA68BB6E550AE4364BB79802D24AF2B /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 7BF8931A308A7D8633A9AF59D68B2500 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 7C191821A9EE5E3721C2AA4B7A2A228B /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7C2BE2892C188C45B792524924E529DD /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; 7C326906E276B27CF1DD3526B310C168 /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; - 7C50AF556BED0B2D50F6319824DEBF14 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; - 7C5DBE92583674DAF41AF4C7963BC297 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationUtils.h; sourceTree = ""; }; + 7C59B26ABA3C0D793687630009809B7B /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; 7C6A7F35A722F51724595F8DFE814079 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 7C9DA21AE7AB7B694A4CBC367556D04E /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - 7CAAA28E7B782AA3232E17D5A70C962B /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7CE122F2500C76EA3EBFBC214647BA90 /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; - 7CFCCB2A6D2003C44E2CF6B948311C18 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 7D0C90B4CB9EEF1786D6A8AE77782828 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 7CA412ED9B2DCEB6387719BC29D4F4AC /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 7D2761CEC141E766A57066751364A129 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 7D41BB9E28174E9AD935BDA36B406EA7 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; 7D49F235A52C22D3E6A86A3DBEE26396 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + 7D7CC22281804887F7EE01AEE7B84B55 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 7D7EB1D94F742D48C36BF9947668BC4C /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; - 7DB8EF437CDEB9B769FD0BD7B87844EC /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 7DCA00C7E8811CA2E5F68A1CEA3F7230 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - 7DE2A35E7733C5BD352F9D85398D7577 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 7DE9816292CDEAA962C614B00BE2D7C2 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 7E04C49DCD1F95FB21E415374B5E6B27 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 7E08F9653FE6AD9681BC544386771EC5 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 7DA7DA23428412BC9EE05AE5AAE87A69 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7DA857A38CE2E0FCCF8D14EB9961AAC0 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; + 7DA8FC60462DEC8B2373A2B556649C36 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 7DBA330C1B29EC8F8FE394E237A66345 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + 7DBAFCD6320A0CDC131CDD1DC9A3B7F1 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 7DF337C9764E7CD33EA1BA46DAD2EC9D /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; 7E1DFDA929CBAACCB277C4F095C57D4C /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 7E27D877C76B0FA9F35E59530AD02BB6 /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E35015E2F7D6104C74A69F46F3B6F65 /* libreact-native-document-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-document-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E5671E2B6EAC7E428FDE19AE2B19E27 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - 7EC2938FAC6F495D23B18A2707FA49E3 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 7ED3AC3BCF700D33485A59E3E811EEA4 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - 7EF92F7CD0B8741BEAC8DD0414942006 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - 7F44D32A49E693273ED8AB246857EBF2 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; + 7E2380C19BF6CD8FBA1F09DA84744B47 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7E595435C1222A233B6C62A83D4D1BE5 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + 7EACC6722D24353D1DC2F6D1D8C93ABE /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7EEA2E196C8C72645E6611C2BDE6A1FC /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7F21EC347C4A7276D8CCD3ACFC8E71E4 /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + 7F221EBC596C6A58AD78AF0BCC8234DF /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7F46D6E8EC83DD0CF21356810A96DDEC /* react-native-keyboard-tracking-view.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-tracking-view.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7F50886998DA0B8D653152EAE4C4D535 /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - 7FA4492ADF40759E9C9901C5B96D84D1 /* react-native-realm-path.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-realm-path.xcconfig"; sourceTree = ""; }; - 8031FD162868CFC67A14404B04175055 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 8064958D9D37258E3260C9A4D72C80F3 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; - 809C526EE7F2F26DF084AA444F0F76BA /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 7F707AF3CF25A386FCBD5941C77F7743 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 7F71D15F71D8907CF37AB00B05ED2E6F /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 7F8448A7BFCC2610917BD19F8197B0DF /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + 7F9C1AB2393977610E685671C1E6B40F /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = ""; }; + 802C00DA7A71E1EF69FDF62092C73CFA /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + 804540881C918EFBD1646DEDA5A96095 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; + 80CE8ECEDF1F99E3C5F854A8FAE4531B /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 80D0EC859E52785478D3ABA40627CE7C /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + 80F43C3AFD7A6E252D23EAE1425466FD /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; 80FFA483C0CB4DE8DEF2F093A39847B9 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; 8131376D01D37DCE394253C32AFE9C42 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; 81493DC56FA384DF42BD56FF1A3821AB /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = ""; }; - 81519981386AF61B954F0A79D51B4979 /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; 815AB2726183E96338A3CB0E0FB94F67 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; 817B8259B6457C7BFC3E8729B7FD18BC /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; - 819F23DE76414081060F14F8674C7534 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - 81AF957C14CB781E9CAEE4FEED0F9452 /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + 81A556BF69A45D34806C03D6E22D41E0 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; + 81CA845080D7FB6DA3076CBB98E48FB3 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; 81D747E2F3E6EBEAAA0E0A5F0B1389BE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 81EEBEC674F9C01123236D15412C1CF1 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - 81F08780350B5BB5B0EB8F827B257346 /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; - 81F851B3D929B382D571F21CC51E0815 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 81EEBEC674F9C01123236D15412C1CF1 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; + 81F1C0EA7C0DB0C373D4D1BE0EE58374 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 81FED8BAABC20848F738669C40B4078F /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; 82060BDCE8421854F078CE9D45EC4742 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 82181B4F72CB410951D376EF3CB6B744 /* RCTTextRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextRenderer.h; sourceTree = ""; }; + 8224D0869540B459AD8ECF8C9B43D3F5 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 82371C592A7E4836B1900DE08EEC48FF /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; 824EE839D2B98492FAEBBFBA0AD6A98C /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/SDImageGIFCoder.m; sourceTree = ""; }; - 827663230F82A2CD9D047F4FEF2F0132 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 82AF9CFFF241124E108AC3FA929A8F50 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageEditingManager.h; sourceTree = ""; }; - 82F981E8E44C637A6BC960D3CB6BC836 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 82FBF395E9B21DD43EAF34073BB52A8E /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - 82FBFBE7FDCBE017322BBE0E8FCD6072 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - 8316061FD04637E657F92C9508A3953C /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; - 83383BDA94C9EC689AD9660E7B68F9FD /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + 8269304E19BA9F70378EB63BD00F7EE5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 82FC61F6ACB1285BE55294B58BF779E6 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 830B7430FA505C7578B72538956D10BC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 837C0E45522E651C57181A0A10F57290 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/SDImageTransformer.h; sourceTree = ""; }; - 84124E61951EAC8FB1DB9891E9A8A0B4 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - 84372C399AAAF029A93B2E1F55D10704 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - 8469A6CBDFBBECDD6C5C5650192BD816 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 8473B4F5B2FA5303A495456A56479B63 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 83F7DF7828C6EBF808549FC501B3383A /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 8431B4EB1087EBB77F4EF43A5DA8B592 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 84694AFAAB02860A38179C1A3124300C /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; 84918B85A0DAE1D7A7BDFB9EE5CA552C /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; 8492A50A463D0FF1A9999FEED07C0510 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/SDAnimatedImage.h; sourceTree = ""; }; - 84E6C14B228F0D809AAD5591B0E91EED /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; - 84EA22ED867E5E121FD0AA2A9BEBCB53 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 851B7C246BD6EDA6C0556E10CA90A8F1 /* React-fishhook.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-fishhook.xcconfig"; sourceTree = ""; }; - 85527A4A907BDD1D7ECBC0113276AE3B /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; - 8552DAD30A3CF595611F5407A2BF2841 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 85F78F1BE366F5FE3096A9DC4D7D164F /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxMethod.mm; sourceTree = ""; }; - 85FAB8053D8EFFEE7641D2626E554054 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; - 8619DE422CD7AA95A596C754478B4DC6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 861CB92812AB7B514287D97B3896CF2E /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 8643E0C93C2321630972684ED4EA3098 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; - 86804E2677B00B8DDC231F63AADCE361 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - 86F8703C9AEF98BC4A906D6840BC3367 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - 8703BA5FAA9433427469E65D2644948F /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - 87215841BC4CEEEFEB3AE4B05058F443 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - 87227DB85EC40412A01BDF6D926A247C /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 84AA4965DA7A04C47D8385C974E0145A /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 84C4C1E03B8AF9536C835CB76BF91433 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 850A6899223FF4507EAF8D816D89E893 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 8540B23EE249AFA6DE818723068E5B2A /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + 85B8FF973025940470C8481B3281A238 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + 85BE6E793255E222CBFD6E0A59810958 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + 8613C5F40E0B2D889A5624F7128E391B /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 8639134BE6C9CD962EF7AE827781E6C4 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 86988BACF9CE1FA22E6A26A1CCD69E57 /* 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; }; + 86B58BBED818A73D25BF9D37C0A05227 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 86BC9FDCE60E82A2420C9E89C374EB3C /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileRequestHandler.h; sourceTree = ""; }; + 86F8703C9AEF98BC4A906D6840BC3367 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; + 872BFD26B36A3DDED4CBB65F511B2B9E /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; 8744DCD5489A6A04E05D9A4DCB318449 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - 87493228C51E2130702CBECB02FCB370 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 876D8BA080BFA96E713FE210E583EDFD /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 877FEA721857A39A9EEE13A73F39554F /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; - 87975915B603F9E42810AE95F7F2F890 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 87EBAF812AAFA756F8E84C9C42D3A7ED /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReconnectingWebSocket.m; sourceTree = ""; }; - 87F34B541C17B00787E2E5912192FEFD /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 88205D0D40CE6C479132FA3F44299729 /* react-native-realm-path-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-realm-path-dummy.m"; sourceTree = ""; }; - 8823156B06F34810D5E1689F20022376 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; - 8876E2BA7D7BC07F24428721FF2F0F0D /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; + 8775500BE0C9874A32CD091C60613613 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 87BAC00942954679CEE1DF8704E1480A /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 87ECC1971D59ECDF5DAFEB938E0A1EA7 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 87F34B541C17B00787E2E5912192FEFD /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 882732657AC477CDD59E6EDCE8A8E492 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; + 885F2E8061309B8814A7627FBB80411C /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReconnectingWebSocket.m; sourceTree = ""; }; + 8876E2BA7D7BC07F24428721FF2F0F0D /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; 888366C0500620E36712F9EC62E7A768 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; + 88B4A3289FAA4FAECC00DA7738C5D3E1 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; 88E37F7699F8BAA34B951D58C22BA04C /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = ""; }; - 88F65E9CD148E913FB0F54DE64E2578D /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; - 8908D5309F3C7A00BE63E972B3A125A4 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTBlobCollector.mm; sourceTree = ""; }; - 8964CB5EB24347DE2C45FB1F1481DF09 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - 89683C6A9B0C3F7746D92C176ADFC02F /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 890F338F25D77C9528678F21F7A7FF32 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; 897DEDC6281BB1F35E1172DEC9BA23F9 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/SDImageCoder.h; sourceTree = ""; }; - 89AEA48CE23CBEDC7294120FCA7B0D43 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDataRequestHandler.h; sourceTree = ""; }; - 89B31426F4701FB4B242FDFA8A9181FF /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 89B1179BE60C7EFE55BC32A0118F75F9 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; 89B4FD8CA9054A81A0FA45E459742F09 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - 89B982070BA2EA44761A4DCCFA8036C5 /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; - 89BC79B2E4B69C2322980A61A5E81DB3 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 89BD4112ACE03217AB001AB3C06FCB5F /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - 89C4F74DC89D02889DFA1C266035DB59 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 89F0358F630C0CEA24A08AB0835DECB4 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; - 89F96B5D98C0ADA1ACAF472B236E4AD3 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - 89FCB1EB259CC92ED41AF7495E35F7B6 /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 89C4F74DC89D02889DFA1C266035DB59 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; + 89C57505E2DC2607A51738EC95102C9F /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; 8A0974B26B6AB6E0A12A66BB5517340D /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 8A1D6DA03ABE09FF86DEB55C8B52C026 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; - 8A8F5163995C2668CBBBB0F94503418A /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; + 8A25C294596A871D2707A11B0B391A2B /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; 8A927DE95BDAF588283170046E90FCF9 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/SDAnimatedImageView.h; sourceTree = ""; }; - 8B2A293FFB85A2E705A305F006BBA09E /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 8B557E8F3F95A226219A9E3893802C48 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 8ACA3158DF4C332F2E2D775328A7A095 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + 8AD4B838505F378D6A8F042003469E26 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; 8B5E9605C2C6D06667A6465F967F06C7 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; - 8B76FBAD7CD7A672F4FFA563B92A8EFE /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - 8B84FAD1E30970166C0A7BF0C1A80BED /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 8B7DA7B275AC7C5F2B1C88F9DB50F690 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + 8B84F7707AED8639CA41BE07E694DF62 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 8B8C06EAE067763A29F03A45AAFBF95C /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; 8B971150FC24EBFD854AC1064FB9E130 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; 8BC685BFA32CFDC9B7B5C527F455B262 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - 8C16888E959D101D2962845A423C6247 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 8BFB161009BC72653D9380381D59C831 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 8C35E5C75C322C2412DC4D4C9B395F53 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; 8C3E3AC75267352F336884AA81DEB77A /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/SDImageAPNGCoder.h; sourceTree = ""; }; + 8C595E4C6B66F22797E51DC9C3C660E2 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; 8C612113672046C618FFAC8DBDD0EFB6 /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; + 8C8F154B56CB67F78FD995E106D3F315 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + 8C93A15556F52F55F9C151FD42A3C71C /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8C9E9A10D2F0969DBDA50A7E543EA0DF /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; 8CA2F8A58E56FD16B199EBF237E60427 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = ""; }; - 8CC84ECB357F15EF2EF3D09EE30BDF28 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 8CD9BFF04B3B76AEAEC9785ABA031424 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; 8CDB8F285D1BB8965E639569DD3B2CB8 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - 8CE7926EF9D3AC89C437CD8E84825CA7 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; 8D02F0B2B40523B6248E68DD0F836D3C /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/SDImageFrame.m; sourceTree = ""; }; - 8D44691741FE9F8096FE11711A5FFD55 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 8D44BC401BCDCEBC77E0C9CF66C1EBF2 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + 8D13216BF0F8C61EBC00DD2635CD2070 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + 8D1AA10EFD6A00203C8B847574D32B90 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + 8D461CCA32EC9786E47EC3AA809393BE /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; 8D4D1E46B7BFAEECDF54C8283569A701 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + 8D5C525892FE2F75C62CE5F885CF6254 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; 8D9A7E958757D6AC4BF086FF9199B675 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/SDImageCacheDefine.m; sourceTree = ""; }; 8DE6DEFBC0F970FE24F1BC177BC7A3F7 /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - 8E09721AC6A1EB51E9C08AA21690B97E /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - 8E4D73E824C1279DF5F051C54F5A2699 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 8E516B95D365C5ECE908145B82166888 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 8E6902407C835436C22A8977E73FA378 /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8E11397C9617791A9992DBFE94C20002 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8E2B312F0F531FDD393D1731DA28B224 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; 8E6A56450A8AF738EFD0534FD77B934D /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; - 8EDA5B0CAA5649F068AA03DD61380EB4 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 8F2CB06D157C4E447B8B07F00F504BC6 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; - 8F2EBE2F5FCA510FE40355D5B597F267 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - 8F5454414CC0EF99F78F1A3B222894B8 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; - 8F6586DD6C58B6E31F75A08CBD67D854 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - 8F7A926554F1DEDB1A3E0D2569433E05 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 8F82B09C47098EAB2E3079C860359043 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - 8F8678743601838A643BEBFF5A9983DC /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = ""; }; + 8EDE46A4BF7EA08BDE0830EE39C4BDD6 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 8EE0FE5DC2C3C1B753A963F6ED1E57F8 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 8F2EBE2F5FCA510FE40355D5B597F267 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; + 8F30F5F883205AD7EFADFAC37737CD56 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; + 8F336DD29D1A3C7D284CADC574B1B854 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 8F6586DD6C58B6E31F75A08CBD67D854 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; + 8F6DEF12DD6CA19A373818F0396AE3A4 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; 8FAAFC8F6CEDFDC2C3EE9FB8B7ED5DF7 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - 8FC433A74B9E8ACE3C0C739732E8E274 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 90464FA4D4584B30581D5D81DBFB9F84 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 90621987A2D567DC3CC84CC0748AF324 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 906413D0CB2C3827CB7D5CC4B232216C /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + 8FFC3A741DE5BBD1AC9A0113ED95C7B3 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 9007AF151AB9D747CED04366A2B27364 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + 904659EB6A017D9B682BC421B10C20DE /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + 905669CE150AB1F5B4562A2485192196 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 90663B9ED0C82B7F53EBF841799482F1 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; 9079D12428803561357FB10C61368B1D /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/SDImageCoderHelper.h; sourceTree = ""; }; - 908F105208D063CAC191B9CC63C96437 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; - 9092796615BCEA251839717BA418AA3F /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 9099719F717C35C92BB31EAB32553B67 /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 90D0FE4FD82C78D78F082E6DB666F2FC /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + 909CF3CD4CC729B2F9891C84408DB1B8 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 90FDE9A97FD1AD700B1FF94D3F0C1480 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + 910A6F23A28FA6A428AFCD3080AA6DEE /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; 910D54F4122391D52F34EA8AD3DDCDFC /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/SDImageCodersManager.m; sourceTree = ""; }; 910FBA084A244FC40F5649FB7BD19F56 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - 916A280A563FEBC753648A0864FC02F7 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - 917E6497414DEBC94FDCE0D1CCB533D8 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - 918141CB9361A82E6FD052241E5F06CF /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 91B0D0752D2118D0BE65C4C9BFE1E689 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 91D85935ACD88C11321C8F24051DECB3 /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 91DB2221702F2364705F5AC15A39DE9B /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 91E39BAF2B3059CA8CFFDC81BD79DD97 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; - 91FD70219D6E708125723EF7256A25D1 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 92064856E0C24544D8E65F4D2AD3819E /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 92075D8CA92A4C6986E7E2DCEB33D1CC /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 92470E6297E83A63B9EE3566FF265987 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 92A34AB1E173D077CC62EDA34947DE9A /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + 9129AD1BDA7FE08B502DEE52B09A9F0F /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = ""; }; + 912A620C2E262C96818BE94AA4E73DE0 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 914DA6D24B3E353056DFB433B24FE141 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 917B24940B93636C07C207A8F5F6963F /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 918EE92CCC8A1C83450D70EE79813A56 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 9193957F54109BCFFE1E5908894C29A2 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 92046137DB9F299BC8C67E5A291B12B6 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; + 9204BE7879A053C731D00AA46BE7FCD9 /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; + 920596DECEA815252CA9D9478E4375A8 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + 923BA5645F7443F08068F7E919BA5557 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 925A3A86A1F0DF939C7C2F06317DCB81 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 9265F44A8B4DC4F9DDA18A526B744FE7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 92B5C6CBDAE983F03BBAB41A1FFE8524 /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; - 92D4D8006748166DF2A28B91C1BD7045 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - 92D4E1B026B15A6BA8AE13A3CD873D7D /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; 92E08E4B2A2FDF1A5F6E156D3E8AA66C /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; - 93280E0C1C0CAB74F1F0EA890CB31E84 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; 93680475AD4797494EE536ACB0648D9C /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 93A1DA8244A403C258DEBAC755CA3C86 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 936D2988B81CF94362D767A852EB0239 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 937EE317825D5FEE944C18A21CC287EC /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 9395BAD1CA5FC6524759FD484BF64D9C /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; 93A386A89A87920EBAADD258D8BE0EB5 /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 9417F2EC6302104D1220638A186A467D /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 93B8D5948A229646797990510CAEAECF /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; 941C83CB1B1C7E2565C41FE38587D3A8 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 942533EE853442606A01172C0395CD0C /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; - 945DA8183A42CBE56C317AE7D16A3CAD /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; + 94248FB9FA351BAF92E1AEE10EC85D1F /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 944310FE327ADDAA2D34D0A88B0EE239 /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; + 945E4C9EA79D7CB2702E6768EF4A63A2 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; 9477D277A1E8B1EBF5BE7D658D5FF847 /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; + 947DE9F67C28E55C2877A8D24DC8281E /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; 947FD5A230AC7E8E9E5C970B77515EC7 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; + 948FA1AD76AC3C510F09D832B2675457 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 94A33EC1740D82DA77BE5C488160D129 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; 94BFD350710AEB484A48DCA2A14332F7 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; - 94CFB7C121BD85B2283047E9E978D517 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - 94D759BD186F796FF35361C1ADAB72B7 /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; - 94E09C85392E3499435BD62FA853A7BD /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - 94E8DCBA027D622010B13C88C95EDA18 /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; - 950FA7838549D1773DDA3634E26AC947 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; + 94DB8E1CB44888BF8F3DAAE878F88FCE /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; + 94DC2EB18280997CDF37EABA68E5D241 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; 953075636776C2C5E99F01497D7C3672 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 95632EE3523270B3E2F02F037E904715 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 95883DDA99BABA9F4B5D88A3BEDE609E /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; - 959598A4996A3366309D042BCEB27FE2 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + 9578FF143B1C2D0688124384707F9D2E /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 9584EAE4CADCCEC709409EEC699FF953 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + 95D3773507D3BF04795090830DCF7179 /* 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; }; + 95E1D9136BA2CF16C65131F2A5FC5B56 /* react-native-realm-path.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-realm-path.xcconfig"; sourceTree = ""; }; 95E85D1A56579BA7BAD8118CB90F2D9D /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - 96176EE6D66E957D8D701B6EA918C5D4 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9650E1E349B7B4AFA99CD0DED504C395 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 965B8A1B748425AF0A184D4DC7D8558A /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - 9689A6D0ED094D51953359A159833AD4 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; + 95F9F8ACE9EE45FD9F8C969A7A80CC43 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; + 9634BC02DD4FF3940F6DD94E1F4A2C94 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 9646DD93DA4B3C0668331BDB30097326 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 9689A6D0ED094D51953359A159833AD4 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; - 96C575BC2C72F10CF8C4C1E9F442D2D0 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 97095BDF8DE7FCB876B4F47A2D2DBD34 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; - 97149FD2DD27B5512C6363C80D3633EF /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 96F3DD2184995393798025AFB0F66DBD /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 971030B5A1A13A6718F284FCEA97B96E /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 9711B1B1D195BC869E1AB5789B928A98 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActionSheetManager.h; sourceTree = ""; }; + 97149FD2DD27B5512C6363C80D3633EF /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 9720869E87068CAA484245F8BDFD2E0A /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 972670A1C7FB2AECD70CD6E620ADBFF5 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 973AD6858B0CE356810EBB895737B722 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + 974BFE2B099D9A5F06B2CA92333D7B78 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; - 978F9F334E3660C071A8450C46B01D81 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 982A4B493338AA8A3D7722DD6D60D0C2 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 985857AE0F1C2CAF8A7609A371DBF5AC /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - 987BB8F5CC814E5182402A7C988A68E3 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 976C278331581C56ECBB3DB668E781C6 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + 9784BC2B3B6C710792AA501C4691DE4D /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + 97D8AA796E5181FA706A882CF8978492 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; + 97FCDD9414D32C0557164DFA417C7FCA /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 9879A0AE5928A12AB6A7A9DD2C75F8CD /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 98892850FE07F4B17DD4C7091A5EA303 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - 989E48E36A5482CDB97EF01C725833D1 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 98B52C78F805B5F2018195C9113C702F /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - 98D49699CDB282ECB915615DD616C7C5 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 98EF97BC87DDB768A2B2E218227F3CD2 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; - 98FC6CBF2B725F4AAFB0E8E33D5F58E8 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 99D50527D255979F3C2681F41A8C1674 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; + 98CCC76EC6982A9A6C319C7EB55CDD50 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 98EF97BC87DDB768A2B2E218227F3CD2 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; + 99D50527D255979F3C2681F41A8C1674 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; 99E238B15987BCCC8E3D7BEC04120E71 /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - 99FAEC15B7D954B1936B8726FD5EE165 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - 9A06FB7A68FDC591A5963F94AE07796D /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 9A0DC047FF573AC4EA8264968E5B9CC1 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - 9A7177341D13684C97321BF2D69369FB /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 9A06FB7A68FDC591A5963F94AE07796D /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; + 9A0DC047FF573AC4EA8264968E5B9CC1 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; + 9A7B4D14D36C197EDEF070AD0E3BE40E /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; + 9AA32D4B65A94EED3F2EFAADA55DC655 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; 9AA932672CB60D77223FA15FF4A94B88 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; - 9B439F923162E5A1CA7FA4A9FB98BE32 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 9B3122D442D5652409BABA39CB7F9A4C /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 9B354F5C1D2D1C993B49A3D47E7E1774 /* 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; }; 9B4427C9D0FED734954FFFFAF5D84568 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; 9B535E6EEAB5A738D9886E57482F849F /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 9B631EDFB99FF1ECB55138ADD266DA9D /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; - 9BCB2006EC29C93B564A465D21C9B27B /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 9BEC7CE1B3B249C8994773A8E53DB5F6 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - 9C05067F653AE729ABB86F1BCD587C59 /* libreact-native-video.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-video.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C3020BE746CCA84031BE921F4E4F8CE /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTModuleData.mm; sourceTree = ""; }; - 9C4AC6C98E4A0D834174A5B151CB8348 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; - 9C4CF1E6DBD08E4B1B82A3981267144D /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 9C54865709471A0216B83304F1129443 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 9C636E51599946AC7D8639E01FBCB386 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 9C636EFA52DCE3E9290E7EF9432FD34A /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxUtils.mm; sourceTree = ""; }; + 9BB9F2EB9B8F80A2A62BA735743DF5FD /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; + 9BCFCE9EC10629161D2E544C3864C398 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 9C00433DE92D59491CCCB469FC6B09B9 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 9C1E8F26979F2E2E1AB812FF647E0297 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 9C2BD3D571ED6B1C58E30FF25EEA0DFC /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + 9C3E216A98D1C432D130F1ECB094AD38 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; 9C662BE1E5136DEDA982C87A14E80EBE /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - 9C8326B636BA2A897FA677875A9AA024 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; 9C965760E58B11B2A08D130765B63410 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 9D1B38204EB4E546C1422D143A47B847 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 9D348E8F6CBB1F7AFCF23C191BA471EB /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - 9D4B815D88D248DB33F9C01ADC4C727D /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9CAFD04B530DD751845FA2B058150DCE /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 9CC7A3E463197D83341B9D2F2DDDC8C6 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9CDDA80832E36E1E72317A05E0AA9501 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 9CE867F35518A3BD7671513888116EE8 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 9CFA11091A44B7A175D00CCC4571B21E /* RCTTextRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextRenderer.m; sourceTree = ""; }; + 9D348E8F6CBB1F7AFCF23C191BA471EB /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + 9D3DFE6D3A19F36109FC284BF7E5743D /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 9D4B2B24F8CB46FAAE6AC99107466D40 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 9D6E36B7417BE954ABC06FAE0DB74568 /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; + 9D7682C8AB5D502D8A504102F910D4A2 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 9D7DAD0E3C597BCB8DBDAE479AB35E32 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; 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; }; + 9D94858F28E85611323C70987426491C /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; 9D9C521105A559BABCEDD5E16902A159 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/SDImageCacheDefine.h; sourceTree = ""; }; 9DB8190846E8E246C6CC351EFDA74893 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/UIImage+Metadata.h"; sourceTree = ""; }; - 9DC85892BE035CB7DA52ABE94BAF7D81 /* libreact-native-realm-path.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-realm-path.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E07D32CFF1CB289E4599B87B3F3A238 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 9E499ED7A971ED66E06A0DB04E8460AA /* libreact-native-webview.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-webview.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9DDAF4B192DF0473F1216B28425F6712 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; + 9DF3F87D6384F6C4175BD33AAA033318 /* 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; }; + 9E4F6E056FC9A189A151A8E6A80D9CDC /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 9E614A9B86533F9CEBC4206D36D73306 /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9E7B0295D82864FFB32CB21701474509 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 9E87E670098EC08C2C2A4A86BA3871FB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 9EE0D518705C99582C428F2F66616279 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; + 9EF094DDBB5462A842F9AB1C8F3AE920 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; 9F05B714BFA3F951AA518528961CE6F8 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; - 9F853D7594FF30D7E5137816E74F4EF7 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - 9FA2E0F5A1563E3070E6A2F27483A772 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 9F1D0D30C11136D3F1F87F64A1ED63F7 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 9F4CD061D8F10657890CD8FCAFB5BB50 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 9F6AE9F19BD325721D4C3CCABDAB932F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 9F709F26590A5CEAFF930974A7EEB04C /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 9F74139B7A2D32B5BD45E9DBF47211E7 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + 9F819BC30968188BDC0DF44FB0D8FE26 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGIFImageDecoder.h; sourceTree = ""; }; + 9FBB51804A0DF1E9C15EFC5A9ADCE3FA /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 9FCE5FF045D8E3A84A67576304C0285C /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; 9FE6E1D9581AD0B269D424314D76C49E /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 9FE8FBBF3161CC3DB229B1E40E7FD16E /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - A0097AE4D6509F6C767350D7B87F1CD4 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - A00A3B49B176F77B309631B95413F66B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - A028494F31AFFB619233A57742004519 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - A049C3C60C79FB949B56965EEFA989B2 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageShadowView.h; sourceTree = ""; }; - A05DD9404C11E12B3E99588B7CEF01FD /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - A09C6C2290DBF3147F1B167E151B5637 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - A0F3CF61CF6002F8D39D29A411E423C3 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - A11371DB2D6799673B25A15F88D240E7 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; + A02F83AA2C29984F974BDAA6F8D717C4 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A075A81E64B35BB1505DAC0D05F2C8E9 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + A09B4626E28CF050FF247BEF8B24A30B /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageView.h; sourceTree = ""; }; + A0BBE76C3DCE2AECE404AA486E99299E /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; + A11306778B6B14C90895E2BBA4EE5A9C /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A124415EEAFFD11305E9444D3D27901A /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - A12B8F88759D2129B4F216643F07F33A /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A1484245ED4EBCA68A354F9EE4C4D233 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - A14CB24FC542D84CFE1490E59810BB15 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + A175675986B7DFA4A1F6B9CF32968E8B /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; A179413FCC8832525D1524528EA87CF7 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; - A1AEAEE515C68EE56EEF2DFF04EF1163 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - A1C928152B125727B34C900B2AAC4B63 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; A1CA03A38C1012C7FA5B58E0D6DA05AF /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - A1E3320628D36075160060A29DE6CB76 /* RNNotificationsBridgeQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsBridgeQueue.m; path = RNNotifications/RNNotificationsBridgeQueue.m; sourceTree = ""; }; A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - A1F2A60686F0C6675B3F63F1AD949B1B /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + A20465137115E54B63370DC203A88F6E /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + A2078A01CD7D9F8DA920AD68FCCAFB7E /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + A2308FF25215355D2C3C61482CDCC17D /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; A232F52ACA6D05CFC9E73388AF31C9DD /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/SDWebImageError.h; sourceTree = ""; }; - A23489B385A1E1A55AE59AE5371D957E /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + A23489B385A1E1A55AE59AE5371D957E /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + A24F0AD0984B001B062C18B7E1CF88BD /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; A27065A60D9BFCB39A4B68135E82A475 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; A2752C0DDD04CC4BB05AF85E8E809B8A /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/UIImage+Transform.m"; sourceTree = ""; }; - A2A6022B177C8D2DC2E634F97DCC4769 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - A2D99AED1B76A9FD9DB0C8312E1C6E8F /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A2CCE24EDA6B906E2DF8B68A1ACD6619 /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; + A2DA91A79D84204538E3B5ADB6C82DC4 /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + A2E1904B6C516D5BF037EE50DA589C41 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + A2EE6288DE9DACD1F151E02E15A37E17 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; A30EF09DCFFABE8A97D28E9623597E52 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/SDImageFrame.h; sourceTree = ""; }; - A31CC93AACC7888ED2AF96E0914BBB0E /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTFollyConvert.mm; sourceTree = ""; }; - A31DB8D7F8575A7D3FB5410003970469 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; + A31DB8D7F8575A7D3FB5410003970469 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; A32953F955579E837338E27C7051A31E /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/SDImageLoader.h; sourceTree = ""; }; - A35C085A5271F7F5563778380E817DF4 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworkTask.h; sourceTree = ""; }; - A35F7E4392FF303A6DA2F0858C6F64A8 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; - A36BED49C278C135248DAF4F5519BED0 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTNativeModule.mm; sourceTree = ""; }; - A3ABD95C33F656D7DAD153AB5021460A /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; - A3AE7378DDC623DE7282A3A06A951AD8 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + A394414FF37FD12EAEB17410BA7BCE8A /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + A39F96385887EF62AB2C9760BE0D2240 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + A3A45469E5F34D6C575854EACD8C89B4 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + A3A5CA8395EFC8967DE68CD6C35CE3E9 /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + A3BC53C2E32324A214A403E3F06A5231 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + A3C00DEBEFCE29D289CA3783BC195C29 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; A4210284401999C7C2A953A6E1522B88 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; A441671AA765024E6A318D2CB8EA21CD /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - A4A0FF5A56DB93D4ACBD92D0E6BEA057 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - A4CCF59225838D7F20C7F203ED36E115 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - A4D2D82874998023B5D4AB5CF7C02908 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + A453C57581ABC1B92BCB954FE4AA5354 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + A4763BC0223298E1E99B4FB1898AB691 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + A4BA82E5D8CCEE01EEEB53DF76F6D49F /* 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; }; + A4BF3B77E182B71004BE3A7E72367DD3 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + A4C507C41845EC51931AD438E493172C /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; A4DB9B61BB444EC3FDABA5E04EA4B2F5 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = ""; }; - A50FB58051CDB355A366DB9862F5A9B4 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - A519BF06C0344BED6BDE2A6379871248 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - A52D4875A9BE801B674248C9C4A9AE6B /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - A530D7E264723DF65FF82888CED2EE2B /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTDevSettings.mm; sourceTree = ""; }; - A536F381CB307628A9EACCB3DB780E45 /* RNRealmPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRealmPath.m; path = ios/RNRealmPath.m; sourceTree = ""; }; + A525212FC447668D314144A8A745A8FC /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; + A533DE23BD64D0127D92DCB73BF5A954 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + A5349A05400CC07FE3A7063B6AD14010 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; A545F93166CB948985A1AC418628DF4B /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - A5C7F431A23F442FD204A51F8DAA7BB2 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - A5DBED7B44D3D1454996F8CF16A468EB /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - A5E86A7836A931EA35449799004935B4 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; + A5C936D3626CE26D631C00136E119F75 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + A5D5BE38B9819B958B78A63BD608E3E2 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; A5F369F80FE8256181D503ED70999264 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; - A6A421F589561A743EDC1F0B054E6641 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; - A6CD2A5A260DCD9DB448412AA4DA017C /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - A6D79D3F810AE25C8584A939E0F32276 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - A6F2D54F0BEE9DFDEB516AE73CCA5A71 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - A6F9DD3C6FB0E38868B50EC8BC3B621E /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - A70FCB95407169D432B904A667308685 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - A72C263D5F6D3D7E2577397DC860C83E /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - A7340C5A8105BB580F563EB42193F9C1 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - A7518DB8914CA2269F2867E70A25761A /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + A6064EB80AC8DA3C192689CA8EBECBDE /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + A63F9F0C614A14B22280D2EF849189C9 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + A6471A725648787FCEDCCA1E85BB0771 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + A653CEBE3939EBA28F356B39732C78FD /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + A66FAFBD1AE62DE0644BD841EF00363C /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + A6F80FB0D7B9C3DC3CDD83472A8F3ACE /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + A6FAE713BDD5B1821A03C7618EB7F4EB /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + A7628459DE09CBC12A1B5DFB2F9F9D9B /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; A780B6566FD5556EC41FCF1089952AB9 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; A78F59E96157CD7C59B8EDADE9AFC75F /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - A799BFBC6292F682C39A3AAF533CF2B9 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - A7A0C214178E74CCFED66709F3767AD0 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - A7E917D17D3441BFD378D79AA7701532 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; - A8147EBE37CE206FD0DBCAC671F33CE2 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A7D64589B1B0026CEB6AB90B75153AB2 /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A7F196E5B1DA5D7E18F50518E00D6829 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; A836867763AB278FFD3A87A5F598E5BA /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; - A85259B533809285A90F0F4D1AAA38AD /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; + A85259B533809285A90F0F4D1AAA38AD /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; A8616CC199E7BCB45E85463A83A9B944 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - A87763B4D54D34E3A9AF463572B7B5D1 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTManagedPointer.mm; sourceTree = ""; }; - A879C750B30F5F94874CF812F509BA0B /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - A8910F276749F4AC29832DF4CAA59E80 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - A8B1F22C541FBB098489B709E2CE68C7 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileRequestHandler.h; sourceTree = ""; }; - A8B66C0DDC4284B4E705E7E616F75C80 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - A8EA683C868631514565567F555C6931 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - A8EA6A4758CBB87D990504FB585EEE19 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - A8FE6A074E4FAA2A750DE94929C97F98 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; - A955D1D21CEC98308E0795C3C11D325C /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - A96A89470438E778804A78C1AD182630 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + A88506300F6F599FCB520C5B2BE070C5 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A8C9A5539DF7A27FF4764B15C120ECE0 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + A8D9B6818C76442E9D696A8ED0A3806F /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + A9665B3BEA02025E0D562B9320E841E5 /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; A9757035002942D5475EB93B21A2877D /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; - A9BAA7550473354D15436B8D043C639A /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - A9C105819F33FB1801AB07DA77BFF0A6 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - AAA6310930376BC5D0A83AC59635BE6E /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; - AAED07EBF68FB45D1FC14A1CEB49ABB0 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - AAF75DB2F081B7ACFF0A67BD845643CF /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - AB0E0B8F6167335BC9BF4BC9FA2BAF40 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - AB4579C2C75D1CDB1B1FCA3BA2A639C3 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - AB51FAADC6D82953EB6EF6AC375FEEA2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - AB564D1C3493B59A07D9F5454E6008E9 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = NSDataBigString.mm; sourceTree = ""; }; - AB6134D4BBA666C8B682A6FF6BC649F2 /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A9B0091D5F3575E103E492D93CD0C606 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + A9BAA7550473354D15436B8D043C639A /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; + A9CBEDD8EEF91B60B5F5034170C3C4F6 /* 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; }; + AA3619A9BFA06B2278595D6FF9B187BD /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + AA428A506128AE86AB321366E6C2D86B /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + AA5032F162AC693409F1736A9256B546 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + AAB604FF4FF445EF37F96B76C35C2442 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; + AABB128D00F1B20EAF25458003E3017E /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + AAD9EB9D2239BB3FFE0F7149FD3E45E5 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; + AB2EF93090F6E9B68CEF5769D8B1180A /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; AB7BDB4BE95825E690479D7450968ED6 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - AB877D31EAC68FD16AADF8D4B983CCAD /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - ABABD6306B8EA241FD5B7AC0725068D9 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - ABBB5C9928BC5E50DC6AFF6239011838 /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; - ABBFF6CE04040D404A7BBB217ABB24F3 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; - ABE3678B89179DCA767FAC0BC459B26A /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + AB877D31EAC68FD16AADF8D4B983CCAD /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; + AB89698993A43A58C61F65C23D90EA22 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + ABCEEF8443702AD5132D26E8B0AA3B03 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + AC01E25FDB717D121048AD29D2090494 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; AC22DCC8D36D840EBF98EED570D3510D /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; + AC38EF93B50D7213205E54DB25B712EB /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = ""; }; + AC581C3054A2B6071A8568F65236E179 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + AC5934FF85726A9386F02063B9942DBE /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; AC85215185BAE9AE5436774E910AD494 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - ACA578AB1170F7872359FAB4FE14C589 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - ACB902C29704B00FF0C33BC5B03E81EF /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; - AD04DAD7231B6224FD6570EEFA8BAB30 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + AC891142CCBB8ECA2F3EFCE8565BE1FF /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + AC9C2E7CD3CDADD89CBA891E817A560A /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + ACB902C29704B00FF0C33BC5B03E81EF /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + ACC9811378BB35E8E62BC10F0487B5DA /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + AD144CDAF92F731C8E77E0B6E0D8DE9A /* RNSplashScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSplashScreen.h; path = ios/RNSplashScreen.h; sourceTree = ""; }; AD5AA2684FAD20F7751DB700D4BB2A7D /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; - AD6CF42EE7AED629E9B0BD5B4E54B201 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + AD75695FC85E50A9010D4E21A0AB65D1 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; AD92D36B85DA95740ECB849D14C5F035 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - AD9CB78CF0D9E184EF31C64D41352E6B /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + AD93D959DC35AE5FFA76DFFCA854D850 /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; + AD9C65F7ED0C450F9CDDA2FD3E5D615C /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + ADD07E4814650BC852C5283D11CA1ECD /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; ADD36445CB6401EEB09C1C2BE7BB006E /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - ADFB2CC475A870DF3F4FCA129117BCD7 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + ADFB2CC475A870DF3F4FCA129117BCD7 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; AE1CA52D749B78621D708B5150D908DD /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - AE2AE42D2BEADFC3655C8A9D63DCBB9F /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; - AE787C26DD7E1A0AD38806B8E7C670D9 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketExecutor.h; sourceTree = ""; }; - AEA8BCEF7235F0F7977C6B6B0E70BD8E /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - AEAAB74DAD2B06608CB28166195168C9 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - AEC3753942B356BCB688DD77DDA6703B /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; - AECB9511808C69A7A806341C85BA2065 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - AEEC5034C2254C3464A1D966451742CA /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - AF21BE9E3D8FE2A369DF751B204594B8 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - AF338C3FFEE0D71260F7437F4E2553A5 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - AF7B393A7A0BAF62971D88A5F62BBCC0 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - AF93A9CF6AB236895A3E9F4AEBEA50C1 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketExecutor.m; sourceTree = ""; }; + AE2257F00A993303799FEA476F86CC06 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + AE52216097B3FDFDB20E005EC9B2AFE3 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; + AE5840451EC097980E40614EA3CB89AB /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworkTask.h; sourceTree = ""; }; + AE5B434731B6B97DD20929F8BD1DA260 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + AE9C2B1E4D00C71DFAC004CA12075515 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AE9ED58D25FB77C6B9BDDD1655D585AB /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + AEA8BCEF7235F0F7977C6B6B0E70BD8E /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; + AEAEB64D4EEB702D337490118FAA7C2F /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + AEC22F397B577B9620108BEEDEEA45E6 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + AF478E8D608FB937BF8FE00FB989D85F /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + AF6AE1FCC58E978ABBF1BD337D1F7323 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + AF9AFEB5E0CD311BEC1E0C3E952EFA30 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + AFAAF85B0C25B83A291AB0B3D27699D6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + AFBD585C5D07CD90325E8B4A3D546F76 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; B0032B09BA795D9A9342B053902821D9 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - B080CD3BC4A32C75D0070C7387C06CA1 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QBImagePicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + B04D0F306B95E994E782838B4C07FE69 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + B057235EDDDEA0A19448F7A0E11E0927 /* libreact-native-splash-screen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-splash-screen.a"; path = "libreact-native-splash-screen.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B08835AB3A8410F16400994E44948491 /* React-fishhook.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-fishhook.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B08C33F33987274F45B20C1AB4BCAFA8 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + B0D5A3BD8092C1F9B878D406406A257C /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; + B0F1629FCBCF396089E08B2732D1B7BA /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; + B102902BA68BABFC2DA125B76C1A6CBF /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; B103158B95A75AD67496FE7DA0BB9C89 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; - B1BB633B2F3A9202B1ABCA233A621A1B /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - B20BD1B8FFEBB009520086688EA47711 /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - B224777A00DF2EBF3B5FF3D193C1CEF8 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; - B2321F84EA7243B12F50C56BA825D063 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - B282E6110F526B1B9D33EF333E71ED5F /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + B1285C40F251101E6360A524D6D7EA82 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; + B1944DB1C42E36289E9CECEE007BDA3D /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B1BDAC9E321ACE55FCFBD8B9C7D8A929 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + B1C55B4DE613F2C0D03D741D7AC690C9 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + B21597B85FA6F36AA04B1CF3F5971269 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + B2321F84EA7243B12F50C56BA825D063 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; + B248B86A7C3354FF4F0448A64E365E0D /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + B2494348C97AB29DCA858BC18759E1BF /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationUtils.h; sourceTree = ""; }; + B2743947EDF77F10248699E72BC5F91D /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; B29A55B574E24358B76B8CFC22CC657D /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - B2CFE6DFFA408276FFE7E118CCF8222E /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + B2A828D963F41C8328BFF30B9DC7CC35 /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; B2D1FB8BFA588B7D0ED981EC21AA2E9B /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; - B2DFAE82FD52F80926A18B9EA8D3E89D /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - B2ED23B0D8429306A42D9694ADBD551C /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - B308EF89A3DF7128CD570F9B23EA73DA /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - B313A2D66CAD56F9F57DDC36E7504616 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - B344E15E87A64CB930D0019EAD9510A4 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + B3363B4F8F37263CB13AB39A138E0D1A /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + B34A19BAC3564081D0A3495063C4B9CF /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; B36157532C4339F5003B9E44EA90FEAF /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; - B39B1BAD9E2778F2A9D3C1FEB24FB63C /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; - B410DE68768C38A3BD80A4E60B31C362 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; - B413DB1E9209C9CE28E6C7ACAAC8B239 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - B42E372D174993763F41D1275D0C3803 /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B462DBA6D90AFCDD5C3BDE7C81911ACA /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; - B490A6291D2AFCEFAB84A660CB974EBE /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + B3774A26253AF4C40D07837FF9457CFC /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + B38800BAAA6A0514CCE1BCCB882FD1E3 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + B396068176C61298E7465743636F3D27 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; + B39BE9A7ED88F70F860B72D2F8850ACA /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + B3C3F37768DDA4C6D1564FAA44C67064 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; + B3E34A46FBD77FB89DBB2F6430BB52F4 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + B3FB47C206E87F5B5E7BF150E0BDC465 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + B3FE9BE932292253945F510DBA081393 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + B4025AE5C6D0CDC07E10AE391F8751BD /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + B47FCC0C8343C96A89B9353723E3B722 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + B4800103C99648DEBBBFA4D48DE0B78E /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + B4E719D5E9ABF7835641B14459CBE029 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; B4F11850DAAFCF8DD8AB8D4A7D1B1EB7 /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; - B4FE5FA202D33D9F2F83DE5FA6C7B99A /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - B53B86778ADE662A8B2A9EE58EC8A1D3 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - B5402ABDD020CED55E331E895EEA21F4 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - B577082CB3E7356B888ABFF008C450E9 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B58E3C45C3660286BE19D23CB3EA1A7D /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; - B59A0F1F33DA04BDA763BF238B474B9E /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - B5BD8C708C3038D308A508B624C71A3F /* libReact-DevSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-DevSupport.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B5E1F8A99857E0AA589138FA8BD0CF31 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + B50993A05E1B6B28D9C7510D026CB0C0 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; + B539D6CB31FD8326BB18D8A8F2A5C05D /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + B5BAC10533608529A476BE41160476EE /* react-native-realm-path-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-realm-path-prefix.pch"; sourceTree = ""; }; B5E39DE2C8FF2CB9EF002F8A7DA293D9 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; - B6DDA83AD9B2E7D5711E741B6DB9467B /* react-native-realm-path.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-realm-path.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B6EAC9FF7C25E93D613466464AA20327 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; - B719A95B9BE60C6347E62DD1950FB94C /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - B71E29A20E711AB5EFC8B562DD3EA25D /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - B720F7FD06FA4A29CD918CFA41A1EFE2 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; + B6439C9AA2A002CD482F3ABC19FDC3AB /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + B692FFDF89FD13EC6341D06E2C8E0391 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + B6B8C08BEBAC299B96034C24E1B31668 /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; + B6E1BCCED09E53C8092FC2C1D26F46DF /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + B6EB9931E28AC2E30F58C6F9CAB5EA43 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; + B720F7FD06FA4A29CD918CFA41A1EFE2 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; B73F92C774CA25A04461F93736FB0699 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; - B75083EE49DD59D00B85C547F31BBCB4 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageCache.h; sourceTree = ""; }; - B759F07B315C17FBE67E39F97AF3F080 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - B76998B47C5E4C9ABB999C51FC41E48C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B7D422BDBEDFDFD50BB7DA1CD0DC2D28 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - B7DE78E84376A91A5117F553085F7BE2 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; - B7FBBEE350426E7544ED238D415D9A44 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - B80A85A01368BCA1F98196A6E18739AF /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + B767766B40A2DA96C7FE0F1C6F179D4B /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + B76D01871D8BAA4458213E1139C4BDA4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B7A0D3DDBE0ACDC27B6C1C23346CFC3C /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; + B7E3A3494B2FA090EDD6F556C8B4C077 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = ""; }; B80E90A3A4A486D2B8EE908B929EEE3D /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; - B83F7965852FA3E094691CB9B1C19861 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + B86786953A4CA03EC28E5170194A5922 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; B885435506486A728A6F4CF74AC1AC63 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - B8DC368F9B3F33F407E49CED1939C58C /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - B94F4C92C11A931F9DDCE78003575AF0 /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B9A2F2546873241981CB7342A892E91C /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceView.mm; sourceTree = ""; }; - B9B0D2286664FD066049F056CB79FDFE /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - B9CDFF25C91B3E206585ED0B5D382814 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - B9FC6A3E3A35880CB1B955DD70433D54 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - BA36B24916B93E6604F7A2B74BD23A65 /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + B89228E467AD2AE9BFC963C8817AA307 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B8DC368F9B3F33F407E49CED1939C58C /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; + B8EA2545839290B34D775DD00CA0C5DE /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + B905C6B76EDFB238D3C8B66970CC3A9B /* libReact-fishhook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-fishhook.a"; path = "libReact-fishhook.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B9968BCFCBC91B2D7509325DB353DC31 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + B99F3EB8A227E350832854313782E82D /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B9E49857AE7426315383BFAD5BADD0DA /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + BA0333068A80DECD1103BE20585B6CDE /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; + BA10A3692C7E86A01B5F117B52C34024 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; BA4D5817E1F8394C074CF74684727E9E /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - BA9DB6860961EA22C664BC1FBD285252 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - BAE2FE4E62F3FEBB43CCDE8A644BD878 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; - BB3E456D19D21712CF945C0337E81DB4 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - BB44BADB09BA7FA9D2AECBEDD2BD9E44 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - BBF9EFBB2818F8F8C4A502213B4DB22A /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - BBFD709B8DAE19E6F96AAC9C4614901A /* libreact-native-splash-screen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-splash-screen.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BC08BEF98C2642493C9F691886B41A55 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - BC47B8B14562B4DBC9AAEE884A5ED8AD /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BCA22B35A1EB4FB412043B1DCE1F1CE6 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + BA6753C28012AA2BDF4ECD06F1C217DE /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + BACAB38DCA2B3DD736ECA4E48EFF9151 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + BADFE6917D581DF7223E0AD43D47B9A0 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + BB1324ED641779527B51EF836D541CDD /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + BB5CC5A9A3A4EF5D30BF1418AA810EF2 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; + BBDA82DECFC265CC0AFFD82FEC1E6E4E /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + BC084FA286DD48375260B0ACCACF2ECE /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + BC0B264CA66F35A8B301AB9B1E39A409 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + BC119C805AE3C4F26E1AA453BE42D332 /* libReact-RCTWebSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTWebSocket.a"; path = "libReact-RCTWebSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + BC43281301B1E37C5AD759AE1159459D /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + BCAA32AF4D04A7CD6B7465B36F7C4A88 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + BCCB540587FD19A9D4BFF5937C7D7E51 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; BCD18858AC78D288137B2826ED22E4E4 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; - BD3D18C4DB274EBD32637E3194D2A6EC /* React-fishhook-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-fishhook-prefix.pch"; sourceTree = ""; }; - BD6C6427342538DB4A884F72785E12CB /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - BD6D10BF699D8233C547C569F815AD11 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - BD83A06973128A328FBEA7451BFD9D58 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + BCD676DD56CC0BABBEA2C8D6B46DA3BF /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + BD431722D8520901E5504D1826A84F40 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; BD9484689A4AEEEEDEC74961155206C5 /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; + BD9C106BAAE4D30C20053FBAE23E3447 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + BDCE9B05D1C40E0A90F48E2990675DCA /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; BDE67AF037E52B5477619E84E56342EA /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; - BE1685A880E18B1C43538D17B1F035A1 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + BE30C0E465A8B4AF7B5C4DCB9AE3F634 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; BE4CBA3B16A3556A65EC5F0CD9C291DF /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = ""; }; + BE5977CDF237A6213DCE9FACC6578C6D /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; BE7566EF23ED08089A54DAF2CC540FE0 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; - BE7F0F3F09E6A65C571BC7CFD45AB739 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - BE81D406CDC8DD40ED9D278866804A2E /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - BEA29F57AF4F4AA838CC117214DA3792 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; - BEAFEC1560C2234925EE2F0B643CBB69 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - BEB09ADE3FA917862303A2F6A99BA6A6 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - BEF36C193FEAFDCC1715547D9909454A /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - BF3CAFCDCF86E464A394A2BEA98A0AF1 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - BF619D550ADB39875F32DA896930923E /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; - BF7FD6A98548B500A770AB2C9FA1C01F /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - BFBB748878357FF0522E2543C4ED698F /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; - BFC4ACC5E3F48DA9704ACCC23134C8F7 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - BFF5A2AE032148D7A566DFDC72EAB5A9 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - C00E74CAB7FD5C407743D493DB298A4C /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - C025B530CF80A1445CC893C10669BE35 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; - C042EBC9A39A090F3E7A3AFC20F84577 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - C077F02879578F58033F504A7BE57FF7 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - C09AAE3B5A9C1C76A63B6B23CF9CC200 /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C0A49A96B77182EF538E21EB95ABB7CB /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; + BE76763D1A6BB4C2DAFAC449C0D26E67 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketModule.m; sourceTree = ""; }; + BE91F000C9AB43724927F06B0298354F /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = ""; }; + BED2AB43CEA3DBD0662778B898C8BCAF /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; + BF02BB0DF32FE40046E967AE060D59F1 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + BF1C90B7E370DACBAEE5B0F48DF70908 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + BF2699A048866C81666B222F82BB77D8 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + BF416C1EA6FB36540556BFBF2F88E6B9 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + BF5FB8C89859ADCBA5D2D27E249C517C /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; + BF7DB45278C55B9821E56EA7C3EA3262 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + BF8013F3D4AF6F974AE7B05BD0235CB9 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + BFA59C3CE6A0355102C8FD26F78070A3 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + BFCEBC12EB149EAA4887C349377BCE8C /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + BFE89FDEF5CD036B1CE961672EFE5532 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; + C03C5433445FD0CE2419AE651768A551 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; C0BE24B17E7BAED38D39126B63220F6F /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - C0FA74ABEDFE594C7606C647B4A90A40 /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; C0FDC4098090BCA89BB128C11684FB85 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + C0FE1B9BE53BA0A648DCD2F874B1F077 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + C0FF4EB29FD492DD068F61558473DEA0 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; C10B55917E78E59A3FE6D2B4762CEACD /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; - C12443FF09300FE27D9B06FC2A10ED2B /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - C13554EAB0B398B1A3087D3B142C039B /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C1453FA0DECC6E2E7314B3404CEB6BFE /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - C172198DB7B51874DE3E98534E6FDD4C /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - C17EAD291AB62ABB8F701E1EE3CD26E1 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - C19F83AB11253AF74AE2EFBFB230C709 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - C1FFA2D06CDCD08797EF166F5C26EFA4 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageViewManager.h; sourceTree = ""; }; - C20FA4E9519DC0B97B300D7050AD1C8F /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + C12443FF09300FE27D9B06FC2A10ED2B /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; + C15C6C54017A8ED788AFB025D0B7B209 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + C1995B5C109C2B2291A93C18F8C34B3E /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; + C19BF7B3410559CFF6E73CE7503582BB /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + C1C6665FB34D961F3E34CF6A453011D2 /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; + C1F74D7C334BC448224F8CBBF172AFAA /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + C20E7B092EC1716AF782BC14813BEE56 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; C2213E8D556EC7FC06C271F1AABEE4C4 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - C2274C24666E681CBFB8EECA68B32882 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C23738B1D67AE6176ADE3E4956B2B527 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; - C24FC2DD35000F4CB6D0C18F8CF5D85B /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; - C2525871877A0DD9BFE9C43501E777E0 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + C270E2E0C0C898C5231269B52E3521CF /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; C27410B1B3FAAB11B65B2B13128EA168 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/NSImage+Compatibility.h"; sourceTree = ""; }; - C28E7B4594C0C8ACAEE9C2A7E6072039 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + C28E7B4594C0C8ACAEE9C2A7E6072039 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; C28EF151ADE44B36CB01A2BEC03F522A /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; + C2905904B7FEE253F63147EEB504295A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; C2A4754FD1DABB6CF7B4299C70262786 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - C2BF80CC70D339FF1E8B7362F8AEB502 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C2E8AF367AF8351D07B98A7FECA3C682 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - C333D10D8D4CF9CD3EDF7D21A8108EED /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - C340B6370BB254F5C81D09C381B5E4BA /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C3651BF9FFC72480F9E7B1D311413133 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; + C2DE01C411C96D5D9C3FB2C96AC004B4 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + C314665AC8CF7561EEBFC191F06F5234 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + C375B1231D4DFEFE2EDC7415E217C40A /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; C384E7024BF71299AF3C7E34762A397D /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - C38F219CC71F16F3E389432D3883C13E /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; - C3906ED5BEE8C9CAECADCC1A30E06E81 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - C3C2128A8CD8870710192F09723F9BEE /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - C3D9C6D1B01ED5E4E4738DA8F2556628 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - C45DC130F55AFF90BA01A38CE48A7904 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - C47608DCC0C80820CFE8A9B2DA2ED22C /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; - C492C9DCF30266F1490A10E9CE409C52 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - C4AC41413BC15B527F96E936301FF8EA /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; - C4B097EBC5E38C830DCA8A6A277FCB96 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - C4DD2A3B2CB546D11E443F42BFFF24FC /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - C4DF72AB0CF15233C1EAB12ABBBB75EB /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Text.h"; sourceTree = ""; }; - C4E69B6C17ED8DE8247316453223A937 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; - C503BE2E7E52EFB707CAFFE7C2B7B696 /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; - C51FB43FF431F8D11EC85C50B3A47981 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + C38F219CC71F16F3E389432D3883C13E /* 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 = ""; }; + C398B923E5E26B2835159B04B2519096 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + C454E67C0EFF9C2A4A7327779C55F943 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + C45DC130F55AFF90BA01A38CE48A7904 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + C47608DCC0C80820CFE8A9B2DA2ED22C /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; + C5156BED3083F9BD16C314CE2F07D2AA /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; + C517B609FAD81B158F112624721A2892 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + C51B90996CA8726CECB45C7624FFBDF6 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + C51FB43FF431F8D11EC85C50B3A47981 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + C5335A6A7D2565503A64C28AF8A0F545 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; C53C0E106DE016BB87A556423A23321F /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/UIImage+Metadata.m"; sourceTree = ""; }; - C53D6D2E2CBFC377D0E97FC64CEE1138 /* react-native-splash-screen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-splash-screen-prefix.pch"; sourceTree = ""; }; C549EBD27E189FA791778BC04067EC7B /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; + C578B94FB8B19AE19B6CCFCBB6A48F3A /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + C58202837F6603EBA9486F3A59D1C2B8 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; C5B6130EFD4A44884D1AB5C6FA196757 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; C5C2981E4EB986A0B8C8F50577AC1BA8 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; - C5C4E7F78C7DDBAF6758D3A5B8507DC2 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - C5F76757CEF6D54B98C128864DA59919 /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; - C5FBCE0AA8744E2E00A193596A0B155D /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; + C5EBAF3B87CD65720AE5DF9B2C827DC8 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; C6139639583D213E64EF3E474D60E0B4 /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; - C662FE70A3FA052B644F9E5AA519D28E /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - C6692C3F7DF400D6BA25108F51226619 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - C66E6DC55A2B9B6125DA1A25C647192F /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - C6AB5BB1F73045E65DEDE3F5297850D4 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; - C6C9DD34BDA93B8482FAE425FA126055 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - C71B8C864049BFD533DF0013102C0585 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + C64D889B4A6EE639DEC4A879A1B80AA1 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; + C66D8ECE3E43F11F330AA961E0FE4F91 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + C6C1EA095F7FB5911B6FD5AE87175E70 /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C6F1086341478C2F4F535039F43CB810 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + C71C008D1509BC94F23D1010EF66E20F /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + C71F7BF761FD0D32B4D3C2572FAE3D83 /* libreact-native-keyboard-tracking-view.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-keyboard-tracking-view.a"; path = "libreact-native-keyboard-tracking-view.a"; sourceTree = BUILT_PRODUCTS_DIR; }; C731293D6C62BFF71015F20F1D0B3D6E /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; - C73E62DE5B0B8AC5FF697C2E7859EAB6 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; - C73E8A0F83FB1471EF80B4FF24E3DEEC /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + C737200C709180F35A8970DCD71C0D52 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + C74E7E22C923C312C1022437577AA2D7 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; C774AF3B5AE0B9A2D9EA7723091655A5 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; C79412F9C09A063FBCE7401FBF50B3B1 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; C7A211D880609219AD1E52CDEA38A7B5 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - C7A380056EFB42873CA473604333253A /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - C7B36BA4B7DD8624CEFBAFD9F9AAA455 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; - C7CCAF91FCAFAA8179933DDEF16A93F3 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + C7B1139AB0840C54F8335BE9E9EFAFDD /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; C7D1841E42A9EA072383D82BE69D4E0B /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - C7F23EF428E8E1674F836ABE3C49E53B /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - C80E77EDC06E0C2EAEDDF4C1BEAC1BA0 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - C885D93D6663BC99F99737D0D806C14B /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + C7D79F6D672FC5C6A3F92353F2C69169 /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C7F77518B3C649CE43D0F32393CB5507 /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; + C89143BE8982F7EBD362BDEB4BD778BC /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + C8A5C49051F495B514E31E0BA245D777 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; C8AEBB5943630A6F4BC8F7D6D8A74542 /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; - C8CF1B246034208266D81CB73C20DDAF /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - C8FDBF7ACB15C413E832E6AD0647B146 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - C91309662CD387DD54F070BECCB20086 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + C8F39ADB394E0F311F2D408759AEE569 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; C934A9A198127726AD7F6FCA16647488 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - C961BB97F8D2D4F432101CE347845B96 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - C9685634765B7821B1E0E56263FE70A7 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + C961BB97F8D2D4F432101CE347845B96 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; + C965958D04920DE4025CFBBAF65ACA28 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + C9685634765B7821B1E0E56263FE70A7 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + C96EBA1F757CAE8CCCD4F349A1D3A5A3 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; C980EA33A607A2694099B5B05F6BC835 /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; - C98F77C9DD291713052FD48D5D5CA7B9 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; C99033B726C7AFA0F3B62B3E2E0A94A8 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; C9A96F9C687794B676D8EB9EC1991628 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - C9AF2624137FB3A085C70299BBB2417A /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; - CA4A9A485ABE4B4345AFC0D5D3F362FC /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - CA4FF8C3FEB91521C1AE2B52495D5A76 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CAAEB1E6EA39BF5300B811017A9EF261 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - CAD68CECAD1057A51E00FFA02374448B /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - CB322B9485B4E2CF3F34783D164C82B4 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - CB77D337F3CA2208EE9FC115E4EB01A9 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - CB782E9E3349B70C6281033A8F66B0C1 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - CBA1EC99138D8157D26C5D3F5C58F20D /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + C9FCA876EBCE30898610B9F33A4F4392 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + CA602E87410289C5EF580055FEADD2DC /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobManager.h; sourceTree = ""; }; + CAAC2C6E87CA866607B703AA6535ACB8 /* React-RCTWebSocket.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTWebSocket.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CB211B8031420BB17833E5F5BF64FC99 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + CB2EE536C96AC6BA3418663E967861D2 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; + CB48DAB2F5A7835BC9BE5B65FC7B7494 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + CB7AC43E33A1A2800BD8302027C19C39 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + CBC963031DA3274D6A9484F7AE798EDD /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + CBCE85D88F10C26E942F8B69EA026BBC /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; CBD4E654C7EADCABFB701CC3B24F88F3 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; + CBE217E1CD84CEC49AFB0D1D697CCD85 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; CBFB63F39D940238AE9A922396346EFC /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - CC00165811EC3B9E4FB1ABD22453EE12 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; - CC25B47FA4A9B389C42B6266559D862A /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + CC1D94DB4A868ECE42F5DEC023B7793E /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; CC25C098200B215F002DBFAF31C95974 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/NSImage+Compatibility.m"; sourceTree = ""; }; - CC3A3A0FC7612879D1BD39160FAA6465 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - CC74E6451DB9A318CF13BAC9E1689CB3 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - CC930E40FB22087A83807BE867C631C0 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + CC2690EC6DAB9BD159758E6E2343D785 /* libreact-native-realm-path.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-realm-path.a"; path = "libreact-native-realm-path.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + CC2B46E71144CD98FCECD5568AD76399 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + CC452489E80067B1E6359467A2BF736A /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + CC529804DD93660320E14ED4DD0DAA7E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CC65719C7CFD4BF40870581C76CD4314 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + CC6D12A88EB0E874F7291E49D7720603 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; CCB1BE1DA98E3CBD6ED56FD6C5EF7B0A /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; CCBB66D121B2B6EBFD72D57CA04420A1 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - CD11A7DB0CD6515BEA3BDC0EF776D06D /* react-native-realm-path-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-realm-path-prefix.pch"; sourceTree = ""; }; - CD5D6F8D58A97A6A42CCF475A1C86BEF /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CDA13DC6DDD61633B3335969536CFCBA /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - CDCCD7949CE1A2E71570F4CE19FA346C /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - CE2EC688D6B967C24667EBFA5E768079 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - CE4F3947E5594F4B66D9ABC792A75716 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - CE9D2A7DA261E905D208D775D3EC1715 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + CD3344F3DE34119B7035CD0FD4C839C7 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; + CD33A1662BC9EED357DDE408C19D7DF1 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + CD447DF2ABA499533A4ED5A7D151DDEB /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; + CE1A834BF755A35C933AFD40DD0F116B /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + CE2EC688D6B967C24667EBFA5E768079 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + CE406E092B6DE7BCD058CE770592260A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CE47E21C1793A39AA8936A5792A50F40 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + CE6B1C4785971B3BA933C034E150103B /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + CE7159BC04927081F873D919EDEBF3AC /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + CE9C9440042D42DDA1D540311A1D34B2 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; CEB20234C01003B8A24F2AE287D2EBBC /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/FIRInstanceID+Private.h"; sourceTree = ""; }; - CEDCE36771B55C137B7276817B89469A /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + CED4363E3632434A0EE20F94352A4311 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + CEE8D5D09960D1E9E9BE9FE6417BC26B /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CEEF2050CC1F98602E41FB7F2DFECE10 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; CEF3DB52713CAB7571DFF217B45DE978 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; - CEF50D7477D7D6C08FE12FAB87AD90FE /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - CF110B04214ECA9E1B5E554D8A9059B2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - CF3044238145F756EAAB1C369484DC13 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + CF829AD2C02E0B8E0F23DAA8A51A99FA /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; CF842240EB446D8E2501312520AF553B /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - CF98CB27973822F9958EC3337EF3FAD0 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; + CF901CE76D9B766BDC4D70E36D3510FE /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = ""; }; + CF9D7811E6ACE36573A45874B19F7AD4 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; CF9E0A97389D71AE8FB5DFE8ABB0DD4D /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - CFDD6DCD0D178744633FDCB74A40E99F /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; - D0117C4D023038E929550C36C4193955 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - D01BCBE811FCE0387DB303FA77E12D1F /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D021F86AA74D7B976930ED3F4C4E3186 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - D0537CCBB5AA7603D9B6A0052945CCCF /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + CFCCCBEA92A1F5ADF40A8245D1766B41 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + CFCD3DD864CDFD938D1B3F4DBE05C33B /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; D084A61355C41A8C278772736F8085FE /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/SDImageGraphics.m; sourceTree = ""; }; D0C7593D777328ED75F27D07AC2DBBB0 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; D10C2E2698F24359135FF0807450D0B8 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - D14B011C3D3B6E59F16C2DF45C73CB70 /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; - D15402F6104BD84E902D40B46B905C23 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; - D176DA09FA2B1DF92630CF331E32E46F /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - D1AB7864B5EE75DBC1F120748ABFC5A1 /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D1FC769A46907A31C6D886366CBE8348 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + D133C2F53DBA59DDFB3F563066FFAE51 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + D157660D132DA730F27BADB7FC67860A /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; + D1606AA1545732CDDB21B21867CBD105 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + D1FBD62950719376F05F4697B1468736 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + D1FE05A8874A69A0B70E78EE6FADC925 /* React-fishhook-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-fishhook-prefix.pch"; sourceTree = ""; }; + D20D4D663D347D7B70993C8CC3D0C280 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; D20E1682D7D3604A18EE3223D623EF65 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/SDWebImageCacheSerializer.m; sourceTree = ""; }; - D21F15173B427598F8B55F8D9EC1774C /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - D274E63D9319543E0B280B8DE477685F /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - D2B8497DB620B38C6E0815698AEE8E0E /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; - D2C00A723DDB533A46756978C839414F /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; - D2D5AE8EC93EE115EE345457281A5EF5 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - D2EA7AD0AFC02C6F0097C8416400F50E /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + D21281D82F92AF287DF0EB7251A91173 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + D283D02A6FCFEEFB5BB9DDF479037EFC /* react-native-keyboard-input.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-input.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D2C00A723DDB533A46756978C839414F /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; + D2C1CDEC7A8275556BA7077B225EAA22 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + D2CF99CE716BAD16EF729042BA7A945D /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + D2D138D5E115942CFCC64810B5AFFB0E /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + D2F4F8E497F9A68554C01979BC6F8CA0 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; D31CA7143A73D81AC402696A5725265F /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - D31CE29B073C63D7730B8DB371BFF831 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D369F4A1CC73977D14F3415F317D72B6 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + D3274EC64FDC5B9E77A00CD4FEE264A6 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + D335EE63B344E95AB5343B0457488278 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + D3539344649A2FD8E4FBB62D67AEF46A /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; D36A7DBB1CAA328D188048E619B5A1EE /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; - D37035A626F48FDE57928AE6C53769C6 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - D3B86BA5290B34EBB04D9AE2BD5999F7 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + D37035A626F48FDE57928AE6C53769C6 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + D383579E50E6450807987B098C50A0DB /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; D3DBAA8A6215C5BE09B4CCF5B9841221 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; - D42BF9753B72E3E0F29820976BF6D81A /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - D43C22466261474958BF5E5812EC3D65 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurface.mm; sourceTree = ""; }; + D3EBFB76B66F7FFB88D181EB337ACC2A /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D4543BA46F861ABB3063C4230F23FEB1 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - D455D8B08F1C18B92C68B957DA88B962 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; D45BF9100908AE41F56695A49C6148C6 /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; D4688B89A7A011134A32470A589D412D /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - D485B08E678542F7D4C8EBDF5AF6CD38 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - D48F6722E1B6E65865028D165DE11F2D /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageView.h; sourceTree = ""; }; - D498A0300A36BE5650B71FF7029E1CDB /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - D55EE906D773ABCA193E408BBB8156A6 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + D481A17AC81D2D8A8F5D21CA314819AD /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + D4B1559F7775613E9BA9EBA9C3964ABC /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + D4F919694666DE679D9F24910CACC14C /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + D51370C4A331135669A4944D62FC676F /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + D52B984CF90C637FF78611BCC525149D /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; D590E40941F1333F0D46B505D9D3381F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; - D5B1E7E82354E75041F85D10EDFF4CEC /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + D59A414E677B93C3BDBD468608FF05BD /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + D5A5A851AD979BEC0FF4C08812987846 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + D5B1E7E82354E75041F85D10EDFF4CEC /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; D5D065B68F1F98A50A22F365A31B6799 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - D5D77E8739F3232B7F721AE397201FAB /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; - D5F270AC9464C2CC7EA7DB1A6ED5F475 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; - D601E392E0EA29A666B158643E050F66 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - D65632EEFF699CC27779223FD4931BC7 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - D67F827B9360BC16336C0E2551FD0E07 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - D68157EA88D685FA38B17A1A4A9B9147 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxModule.mm; sourceTree = ""; }; - D693051636C7957D456571BF7B4227D0 /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D601E392E0EA29A666B158643E050F66 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; + D61F1B0F6679D95EDA29B4FFFF6D6D4C /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + D669C15A34BAACC2AB831325F3F6CDBB /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; + D66C756E866B649B5A9C47AC679FC99A /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + D67BBB251369814ADDA78ABEDC96F55C /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + D68D8BAA39341831A5056D39D8D0ACA7 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; D6931EA66871913CF4BC95BB2284A2CF /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - D6941CBB696D0A247546E3981240841C /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - D6FF2DAACCF9C7FB59DD7427854E2E29 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - D71057CA989854C0BD301F3334BD0B18 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - D72783EDB22B20AA2A012EE59D78BA97 /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D734AB428B242CADA42F1CBD427F2BEE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - D73D89EDE7BC47E2704AF292F5060368 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - D740B97788492DC187E192A320EE08E8 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + D7111A30CC1A41040EC26759526FB80A /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + D714412C0E9210055B9C15823A2A19A0 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + D720F6C677E018C4BF89BF1149A6C8B2 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + D7272374858B17C9A1FCD01CA218049D /* react-native-realm-path.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-realm-path.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D7346CCEF82A3DD1988D1B9D227A72D0 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; D747317B65397EF1C710A86254BF07B4 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - D773EC94BA058BA9732562CE2FD2113D /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; + D7769956CC9796F239C6BFB60A24804F /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; D789BEB1135AC3B0BE77669B26C9A31F /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - D7A447A1B7E01233A8336437F3F04689 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - D7C5B556D6CFEA0764E5903566AF6318 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + D7E39E49AD406B3BFD2E3CFDACD57B5C /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; + D7E43C297965803A56A18E8EBB01DF4A /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; D80AD35E7CB05C134F5FDC4CADB18A21 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - D80E09B00BC78CE69690B42B0538250D /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - D83458785D164BC4707960D36F1309E1 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + D80E09B00BC78CE69690B42B0538250D /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; + D826BB0DC7665D51150A05726334A1DC /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + D835E0A87D18672630D22AC011750B22 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; D839D95C555B7E3FDE2257552AD3D3BE /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCoreDiagnostics.framework; path = Frameworks/FirebaseCoreDiagnostics.framework; sourceTree = ""; }; - D85EA5A8169E8F2B1D80C60D75D6F7FE /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; - D85F00890529B209EA6FDF7215631CC1 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; - D8DDA18C1AB4E7C3FDDD1DF2962FEDB8 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D8EC3909966ED03C25FC22872A871EE8 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileReaderModule.h; sourceTree = ""; }; - D918BC2E9687AB9F27FD3D2CC137999E /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + D851EF1D2AE9443A3A36406418040996 /* 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; }; + D8618CE53DB712251B95EF77098B5100 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + D89370CF5E21338CB06E8157DA87B637 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextTransform.h; sourceTree = ""; }; D92695BB5FA342D3097CEFDBEF6DF44F /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; - D92CAD48DEA91A916F2210D1CAE9D505 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - D9359382B6211ECE18E6B83F6C1F2412 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - D94428A50A19211CAD2AE58AF08B3F08 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - D97D3953AFCB19290DCE79967469D032 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; - D9A404C838CC366B5AB290B7F7E39467 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; + D9359382B6211ECE18E6B83F6C1F2412 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; + D94428A50A19211CAD2AE58AF08B3F08 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; + D967734B4A755498EA5B56C60A10E3EF /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + D97854C1BB8675AE357B6313D7E6145F /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; + D9ED07273D4CD34777C1D7FDC6A9A423 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D9F0EEA0D5DBDC2DCCCEFB30FB0C6855 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + D9F1031B2655CC4532FDFB306A114112 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; DA09483D2E099B878AF3746E56EE4D24 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/SDImageAPNGCoder.m; sourceTree = ""; }; - DA097A3FAF335942A0EE87658FA09557 /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DA36F2B7736397EF43F7D44AA9CCE895 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; DA4574672FDC6E3A63A27CCB09CB0E1B /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; - DA65315721E9F2C361ADCD72DAC51F41 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTLog.mm; sourceTree = ""; }; - DA80435D7A2FE6143FF934EDF8C5D992 /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + DA5C2BB71B5AA542609613A14A55B0E3 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + DA6FCB448E49D9447B081AA63C168A03 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + DA7E8A9E3ACFC927D00DFCB2AFAE4FE8 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; DA82F9E7B68B7C6DB129F86650607C50 /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; - DA9FCA6AD5DB49F4AEEB82065706BB7F /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DAA659CC5DB02C82FFC6E0B700E7EBF8 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DAAA0A9BD32B16585E1EB82B9F944F3D /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - DAEE8A5EC2B148E3C273C4346C5BEE3A /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - DB2D072478B9C60DEFCE5370018BAD37 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DB79B2AA5974879E1E25C0DAE1A66663 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; - DBAD806C83077E01AAA1E90007642CE3 /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - DBF490A93F4B6B0102F5F38426E95135 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DBF5C7B9D1C08BCC4784A904DE30C3E9 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - DC2A6D52E64E2916C89008D21014F597 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + DA86A56AD04F938F2AC0B86A4866BE0D /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + DAA5B56A117F72D1172A5C958CCFFCD0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DAD0E8F159F9448BCFE4C0834FCE4E30 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + DAD40BB61E10E53E1AD979B858D736B1 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + DAF509804C7A2B9E02B97451F9E1BE09 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileReaderModule.h; sourceTree = ""; }; + DB91B9B27ABF7ECD12E47907B9C1E30F /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; + DBB1AF9D0141F4B82E52F91B490FD761 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + DBC78D26451E6A244316303DBA853D34 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + DC083D2D8A49C01EDED1597E95F41EC3 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; DC4765136CB8443C059F3F9C2EB48E0D /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; - DC73AD15CEF58C4CBB6DC85990371305 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - DC9186D7968C290FD0BF05BB196B1CB5 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; - DC9F5A7C4A632DB1CF9F359F4F795A3F /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; - DCCD05CEDD53FA2D1F482DD22D5DB58E /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - DCF6C9F87C9CAE7640E61C267B8997E7 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - DCFA9FE7EE0C52757DC2C4A2AB7E8433 /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DD06877B52D257AD9CDEC2C188D14BA5 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + DC4C6C2273877F7B943E52BAABD85A31 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + DCC296E0F515FC8390B6981DF3C4A978 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + DCF817BAFED9D68D836467D25DCBFBB0 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + DD013851756724DF5E6FB2CCE034EE99 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + DD38DA8FBD3EEC57A8D3E1FB896DBA50 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; DD41E4F5B237E9425CDDDC0A4589ED27 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - DD47E14C8DE007973B4F9689825FAD40 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; DD50922D1CD9C642CF0458174E9D3F50 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - DD6E4745B9C79A9BE0133566226E6657 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = ""; }; - DDA483CA159B020259019B0CB493375A /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - DE269A17B06E69BAAA7A933A32F88041 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; - DE37C24D43D43493E25E0CE72832F5F4 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - DE37D44DC5D03548C916EB2CF3270136 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - DE42BEDC9C4C3687D21C39814D11D29B /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; - DE4481600DD2D988C54A0429BFA4E491 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + DD628AC71BC52F0B8A1BCEFCD8B6AE2C /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + DD8ED9A156C7C150FF78B36F9925B220 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + DDB3E7A8BEF9E526CF9C394D0A3C0170 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + DDE69C3B749F443DE94CB8D0AEA56DE0 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + DE06C24878E41C00DEA754B916851DBD /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + DE269A17B06E69BAAA7A933A32F88041 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; + DE37D44DC5D03548C916EB2CF3270136 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; + DE5628772E3BBB30A479C789A4388995 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; DE648351B5AD45310F041A26DE44A27E /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + DE6FBB59C66D88F4CB14D5F3FC8DF170 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; DEC3EF4694FDDE9110D58EF58943DEFC /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; - DED98470F61175C5870503D815D5A471 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + DED98470F61175C5870503D815D5A471 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; DEF7455BCD31EEFC00BA2E4BDCF20320 /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; - DF0A01898202807CF15439FEDDCB129A /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + DEFF4DD00B50213502362334699D1EDB /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + DF0A01898202807CF15439FEDDCB129A /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + DF1EE71256CC1CF8E315461D910B6BF2 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; DF2646454FBB8090126BDEDA921AEEC5 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - DF82225B36E99F684AB27EB57CD8DB5A /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - DFB1E70FE8A4ACB058E5A848B6DF1DED /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - DFBE97B896BD6F5BFD2303F4BDA09280 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - DFDD705A991E7FE263BCA364271B5618 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - E011AF0E1D59505B8C1DC0424073000E /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - E09F0E2E1D73230E521AB17075F1B6DF /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E0B749770ABF9438ACF3763A8909D03E /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - E0BB2C76EFB261045A4D38F4055A2481 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - E0F220067C6FF91468B165351EA58308 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + DF3A5175673CFE1D744C1C9D7B0F2E18 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + DF46B7DE1870C8B4A4662A24149A9BE8 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + DFB1E70FE8A4ACB058E5A848B6DF1DED /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + DFE1E9C695DB063F9F92255BDEFE471A /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + DFE350E2CCE9FBC037F8FE332D6593D8 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + E0299F78FE65F88BB4B0087B11DB7657 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + E094A81CCB4EAADA62885CD67F735F65 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + E0D02800FEF33A7DAA6D5689EE2B7350 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; E115EC00B9257CE69BBB82756D72800F /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - E14CA2267972F50842A113F031E0D054 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; - E158939BC3ED5AD7719A6DB1C388A386 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; + E14CA2267972F50842A113F031E0D054 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; E1A62375ACC390D49FDD649653304B10 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - E1D1E588F4D8E60F8DC9E11958C2600F /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - E22FBB374A26EE39D53EFFB5D054E89C /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; + E1B3996FBADA16FB85E99A2F92F19EB5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E1F6AAD4A7C8AC1CEB5BF2E645D88F06 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + E22FBB374A26EE39D53EFFB5D054E89C /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; E2541FB02FE40FF14C262B8CF5A76AFC /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - E25B137AD2B22CC8576EBBCF72B7ED67 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; - E29CC491A9BBD9B3B1E8D0F1C2FA7EDA /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTObjcExecutor.mm; sourceTree = ""; }; - E2AFC55E7D8C6D7C6820C333BF1C3041 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; + E26BDD6D31BCAD55E2869AD46B88DCE8 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageEditingManager.h; sourceTree = ""; }; + E28F17B708FF6D7BF0387364A4607274 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = ""; }; + E2AD5B57E8E2E3A40FFEB2C40D7011CC /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; + E2B39B6CECACB4472EAD590E39FA8FF2 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; E326F4992EFA5D00F746490983DE4F6E /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - E335DC4C867B49C265B7875DD67A6D40 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; + E331F4A673CFF0D1AA080DB53AC71A78 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + E335DC4C867B49C265B7875DD67A6D40 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; E33A25F59DF2C2AB1DC5332A73F0B99D /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; E34EC7FD11A1C6F8483335152E8B6AC6 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - E350DFBDE963C35193301973079AA865 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - E39F5F26B01A4B86048BEC76CD934A0C /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - E3C1A0A10E6C3536DAEBF4ACB6F724F6 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; - E405C8E9F21AC6B41CF58A759FC73066 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; - E4091821150BCB7C8CB115A67D391B15 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - E40B4938952F54B7D7C61FD8E763306D /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTFont.mm; sourceTree = ""; }; - E437F7AC5DA5D4F65365AD3674FA09EF /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - E49B34EFBA023ECAF788FAC8F669278B /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - E4AE3310A632C330499E18FE7089734F /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - E4CE8DE7048AE97E22E9CEED78ABAA6F /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; - E4E7859545437ADE85431DE7047FC7A0 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - E5439D242A7B1F136DEF2859EE70A2FA /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - E544E9095DC2ECA4CE444F477AFEF2F8 /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E547F0F5305DF0611EC68627FA7E8F6C /* rn-fetch-blob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "rn-fetch-blob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E56CD422A07D2CAE2D91B26397B83BC8 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + E3AC68E9CB882783B889EFB613E788E3 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; + E3BBAC7F0F51FCF39A1620BBAC3EAB2C /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + E3E2B2B01186F92F25B5BDF354426CCE /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + E4D5D9309ED338D10BEE47731EA95B66 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; + E4E338349B947B978918D0AD89D9D3CA /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E51084EE70A3F38F88072DD74FB5B961 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + E5291CB555E8BB6A6426B1FC2D71C7BD /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + E53D47F05EAC536AB736BFF085E8341A /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; E58D8E24189E3B4EC1091237AB612995 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; - E5A0C78FD161AD3351AF7F65C34D505C /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; E5AC581097258EB6475025F3A9B37D85 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; + E5BBEC0C072CBA9FE74757D201E0E69C /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E5D0EA01501DF2002E2BC00E518D57FC /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/SDImageGraphics.h; sourceTree = ""; }; E5D4F81BF340315EA867D6D188608826 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; E5EC296A774AFD8DCAEF4873C97024B5 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - E61815177A4D6AEB65C59D9ABEF65441 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - E61FB1CA1513B09D2B92862DD8602937 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - E622FBC1F193C2E81D4A27794663AEC2 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - E679E18BED34C498E5AFAED4FA3CB7EF /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - E686EE00E13D13AE8D94FC1F4CC55711 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - E6B206D591C8D1127A59CFDA08BE1BFA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - E6BC86684D6BD4C007CFB68D850BD4F3 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - E6CA8467C6F292DC9C4B325FB910DF52 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - E6E87BAC186692909C27EB0A638E17D0 /* react-native-keyboard-input.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-keyboard-input.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E7090F4AF7656167AF02C92F1D286BFD /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; - E7170042893DEF94C8C9875D4B7BE104 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - E7318B0A033506002AB4C7B47A45BB0E /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = ""; }; + E6437DE72227824B62FF013E810B875F /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + E6B20EB765D62AFCDB2B33C4C5F3B903 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + E6CA8467C6F292DC9C4B325FB910DF52 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; + E6F0087F537B0EFB56303D9C3E11BA37 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + E70C9DDE8F689422D028A8B5D0AE0A76 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + E71EF42D275C05671635404B3F1D7F1D /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + E738084077469BDA40FB6A9FC7655898 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; E74B943F621D5FBAD1218AFD5E894604 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - E76D8A42A58A56411506710AFDD4C989 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - E7B02E08B1497B3047C9CCA1EED763A1 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - E808E8FC6CF4598E6729DB2574C567FD /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - E86B3F2EC32FA03843F13F986759C741 /* RNSplashScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSplashScreen.m; path = ios/RNSplashScreen.m; sourceTree = ""; }; + E785D33423705A2A123F3442368A699E /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + E790FA0376CD6A474A1D19F44357B4C4 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + E7F6806B9476A89D50A254463725022B /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; + E864BE3710B110027F55255D367DD7A0 /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; E890974E5F9F8AC28A07BD99E6E3820B /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - E8A16622146F721773190F0F1D91AB6D /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E8AB8D639D48165FC92D874B9DB02C62 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; E8BABE4F04151A7C5DC6B014E839D205 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; - E90140D3A6914FB0295D56924F8066A6 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E93DDF16ABBA6E94ABD9E0936F59AC25 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; sourceTree = ""; }; + E921650518A461A19E5DB063D8AF9A90 /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + E93031C5AAE92BD68281DF125E44FBC2 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; E943D588D24BA8166AB0F27D361BA65B /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; - E94A59AEEB0067F806D867FB2A0CE45B /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; - E995DFD7D0BD789963479C0FD8FBB5EB /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E9B9E8230771754E26C121056661009C /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_encode.c; sourceTree = ""; }; - E9FC1B849D4CB0E7DE2735C8718EADEF /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; - EA67612F77627339B71E435C856B8D09 /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E94A59AEEB0067F806D867FB2A0CE45B /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + E9ACBFC19565966477560957109FC311 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; + E9B9E8230771754E26C121056661009C /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + E9F24F6CC283AFDE49B2212D34DACC76 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + E9F36F14DCA1EA372CB37D63A4950C3D /* RNSplashScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSplashScreen.m; path = ios/RNSplashScreen.m; sourceTree = ""; }; + EA21540D1720E029B1BBF5D78ACA5AC5 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + EA2A26C1D6E4F6AA37D11BEDD491FFE8 /* React-fishhook.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-fishhook.xcconfig"; sourceTree = ""; }; EA6877812ACC5E84E4F624F54913161A /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; EA72252935779996212AA0252AA8DD4F /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; EA887C26BFCAC6B2AEC4331F194C624A /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; - EA8C18B9233735E9D5F2315B085CA5C7 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; - EAA43BEF56DD7BC710B980846A10906B /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - EAC24D6E08AA1AC8E999359A5CD531CD /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; - EADAFF4C8F248737D9107C5D8B8AFA5B /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; - EAFFCCE90AB67E1B70C6625CC8953633 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - EB4919D42554F0C62C26FA436E27D190 /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; - EBC053E6881747B4BA469C42AB9D10D4 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - EBC25E9A7BE4E2D1C948AC2AAB5A5934 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EA92D52D74E2AC15A87A4452E6C88D7C /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EAA43BEF56DD7BC710B980846A10906B /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; + EAE73798F6988AAEF4F111E38A4DE469 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + EB0CDDB6B38B698C375A8D3D95CBE805 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + EB254116145BE7B18FE7A76AE7C4E1CA /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; EBCE4A6F288CFF18B400E12C8046E6ED /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - EBF60F2642BFB58930A3979B0E1EA346 /* react-native-notifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-notifications.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EBFAB8C18A665C845C99CBFDEF6D38B3 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + EC1DE125F7B1B56DC004EEC4581122B4 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + EC20D613F9D0BC84866084F2AA581AE8 /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; EC2E327CA5A7A4243177B4005AA24254 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - EC58A681C5C3D6814BAE2B748D8F0AF6 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; - EC87AF196D9908091AB1ADAEE607492F /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; - ECA6A09127BCBC48D516CF4375E2E4F7 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - ECDF2AD5363C1C5705654BE5B9F029A3 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; - ECE3ED1D4D88E937E9E08229CCC96CEF /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - ED1DFE32B70414877291DC0B9C00935F /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; - ED3608388D31C07F66D9D8B3485EB756 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + ECA6A09127BCBC48D516CF4375E2E4F7 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; + ECCE58AB04C3A43A0F62B97B87966834 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; + ECDCFA651ABB9FB2E52E1D4DFDC9F073 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + ECE079C3BEAD58FA5357E7FA438FF2A4 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + ED1DFE32B70414877291DC0B9C00935F /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; ED3A529BE56491A3C4A40A7143854717 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - ED42E196FC0EF5FF94F54CD8B8792CC1 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - ED94B08F6EF75B3F00A783E964D2139B /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; - EDB7B742A208474CDC9AF540601C0437 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + ED47BFF190826A4D672FD36125598B34 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fishhook.c; sourceTree = ""; }; + EDC92688860036102724512498E31246 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; EE06ECA289582B4F447C247455A80667 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/SDImageLoadersManager.m; sourceTree = ""; }; - EE91CF84F544946E63400C5E4AE86723 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - EED774E0000645EA2BD2639290335C6F /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - EF19642901E73647AFD6A32518B1FD53 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + EE410F4D56198A82E3B0302EFDD16008 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + EE6F9EED141BC639C1A8B9BB42C804D9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; EF29495075911B7A60A09DE458A8CA4F /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = ""; }; - F00BD25232E52064DE28D029538F0D03 /* libreact-native-keyboard-input.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-keyboard-input.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F00DDE62ECED98DCCB98C8A169F592C9 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - F017F89CBFDFD64231A1E70E8687EA33 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - F038F6D1370F1EF0BC1212E367062BC3 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + EF8CA3AC61E5D948DF0E8C7997FFBECF /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + EF8D105B0FE2CE7347AD96A5918F43AB /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + EFBB14C23A688ECE0D78B605B7BD5FB0 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextAttributes.h; sourceTree = ""; }; + EFBE9B7769DFA73982B18973C5B08EAE /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EFC35FF7DA50E30658780980A641B106 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + EFE9E20E5CAA2BC84B6C06D3BE4A7506 /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F038F6D1370F1EF0BC1212E367062BC3 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; F04D6C471FB8F5B1783CA3688A4407B9 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/SDMemoryCache.h; sourceTree = ""; }; - F05359CEE57717405374AA2ACA671F64 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - F07626E87712FA472EDAF0557780E366 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - F0948C638525224C0BA5A943AF7095DE /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPackagerConnection.mm; sourceTree = ""; }; - F09E85A30961AFFFB654378F1DBB598A /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + F0A34B2A62E90C3D22B7FE3F124D2106 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; F0C080CF5772FBAE4A3FC2FCAA0380A1 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; F0DC26EA31AAB854D77A016CC2DF231C /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; - F122541F6BFB928A3802475B9A9AA372 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - F128AACFD6B9764227758CEBB31FA472 /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; - F13EC3BDB8833592DE70AE02CA3B528E /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - F14FCA72FC3F9207BB659CABFB66E025 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - F1A235EBB74BDB2FBAD7129647692AEF /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; + F12CB860D6B6425550D42966D40C55E8 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; + F14FA7DF5027ABFEE54FC535E6E53259 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; - F1CFB7771686446AF6598BF5E6902B4E /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - F1DC896FE8096DF0CAFB541745AF35F6 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; - F1F3B8035AF79F4A0346123C3488F3E6 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - F1FFD62DF0EA55D8398BCB855E8D43E8 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - F24489F9E2A9AD98B9C4A48EF214D084 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - F25E9CCBA2AC2250285C3956240606D6 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; + F1CFB7771686446AF6598BF5E6902B4E /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; + F1FFD62DF0EA55D8398BCB855E8D43E8 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; + F21400A30E2E0C28EA7FAC06AA0E7809 /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; + F21EF8AF71F9E0498EABDEA0C87BC039 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; + F2420FD4ECF4B1822E732941582FAF2D /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; F265EB84BEFA0C02FDB805FF9074BCF8 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; F2689746283D82855E3024DAD3170C08 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; F28455D5050BCC2398E18F5989F6B2E2 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - F3100376EADB106CFE5DF318103533DE /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - F322BD486DEE3486D4DC8C05C8E49825 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + F3346A6D4EFA8DCA763CC15FE116BE75 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; F34C5DA93FFCFBD53ED5BA4E500C577B /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - F385E59520B71A6A4AE9A59D8B9D97D2 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - F391536A7A6ECA5FA94C059BD3865983 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - F3971F7C15FD3008609340789DDCB544 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - F3B9C539BFE6C12F411373F9CADB79B8 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + F35BF209A3A4127112EC118291789541 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + F38FEFBE848A8612D9C32A5701507D5D /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + F39FBB3CAB758E0088E34757ED4F4D82 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; F3C27E25275D80E37DC73E298759FAC0 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; F3C5076ADBAB787FE62AC09CB44B4A9C /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - F3FD12AD45761AB26AF8DE28E8FAFDAA /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - F40C932AD0B879147F223BCB217B65ED /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - F40CD44D357139C049BFBCD0266161A3 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - F4769E682BBAD42859082B1AECB1F484 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + F414F79786E283F696EBF5459D9BB694 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + F4281BE1B3E8493589B03FD2B06E69CF /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + F46A9A7241C117770FCABCDA62D2EFBA /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; + F4769E682BBAD42859082B1AECB1F484 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + F486A3F5F06D6738927714E5601D8643 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; F4CF89EABDD95C31E45028012D461DCF /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - F53D4DC561B62F8BA7E73841FA0CAE65 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; - F53FD7756478B58E6E6F27880A0C3EBA /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - F57A042E055AA9DEA0313CD1B4641EC6 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - F5B00BA4D421185CDE181923535A8E47 /* react-native-orientation-locker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-orientation-locker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F58B0C037686DAEBBCD4BDE46B846883 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + F5909E78375A9FE25896EE91F7DC3808 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; + F5B319E52D4EC140BCC1C4D2F8CFEEB8 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetInfo.h; sourceTree = ""; }; F5C7AB7D661D53929F47A78DA6730CC5 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - F5E2D8248172225C6C2AA45B51E43169 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + F5EC6EA999D02EB255F1615960137D9D /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + F6358E748FDBCE07ACFDCEDEE550FDF9 /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + F63B0FEECDA42F8C791BFE7F4BE3C549 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketExecutor.h; sourceTree = ""; }; F66F1A21E0C1303CEE6894BCDF672D47 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - F6734593DFBFD1597A043C95556BB5B6 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - F692392D3F66FFF1BB36C7AFA472E615 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; - F6A52170FA3957A02081E04DED897E82 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; - F6CD177E83FF9A573379F97AFE60265A /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F6F5C727EE881B96E35DFBFE4F25B7CC /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - F71DDDE842D483EE39DC30B26229739C /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + F6AB3728A734E3FAFAF1C7B48255B1E7 /* 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; }; + F706E8A249F8DDFF2CFBDE6109A82369 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + F736B42FFF6C4EFA4A440029D0CF7940 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; F7423E26A13D34C7C1DE1BEE042E42A5 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/SDMemoryCache.m; sourceTree = ""; }; - F7665F6846881CEAE63D75A3D3354D95 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; - F7914BB9F75D8EF90E6B9C8445180365 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + F746E10252362487F42232EE0A2F6FEB /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; + F749E98B6EF4876055449A64A784FA9D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F750B1C99BBA821E606EE32000AFC3C1 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + F78C29C778C62E29D0AB22B39CF1E0BD /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + F7A1C87B5B1608EE4F823163B41B97BB /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; + F7C00052F044A0DC0F9A2BC328D1CA1E /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + F80910EB9750988E91CC47E0C9132BF9 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + F835AACB51D17401412B421B5976F008 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; F856E6B9471AE6BFD6A64E001062D954 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - F881D34CAC1EC4BBB03EE21152C28BE8 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; - F8873C150D8A2F8F5F57008E6361D8AF /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F89DE3B51DF3E893407EBF41C2B07F05 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; - F8A64FBE1388BC2299245CBA9EA4DD4C /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; - F8C082D181EA905458381ABB7A5D0CCE /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - F8C55975E3B09A121CC97BA7A13B25BA /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + F8783D4EE952155EA1AD92D9808C794C /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + F87A55F324FE008902BF82D31EFDB2DE /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + F8A64FBE1388BC2299245CBA9EA4DD4C /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + F8C9601DFF0BBA034787830969EFC9CC /* react-native-realm-path-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-realm-path-dummy.m"; sourceTree = ""; }; F8DC3C21855F6BFD3400EAABD04C619D /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; F90E4AA0081FA5A7AE3EB98DBC83135A /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - F913FE40F8954C419DEEB876CAB7A871 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - F98487497B3A2E620AD7CB1D7DE51BA1 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextAttributes.h; sourceTree = ""; }; - F99E916748D5C66CA4DC687D0735B024 /* libreact-native-orientation-locker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-orientation-locker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F9DE9AB62980813F432173016E38E836 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - FA56261BF7E6112820757D51AC13A5F9 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; + F99092A304197A07B96316B37B83D174 /* react-native-splash-screen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-splash-screen-dummy.m"; sourceTree = ""; }; + F9E64DEA241BFB84F3355D11B1983095 /* 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; }; + FA0B84CADD71C3ABA482365CC6297BB3 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + FA3F6764BBB1AD8348B5B1CF6EBB5B0E /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + FA4BBC906D3CBE8B9F9CA705A03A69FF /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + FA501A8DAF6CD3179E5870361FC15511 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; FA772E4DB9DB3675E623E1610BE49161 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; - FA92D87AE8DB9876F0B35C4C63A5C0A1 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - FA97C3D04E10D25A7927E2A0F0CAC14F /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; FAC0B5B43E4C182939F1CC3FEF655EC6 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; FAFC535A7C25A955433F870D3ED8A609 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - FB585B639681B2573B1D083975E7489F /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + FB436CBCCCB7647A05DC8816D2449923 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + FB5A710D6AE83D16E8846996890C8032 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + FB6DD5A8925117EBA095D138432C9301 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + FB78AF553EB8C4B3C8D253C492AD81AE /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; FB92AFCCF2953E89BA5FC59411229226 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; - FBD24A47D2F805AC67D3CECAB4094C0C /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - FBD3EFBCA71BAE57E72EB9CA50FF629C /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - FBEB1B05A0D196DB2F3F7EA7BB8377FA /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; - FC079148DB74DC1E85A62F1D4041CFE8 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - FC2C2623FC042495BB9C10CC6DE883C5 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; - FC365B346CC877C2627FEC4280689F04 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; - FC56F6A40C6DC98A4AFEA4E9319556CF /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; - FC67C73FFC29016D8DF90369745BEEE5 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; + FBD3EFBCA71BAE57E72EB9CA50FF629C /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + FBD63E97AEB3BE6BA1DAD07BF30EF33E /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; + FC067BBBFD2F1C4448F8202A8B584030 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + FC1E75F1FE3BBFA8453D48B2B91E11D1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + FC506E696EAB18BF3DD17726E1AFEF42 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; + FC57CA05E2FE2E9AAA5636033837F8C9 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + FC67C73FFC29016D8DF90369745BEEE5 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; FC87B49608E3699EDBC315EE282383A4 /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; FC8B40BC2C1C968C0458B1C094B1E998 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/SDImageLoader.m; sourceTree = ""; }; FC9CE8293D9290796C1AE82B202FBF88 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; + FCC9B1C06389C6B0E4A8A8C0E7BC65DB /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; FCCE821A143279FA2BD2B79E6C06D801 /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - FCCFF6BF0717342A0060873AAC15EEC3 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - FCD682C794380895F5C7F6C6A528AACE /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; - FD3A3FEF35FDFF50E9035B5AE197DEA6 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTResizeMode.h; sourceTree = ""; }; - FDA81DDE7CA19298F2ADA723EBDD8744 /* React-RCTWebSocket.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "React-RCTWebSocket.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FE0131E6B0C3D61FB6F063EF8FB53335 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - FE35B5605CBD0153D8E96BE89CF78B3A /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + FD1A80D3A9330A8116DB45FF4ACD0DF0 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + FD3B6A2ABBC37446FD50EB0EDAAA61D6 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + FDF4174716B4F1FD3AFF0EBB1F18BCCA /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FDF7ED4980E11B2EB15BACB658CCA3B9 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + FE27D54378B499DE8510B80044EF305F /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + FE343D02442917C7A9E321E0E492ED9E /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; FE4225F76BF1EC46ED91DD90A933ABD9 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = ""; }; - FE5B2AF0A12399F83CC9310B8B421B42 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; - FED25DCB7B9FDBDC8D58FF6A7B48B9D2 /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; - FEDC765722FD96F62E404FCA439C214C /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - FF3B9597D281F5505DA7D76657DF4FB8 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - FF5F57A3BA424AF994FF8DCA8789E094 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - FF8D8A8246AC6B63C3ADD48C97E2CBCC /* libReact-fishhook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libReact-fishhook.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FF90E4848AA24DC6F112BE69EAB61437 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; - FFA68466B5DC2EE9211E89992174290C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - FFAF13FB970813E5F41CECF2076A07E7 /* React-DevSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-DevSupport-dummy.m"; sourceTree = ""; }; - FFBBB5D843FAD0380E5B3D3D0FFD3027 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + FE67F99FA1371D1E2F51C53B86B305CF /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + FEB1B5B2C729263002E6ED0303717581 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + FEC34CEBA5E88B0BEF04FFB018C95636 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + FEDC765722FD96F62E404FCA439C214C /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; + FF5AB4203C12B35780AF12BCB1527C7D /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + FF7FD95C66223B2E3CB1031285EDB2CC /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + FF9E50E7E16424E69E352EFEA6EEF197 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + FFA7E2C8A859E4601051675981128AB1 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; FFCC04A29879FDF39F85F328E14C63B6 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/SDImageCodersManager.h; sourceTree = ""; }; FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; + FFF8C91A6521E8AA28CF67AFC5109CD9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 03E04BE339D7014A9B11F8DD9200C161 /* Frameworks */ = { + 0051DF422221B8F59D60A638C76C4FF2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0623704D8276C19200EE6B901048A917 /* Frameworks */ = { + 01A6A66A0652AE92F8C691586D09CDC6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1264A5BA84F932CE5786A5D898EB743C /* Frameworks */ = { + 07CAA3A9E51C4FEF19895CAE428332CD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 178BA93A4438E332BD857DF1F6CA64AF /* Frameworks */ = { + 0D2BD23EC4DE107D7364DE980F339326 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 19D631DB640FAAB8080CED5D054A1CD3 /* Frameworks */ = { + 16A13AA232850FBC501A96C10D7AC22F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 221DD45815F2B3229A8F2854148B6A8F /* Frameworks */ = { + 19769189F027C16620F85CD5122BF601 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 23B5B2D06DDFE7E7836DA937FDA20A52 /* Frameworks */ = { + 1EF6C89EC1E43027B2DC284D5092113C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 246A1863FBF08AD6443DDF3BAD5978BC /* Frameworks */ = { + 24B03611EF0806BE301629FB7692EA61 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 25E0B5B5F56E4086BC9CB332E022C1EE /* Frameworks */ = { + 25A7A449B5002FDC29B737667A758BA1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 29DDCCCAF9B1EDCC9998ECDADEFF7D8A /* Frameworks */ = { + 2942F2C187581CB66B858EA9DF71FF52 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2F0A72B3754B9B234FC49DC5F5154D06 /* Frameworks */ = { + 344A9B06AE70FB186FB2891B6B7F210C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2F3EF6F0DCF9EF741F5D3C7953EAB6B3 /* Frameworks */ = { + 3AEFB31251F0CE139EE316D0208533D9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3213114D1CBA11168D20AA3C71BC2AE9 /* Frameworks */ = { + 4505404D95865E589073730DE8D577BC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A98B18BFA5EB2FE5C28511CAD147EDA /* Frameworks */ = { + 473A8110860C0093E3A3B485287B1D20 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 44F4435DCBC62DE46B0A0378950D279A /* Frameworks */ = { + 4939081524CA7DB7341597EE0349C4D7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4D5E752225EDCC1AEB91B7B7D7B60EE8 /* Frameworks */ = { + 4BA6789A2C785DD5A51C340CB210FD6D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4E5DFDDED85973C9602D464BF47581CF /* Frameworks */ = { + 4DE36605EFD2EB27D7F07A4EEA503673 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4FCB4B44763131D4A72A61B3CB275EDF /* Frameworks */ = { + 51522A85A200A5D6B95E787680FC5825 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5517663B44437311598F6C553089F665 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5761A4181B360E19E51EFBD6730427A0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 58D0D9C85F02CD766E33520494B04A64 /* Frameworks */ = { + 586AD80831673A43E240A5B451B211B3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5077,70 +5087,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5C5B7DD3B4EDBDEBFA4A411C0B2A807F /* Frameworks */ = { + 5DE0368C7EDEE716DF202B8EEB1C6870 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 677E47C85DCADCDAB455E114FFEE9062 /* Frameworks */ = { + 61756F3B6B9110FB5A6EF1095BF8F721 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 68E4DC721715B13364B7CFA56B002488 /* Frameworks */ = { + 70DCC08B264C6FCAAF9029986DC4F583 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 68F3F32E4EE43BFAF5AC7F6059DE337D /* Frameworks */ = { + 7298855CCDE8C928B42E55099FB1A0D4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6A42A5D6F432362B6424F42BCFE30749 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6AE1C80EC0B969FB97A8CEE9BB8A4A27 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6AE7C4E4C886EA32B65BD1E2AB9D615A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6F3BA6A202462634A1723C78E3DFC7DD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 72820C1E55B48C1D177EB643BF912A35 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7502386C7C2B766102CEEDA0199D367F /* Frameworks */ = { + 75439FD49CC54593FE621F5156028F9E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5154,91 +5129,112 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7E45C3FC79B9029C8BDA87BBEF9B76A0 /* Frameworks */ = { + 7AB0E7C4C3D703E74D2B6867A0C12B52 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 84FF45CD44E12531820C0F9A658D8C56 /* Frameworks */ = { + 7FA1BD1C54BED76F5D3B3575BB67BEE0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 899032794F052B339B5DFE1843827352 /* Frameworks */ = { + 83D13E17E8B857463E184807AB088835 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9707BD5C247ED1D9FE514C060935EAA3 /* Frameworks */ = { + 86975FA8969769E1025A58E3FEA10506 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 99B6313628E74B38D8F82EF345064226 /* Frameworks */ = { + 933DA3B844AA36790E1184CF33F53746 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9A22F16A5E9D7F5EA2A5F36905D8D1DD /* Frameworks */ = { + 96119BED41CC2BEB41A87E3650152AA8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9CAAEBC5F620E83BD5CB56084AC45E09 /* Frameworks */ = { + 963898C8AA2F602D564077D762524713 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A2C5F0BA3DF77EF1CF33741679A025CE /* Frameworks */ = { + 96A0A8CE79F5B0A6C756D0A0EAE6FC5F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A4FCF8C5C18A009A64870AFF3699B67D /* Frameworks */ = { + 977B34A80819F5A745CF5B52D9236AFD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - ACBB22944EEC870F9862328539FC5140 /* Frameworks */ = { + 9C1143E77695FB4B58AA5D992DD06087 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B8165C55B9049D277EC22BB093B9FBD5 /* Frameworks */ = { + A9FD1E1A2E9AAEA72C77A899ED65CBC6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B8E263271A672B5588806F2987A6EFCF /* Frameworks */ = { + AA38590FBE27D04643CC2473A0234DE7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BF445430609583D89EA16A6DACE400FC /* Frameworks */ = { + B996757141976AC67645FF15BAE1473D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BF28C71BDE9FFA81B8B0B4F74C9F20B3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C00620FB1ABA723E0C4955FF3C915DD1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C09BF11F1881278EB1AC1B19C7436806 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5252,28 +5248,49 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C9B0ADCD3F02A4C39FD1E0B689B94C57 /* Frameworks */ = { + C3BEE68B40E37AD52A6982D2958AF8E2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CCD390B86F9312B928D8073BCC31B229 /* Frameworks */ = { + C6D82AAC0DB27C1C08A3668C126AD3F5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D1326D65580411BCFCF3B1E015628751 /* Frameworks */ = { + CBD5115243FB4E2CC312E2CFB18708F6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D3EFEED4B2FC0D441ADA91725048A8F4 /* Frameworks */ = { + CD68B7901E740336383AEBDDD89904D8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE743063613D2FCD5811F9B445FC7078 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CEED69BFDF6A885185DB264BF3D59019 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0A39A352CC566A4629F81A17E84BDD4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5287,63 +5304,77 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D87441F3CA499BD658F6A6997E3E1B67 /* Frameworks */ = { + D942316A0869CB420B10C96B5ADCD215 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D9D4EAA9B38742E3D5C600889C045A79 /* Frameworks */ = { + DB2E25FBD6CE3DDACD8B0EEED6EEA932 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D9FD3FE5C1B08EEAD8FCBBC2DD6A3A42 /* Frameworks */ = { + E370D910AA4228F37D8380E11024E44D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E0F38DF6A8E737A31A9B7F7DC3AA66B3 /* Frameworks */ = { + E45B62C34213005952519D3FA82C964D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E904452F6BB89B65A7470DAF863FB530 /* Frameworks */ = { + EA99BF063F0DF313EED1A49F96F24C53 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E9F22D6501C6AEB59FD7D4E41CAF3D58 /* Frameworks */ = { + EC3F1E53CF0CD26EF63ACE35EEDCDC87 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F9B77005BF7233AA42C47403EFDC8DB3 /* Frameworks */ = { + EEFD40AF91AA2403345CBBC014C21D86 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FE415282D14721851B786CCFF4CD4AA2 /* Frameworks */ = { + F3F9DD8B746630BBFEDB6CC7D7B8364D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FEFF8349562BE1003D8AF09805B8587D /* Frameworks */ = { + F5793D51D4A9FCA6229F639225628A04 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FB8749BA49D1E1DE623E60BEDC946F30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FF19F946E3F74A8ED549247ECB672C13 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5353,44 +5384,25 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00CB569B6102C5AB8D46C4C5505DDA64 /* Pod */ = { + 0069D0C055BCA7578EB4C3BB2497766E /* Inspector */ = { isa = PBXGroup; children = ( - 306BD8D2A1DF624163C9B90BC9010F9B /* UMImageLoaderInterface.podspec */, + 9D4B2B24F8CB46FAAE6AC99107466D40 /* RCTInspector.h */, + 1CAB590111125B6E2646F010CA59E118 /* RCTInspector.mm */, + E738084077469BDA40FB6A9FC7655898 /* RCTInspectorPackagerConnection.h */, + 2598AE83DD19FFB5BE253A217AC67857 /* RCTInspectorPackagerConnection.m */, ); - name = Pod; + name = Inspector; + path = Inspector; sourceTree = ""; }; - 015A1FE428C12CB1B39D42C3FD363079 /* React-jsinspector */ = { + 01526395FBCBAD031C37833B3F6ADF85 /* Support Files */ = { isa = PBXGroup; children = ( - 8CC84ECB357F15EF2EF3D09EE30BDF28 /* InspectorInterfaces.cpp */, - 25DEA918464C5C680AE39F30432D004B /* InspectorInterfaces.h */, - 0A00AC7D770C10F1A7F7E3DB0F0F1847 /* Pod */, - F2B1DA9152786A79093671D85B62362E /* Support Files */, + F6358E748FDBCE07ACFDCEDEE550FDF9 /* UMFileSystemInterface.xcconfig */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; - sourceTree = ""; - }; - 01EE8A43231FF454743A2474C5166D80 /* Pod */ = { - isa = PBXGroup; - children = ( - 3EB9E3938EE838B35E38CD157DD1D01F /* LICENSE */, - 30C3785A1763E352061A3EDD3B59E2E0 /* react-native-video.podspec */, - FFA68466B5DC2EE9211E89992174290C /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 02478AC8EB06686521ED63FCE5434C6A /* Pod */ = { - isa = PBXGroup; - children = ( - CF110B04214ECA9E1B5E554D8A9059B2 /* LICENSE */, - C4B097EBC5E38C830DCA8A6A277FCB96 /* README.md */, - E547F0F5305DF0611EC68627FA7E8F6C /* rn-fetch-blob.podspec */, - ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; sourceTree = ""; }; 035701475795B098CD9EC2C915E9DD70 /* glog */ = { @@ -5410,45 +5422,49 @@ 2B44EB014015C40006305E19CC3C5ED5 /* vlog_is_on.h */, E04CA82F37B94DD83525146DAC111776 /* Support Files */, ); + name = glog; path = glog; sourceTree = ""; }; - 03C24B9954C88441E02F968D78ADB351 /* Support Files */ = { + 04693E76C70ADA0486B7A43F3C261416 /* messaging */ = { isa = PBXGroup; children = ( - DBAD806C83077E01AAA1E90007642CE3 /* react-native-webview.xcconfig */, - 84EA22ED867E5E121FD0AA2A9BEBCB53 /* react-native-webview-dummy.m */, - B9B0D2286664FD066049F056CB79FDFE /* react-native-webview-prefix.pch */, + 7F21EC347C4A7276D8CCD3ACFC8E71E4 /* RNFirebaseMessaging.h */, + 84694AFAAB02860A38179C1A3124300C /* RNFirebaseMessaging.m */, + ); + name = messaging; + path = RNFirebase/messaging; + sourceTree = ""; + }; + 04ABD569BAFBD37D2C885FF0A2B4DCE7 /* UMNativeModulesProxy */ = { + isa = PBXGroup; + children = ( + B9E49857AE7426315383BFAD5BADD0DA /* UMNativeModulesProxy.h */, + F4281BE1B3E8493589B03FD2B06E69CF /* UMNativeModulesProxy.m */, + ); + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; + sourceTree = ""; + }; + 05393E84BEDCD9077595BB06B6EAA4C3 /* Pod */ = { + isa = PBXGroup; + children = ( + 493A205F2C60D85A12C1C49FE345D7F6 /* LICENSE */, + 3DF4AE9487B2ECD361314600B1E0D6FC /* README.md */, + D3EBFB76B66F7FFB88D181EB337ACC2A /* RNAudio.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 05C425D3467DB418D2F3D977AC501E84 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8540B23EE249AFA6DE818723068E5B2A /* RNUserDefaults.xcconfig */, + E864BE3710B110027F55255D367DD7A0 /* RNUserDefaults-dummy.m */, + 80D0EC859E52785478D3ABA40627CE7C /* RNUserDefaults-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; - sourceTree = ""; - }; - 0403B5B1AD1CA3CB242142D69D25EE47 /* RNFastImage */ = { - isa = PBXGroup; - children = ( - A519BF06C0344BED6BDE2A6379871248 /* FFFastImageSource.h */, - 30FE453FF00128A2E158857483EF0977 /* FFFastImageSource.m */, - 7AB019C1AB8564DB472BC8659ABEEEFF /* FFFastImageView.h */, - B71E29A20E711AB5EFC8B562DD3EA25D /* FFFastImageView.m */, - 794EFA04C239B1D742E07881BEDE633F /* FFFastImageViewManager.h */, - 7E5671E2B6EAC7E428FDE19AE2B19E27 /* FFFastImageViewManager.m */, - DD47E14C8DE007973B4F9689825FAD40 /* RCTConvert+FFFastImage.h */, - 4F6337171781C8C8586877997B10136E /* RCTConvert+FFFastImage.m */, - 5B5C78B7DFC2BDBBAA6FCF26E684502B /* Pod */, - A1F556023487F248634E7DB5983D50AA /* Support Files */, - ); - name = RNFastImage; - path = "../../node_modules/react-native-fast-image"; - sourceTree = ""; - }; - 05DD08C0893938BFE9FC96F37052C9FE /* crashlytics */ = { - isa = PBXGroup; - children = ( - 6582BD8DE647F5C6918C024643F81234 /* RNFirebaseCrashlytics.h */, - 2B6F3AFBF18C9A9F476B94E17BA552C9 /* RNFirebaseCrashlytics.m */, - ); - path = crashlytics; + path = "../../ios/Pods/Target Support Files/RNUserDefaults"; sourceTree = ""; }; 05DF1206DD287B493AA827E2BE8C44ED /* MethodSwizzler */ = { @@ -5470,67 +5486,49 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0773FBEFACC824742B37D5C009F2100F /* RNFirebase */ = { + 071159537D2982A252CDC1024ED485AD /* UMModuleRegistry */ = { isa = PBXGroup; children = ( - 2D320A1563BDAB1C2FCF3929D1BD19FD /* RNFirebase.h */, - 90D0FE4FD82C78D78F082E6DB666F2FC /* RNFirebase.m */, - 579FFB9D7AB275B8FFA925676E3197E3 /* RNFirebaseEvents.h */, - B462DBA6D90AFCDD5C3BDE7C81911ACA /* RNFirebaseUtil.h */, - AE2AE42D2BEADFC3655C8A9D63DCBB9F /* RNFirebaseUtil.m */, - E65ACCE5099D2B185C52A330EF08857C /* admob */, - 66659383B4D0383A8BA589738E82A710 /* analytics */, - 8F80D313AF1416C82AA502CA699CF3A2 /* auth */, - EE89A74127FCE26737DD8C93D0C19853 /* config */, - A806BC82E95C36AD165E021E59D4CF11 /* converters */, - A88CF0224672B630ED8A6527FEF5B501 /* database */, - 65CB8AD5EE2C9CD5810422AB815F8328 /* fabric */, - 324DC10C14E78AB6FB189F3D38694DA6 /* firestore */, - 08D11F77905440A0DFEE9D25EA1F2381 /* functions */, - B1B62D4EE65777DE94E18508E90828C7 /* instanceid */, - 7563F8A1510559ED71E2D6798A2354CF /* links */, - 4BC615144A4E0E83857524271A2C1069 /* messaging */, - B1F5DEB0881E525B3C56519BB299DB5D /* notifications */, - 7B99249844F5119B1280D303C113F8D4 /* perf */, - 34D3119C6D5FC6BC50B20B6165143991 /* Pod */, - 4502B168510ED108BB4FD4535F59C7B9 /* storage */, - 590C8D322B1D697A4F8101FEF46A2FF8 /* Support Files */, + 7DF337C9764E7CD33EA1BA46DAD2EC9D /* UMModuleRegistry.h */, + 5DD5FE901C7E4BB0D8B3D060B4D832F4 /* UMModuleRegistry.m */, + CE6B1C4785971B3BA933C034E150103B /* UMModuleRegistryDelegate.h */, ); - name = RNFirebase; - path = "../../node_modules/react-native-firebase/ios"; + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; sourceTree = ""; }; - 081B85B209867D5139E6DA57E2BDB638 /* RNLocalize */ = { + 071CFE0E701C7A73D44233A24036E4AA /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - AF21BE9E3D8FE2A369DF751B204594B8 /* RNLocalize.h */, - 5B7DB7357C2A7C862171DCFA0D9BBA0E /* RNLocalize.m */, - 615C132C3EABB29E4A29C82548AD5383 /* Pod */, - 43EEEBBC065FC07FCF046DD925F684B2 /* Support Files */, + 22D517AAA483AA79C02DEF66218F451F /* UMAccelerometerInterface.h */, + 003B141F33A90E7E916680FB40FAF83A /* UMBarometerInterface.h */, + E70C9DDE8F689422D028A8B5D0AE0A76 /* UMDeviceMotionInterface.h */, + 84AA4965DA7A04C47D8385C974E0145A /* UMGyroscopeInterface.h */, + B04D0F306B95E994E782838B4C07FE69 /* UMMagnetometerInterface.h */, + D967734B4A755498EA5B56C60A10E3EF /* UMMagnetometerUncalibratedInterface.h */, + 41E85B0F7CF98E982B7D77FF7A978930 /* Pod */, + 0A60D6CA163850AD78C9A25C39E091A2 /* Support Files */, ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; sourceTree = ""; }; - 0822299A20EBA2416AD00C253CC6C864 /* Support Files */ = { + 0758E20186C36D3B0254B4DBF5B8BA25 /* Pod */ = { isa = PBXGroup; children = ( - ABBFF6CE04040D404A7BBB217ABB24F3 /* React-RCTNetwork.xcconfig */, - 2399D7C7DE1A01F691A7A39898E1000A /* React-RCTNetwork-dummy.m */, - 36F5BFCCCD016B8CC2115094EB2FBB91 /* React-RCTNetwork-prefix.pch */, + 0046A144E39AE915A7880466D360CFF5 /* LICENSE */, + 8E11397C9617791A9992DBFE94C20002 /* README.md */, + A11306778B6B14C90895E2BBA4EE5A9C /* RNScreens.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + name = Pod; sourceTree = ""; }; - 08D11F77905440A0DFEE9D25EA1F2381 /* functions */ = { + 08220E429FF94536396DA9192D7C6B3C /* Pod */ = { isa = PBXGroup; children = ( - 356E60613567028CCFCA57A5EED6F483 /* RNFirebaseFunctions.h */, - BAE2FE4E62F3FEBB43CCDE8A644BD878 /* RNFirebaseFunctions.m */, + 352B2BB65960037DB63D71A1C1E6A9EC /* React-RCTLinking.podspec */, ); - name = functions; - path = RNFirebase/functions; + name = Pod; sourceTree = ""; }; 08F2BC87680B4E2FFF31417D159DD195 /* GoogleAppMeasurement */ = { @@ -5539,6 +5537,7 @@ 559D44469458C4DFA4C48B3AF45F4734 /* Frameworks */, 1948F9D5AA46214EE1CDE14DF7D382F5 /* Support Files */, ); + name = GoogleAppMeasurement; path = GoogleAppMeasurement; sourceTree = ""; }; @@ -5553,6 +5552,24 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; + 098BF8DDAB3D493DAF682471FCC65EF1 /* Profiler */ = { + isa = PBXGroup; + children = ( + 15BBD55065F8D2B92CCA959D3AA20574 /* RCTFPSGraph.h */, + C89143BE8982F7EBD362BDEB4BD778BC /* RCTFPSGraph.m */, + 1973B326A0D2A0F830FDEA94ECA8E6AA /* RCTMacros.h */, + 24D7F941F63EF3FF4136605F295E4F81 /* RCTPerfMonitor.m */, + C20E7B092EC1716AF782BC14813BEE56 /* RCTProfile.h */, + 8D461CCA32EC9786E47EC3AA809393BE /* RCTProfile.m */, + A66FAFBD1AE62DE0644BD841EF00363C /* RCTProfileTrampoline-arm.S */, + FE343D02442917C7A9E321E0E492ED9E /* RCTProfileTrampoline-arm64.S */, + 33FD6667267BC83C7D244FC34AC5B071 /* RCTProfileTrampoline-i386.S */, + DC083D2D8A49C01EDED1597E95F41EC3 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = Profiler; + sourceTree = ""; + }; 09D34C2F02D4C857108614782C0CDA29 /* Support Files */ = { isa = PBXGroup; children = ( @@ -5564,76 +5581,83 @@ path = "../Target Support Files/nanopb"; sourceTree = ""; }; - 0A00AC7D770C10F1A7F7E3DB0F0F1847 /* Pod */ = { + 0A60D6CA163850AD78C9A25C39E091A2 /* Support Files */ = { isa = PBXGroup; children = ( - 71603ED5C038E6BCB1A742856DEDAA6F /* React-jsinspector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 0B8B36BDB27ABDD9D9A86C2A8D9237CA /* Support Files */ = { - isa = PBXGroup; - children = ( - 83383BDA94C9EC689AD9660E7B68F9FD /* RNGestureHandler.xcconfig */, - 6661F3F03C2B82B268F5FE635B425E5A /* RNGestureHandler-dummy.m */, - 7B8FDAF7A35164B895D1C3BFDC4959C4 /* RNGestureHandler-prefix.pch */, + E921650518A461A19E5DB063D8AF9A90 /* UMSensorsInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; sourceTree = ""; }; - 0C90E9CE41FF6E064EA7FB8A895C3E77 /* Pod */ = { + 0CDE9A07B6CC31E5766CA2FD06D10782 /* Support Files */ = { isa = PBXGroup; children = ( - DC9186D7968C290FD0BF05BB196B1CB5 /* advancedIos.md */, - 341960080AAF76D6A7E728DD87FA28F3 /* installation.md */, - BEAFEC1560C2234925EE2F0B643CBB69 /* LICENSE */, - B9CDFF25C91B3E206585ED0B5D382814 /* localNotifications.md */, - 950FA7838549D1773DDA3634E26AC947 /* notificationsEvents.md */, - EBF60F2642BFB58930A3979B0E1EA346 /* react-native-notifications.podspec */, - 553B64589853ED158C12B75643772039 /* README.md */, - 04156A7572373F8AA77792159919BD93 /* subscription.md */, - ); - name = Pod; - sourceTree = ""; - }; - 109020BF920A73A0C5F266517365A45F /* Support Files */ = { - isa = PBXGroup; - children = ( - C24FC2DD35000F4CB6D0C18F8CF5D85B /* RNScreens.xcconfig */, - 629102C2D883D140DC76033F58C4EC37 /* RNScreens-dummy.m */, - 55762713A07291A9E61BE50219D41C89 /* RNScreens-prefix.pch */, + CC65719C7CFD4BF40870581C76CD4314 /* RNVectorIcons.xcconfig */, + 30F49B413055CAD809143922DBCF9328 /* RNVectorIcons-dummy.m */, + 7F707AF3CF25A386FCBD5941C77F7743 /* RNVectorIcons-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 11B39D684B3F0517F0CD1FB7AEF97BE4 /* Pod */ = { + 0D17BFDAA591F57E47A0A0A1D25D139D /* Pod */ = { isa = PBXGroup; children = ( - 4C3EB60325E3FD736E91B9438DE4E5A8 /* yoga.podspec */, + 4ED31A4C374EA25D407F9D4BF1271B85 /* UMImageLoaderInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 11EAA96F465FAB049ED108A399A5EFC7 /* Pod */ = { + 0DA9C582B287E2EB3F470702E981CC06 /* Support Files */ = { isa = PBXGroup; children = ( - 044F9932E5A5E845395B6BAF99FBEFBA /* EXHaptics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 12243F5107C9C3E61E0FFFC49AE5409F /* Support Files */ = { - isa = PBXGroup; - children = ( - 181A00871C1025788FAE124C0CCC42D8 /* react-native-splash-screen.xcconfig */, - 301C8402716BA7E97381A89E9D144049 /* react-native-splash-screen-dummy.m */, - C53D6D2E2CBFC377D0E97FC64CEE1138 /* react-native-splash-screen-prefix.pch */, + 7C2BE2892C188C45B792524924E529DD /* React-RCTImage.xcconfig */, + C6F1086341478C2F4F535039F43CB810 /* React-RCTImage-dummy.m */, + FD1A80D3A9330A8116DB45FF4ACD0DF0 /* React-RCTImage-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-splash-screen"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; + 108BCE7FC71A9FF1447982EFE6D52A2F /* admob */ = { + isa = PBXGroup; + children = ( + 3B7E1A1AF24033946733FF398D48663F /* BannerComponent.h */, + 4A24EC911A7C73DC76D5FA3E7EC90B10 /* BannerComponent.m */, + B6EB9931E28AC2E30F58C6F9CAB5EA43 /* NativeExpressComponent.h */, + CD3344F3DE34119B7035CD0FD4C839C7 /* NativeExpressComponent.m */, + 29357FCF1EFFA5A0FDF5548E308C065D /* RNFirebaseAdMob.h */, + 97D8AA796E5181FA706A882CF8978492 /* RNFirebaseAdMob.m */, + 85B8FF973025940470C8481B3281A238 /* RNFirebaseAdMobBannerManager.h */, + 23FC722A303D4AA464B66CC176BF8767 /* RNFirebaseAdMobBannerManager.m */, + 5A6E1774A2A9236DF2D9158E1B322722 /* RNFirebaseAdMobInterstitial.h */, + 143CBF78A2686E82964996B3E0E0F2DF /* RNFirebaseAdMobInterstitial.m */, + F7A1C87B5B1608EE4F823163B41B97BB /* RNFirebaseAdMobNativeExpressManager.h */, + 920596DECEA815252CA9D9478E4375A8 /* RNFirebaseAdMobNativeExpressManager.m */, + FA3F6764BBB1AD8348B5B1CF6EBB5B0E /* RNFirebaseAdMobRewardedVideo.h */, + F46A9A7241C117770FCABCDA62D2EFBA /* RNFirebaseAdMobRewardedVideo.m */, + ); + name = admob; + path = RNFirebase/admob; + sourceTree = ""; + }; + 114A6F2FF96FC39DA4171FACAB34AA2A /* Pod */ = { + isa = PBXGroup; + children = ( + 3213B68685E598FE43193122F8C8C25D /* React-RCTActionSheet.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 129E8F812298FBA601019A00716DF7D7 /* UIUtils */ = { + isa = PBXGroup; + children = ( + DEFF4DD00B50213502362334699D1EDB /* RCTUIUtils.h */, + CD447DF2ABA499533A4ED5A7D151DDEB /* RCTUIUtils.m */, + ); + name = UIUtils; + path = UIUtils; sourceTree = ""; }; 12BD197F5297F7C2EA8B3268C03BED00 /* Folly */ = { @@ -5656,83 +5680,77 @@ F4769E682BBAD42859082B1AECB1F484 /* Unicode.cpp */, 08FB13D04C80154A11B878602FBCB1B5 /* Support Files */, ); + name = Folly; path = Folly; sourceTree = ""; }; - 159A684AB99FFF963A1E9903B817CBD2 /* Support Files */ = { + 1362C635C61D3428136D590312905717 /* storage */ = { isa = PBXGroup; children = ( - 66FD9A252CEBDDDC5F8F989A9D9D4C84 /* EXWebBrowser.xcconfig */, - 71996F85A105DF6FC512981BA57C0A3A /* EXWebBrowser-dummy.m */, - 67E4F9443840B2AB8C2BD154E56A9B25 /* EXWebBrowser-prefix.pch */, + 95F9F8ACE9EE45FD9F8C969A7A80CC43 /* RNFirebaseStorage.h */, + A525212FC447668D314144A8A745A8FC /* RNFirebaseStorage.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + name = storage; + path = RNFirebase/storage; sourceTree = ""; }; - 174855BF06B7E8635A6A9DAD8186373F /* React-cxxreact */ = { + 13AD68FA069A4E670F4483BE6B016F74 /* Support Files */ = { isa = PBXGroup; children = ( - 82F981E8E44C637A6BC960D3CB6BC836 /* CxxModule.h */, - 7309D4ECD38FBED698073CCD5C339296 /* CxxNativeModule.cpp */, - 30E032C46EEB4B82B50881234BAFDBEE /* CxxNativeModule.h */, - 7B1CC23A5457EDB6EF5B6625482A42B3 /* Instance.cpp */, - 48D864C04A6541AD05143797FE577B19 /* Instance.h */, - A8B66C0DDC4284B4E705E7E616F75C80 /* JsArgumentHelpers.h */, - C00E74CAB7FD5C407743D493DB298A4C /* JsArgumentHelpers-inl.h */, - 88F65E9CD148E913FB0F54DE64E2578D /* JSBigString.cpp */, - 1D965481380FFD1092698FEDD1AF5A26 /* JSBigString.h */, - 46C4E12AA4EBD66DA60222BE3C82A924 /* JSBundleType.cpp */, - BB3E456D19D21712CF945C0337E81DB4 /* JSBundleType.h */, - D1FC769A46907A31C6D886366CBE8348 /* JSDeltaBundleClient.cpp */, - 59F0B48E2FBA62F9676B3A6585C59768 /* JSDeltaBundleClient.h */, - D85EA5A8169E8F2B1D80C60D75D6F7FE /* JSExecutor.cpp */, - F00DDE62ECED98DCCB98C8A169F592C9 /* JSExecutor.h */, - 12D59B7E1A11C394B788F7E03B2E282B /* JSIndexedRAMBundle.cpp */, - 8469A6CBDFBBECDD6C5C5650192BD816 /* JSIndexedRAMBundle.h */, - D92CAD48DEA91A916F2210D1CAE9D505 /* JSModulesUnbundle.h */, - BB44BADB09BA7FA9D2AECBEDD2BD9E44 /* MessageQueueThread.h */, - F7665F6846881CEAE63D75A3D3354D95 /* MethodCall.cpp */, - 232A06596B6A699AFF5CD83A8C9B6027 /* MethodCall.h */, - 288D7D9302231F5752BA5E5034D3B677 /* ModuleRegistry.cpp */, - 313D0FD81A8C654FDB06B0351B958F5D /* ModuleRegistry.h */, - 0EE154A45253EF968D5FC5B050D8D916 /* NativeModule.h */, - 55F89B884F58B3A770682C65887A908A /* NativeToJsBridge.cpp */, - 06828883E65F707AE9D231C1671D11F5 /* NativeToJsBridge.h */, - 66E8828C9FD95ACAB7C5A89763FDBECB /* RAMBundleRegistry.cpp */, - 3ECF81CDAE73F2ADA27F0B1FE39D5DB7 /* RAMBundleRegistry.h */, - FC365B346CC877C2627FEC4280689F04 /* ReactMarker.cpp */, - 6F9E2D6F511D42B2C64FB49DEF0426AD /* ReactMarker.h */, - F3971F7C15FD3008609340789DDCB544 /* RecoverableError.h */, - 272DBE69246A9EF2F339AF835C27A556 /* SharedProxyCxxModule.h */, - 289697C2099B96AB7101E20E83C3E438 /* SystraceSection.h */, - AE1CFF1CFB63A179B4002AD4BE39ED04 /* Pod */, - B92D38F75975962E6165C281591F03A7 /* Support Files */, - ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; - sourceTree = ""; - }; - 18366FB0A3AF4D48EE89DD09238C1D62 /* Support Files */ = { - isa = PBXGroup; - children = ( - EAC24D6E08AA1AC8E999359A5CD531CD /* React-jsi.xcconfig */, - C885D93D6663BC99F99737D0D806C14B /* React-jsi-dummy.m */, - 91DB2221702F2364705F5AC15A39DE9B /* React-jsi-prefix.pch */, + 215120AA8F48C5E3FAD671C00C9DA575 /* EXPermissions.xcconfig */, + 94248FB9FA351BAF92E1AEE10EC85D1F /* EXPermissions-dummy.m */, + C737200C709180F35A8970DCD71C0D52 /* EXPermissions-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; sourceTree = ""; }; - 183B1C49AFDD2BB239FA95016C8973DF /* Support Files */ = { + 14BC0DE955282C3161104FD0E4D42390 /* Pod */ = { isa = PBXGroup; children = ( - 91E39BAF2B3059CA8CFFDC81BD79DD97 /* react-native-orientation-locker.xcconfig */, - 082B8803E5F36C29BCD328E7D08E8335 /* react-native-orientation-locker-dummy.m */, - 89BD4112ACE03217AB001AB3C06FCB5F /* react-native-orientation-locker-prefix.pch */, + 914DA6D24B3E353056DFB433B24FE141 /* LICENSE */, + B08835AB3A8410F16400994E44948491 /* React-fishhook.podspec */, + DAA5B56A117F72D1172A5C958CCFFCD0 /* README.md */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + name = Pod; + sourceTree = ""; + }; + 1540932447261028A4DBE6E6D74E9FDE /* yoga */ = { + isa = PBXGroup; + children = ( + 639FBF0527C27D3D58E246B6D77CAB71 /* CompactValue.h */, + 8D13216BF0F8C61EBC00DD2635CD2070 /* instrumentation.h */, + 6C8718AE3967A9CBB06D0AA109D8F442 /* log.cpp */, + 7B55979AEB77D3B6184E19E8E9F51659 /* log.h */, + B21597B85FA6F36AA04B1CF3F5971269 /* Utils.cpp */, + F706E8A249F8DDFF2CFBDE6109A82369 /* Utils.h */, + 00496974585F77CEFF4C91EA2848D847 /* YGConfig.cpp */, + 9F709F26590A5CEAFF930974A7EEB04C /* YGConfig.h */, + 4BECA2666A5A845D31A447438372A4E9 /* YGEnums.cpp */, + 11149406094750AD65AC3CDC7A6BA779 /* YGEnums.h */, + 2DCE6C20224433A00B4CA41B32315923 /* YGFloatOptional.h */, + F5EC6EA999D02EB255F1615960137D9D /* YGLayout.cpp */, + 972670A1C7FB2AECD70CD6E620ADBFF5 /* YGLayout.h */, + 937EE317825D5FEE944C18A21CC287EC /* YGMacros.h */, + C1C6665FB34D961F3E34CF6A453011D2 /* YGMarker.cpp */, + 5B987442E8469E7E3C7F6BD3A2A2B41B /* YGMarker.h */, + 74EC466E1CD8050127A4D2ADDD42BD64 /* YGNode.cpp */, + E2B39B6CECACB4472EAD590E39FA8FF2 /* YGNode.h */, + CC6D12A88EB0E874F7291E49D7720603 /* YGNodePrint.cpp */, + D3539344649A2FD8E4FBB62D67AEF46A /* YGNodePrint.h */, + 2A6B3853E85C354108FED06A0E1DF28F /* YGStyle.cpp */, + 24BAC5125580B765CB9EA7BDC45987F5 /* YGStyle.h */, + 554838326DA6A946E0FB947EA3F7693C /* YGValue.cpp */, + 974BFE2B099D9A5F06B2CA92333D7B78 /* YGValue.h */, + FDF7ED4980E11B2EB15BACB658CCA3B9 /* Yoga.cpp */, + 5491D6114453F96749516CD29DBA562B /* Yoga.h */, + AB2EF93090F6E9B68CEF5769D8B1180A /* Yoga-internal.h */, + 73FAD67B3B270C3A5B77058142AFE01B /* event */, + F3981B9D2DD7675AF6BADF42FBFF305E /* Pod */, + 5F032308F816AF6E6D4669E96833EFBE /* Support Files */, + ); + name = yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; sourceTree = ""; }; 1948F9D5AA46214EE1CDE14DF7D382F5 /* Support Files */ = { @@ -5753,44 +5771,15 @@ name = demux; sourceTree = ""; }; - 1A7B89FA2721081767433EAA329F57C0 /* Support Files */ = { + 1CAF16717E4FA5FE8206D7F8C3E3A406 /* Support Files */ = { isa = PBXGroup; children = ( - 8F5454414CC0EF99F78F1A3B222894B8 /* RNAudio.xcconfig */, - 3B6528A6D344966F98C92BE412A3BF5D /* RNAudio-dummy.m */, - 492E67C6E005811E69BA60D560AE8CB0 /* RNAudio-prefix.pch */, + 95E1D9136BA2CF16C65131F2A5FC5B56 /* react-native-realm-path.xcconfig */, + F8C9601DFF0BBA034787830969EFC9CC /* react-native-realm-path-dummy.m */, + B5BAC10533608529A476BE41160476EE /* react-native-realm-path-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNAudio"; - sourceTree = ""; - }; - 1AD069CFB414F677D2858EDADC460E2F /* Support Files */ = { - isa = PBXGroup; - children = ( - C3651BF9FFC72480F9E7B1D311413133 /* rn-fetch-blob.xcconfig */, - 3EBEC6EF764E796C60544AC088DC6D30 /* rn-fetch-blob-dummy.m */, - 8823156B06F34810D5E1689F20022376 /* rn-fetch-blob-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; - sourceTree = ""; - }; - 1BC37A84CF49D8C12AB228D79A9880A5 /* UMNativeModulesProxy */ = { - isa = PBXGroup; - children = ( - FF90E4848AA24DC6F112BE69EAB61437 /* UMNativeModulesProxy.h */, - 5995C1B4986C0715EB96B07FA2F58F37 /* UMNativeModulesProxy.m */, - ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; - sourceTree = ""; - }; - 1CCA1C5EF21FB416385A78688DFEED4D /* Pod */ = { - isa = PBXGroup; - children = ( - 4B9CDED3166E45F4AC85B29598734E7B /* React-Core.podspec */, - ); - name = Pod; + path = "../../ios/Pods/Target Support Files/react-native-realm-path"; sourceTree = ""; }; 1D1B304A51C27E29343B464370F12B45 /* Logger */ = { @@ -5803,36 +5792,22 @@ name = Logger; sourceTree = ""; }; - 200BC4D7BE4FF985FC869D6FA7B1992C /* React-RCTText */ = { + 1D70F60FA5E2AF324B67346D29CDA260 /* Pod */ = { isa = PBXGroup; children = ( - C4DF72AB0CF15233C1EAB12ABBBB75EB /* RCTConvert+Text.h */, - 15D5B8A7A384C29CCC3460BA6238CF1C /* RCTConvert+Text.m */, - F98487497B3A2E620AD7CB1D7DE51BA1 /* RCTTextAttributes.h */, - 2D7AD24DB0BA70767C24E5C176F1E051 /* RCTTextAttributes.m */, - 3E566A326B0783FE698AA7D698B73421 /* RCTTextTransform.h */, - 368DEF53EFB6E2C8D3C36E315AA5B672 /* BaseText */, - 5363785DCBA0CDBFE339B3B3EAA8360F /* Pod */, - 364C5A66F845408453755C774E03D674 /* RawText */, - 6A0EEDF734B7B3061AC7C51C22A58340 /* Support Files */, - 95345DE3C959AC4EB90221DEAC0CD3CA /* Text */, - 8C17C02CD9205E108A2B102E062AF8EB /* TextInput */, - 4EC6BC6696CA951668147A2B45A9D4CD /* VirtualText */, + 7EACC6722D24353D1DC2F6D1D8C93ABE /* RNFirebase.podspec */, ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; + name = Pod; sourceTree = ""; }; - 20858D43EEA1863BD12EFE7C89B3C421 /* RNAudio */ = { + 1E80790CAE4886B3B8306CF80DFEC38B /* Pod */ = { isa = PBXGroup; children = ( - C23738B1D67AE6176ADE3E4956B2B527 /* AudioRecorderManager.h */, - 40D679833F059446A7D67E33F7DFD837 /* AudioRecorderManager.m */, - 6FD329AA5147EED4CA8989E9965F86C6 /* Pod */, - 1A7B89FA2721081767433EAA329F57C0 /* Support Files */, + 9265F44A8B4DC4F9DDA18A526B744FE7 /* LICENSE */, + FC1E75F1FE3BBFA8453D48B2B91E11D1 /* README.md */, + 7E2380C19BF6CD8FBA1F09DA84744B47 /* RNDeviceInfo.podspec */, ); - name = RNAudio; - path = "../../node_modules/react-native-audio"; + name = Pod; sourceTree = ""; }; 209F8F42ABC09D4F844B13497847BAC5 /* FirebaseAnalytics */ = { @@ -5841,18 +5816,10 @@ 5DA82793FECCA97D1BD82E3D6A5164E9 /* Frameworks */, BF029808E8F4F57A81C9FDDC7CAFC4DC /* Support Files */, ); + name = FirebaseAnalytics; path = FirebaseAnalytics; sourceTree = ""; }; - 20A73FD727CC61A108E8747DDE1A133D /* UIUtils */ = { - isa = PBXGroup; - children = ( - F6734593DFBFD1597A043C95556BB5B6 /* RCTUIUtils.h */, - BEB09ADE3FA917862303A2F6A99BA6A6 /* RCTUIUtils.m */, - ); - path = UIUtils; - sourceTree = ""; - }; 213AFE9404FE5D430C49447BE067B4EA /* Pods */ = { isa = PBXGroup; children = ( @@ -5878,54 +5845,86 @@ name = Pods; sourceTree = ""; }; - 23785AE3531B8D6516D374BCC7CD3F86 /* UMPermissionsInterface */ = { + 221F3C45E864BD8429304F9B307A1AF0 /* react-native-webview */ = { isa = PBXGroup; children = ( - 75A04502A4B048B7546FC5BC9C9FD235 /* UMPermissionsInterface.h */, - 111CD812A6413E318ABFD87DA459F779 /* UMUserNotificationCenterProxyInterface.h */, - CCA270E97A816B2FF6EE061087D62957 /* Pod */, - 36BB48B4BA4094B7C6B4FE456D7F0CFD /* Support Files */, + 4A1AFADFB9853C6F9111A67587C26B26 /* RNCUIWebView.h */, + 5A922A2FF2D42EDBDF004F2B8242554A /* RNCUIWebView.m */, + 0FA8572EDCE7C02453C2C5C9D6A34F4E /* RNCUIWebViewManager.h */, + 3194BBD2835131E1C2618ABA6D964671 /* RNCUIWebViewManager.m */, + B248B86A7C3354FF4F0448A64E365E0D /* RNCWKProcessPoolManager.h */, + B396068176C61298E7465743636F3D27 /* RNCWKProcessPoolManager.m */, + 9DDAF4B192DF0473F1216B28425F6712 /* RNCWKWebView.h */, + C7F77518B3C649CE43D0F32393CB5507 /* RNCWKWebView.m */, + F21400A30E2E0C28EA7FAC06AA0E7809 /* RNCWKWebViewManager.h */, + 882732657AC477CDD59E6EDCE8A8E492 /* RNCWKWebViewManager.m */, + 2AF4F74F153B245BFD1070CD5C000B8C /* Pod */, + 9857A7B6878F65EFD42EBCE3E7963C5E /* Support Files */, ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; sourceTree = ""; }; - 24ECC544FE3C6079222EABC0B496437E /* Pod */ = { + 222FB21C8F6F40E7307F1A12430E7F28 /* Support Files */ = { isa = PBXGroup; children = ( - B577082CB3E7356B888ABFF008C450E9 /* UMCore.podspec */, + C64D889B4A6EE639DEC4A879A1B80AA1 /* UMFontInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + sourceTree = ""; + }; + 22464BD31AA6C45DEFEAAD92A7D6E03E /* Support Files */ = { + isa = PBXGroup; + children = ( + 7F8448A7BFCC2610917BD19F8197B0DF /* EXWebBrowser.xcconfig */, + 8C8F154B56CB67F78FD995E106D3F315 /* EXWebBrowser-dummy.m */, + 92046137DB9F299BC8C67E5A291B12B6 /* EXWebBrowser-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + sourceTree = ""; + }; + 230509E7D60EA44334C9EC45EBF06966 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8C9E9A10D2F0969DBDA50A7E543EA0DF /* RNGestureHandler.xcconfig */, + C96EBA1F757CAE8CCCD4F349A1D3A5A3 /* RNGestureHandler-dummy.m */, + E0299F78FE65F88BB4B0087B11DB7657 /* RNGestureHandler-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + sourceTree = ""; + }; + 23E0EE9002F127EF79607240B878B4D0 /* Pod */ = { + isa = PBXGroup; + children = ( + 72DCCE224DF416CFF4F75E32E83AE7D6 /* React-jsiexecutor.podspec */, ); name = Pod; sourceTree = ""; }; - 27670AD65090118BD4726D5980A818AD /* React-RCTLinking */ = { + 27484889932E8646F402DBA783B18381 /* Support Files */ = { isa = PBXGroup; children = ( - 112B47850E050DB671E93FC6044FA4CE /* RCTLinkingManager.h */, - 665D183402B80B64B708EB3D537AB58D /* RCTLinkingManager.m */, - 7196A5CE2C2BB408C64B566902754EC1 /* Pod */, - 5A575D323C8B576A3B8EA8305E824FCC /* Support Files */, + 452A804349964381F52D2F8876975B91 /* React-RCTAnimation.xcconfig */, + DE5628772E3BBB30A479C789A4388995 /* React-RCTAnimation-dummy.m */, + 88B4A3289FAA4FAECC00DA7738C5D3E1 /* React-RCTAnimation-prefix.pch */, ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; - 276E46E3F90A9C2343738F692B8ABC73 /* Pod */ = { + 285FCC577C4635BF3345FC18874A6D8A /* EXHaptics */ = { isa = PBXGroup; children = ( - 8E6902407C835436C22A8977E73FA378 /* UMConstantsInterface.podspec */, + 11D3ACCA8AFEF803ABFE2AFFE7F3ED72 /* EXHapticsModule.h */, + 70AADB3D5133CCBC36D80E914B232399 /* EXHapticsModule.m */, + ECEDEC05B6E28AA69B9904EF227645E2 /* Pod */, + 3B50C3530FCE4935CAA2CE14EC05BE69 /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - 2852B8E078DF2074ACB19F643E1B2052 /* React */ = { - isa = PBXGroup; - children = ( - 9589DE03B2568E79752C1CECF7BF7519 /* Pod */, - CA9F9F67AF07BCBA17C799EA4A780E42 /* Support Files */, - ); - name = React; - path = "../../node_modules/react-native"; + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; sourceTree = ""; }; 2887A6968C960973E0D6983F3485ECCB /* encode */ = { @@ -5935,23 +5934,27 @@ name = encode; sourceTree = ""; }; - 28A605716D30AD6ED31FBC74E7A73E55 /* react-native-video */ = { + 291A3E9E2D860E7984D23F37F9DE93B4 /* Support Files */ = { isa = PBXGroup; children = ( - 01EE8A43231FF454743A2474C5166D80 /* Pod */, - 91A5BBDCA95C633BF7DDED2697DD59E2 /* Support Files */, - FB4B8AD5E38A7508BC58FF08A4F78B1D /* Video */, + 0B07F4D078CB3F316313CAFEBED6E0CC /* UMCore.xcconfig */, + DE6FBB59C66D88F4CB14D5F3FC8DF170 /* UMCore-dummy.m */, + 295E26B9D7DEA83982DC648AA0278C01 /* UMCore-prefix.pch */, ); - name = "react-native-video"; - path = "../../node_modules/react-native-video"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; sourceTree = ""; }; - 29838003BBDBF97CD9277704BD0BCC83 /* Pod */ = { + 29B0929203265FDC05DA37A25E50428E /* UMModuleRegistryAdapter */ = { isa = PBXGroup; children = ( - 4AC35994C710AC68CAABF00A7AA6F49E /* UMFaceDetectorInterface.podspec */, + 7B47590F1860BB9DCD48DFC7D08AB92F /* UMModuleRegistryAdapter.h */, + B2743947EDF77F10248699E72BC5F91D /* UMModuleRegistryAdapter.m */, + 8D1AA10EFD6A00203C8B847574D32B90 /* UMViewManagerAdapterClassesRegistry.h */, + 742BDC4D7FE7F68512066FE49A3A537A /* UMViewManagerAdapterClassesRegistry.m */, ); - name = Pod; + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; sourceTree = ""; }; 2A43C2FBF00E29F9878399A0C5E37477 /* Support Files */ = { @@ -5963,61 +5966,159 @@ path = "../Target Support Files/Crashlytics"; sourceTree = ""; }; - 2DCB7EC8B890812CF5DD5A9EE2A6C6A8 /* Profiler */ = { + 2A6DDAFA00152B5943B24330BA6B3045 /* Singleline */ = { isa = PBXGroup; children = ( - E56CD422A07D2CAE2D91B26397B83BC8 /* RCTFPSGraph.h */, - 4A97E28A58B50EB10F8E86E750A6EC61 /* RCTFPSGraph.m */, - 102D37A5437E156C2EBB49231DF28CA9 /* RCTMacros.h */, - 09B0AF536384125C53A496653E6AF3E2 /* RCTPerfMonitor.m */, - FC079148DB74DC1E85A62F1D4041CFE8 /* RCTProfile.h */, - 784497D0610A19936CFF45AD08C0065F /* RCTProfile.m */, - 349340C7E202D3F24AA54FACC5627CDD /* RCTProfileTrampoline-arm.S */, - 0E10FE3C0608B63819316F6C76E7FE22 /* RCTProfileTrampoline-arm64.S */, - ECE3ED1D4D88E937E9E08229CCC96CEF /* RCTProfileTrampoline-i386.S */, - 8F7A926554F1DEDB1A3E0D2569433E05 /* RCTProfileTrampoline-x86_64.S */, + C15C6C54017A8ED788AFB025D0B7B209 /* RCTSinglelineTextInputView.h */, + A3A45469E5F34D6C575854EACD8C89B4 /* RCTSinglelineTextInputView.m */, + 53562990F27444FC7523C26E007EDE60 /* RCTSinglelineTextInputViewManager.h */, + B86786953A4CA03EC28E5170194A5922 /* RCTSinglelineTextInputViewManager.m */, + 68CF76FA147215BD8936FB773365E5AC /* RCTUITextField.h */, + 87ECC1971D59ECDF5DAFEB938E0A1EA7 /* RCTUITextField.m */, ); - path = Profiler; + name = Singleline; + path = Singleline; sourceTree = ""; }; - 2E213F9B730F71FF558C899A29EA6628 /* RNDeviceInfo */ = { + 2AF4F74F153B245BFD1070CD5C000B8C /* Pod */ = { isa = PBXGroup; children = ( - 99FAEC15B7D954B1936B8726FD5EE165 /* DeviceUID.h */, - 72CBBF19E8AAF5F842807E46AB59D1D0 /* DeviceUID.m */, - 51A3E3D689B54D7C2147AAA6C68148D8 /* RNDeviceInfo.h */, - A4CCF59225838D7F20C7F203ED36E115 /* RNDeviceInfo.m */, - D921FEC0BEBBC3F8724BB051766FD51E /* Pod */, - B6EE3A37ACD30069F1228C66AD5703D8 /* Support Files */, - ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; - sourceTree = ""; - }; - 324DC10C14E78AB6FB189F3D38694DA6 /* firestore */ = { - isa = PBXGroup; - children = ( - D85F00890529B209EA6FDF7215631CC1 /* RNFirebaseFirestore.h */, - 877FEA721857A39A9EEE13A73F39554F /* RNFirebaseFirestore.m */, - C5FBCE0AA8744E2E00A193596A0B155D /* RNFirebaseFirestoreCollectionReference.h */, - AAA6310930376BC5D0A83AC59635BE6E /* RNFirebaseFirestoreCollectionReference.m */, - ED94B08F6EF75B3F00A783E964D2139B /* RNFirebaseFirestoreDocumentReference.h */, - 2AB503E6B03B9CA167039DBF4FF9D140 /* RNFirebaseFirestoreDocumentReference.m */, - ); - name = firestore; - path = RNFirebase/firestore; - sourceTree = ""; - }; - 3312EEFB403B0ABBB0F4EDF7A14C362D /* Pod */ = { - isa = PBXGroup; - children = ( - AB51FAADC6D82953EB6EF6AC375FEEA2 /* LICENSE */, - A00A3B49B176F77B309631B95413F66B /* README.md */, - DAA659CC5DB02C82FFC6E0B700E7EBF8 /* RNVectorIcons.podspec */, + AFAAF85B0C25B83A291AB0B3D27699D6 /* LICENSE */, + 2137E1BB7E1D803850EDC093D6F777EE /* react-native-webview.podspec */, + 918EE92CCC8A1C83450D70EE79813A56 /* README.md */, ); name = Pod; sourceTree = ""; }; + 2CEC9FD405E2AF5B5CD7AD810A5F355B /* Support Files */ = { + isa = PBXGroup; + children = ( + D669C15A34BAACC2AB831325F3F6CDBB /* react-native-document-picker.xcconfig */, + B0D5A3BD8092C1F9B878D406406A257C /* react-native-document-picker-dummy.m */, + 94DC2EB18280997CDF37EABA68E5D241 /* react-native-document-picker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + sourceTree = ""; + }; + 2F137546C220CD7BA559FD72DE68984C /* Pod */ = { + isa = PBXGroup; + children = ( + B1944DB1C42E36289E9CECEE007BDA3D /* EXFileSystem.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 2FA65EB883A8846A1DF61C460E106EDE /* Support Files */ = { + isa = PBXGroup; + children = ( + A3A5CA8395EFC8967DE68CD6C35CE3E9 /* RNScreens.xcconfig */, + 7C59B26ABA3C0D793687630009809B7B /* RNScreens-dummy.m */, + 8C595E4C6B66F22797E51DC9C3C660E2 /* RNScreens-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; + sourceTree = ""; + }; + 2FAC55226948613AE12713B52D059AB0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5C422D5AC3E18A44836325765E7EF010 /* react-native-notifications.xcconfig */, + 973AD6858B0CE356810EBB895737B722 /* react-native-notifications-dummy.m */, + B1C55B4DE613F2C0D03D741D7AC690C9 /* react-native-notifications-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; + sourceTree = ""; + }; + 30766FC262CE6B288087B6E1BB14FFE9 /* perf */ = { + isa = PBXGroup; + children = ( + 0D1FF1CC3106785BBB39EFA06AD1306C /* RNFirebasePerformance.h */, + 38E745DFF40E1CB74DF02DA1DC003840 /* RNFirebasePerformance.m */, + ); + name = perf; + path = RNFirebase/perf; + sourceTree = ""; + }; + 30AB9FAB5444C1F4A67C72595A9955A7 /* rn-fetch-blob */ = { + isa = PBXGroup; + children = ( + 484FE00106993DBB921162C30235262F /* IOS7Polyfill.h */, + 61164F65DA83ECBA356B706C8F761677 /* RNFetchBlobConst.h */, + 9584EAE4CADCCEC709409EEC699FF953 /* RNFetchBlobConst.m */, + 9EF094DDBB5462A842F9AB1C8F3AE920 /* RNFetchBlobFS.h */, + B4025AE5C6D0CDC07E10AE391F8751BD /* RNFetchBlobFS.m */, + B9968BCFCBC91B2D7509325DB353DC31 /* RNFetchBlobNetwork.h */, + DDB3E7A8BEF9E526CF9C394D0A3C0170 /* RNFetchBlobNetwork.m */, + 3B717602B460C2E13E761D9D4917771F /* RNFetchBlobProgress.h */, + 67595DFDAF31E99B5E444A6FAEFF764C /* RNFetchBlobProgress.m */, + 45FFA728870CFA02E0CEFDA37D39A360 /* RNFetchBlobReqBuilder.h */, + 65F1896E7A1DEF846B538CE388942646 /* RNFetchBlobReqBuilder.m */, + 132A0FF43C1620AE7025879AFF209FED /* RNFetchBlobRequest.h */, + 85BE6E793255E222CBFD6E0A59810958 /* RNFetchBlobRequest.m */, + 773A8D0C67F6ECD88D8E57B3B52DBC51 /* Pod */, + 627178231F22C3738E6418D86749D472 /* RNFetchBlob */, + FE4BEC5C67F52340552171B63A8AA397 /* Support Files */, + ); + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; + sourceTree = ""; + }; + 31B57919BE1D1913B462DBA0CA586DF5 /* Pod */ = { + isa = PBXGroup; + children = ( + 1F79193F9676920CF55C80BD18FE73AE /* React-RCTText.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 32024DF7271FE5400D14B06F139B7236 /* React-jsi */ = { + isa = PBXGroup; + children = ( + 123815D1D3015B50D4A27A64385226A8 /* JSCRuntime.cpp */, + E3BBAC7F0F51FCF39A1620BBAC3EAB2C /* JSCRuntime.h */, + BF1F5994E3C8A145AF289E7C4C79C48E /* jsi */, + 7E03FE63BBD90FCFA72886E338D15278 /* Pod */, + CD106E78560F9CF0FB9D8B4688D2CFC7 /* Support Files */, + ); + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; + sourceTree = ""; + }; + 328999132ABDF0DA7BB59867EFB3061D /* Support Files */ = { + isa = PBXGroup; + children = ( + 2BC3B214153650A92BC423080A4086DA /* react-native-video.xcconfig */, + D61F1B0F6679D95EDA29B4FFFF6D6D4C /* react-native-video-dummy.m */, + DAD0E8F159F9448BCFE4C0834FCE4E30 /* react-native-video-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-video"; + sourceTree = ""; + }; + 32C3BA66C49963539D1697B076D8C4EC /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + 1AE294712A4B2A9928A475F92B67DF71 /* RCTDataRequestHandler.h */, + C314665AC8CF7561EEBFC191F06F5234 /* RCTDataRequestHandler.m */, + 86BC9FDCE60E82A2420C9E89C374EB3C /* RCTFileRequestHandler.h */, + F2420FD4ECF4B1822E732941582FAF2D /* RCTFileRequestHandler.m */, + 205E58D34D6990A7CC31AB32F1A0DAD4 /* RCTHTTPRequestHandler.h */, + 81FED8BAABC20848F738669C40B4078F /* RCTHTTPRequestHandler.mm */, + F5B319E52D4EC140BCC1C4D2F8CFEEB8 /* RCTNetInfo.h */, + E4D5D9309ED338D10BEE47731EA95B66 /* RCTNetInfo.m */, + CF901CE76D9B766BDC4D70E36D3510FE /* RCTNetworking.h */, + 5A0510A9358B39C7EBEFD74907C5CBFE /* RCTNetworking.mm */, + AE5840451EC097980E40614EA3CB89AB /* RCTNetworkTask.h */, + A9B0091D5F3575E103E492D93CD0C606 /* RCTNetworkTask.m */, + E9662A1F42BDA3EFF2ED217EB50753AC /* Pod */, + 7ECFD1517ADBAD3D943CEF8BB1A33CA1 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; 335BB7775ABE119BC915CBF935B63CD1 /* mux */ = { isa = PBXGroup; children = ( @@ -6031,51 +6132,42 @@ name = mux; sourceTree = ""; }; - 34D3119C6D5FC6BC50B20B6165143991 /* Pod */ = { + 33B6082A88DB03542886DB8939056F2C /* Pod */ = { isa = PBXGroup; children = ( - E09F0E2E1D73230E521AB17075F1B6DF /* RNFirebase.podspec */, + 180CB4F4B1E15692DA0B5E4202C65896 /* LICENSE */, + 715A02B4E7A6A06FE6ADD99970D94A80 /* README.md */, + 7207E61234D03490FF26E1F25EBBF659 /* rn-extensions-share.podspec */, ); name = Pod; sourceTree = ""; }; - 364C5A66F845408453755C774E03D674 /* RawText */ = { + 34424B20FA1F7AF110A9B99551B1FDA0 /* converters */ = { isa = PBXGroup; children = ( - FF5F57A3BA424AF994FF8DCA8789E094 /* RCTRawTextShadowView.h */, - 9092796615BCEA251839717BA418AA3F /* RCTRawTextShadowView.m */, - B759F07B315C17FBE67E39F97AF3F080 /* RCTRawTextViewManager.h */, - F9DE9AB62980813F432173016E38E836 /* RCTRawTextViewManager.m */, + 804540881C918EFBD1646DEDA5A96095 /* RCTConvert+UIBackgroundFetchResult.h */, + A2DA91A79D84204538E3B5ADB6C82DC4 /* RCTConvert+UIBackgroundFetchResult.m */, ); - path = RawText; + name = converters; + path = RNFirebase/converters; sourceTree = ""; }; - 3678335F3B85C260D642F3DA05F99EAA /* Pod */ = { + 3624E49AB4C403FE737BADE0F37618A6 /* DevSupport */ = { isa = PBXGroup; children = ( - 62D9FCC726341DD34935067FDB78637F /* React-DevSupport.podspec */, + 6BE210F0331B93A0B709914530F30F28 /* RCTDevLoadingView.h */, + B3E34A46FBD77FB89DBB2F6430BB52F4 /* RCTDevLoadingView.m */, + C71C008D1509BC94F23D1010EF66E20F /* RCTDevMenu.h */, + 6C0171C115D35BE7B2C7B15D6CB68E63 /* RCTDevMenu.m */, + C398B923E5E26B2835159B04B2519096 /* RCTInspectorDevServerHelper.h */, + D9F1031B2655CC4532FDFB306A114112 /* RCTInspectorDevServerHelper.mm */, + CF829AD2C02E0B8E0F23DAA8A51A99FA /* RCTPackagerClient.h */, + D2D138D5E115942CFCC64810B5AFFB0E /* RCTPackagerClient.m */, + 90FDE9A97FD1AD700B1FF94D3F0C1480 /* RCTPackagerConnection.h */, + F3346A6D4EFA8DCA763CC15FE116BE75 /* RCTPackagerConnection.mm */, ); - name = Pod; - sourceTree = ""; - }; - 368DEF53EFB6E2C8D3C36E315AA5B672 /* BaseText */ = { - isa = PBXGroup; - children = ( - DDA483CA159B020259019B0CB493375A /* RCTBaseTextShadowView.h */, - D740B97788492DC187E192A320EE08E8 /* RCTBaseTextShadowView.m */, - CB782E9E3349B70C6281033A8F66B0C1 /* RCTBaseTextViewManager.h */, - F7914BB9F75D8EF90E6B9C8445180365 /* RCTBaseTextViewManager.m */, - ); - path = BaseText; - sourceTree = ""; - }; - 36BB48B4BA4094B7C6B4FE456D7F0CFD /* Support Files */ = { - isa = PBXGroup; - children = ( - A1C928152B125727B34C900B2AAC4B63 /* UMPermissionsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + name = DevSupport; + path = DevSupport; sourceTree = ""; }; 381536D93D9B4C9033A8612F55833EF9 /* Support Files */ = { @@ -6087,18 +6179,62 @@ path = "../Target Support Files/Firebase"; sourceTree = ""; }; - 39DC68C8140352BF637727067A3311CB /* UMFontInterface */ = { + 382E101180F09C0C3415002D560939DC /* react-native-video */ = { isa = PBXGroup; children = ( - 05C15A0FC166B4C14F8EF0D086A86643 /* UMFontManagerInterface.h */, - 30763B04112634FA779E42A5BAA84D3C /* UMFontProcessorInterface.h */, - A3ABD95C33F656D7DAD153AB5021460A /* UMFontScalerInterface.h */, - B80A85A01368BCA1F98196A6E18739AF /* UMFontScalersManagerInterface.h */, - EC0B669349196939E0857ED3D3BC057F /* Pod */, - 5334803AC9DE617260794595543CED6E /* Support Files */, + 3BF4FBB086F96314D0F7F9BAEB80AFF0 /* Pod */, + 328999132ABDF0DA7BB59867EFB3061D /* Support Files */, + E0898966449E37E95E20B5C033E1FA73 /* Video */, ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; + name = "react-native-video"; + path = "../../node_modules/react-native-video"; + sourceTree = ""; + }; + 38E81DDCD63F73EEC45374E347A4B9A9 /* Text */ = { + isa = PBXGroup; + children = ( + F35BF209A3A4127112EC118291789541 /* NSTextStorage+FontScaling.h */, + F0A34B2A62E90C3D22B7FE3F124D2106 /* NSTextStorage+FontScaling.m */, + 82181B4F72CB410951D376EF3CB6B744 /* RCTTextRenderer.h */, + 9CFA11091A44B7A175D00CCC4571B21E /* RCTTextRenderer.m */, + B38800BAAA6A0514CCE1BCCB882FD1E3 /* RCTTextShadowView.h */, + 472BEC8F7C8DF4927EA32CB2C854522B /* RCTTextShadowView.m */, + 61096F61841BF8829CD4597EE6B6B149 /* RCTTextView.h */, + 466F956D06065B2D6E0C9EAAC131D957 /* RCTTextView.m */, + 0659ABFE8B737562A1C6E929BD901095 /* RCTTextViewManager.h */, + 971030B5A1A13A6718F284FCEA97B96E /* RCTTextViewManager.m */, + ); + name = Text; + path = Text; + sourceTree = ""; + }; + 39A1A6DF79333ED1AAB60F9EA4AEEDF9 /* Pod */ = { + isa = PBXGroup; + children = ( + CEE8D5D09960D1E9E9BE9FE6417BC26B /* UMPermissionsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3B50C3530FCE4935CAA2CE14EC05BE69 /* Support Files */ = { + isa = PBXGroup; + children = ( + 29D2891A7ED1453757437C14BF4385E0 /* EXHaptics.xcconfig */, + EC1DE125F7B1B56DC004EEC4581122B4 /* EXHaptics-dummy.m */, + BB1324ED641779527B51EF836D541CDD /* EXHaptics-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; + sourceTree = ""; + }; + 3B7655814BD4117E5AFAB528AABB5818 /* config */ = { + isa = PBXGroup; + children = ( + 28B492CD146B356460314F8DF0FB5240 /* RNFirebaseRemoteConfig.h */, + 3461F327719742097FEA7A9595899EED /* RNFirebaseRemoteConfig.m */, + ); + name = config; + path = RNFirebase/config; sourceTree = ""; }; 3B84174894A6F1AC2529221CAD29D417 /* Support Files */ = { @@ -6113,71 +6249,86 @@ path = "../Target Support Files/QBImagePickerController"; sourceTree = ""; }; - 3BAFDB213D32F5BC159445463ACF1D30 /* Support Files */ = { + 3B99B20CC76313BB549FCFD6CC50209C /* Support Files */ = { isa = PBXGroup; children = ( - 916A280A563FEBC753648A0864FC02F7 /* RNImageCropPicker.xcconfig */, - 0690694E2A024DDD67629E98546CF466 /* RNImageCropPicker-dummy.m */, - 5A3C4B16093F357B0506CAB2CA418F3F /* RNImageCropPicker-prefix.pch */, + 0C811EF2A37C4E0E082F4B473453F316 /* react-native-keyboard-tracking-view.xcconfig */, + DA7E8A9E3ACFC927D00DFCB2AFAE4FE8 /* react-native-keyboard-tracking-view-dummy.m */, + E0D02800FEF33A7DAA6D5689EE2B7350 /* react-native-keyboard-tracking-view-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; sourceTree = ""; }; - 3C2A22DF493B8487364A71CBA2446D67 /* Pod */ = { + 3BF4FBB086F96314D0F7F9BAEB80AFF0 /* Pod */ = { isa = PBXGroup; children = ( - B6DDA83AD9B2E7D5711E741B6DB9467B /* react-native-realm-path.podspec */, - E6B206D591C8D1127A59CFDA08BE1BFA /* README.md */, + FFF8C91A6521E8AA28CF67AFC5109CD9 /* LICENSE */, + 23961EC41531E1D02C15F67E6BF1777A /* react-native-video.podspec */, + 747B58E366B64AF09DC17CCCF15FADAB /* README.md */, ); name = Pod; sourceTree = ""; }; - 3FF2EEB049FE49369A2912B5AA757BBB /* React-jsi */ = { + 3E15A25334663BF6DE2CA9BA355E194D /* Pod */ = { isa = PBXGroup; children = ( - 28CBE4C63AE89FD748865793B08DE78E /* JSCRuntime.cpp */, - F40CD44D357139C049BFBCD0266161A3 /* JSCRuntime.h */, - 81489E6DB0CC7D6618560531B1D04C44 /* jsi */, - 9DA4072F1D93CF9A9F6D30C736329613 /* Pod */, - 18366FB0A3AF4D48EE89DD09238C1D62 /* Support Files */, + 350A151FEDBCDD65BF76756A45CEDA1D /* React-jsinspector.podspec */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = Pod; sourceTree = ""; }; - 429A5C46E4260D96970B52D50F696A71 /* Singleline */ = { + 3F51A837F9FE7C0F1D7378CD5B9F2CFE /* Pod */ = { isa = PBXGroup; children = ( - 827663230F82A2CD9D047F4FEF2F0132 /* RCTSinglelineTextInputView.h */, - 54D1F4B72D5FFCE470292ADA403104A9 /* RCTSinglelineTextInputView.m */, - F3B9C539BFE6C12F411373F9CADB79B8 /* RCTSinglelineTextInputViewManager.h */, - A8EA683C868631514565567F555C6931 /* RCTSinglelineTextInputViewManager.m */, - ED42E196FC0EF5FF94F54CD8B8792CC1 /* RCTUITextField.h */, - 450E537BD2AA3EC755CE23D4704E176C /* RCTUITextField.m */, + C2905904B7FEE253F63147EEB504295A /* LICENSE */, + 0B87A3B60505D93C1CEB1787DA02A049 /* README.md */, + 87BAC00942954679CEE1DF8704E1480A /* RNFastImage.podspec */, ); - path = Singleline; + name = Pod; sourceTree = ""; }; - 43EEEBBC065FC07FCF046DD925F684B2 /* Support Files */ = { + 402A27121A88087ABDD9DBA54A72A51D /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - B410DE68768C38A3BD80A4E60B31C362 /* RNLocalize.xcconfig */, - 61D6441C27EF160716B472CA73A8F4DC /* RNLocalize-dummy.m */, - AAED07EBF68FB45D1FC14A1CEB49ABB0 /* RNLocalize-prefix.pch */, + 20BD80058C46294907F586416F3B0765 /* UMBridgeModule.h */, + B4B491F0C95924EE3E5C358DAFFA98CC /* Pod */, + E6362A3A46C9BC3BC8EDE30AAE1016DB /* Services */, + 4FCF9E06DA75A82F3B1FD8B332C9E364 /* Support Files */, + 29B0929203265FDC05DA37A25E50428E /* UMModuleRegistryAdapter */, + 04ABD569BAFBD37D2C885FF0A2B4DCE7 /* UMNativeModulesProxy */, + 60C6F81D6DB6DF6F6432E39C9E731F50 /* UMViewManagerAdapter */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; - 4502B168510ED108BB4FD4535F59C7B9 /* storage */ = { + 41E85B0F7CF98E982B7D77FF7A978930 /* Pod */ = { isa = PBXGroup; children = ( - 32364A78F45AA24FC790F412AAC34428 /* RNFirebaseStorage.h */, - 3C2258DEEDE7291714659419AC31F782 /* RNFirebaseStorage.m */, + 1DD0BF90BC12773B2A411BB5763B37AF /* UMSensorsInterface.podspec */, ); - name = storage; - path = RNFirebase/storage; + name = Pod; + sourceTree = ""; + }; + 431653651BB858B55D198F40D4541916 /* Pod */ = { + isa = PBXGroup; + children = ( + 07268E549221B4EE52ED71C62F026CC9 /* LICENSE */, + C8F39ADB394E0F311F2D408759AEE569 /* README.md */, + 0D615D2BA7A383752DE3461EB5C7FCA1 /* RNUserDefaults.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 44A2A1F840245F9EC719589A7A12A476 /* Pod */ = { + isa = PBXGroup; + children = ( + 05FDA757F8C0838848A313F9A9F182CD /* LICENSE */, + C5335A6A7D2565503A64C28AF8A0F545 /* README.md */, + 9879A0AE5928A12AB6A7A9DD2C75F8CD /* RNGestureHandler.podspec */, + ); + name = Pod; sourceTree = ""; }; 4557F136166D48349F9EC7B8635D15B0 /* Support Files */ = { @@ -6191,71 +6342,6 @@ path = "../Target Support Files/libwebp"; sourceTree = ""; }; - 45F5B98BE860DEB48ECB403D94EB7A75 /* DevSupport */ = { - isa = PBXGroup; - children = ( - 20D6D9054A51070F517F2F5A339ED6B2 /* RCTDevLoadingView.h */, - 7C14F413603AFF26DBF4BCEC66773624 /* RCTDevLoadingView.m */, - A96A89470438E778804A78C1AD182630 /* RCTDevMenu.h */, - 5EC8EC096745E0A314389BE9C39D5204 /* RCTDevMenu.m */, - 6C854B534999C9059E32F224D11A17E2 /* RCTInspectorDevServerHelper.h */, - 492384DB1291F274348C8447130E762D /* RCTInspectorDevServerHelper.mm */, - A9C105819F33FB1801AB07DA77BFF0A6 /* RCTPackagerClient.h */, - 1FFB6A648E47A71580EEB77212057A48 /* RCTPackagerClient.m */, - B5402ABDD020CED55E331E895EEA21F4 /* RCTPackagerConnection.h */, - F0948C638525224C0BA5A943AF7095DE /* RCTPackagerConnection.mm */, - ); - path = DevSupport; - sourceTree = ""; - }; - 461C3510B1590DC46215EDEB2D77A1D6 /* React-jsiexecutor */ = { - isa = PBXGroup; - children = ( - 75B35244744D775855802CA52D5164B5 /* JSIExecutor.cpp */, - 21BF447BD594D5455C7D069152D4F751 /* JSIExecutor.h */, - 030FAE23506FFEA5EE0C1D073443909D /* JSINativeModules.cpp */, - 7D0C90B4CB9EEF1786D6A8AE77782828 /* JSINativeModules.h */, - D2ED98FFD10120BAD563713FACBA8FF0 /* Pod */, - 788E17250695B934EF89ED16D941B9A4 /* Support Files */, - ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; - sourceTree = ""; - }; - 464F8806ACD14A615E81EE520C1FC367 /* React-RCTBlob */ = { - isa = PBXGroup; - children = ( - F385E59520B71A6A4AE9A59D8B9D97D2 /* RCTBlobCollector.h */, - 8908D5309F3C7A00BE63E972B3A125A4 /* RCTBlobCollector.mm */, - 3F598609A1D862FEF1C4EA5E1DE519E2 /* RCTBlobManager.h */, - 0EE6BEB83D8FCD1C829F1A167F61DB5C /* RCTBlobManager.mm */, - D8EC3909966ED03C25FC22872A871EE8 /* RCTFileReaderModule.h */, - D5F270AC9464C2CC7EA7DB1A6ED5F475 /* RCTFileReaderModule.m */, - 9D294D65EB44C00211238317A252D995 /* Pod */, - F0A58DC0298083D9CE078458AB8ED450 /* Support Files */, - ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; - sourceTree = ""; - }; - 46B6905B1A6008D0BE3B527449117339 /* ScrollView */ = { - isa = PBXGroup; - children = ( - 3122DF2547EB8FD4AADCAC17B81C8C0C /* RCTScrollableProtocol.h */, - C7F23EF428E8E1674F836ABE3C49E53B /* RCTScrollContentShadowView.h */, - 24864473A52FC7BF8D6BC227D084B7C2 /* RCTScrollContentShadowView.m */, - A14CB24FC542D84CFE1490E59810BB15 /* RCTScrollContentView.h */, - 92075D8CA92A4C6986E7E2DCEB33D1CC /* RCTScrollContentView.m */, - E686EE00E13D13AE8D94FC1F4CC55711 /* RCTScrollContentViewManager.h */, - 5543BDB95EDCB770C91AE4744E947B3B /* RCTScrollContentViewManager.m */, - D274E63D9319543E0B280B8DE477685F /* RCTScrollView.h */, - 24A8F4408495473B0F5ADC83D6C4630D /* RCTScrollView.m */, - 9D1B38204EB4E546C1422D143A47B847 /* RCTScrollViewManager.h */, - 87227DB85EC40412A01BDF6D926A247C /* RCTScrollViewManager.m */, - ); - path = ScrollView; - sourceTree = ""; - }; 46D123406FCFB750C461964295909107 /* GoogleUtilities */ = { isa = PBXGroup; children = ( @@ -6269,29 +6355,10 @@ EA5A41BACE7D94A97B57DEA554FF09AB /* Support Files */, AB6BCC816BD68085E14851BAD7798112 /* UserDefaults */, ); + name = GoogleUtilities; path = GoogleUtilities; sourceTree = ""; }; - 48841E753AF21B9FCBC18F604977A2D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9BEC7CE1B3B249C8994773A8E53DB5F6 /* React-RCTVibration.xcconfig */, - 1AFB2CAD4B008CF96B136AC628722E74 /* React-RCTVibration-dummy.m */, - 2FE98CC6603BB3737051D83842372A07 /* React-RCTVibration-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; - sourceTree = ""; - }; - 4895B34D6AF269D8F5CB5A86C0630255 /* Support Files */ = { - isa = PBXGroup; - children = ( - F1A235EBB74BDB2FBAD7129647692AEF /* UMBarCodeScannerInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; - sourceTree = ""; - }; 4B51372517CD34E019CF325F23008623 /* libwebp */ = { isa = PBXGroup; children = ( @@ -6301,111 +6368,129 @@ 4557F136166D48349F9EC7B8635D15B0 /* Support Files */, D0DA50357FC0A0D4EBA025540F1C651F /* webp */, ); + name = libwebp; path = libwebp; sourceTree = ""; }; - 4BC615144A4E0E83857524271A2C1069 /* messaging */ = { + 4C0D0A2001DB5086A01FDD498F8A4164 /* react-native-realm-path */ = { isa = PBXGroup; children = ( - FC56F6A40C6DC98A4AFEA4E9319556CF /* RNFirebaseMessaging.h */, - FA97C3D04E10D25A7927E2A0F0CAC14F /* RNFirebaseMessaging.m */, + 1D0199BF8AFE59305862A5D281CEDB14 /* RNRealmPath.h */, + 04E2D584027D605D7A8EF4F03C79D8D9 /* RNRealmPath.m */, + C7FE888A37D72FBF09F2D7E90F7AD731 /* Pod */, + 1CAF16717E4FA5FE8206D7F8C3E3A406 /* Support Files */, ); - name = messaging; - path = RNFirebase/messaging; + name = "react-native-realm-path"; + path = "../../node_modules/react-native-realm-path"; sourceTree = ""; }; - 4C1A5A98645B49C1F7365D78F690B35E /* React-RCTAnimation */ = { + 4C2B86038632035BD9B17E10B795396E /* Support Files */ = { isa = PBXGroup; children = ( - 7C5DBE92583674DAF41AF4C7963BC297 /* RCTAnimationUtils.h */, - 19721E466C590D5586EC94A4D08F183A /* RCTAnimationUtils.m */, - 35ADFC3A8C96405A121D270F1322CE61 /* RCTNativeAnimatedModule.h */, - 7F44D32A49E693273ED8AB246857EBF2 /* RCTNativeAnimatedModule.m */, - A0F3CF61CF6002F8D39D29A411E423C3 /* RCTNativeAnimatedNodesManager.h */, - BD6C6427342538DB4A884F72785E12CB /* RCTNativeAnimatedNodesManager.m */, - C19E501DF14A73F1DBCDC831BFE0C1CA /* Drivers */, - 9B4780BDE1C6105AFEF95CAD6EED2E6E /* Nodes */, - DEA330E08B67C5900894131B73979EF3 /* Pod */, - 6D463255508A3F798B747FF5801FCDF8 /* Support Files */, - ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; - sourceTree = ""; - }; - 4EC6BC6696CA951668147A2B45A9D4CD /* VirtualText */ = { - isa = PBXGroup; - children = ( - E4091821150BCB7C8CB115A67D391B15 /* RCTVirtualTextShadowView.h */, - 12C78F99A5E8E18796291BE8326CAB9B /* RCTVirtualTextShadowView.m */, - 5A8FEF639949CE834AC4011574BCCA1B /* RCTVirtualTextViewManager.h */, - 230254E5F31B6C72AE4C6979F631E0FB /* RCTVirtualTextViewManager.m */, - ); - path = VirtualText; - sourceTree = ""; - }; - 50297057539A781FF564C40CFB712DA5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0E6B73837918F9545B844B14FA85EAC3 /* EXAppLoaderProvider.xcconfig */, - E405C8E9F21AC6B41CF58A759FC73066 /* EXAppLoaderProvider-dummy.m */, - 68E34C1879A4F516A7E98202F3F4F28F /* EXAppLoaderProvider-prefix.pch */, + DCF817BAFED9D68D836467D25DCBFBB0 /* React-jsinspector.xcconfig */, + 5F352710CCD37EF1C7329CEBC9AFE984 /* React-jsinspector-dummy.m */, + AE9ED58D25FB77C6B9BDDD1655D585AB /* React-jsinspector-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; sourceTree = ""; }; - 525A78102A7360C3E3CDEA327652F37B /* LNInterpolation */ = { + 4E8F8E6F65387370DDDFA6D9793BD931 /* Pod */ = { isa = PBXGroup; children = ( - 945DA8183A42CBE56C317AE7D16A3CAD /* Color+Interpolation.h */, - B4FE5FA202D33D9F2F83DE5FA6C7B99A /* Color+Interpolation.m */, - 89B982070BA2EA44761A4DCCFA8036C5 /* LNAnimator.h */, - D15402F6104BD84E902D40B46B905C23 /* LNAnimator.m */, - A1F2A60686F0C6675B3F63F1AD949B1B /* LNInterpolable.h */, - C7B36BA4B7DD8624CEFBAFD9F9AAA455 /* LNInterpolable.m */, - 34863E5AA77DF375C50F4458D52170FB /* LNInterpolation.h */, - 50149DF95D3A627ABCDDC27B5281E92B /* NSValue+Interpolation.h */, - ); - name = LNInterpolation; - path = lib/ios/LNInterpolation; - sourceTree = ""; - }; - 5334803AC9DE617260794595543CED6E /* Support Files */ = { - isa = PBXGroup; - children = ( - 301F7768AF399978D1D246C6E64FAFA3 /* UMFontInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; - sourceTree = ""; - }; - 5363785DCBA0CDBFE339B3B3EAA8360F /* Pod */ = { - isa = PBXGroup; - children = ( - C09AAE3B5A9C1C76A63B6B23CF9CC200 /* React-RCTText.podspec */, + 762710F6F76A840FBB87FFF3852D09DE /* React-RCTVibration.podspec */, ); name = Pod; sourceTree = ""; }; - 553D9CD8F4278BBDA022E976DD2F24AD /* Surface */ = { + 4E9180E473361720B8ACA3A7C5F02B9E /* ScrollView */ = { isa = PBXGroup; children = ( - 0D4863FFBB6A5BB5434BFECE354A6FFA /* RCTSurface.h */, - D43C22466261474958BF5E5812EC3D65 /* RCTSurface.mm */, - 692B2F68C4AA97A83903C373F1ED010B /* RCTSurfaceDelegate.h */, - 3F1F72D0E8D61271499FC2507D93D670 /* RCTSurfaceRootShadowView.h */, - 5E752101C98F91E6B80558F9A9536D90 /* RCTSurfaceRootShadowView.m */, - 92470E6297E83A63B9EE3566FF265987 /* RCTSurfaceRootShadowViewDelegate.h */, - 8B84FAD1E30970166C0A7BF0C1A80BED /* RCTSurfaceRootView.h */, - B413DB1E9209C9CE28E6C7ACAAC8B239 /* RCTSurfaceRootView.mm */, - E808E8FC6CF4598E6729DB2574C567FD /* RCTSurfaceStage.h */, - 0996983AC0713D203EB11EF160267600 /* RCTSurfaceStage.m */, - A799BFBC6292F682C39A3AAF533CF2B9 /* RCTSurfaceView.h */, - B9A2F2546873241981CB7342A892E91C /* RCTSurfaceView.mm */, - 98FC6CBF2B725F4AAFB0E8E33D5F58E8 /* RCTSurfaceView+Internal.h */, - D0887C081E27B2F90554F2F81C779FD4 /* SurfaceHostingView */, + 68041C298010F002D56B99C23693B69A /* RCTScrollableProtocol.h */, + 7D41BB9E28174E9AD935BDA36B406EA7 /* RCTScrollContentShadowView.h */, + 7573E1C966F63ACD417FC3286408783A /* RCTScrollContentShadowView.m */, + E6B20EB765D62AFCDB2B33C4C5F3B903 /* RCTScrollContentView.h */, + 910A6F23A28FA6A428AFCD3080AA6DEE /* RCTScrollContentView.m */, + 8B84F7707AED8639CA41BE07E694DF62 /* RCTScrollContentViewManager.h */, + 81CA845080D7FB6DA3076CBB98E48FB3 /* RCTScrollContentViewManager.m */, + BACAB38DCA2B3DD736ECA4E48EFF9151 /* RCTScrollView.h */, + 0A2DBC56E5B7A5EE9EF10CE02C3F181B /* RCTScrollView.m */, + F38FEFBE848A8612D9C32A5701507D5D /* RCTScrollViewManager.h */, + 0800B3BA4B38D14343BCCAEC425FA35F /* RCTScrollViewManager.m */, ); - path = Surface; + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 4E99BB3F2BED111F22DB3982713F8995 /* Support Files */ = { + isa = PBXGroup; + children = ( + BA0333068A80DECD1103BE20585B6CDE /* React-RCTVibration.xcconfig */, + 389D98FD60B4CA6B5B9438DD95554AD5 /* React-RCTVibration-dummy.m */, + 5410A8478EA97BD97C9516FDD25F65A8 /* React-RCTVibration-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; + 4EAEA00BAC559F8815CB1A20066AA78B /* EXFileSystem */ = { + isa = PBXGroup; + children = ( + 1A3E4349558F6C59730D1BB79B328714 /* EXDownloadDelegate.h */, + 6BED15B16E08B405C6717DD9357F8C23 /* EXDownloadDelegate.m */, + B8EA2545839290B34D775DD00CA0C5DE /* EXFilePermissionModule.h */, + D1606AA1545732CDDB21B21867CBD105 /* EXFilePermissionModule.m */, + 6C33574DF4E0F43D132F24E996EE1FF2 /* EXFileSystem.h */, + 07964BEF136BDE63E511C585636449B9 /* EXFileSystem.m */, + 13430552A6FB6F241B1BF15B0790A86D /* EXFileSystemAssetLibraryHandler.h */, + E790FA0376CD6A474A1D19F44357B4C4 /* EXFileSystemAssetLibraryHandler.m */, + 03756662E12846C696ACACA02ADDF710 /* EXFileSystemLocalFileHandler.h */, + 69FEC022878E62FE53C6DB30881C0560 /* EXFileSystemLocalFileHandler.m */, + 2F137546C220CD7BA559FD72DE68984C /* Pod */, + 8A094C6EA32D5FA8EF6BB52AF98F9CA8 /* Support Files */, + ); + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; + sourceTree = ""; + }; + 4F17368C0031D84021430A4D05DF3FAF /* Pod */ = { + isa = PBXGroup; + children = ( + 6CFE7B6E4BDA9DCFC4A11D3B012435F0 /* React-cxxreact.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 4FAE5644B647C35E2AC7BE5A5E0CDC62 /* UMModuleRegistryProvider */ = { + isa = PBXGroup; + children = ( + 639744914D04C8E5259668C1F3E1357C /* UMModuleRegistryProvider.h */, + 55F3D47E8267B12A47C96577066D5C7E /* UMModuleRegistryProvider.m */, + ); + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; + sourceTree = ""; + }; + 4FCF9E06DA75A82F3B1FD8B332C9E364 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9A7B4D14D36C197EDEF070AD0E3BE40E /* UMReactNativeAdapter.xcconfig */, + 9BCFCE9EC10629161D2E544C3864C398 /* UMReactNativeAdapter-dummy.m */, + 6C7A83085CBEE26535FA12D17F2469D0 /* UMReactNativeAdapter-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + sourceTree = ""; + }; + 531D5FA74EADCB107B181EFF52DEB5C4 /* Support Files */ = { + isa = PBXGroup; + children = ( + BFE89FDEF5CD036B1CE961672EFE5532 /* react-native-keyboard-input.xcconfig */, + D97854C1BB8675AE357B6313D7E6145F /* react-native-keyboard-input-dummy.m */, + 9D6E36B7417BE954ABC06FAE0DB74568 /* react-native-keyboard-input-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; sourceTree = ""; }; 556E58C97CABDC2B0A5A129BB12D2441 /* QBImagePickerController */ = { @@ -6432,9 +6517,34 @@ 6773EDB59C2BD372494CF98CAFA47072 /* Resources */, 3B84174894A6F1AC2529221CAD29D417 /* Support Files */, ); + name = QBImagePickerController; path = QBImagePickerController; sourceTree = ""; }; + 5581BE0FEE094E291946A43B9C7C9C6A /* Handlers */ = { + isa = PBXGroup; + children = ( + A39F96385887EF62AB2C9760BE0D2240 /* RNFlingHandler.h */, + BFA59C3CE6A0355102C8FD26F78070A3 /* RNFlingHandler.m */, + 20D4E2F5D26194311FB7825D5270DCE1 /* RNForceTouchHandler.h */, + 64FFAFCC36C2C4C4289F0B0401665048 /* RNForceTouchHandler.m */, + D7E43C297965803A56A18E8EBB01DF4A /* RNLongPressHandler.h */, + EB0CDDB6B38B698C375A8D3D95CBE805 /* RNLongPressHandler.m */, + 8613C5F40E0B2D889A5624F7128E391B /* RNNativeViewHandler.h */, + 58964F160AD7D30E4923AB02920CA496 /* RNNativeViewHandler.m */, + BE30C0E465A8B4AF7B5C4DCB9AE3F634 /* RNPanHandler.h */, + A394414FF37FD12EAEB17410BA7BCE8A /* RNPanHandler.m */, + D68D8BAA39341831A5056D39D8D0ACA7 /* RNPinchHandler.h */, + A533DE23BD64D0127D92DCB73BF5A954 /* RNPinchHandler.m */, + 26001568CB234E9171C2827F57488777 /* RNRotationHandler.h */, + 3FDC42BFD44579ACE1A1E57C9AB8867B /* RNRotationHandler.m */, + 29783AF202E7560826269653045F527E /* RNTapHandler.h */, + FEB1B5B2C729263002E6ED0303717581 /* RNTapHandler.m */, + ); + name = Handlers; + path = ios/Handlers; + sourceTree = ""; + }; 559D44469458C4DFA4C48B3AF45F4734 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -6443,100 +6553,119 @@ name = Frameworks; sourceTree = ""; }; - 5600F6600DC7F0AB59715CB399D2A4CB /* EXConstants */ = { + 56027C1DED9D577D665BE20A99272C12 /* RNFirebase */ = { isa = PBXGroup; children = ( - DE4481600DD2D988C54A0429BFA4E491 /* EXConstants.h */, - 8D44BC401BCDCEBC77E0C9CF66C1EBF2 /* EXConstants.m */, - F05359CEE57717405374AA2ACA671F64 /* EXConstantsService.h */, - 959598A4996A3366309D042BCEB27FE2 /* EXConstantsService.m */, - B19573C846E88A7A2F0EEABD3B2B3B4F /* Pod */, - A7AD32A8A18CEDFB0657A530969B02F6 /* Support Files */, + 467A708C1D069589AC05C68491C5FFB4 /* RNFirebase.h */, + 59B9457340BA59904D244E98BE56B36D /* RNFirebase.m */, + 6581031CD0C72E7AEA1CEFB74C283EAB /* RNFirebaseEvents.h */, + D7111A30CC1A41040EC26759526FB80A /* RNFirebaseUtil.h */, + 8F30F5F883205AD7EFADFAC37737CD56 /* RNFirebaseUtil.m */, + 108BCE7FC71A9FF1447982EFE6D52A2F /* admob */, + 7C7FC5CF75E4C025344B75DD881BDBBC /* analytics */, + B9F8DA48C0E1783710CDD1865F647035 /* auth */, + 3B7655814BD4117E5AFAB528AABB5818 /* config */, + 34424B20FA1F7AF110A9B99551B1FDA0 /* converters */, + B23DAF644D270FA1820D9A732CF1256D /* database */, + AAF1913FCB762C98A63EE90B13BF6932 /* fabric */, + 7E20F7D61C7E054095EDABD4EA047636 /* firestore */, + E39A01DFAED964436474313B2A070C3E /* functions */, + E6B15076E0BEF290C0BF409687AB0A8F /* instanceid */, + 6C896214A424E8D13AD6D5B8EC6600D3 /* links */, + 04693E76C70ADA0486B7A43F3C261416 /* messaging */, + BB530B4C539314AC1593454F7B824F59 /* notifications */, + 30766FC262CE6B288087B6E1BB14FFE9 /* perf */, + 1D70F60FA5E2AF324B67346D29CDA260 /* Pod */, + 1362C635C61D3428136D590312905717 /* storage */, + CE892A6A83D131447EF0F7A4A79A51DF /* Support Files */, ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; + name = RNFirebase; + path = "../../node_modules/react-native-firebase/ios"; sourceTree = ""; }; - 58E279A577D23BCE162F8E1C924F57A4 /* Support Files */ = { + 566FED968F65A8EC85E79B0AACA691A6 /* Pod */ = { isa = PBXGroup; children = ( - 851B7C246BD6EDA6C0556E10CA90A8F1 /* React-fishhook.xcconfig */, - 4907F6C13F7E7187A4783EBB473BBE9C /* React-fishhook-dummy.m */, - BD3D18C4DB274EBD32637E3194D2A6EC /* React-fishhook-prefix.pch */, + 8269304E19BA9F70378EB63BD00F7EE5 /* LICENSE */, + D283D02A6FCFEEFB5BB9DDF479037EFC /* react-native-keyboard-input.podspec */, + 000EC5EE3789FA2F84FE36D33F571E73 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 56A9BE893A530E5DE8CC9AC7FA17A949 /* UMFaceDetectorInterface */ = { + isa = PBXGroup; + children = ( + A4763BC0223298E1E99B4FB1898AB691 /* UMFaceDetectorManager.h */, + D7769956CC9796F239C6BFB60A24804F /* UMFaceDetectorManagerProvider.h */, + CF680BEC2CCD224C0FC2A281C46558A1 /* Pod */, + D0E5A2763BF4CE3EF40AF4425C4CAEE7 /* Support Files */, + ); + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; + sourceTree = ""; + }; + 57BD21191963F9669BB62B70921A4516 /* LNInterpolation */ = { + isa = PBXGroup; + children = ( + 335400315E35F131719747A17435F1F2 /* Color+Interpolation.h */, + D51370C4A331135669A4944D62FC676F /* Color+Interpolation.m */, + 36E43F29CA1C8ADD4E662573154B1E80 /* LNAnimator.h */, + 2B242B17D06ADFDCFC0F00EE96836B46 /* LNAnimator.m */, + 8FFC3A741DE5BBD1AC9A0113ED95C7B3 /* LNInterpolable.h */, + 28A0D4F3AEEBF0487345FE52261E44BB /* LNInterpolable.m */, + 3CF5D908BBEF1B395BD76E59C1CCF221 /* LNInterpolation.h */, + 651BD3AF1A9D08DC226E729D918A94B2 /* NSValue+Interpolation.h */, + ); + name = LNInterpolation; + path = lib/ios/LNInterpolation; + sourceTree = ""; + }; + 58634696A7FC52477C4D956FA9912ECB /* Pod */ = { + isa = PBXGroup; + children = ( + EFC35FF7DA50E30658780980A641B106 /* LICENSE.md */, + F6AB3728A734E3FAFAF1C7B48255B1E7 /* react-native-document-picker.podspec */, + 7DA7DA23428412BC9EE05AE5AAE87A69 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 588B70E52EFB9748BAA450074E8B6B53 /* Support Files */ = { + isa = PBXGroup; + children = ( + E7F6806B9476A89D50A254463725022B /* UMPermissionsInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-fishhook"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; sourceTree = ""; }; - 590C8D322B1D697A4F8101FEF46A2FF8 /* Support Files */ = { + 59D3F31FB0BC151A101636A1DBCB3BA7 /* Pod */ = { isa = PBXGroup; children = ( - 7CE122F2500C76EA3EBFBC214647BA90 /* RNFirebase.xcconfig */, - 81F08780350B5BB5B0EB8F827B257346 /* RNFirebase-dummy.m */, - FA56261BF7E6112820757D51AC13A5F9 /* RNFirebase-prefix.pch */, + D851EF1D2AE9443A3A36406418040996 /* React-Core.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 5B887B2D6F1DB020A6F4B1C966574E13 /* Support Files */ = { + isa = PBXGroup; + children = ( + C58202837F6603EBA9486F3A59D1C2B8 /* UMImageLoaderInterface.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFirebase"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; sourceTree = ""; }; - 5951DE51F91D0720BF09A0EFC782435E /* UMModuleRegistry */ = { + 5C976D63EBCCEAE30F759B6677824B3C /* Support Files */ = { isa = PBXGroup; children = ( - 46B6BCE3550C92C9974871D673BF8B19 /* UMModuleRegistry.h */, - D6941CBB696D0A247546E3981240841C /* UMModuleRegistry.m */, - 168528BC43399D420545FACAA0AC4B07 /* UMModuleRegistryDelegate.h */, - ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; - sourceTree = ""; - }; - 59B180EDE7D1CE9ED49A985E07B8AF44 /* Pod */ = { - isa = PBXGroup; - children = ( - 0D39A5AE43AB8BA721F16510E959451C /* LICENSE */, - E6E87BAC186692909C27EB0A638E17D0 /* react-native-keyboard-input.podspec */, - 36E618872561BA5725A487A5DEE8AD69 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 5A281996D4C76700BB602DEC58C79145 /* Pod */ = { - isa = PBXGroup; - children = ( - A12B8F88759D2129B4F216643F07F33A /* UMBarCodeScannerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 5A575D323C8B576A3B8EA8305E824FCC /* Support Files */ = { - isa = PBXGroup; - children = ( - 3EA99F3CE7941E2BAB9464B2998E3D90 /* React-RCTLinking.xcconfig */, - B59A0F1F33DA04BDA763BF238B474B9E /* React-RCTLinking-dummy.m */, - F391536A7A6ECA5FA94C059BD3865983 /* React-RCTLinking-prefix.pch */, + 6A136DE86C71FAD9A93DA33512E4B6F3 /* React-DevSupport.xcconfig */, + 476B3B412F0EDD9DBE3D72136940C956 /* React-DevSupport-dummy.m */, + 40B0E1B93047A8D851B99539C075A96E /* React-DevSupport-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - 5B5C78B7DFC2BDBBAA6FCF26E684502B /* Pod */ = { - isa = PBXGroup; - children = ( - 90464FA4D4584B30581D5D81DBFB9F84 /* LICENSE */, - B76998B47C5E4C9ABB999C51FC41E48C /* README.md */, - D31CE29B073C63D7730B8DB371BFF831 /* RNFastImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 5C0C5123133AC8ED66CF818EB739EF99 /* Pod */ = { - isa = PBXGroup; - children = ( - C492C9DCF30266F1490A10E9CE409C52 /* LICENSE */, - 4C159B8CF9F7B990D33F2BBCDC78D1C7 /* README.md */, - 606C9E4434D7F9E0ACA78042A5AF9688 /* rn-extensions-share.podspec */, - ); - name = Pod; + path = "../../../ios/Pods/Target Support Files/React-DevSupport"; sourceTree = ""; }; 5CE7FC4D635AADA866A61875823B6D49 /* NSData+zlib */ = { @@ -6548,6 +6677,16 @@ name = "NSData+zlib"; sourceTree = ""; }; + 5D24D33AD9E17044308440254BC234B7 /* Interfaces */ = { + isa = PBXGroup; + children = ( + 71F9452EC6E90A91E0EB6AEF86C3A984 /* EXAppLoaderInterface.h */, + 5AF3C1F2FC58C2E2ACC6B1F4F9D7F454 /* EXAppRecordInterface.h */, + ); + name = Interfaces; + path = EXAppLoaderProvider/Interfaces; + sourceTree = ""; + }; 5DA82793FECCA97D1BD82E3D6A5164E9 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -6558,15 +6697,26 @@ name = Frameworks; sourceTree = ""; }; - 5F306EB01138A0CCA2679EBBA67B0DA5 /* Inspector */ = { + 5F032308F816AF6E6D4669E96833EFBE /* Support Files */ = { isa = PBXGroup; children = ( - F3100376EADB106CFE5DF318103533DE /* RCTInspector.h */, - 07D9681F08F838BD01A7D0259593DF2B /* RCTInspector.mm */, - AD04DAD7231B6224FD6570EEFA8BAB30 /* RCTInspectorPackagerConnection.h */, - A5DBED7B44D3D1454996F8CF16A468EB /* RCTInspectorPackagerConnection.m */, + E331F4A673CFF0D1AA080DB53AC71A78 /* yoga.xcconfig */, + B102902BA68BABFC2DA125B76C1A6CBF /* yoga-dummy.m */, + 63BFA9CAB14AD89D577306B47C3FEB55 /* yoga-prefix.pch */, ); - path = Inspector; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/yoga"; + sourceTree = ""; + }; + 5F54E533E4F335858AEAF05B03D520A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE5977CDF237A6213DCE9FACC6578C6D /* React-Core.xcconfig */, + 8EE0FE5DC2C3C1B753A963F6ED1E57F8 /* React-Core-dummy.m */, + 0A0A2A9ED087E1E94A36A017076AB021 /* React-Core-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/React-Core"; sourceTree = ""; }; 5FACBAF340B3879ACC0C2B5FB077C0F6 /* Environment */ = { @@ -6728,37 +6878,75 @@ name = core; sourceTree = ""; }; - 6143A0F3288BE2917F3460A355CBA67D /* Handlers */ = { + 60C6F81D6DB6DF6F6432E39C9E731F50 /* UMViewManagerAdapter */ = { isa = PBXGroup; children = ( - 7DCA00C7E8811CA2E5F68A1CEA3F7230 /* RNFlingHandler.h */, - DBF5C7B9D1C08BCC4784A904DE30C3E9 /* RNFlingHandler.m */, - 34279E20F6D147F475B02BD62760E028 /* RNForceTouchHandler.h */, - 46454F19039CC8F21F37C006D6BFA828 /* RNForceTouchHandler.m */, - 473A9ABC6338F6EFCDFA1962AD395442 /* RNLongPressHandler.h */, - BFF5A2AE032148D7A566DFDC72EAB5A9 /* RNLongPressHandler.m */, - C9AF2624137FB3A085C70299BBB2417A /* RNNativeViewHandler.h */, - F122541F6BFB928A3802475B9A9AA372 /* RNNativeViewHandler.m */, - CB322B9485B4E2CF3F34783D164C82B4 /* RNPanHandler.h */, - B2CFE6DFFA408276FFE7E118CCF8222E /* RNPanHandler.m */, - 507609E1AE35A0AB13E9F4F80C72577C /* RNPinchHandler.h */, - BE7F0F3F09E6A65C571BC7CFD45AB739 /* RNPinchHandler.m */, - 1543BA8C2E2B734D7E471A681322D984 /* RNRotationHandler.h */, - B490A6291D2AFCEFAB84A660CB974EBE /* RNRotationHandler.m */, - 32D9D23625B5F66A91323610C43ED2FD /* RNTapHandler.h */, - 908F105208D063CAC191B9CC63C96437 /* RNTapHandler.m */, + 74828EB513A2B6EF1ED483652374D303 /* UMViewManagerAdapter.h */, + A4BF3B77E182B71004BE3A7E72367DD3 /* UMViewManagerAdapter.m */, ); - name = Handlers; - path = ios/Handlers; + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; sourceTree = ""; }; - 615C132C3EABB29E4A29C82548AD5383 /* Pod */ = { + 619C51CEE29B158DCB49081628734339 /* SafeAreaView */ = { isa = PBXGroup; children = ( - 2BF3D25E703684B658160C4F4CA7CA9D /* README.md */, - 379648659FEC6C7595269F1FE8353A85 /* RNLocalize.podspec */, + 614357E02F8FE94D794D62A087926AF4 /* RCTSafeAreaShadowView.h */, + 577D1878BD2A1686063A8C9AC9E4C3D7 /* RCTSafeAreaShadowView.m */, + 1912C03C4C7AB8A107FD28B71C2DF3FB /* RCTSafeAreaView.h */, + 33584DAB11F9E111923321393ED3450A /* RCTSafeAreaView.m */, + 7D2761CEC141E766A57066751364A129 /* RCTSafeAreaViewLocalData.h */, + 925A3A86A1F0DF939C7C2F06317DCB81 /* RCTSafeAreaViewLocalData.m */, + 317B229849626324A660CB6C63782AB7 /* RCTSafeAreaViewManager.h */, + 695693F103B4B7AB3A6090687FEFD246 /* RCTSafeAreaViewManager.m */, ); - name = Pod; + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 6206C183C285F266D1CC9CB613AEDA5D /* RNVectorIcons */ = { + isa = PBXGroup; + children = ( + 3B5D2202C14373B5EA37CBD659BAEB72 /* RNVectorIconsManager.h */, + 7DBA330C1B29EC8F8FE394E237A66345 /* RNVectorIconsManager.m */, + F70880EE841E1D07D4CED939A1ADEAF2 /* Pod */, + DBD694F7621B702E62AB92887F2ACC7C /* Resources */, + 0CDE9A07B6CC31E5766CA2FD06D10782 /* Support Files */, + ); + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; + sourceTree = ""; + }; + 624320C87832D6D205CB2503477A559E /* crashlytics */ = { + isa = PBXGroup; + children = ( + 890F338F25D77C9528678F21F7A7FF32 /* RNFirebaseCrashlytics.h */, + F5909E78375A9FE25896EE91F7DC3808 /* RNFirebaseCrashlytics.m */, + ); + name = crashlytics; + path = crashlytics; + sourceTree = ""; + }; + 625A9DF1D806E33511DF13325071319D /* react-native-keyboard-input */ = { + isa = PBXGroup; + children = ( + 57BD21191963F9669BB62B70921A4516 /* LNInterpolation */, + 566FED968F65A8EC85E79B0AACA691A6 /* Pod */, + D02C0A093F065778E123F660F686F40A /* RCTCustomInputController */, + 531D5FA74EADCB107B181EFF52DEB5C4 /* Support Files */, + ); + name = "react-native-keyboard-input"; + path = "../../node_modules/react-native-keyboard-input"; + sourceTree = ""; + }; + 627178231F22C3738E6418D86749D472 /* RNFetchBlob */ = { + isa = PBXGroup; + children = ( + 42EF36878A1727733099F822BF366876 /* RNFetchBlob.h */, + B3774A26253AF4C40D07837FF9457CFC /* RNFetchBlob.m */, + ); + name = RNFetchBlob; + path = ios/RNFetchBlob; sourceTree = ""; }; 62A2623EE987EEA994587B8846F1F828 /* Reachability */ = { @@ -6772,17 +6960,6 @@ name = Reachability; sourceTree = ""; }; - 631B2B7C112C1613EE128DBABD991DC0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1782418842E126BB8F48B5B51BED1F07 /* React-Core.xcconfig */, - 3641E4238651B0834775C6816F306C59 /* React-Core-dummy.m */, - 42FD9B6BBE1A2E33EF4246EEC8A831D1 /* React-Core-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/React-Core"; - sourceTree = ""; - }; 633FE55A3BB5BCC7090AF7D9F5D0A147 /* AppDelegateSwizzler */ = { isa = PBXGroup; children = ( @@ -6795,70 +6972,55 @@ name = AppDelegateSwizzler; sourceTree = ""; }; - 649608B6D5360361D7CCE7949D971D6B /* Pod */ = { + 634CB23317D55F9A19A9898571FCA5EC /* React-Core */ = { isa = PBXGroup; children = ( - 570A08AD2730074B4DD7866776952112 /* LICENSE */, - 4B2024E9C8321EF711E2CB4C05FB0782 /* react-native-splash-screen.podspec */, - 05431010100FDAACA584815086F68D08 /* README.md */, + F3DDF79A2ABDC5BDEB128F093A15E239 /* Base */, + FF198ABD58803BB36D8B5D0C14A35AD8 /* CxxBridge */, + CFFCA9535A184C834F1B5342486E6D58 /* CxxModule */, + F526A0028C87C3AB368E5CFE1EB70386 /* CxxUtils */, + 68D82FA27B44858AE478494160DD30DB /* Modules */, + 59D3F31FB0BC151A101636A1DBCB3BA7 /* Pod */, + 098BF8DDAB3D493DAF682471FCC65EF1 /* Profiler */, + 5F54E533E4F335858AEAF05B03D520A9 /* Support Files */, + 129E8F812298FBA601019A00716DF7D7 /* UIUtils */, + 9EAE556DAB8238F27C38BD1681EF9177 /* Views */, ); - name = Pod; + name = "React-Core"; + path = "../../node_modules/react-native/React"; sourceTree = ""; }; - 65CB8AD5EE2C9CD5810422AB815F8328 /* fabric */ = { + 64C98354676317407A108F5B91BD2393 /* Support Files */ = { isa = PBXGroup; children = ( - 05DD08C0893938BFE9FC96F37052C9FE /* crashlytics */, + CE9C9440042D42DDA1D540311A1D34B2 /* React-RCTSettings.xcconfig */, + 909CF3CD4CC729B2F9891C84408DB1B8 /* React-RCTSettings-dummy.m */, + 3A8024DF69833FD2001A2C332A14F4C9 /* React-RCTSettings-prefix.pch */, ); - name = fabric; - path = RNFirebase/fabric; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - 66047ABDF8A864EF661D130786E085B6 /* UMConstantsInterface */ = { + 64EEE8980A2D7B61F0DA53799B932655 /* Surface */ = { isa = PBXGroup; children = ( - 0C617E957F6D56B94E1BC94FA1CED0C7 /* UMConstantsInterface.h */, - 276E46E3F90A9C2343738F692B8ABC73 /* Pod */, - 86512855C9BD1FD5437A8327BD2DC8A3 /* Support Files */, + 0B51BCCBE0BD87EAD9C8536EAD952AAE /* RCTSurface.h */, + FA4BBC906D3CBE8B9F9CA705A03A69FF /* RCTSurface.mm */, + A20465137115E54B63370DC203A88F6E /* RCTSurfaceDelegate.h */, + 5D11388ABBA87F79A2EBF11ADF146560 /* RCTSurfaceRootShadowView.h */, + 5E8F25323420CD816919AC01F82D1D6A /* RCTSurfaceRootShadowView.m */, + 9FBB51804A0DF1E9C15EFC5A9ADCE3FA /* RCTSurfaceRootShadowViewDelegate.h */, + FC57CA05E2FE2E9AAA5636033837F8C9 /* RCTSurfaceRootView.h */, + 4890D195CBD905C4DCE24C9F3BA53BF8 /* RCTSurfaceRootView.mm */, + A6064EB80AC8DA3C192689CA8EBECBDE /* RCTSurfaceStage.h */, + 7775E3F9C1B170D20C3CCB0CB1A1804C /* RCTSurfaceStage.m */, + E71EF42D275C05671635404B3F1D7F1D /* RCTSurfaceView.h */, + 9FCE5FF045D8E3A84A67576304C0285C /* RCTSurfaceView.mm */, + 5278E303CA0DD8783A32FC457B406229 /* RCTSurfaceView+Internal.h */, + EB797E8CDD7D076B5B089D469791F763 /* SurfaceHostingView */, ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; - sourceTree = ""; - }; - 66659383B4D0383A8BA589738E82A710 /* analytics */ = { - isa = PBXGroup; - children = ( - D918BC2E9687AB9F27FD3D2CC137999E /* RNFirebaseAnalytics.h */, - 208C6F4E33DC9CDC8EF00BACC10B9459 /* RNFirebaseAnalytics.m */, - ); - name = analytics; - path = RNFirebase/analytics; - sourceTree = ""; - }; - 668F574E504206FD9DC4D9B6F0463FB7 /* RNScreens */ = { - isa = PBXGroup; - children = ( - 7907D922D114E3B6E53E3AD89733C6A3 /* RNSScreen.h */, - 18A1030B8B27A8AED9C321039A9D398F /* RNSScreen.m */, - 59DFE32605E68207F33CEECD55EB83B0 /* RNSScreenContainer.h */, - 94CFB7C121BD85B2283047E9E978D517 /* RNSScreenContainer.m */, - D7A8CBDE722F19EF923379B04C62C370 /* Pod */, - 109020BF920A73A0C5F266517365A45F /* Support Files */, - ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; - sourceTree = ""; - }; - 6747EEFA69CA1FBA17782361286B931F /* react-native-realm-path */ = { - isa = PBXGroup; - children = ( - 4F904AE9676B6C5C288FA284BD6A3AFC /* RNRealmPath.h */, - A536F381CB307628A9EACCB3DB780E45 /* RNRealmPath.m */, - 3C2A22DF493B8487364A71CBA2446D67 /* Pod */, - BD7C13A5A272CACEF59BA76B73E3FB39 /* Support Files */, - ); - name = "react-native-realm-path"; - path = "../../node_modules/react-native-realm-path"; + name = Surface; + path = Surface; sourceTree = ""; }; 6773EDB59C2BD372494CF98CAFA47072 /* Resources */ = { @@ -6874,105 +7036,112 @@ name = Resources; sourceTree = ""; }; - 682C8E8394A92E0BF03C074A8E1DFF03 /* Support Files */ = { + 68D82FA27B44858AE478494160DD30DB /* Modules */ = { isa = PBXGroup; children = ( - 38C9275C060025EEF43D112D1DE33C19 /* React-RCTSettings.xcconfig */, - 29FF00D859868BD1F954858DE8D005A2 /* React-RCTSettings-dummy.m */, - 9FA2E0F5A1563E3070E6A2F27483A772 /* React-RCTSettings-prefix.pch */, + BBDA82DECFC265CC0AFFD82FEC1E6E4E /* RCTAccessibilityManager.h */, + 8C35E5C75C322C2412DC4D4C9B395F53 /* RCTAccessibilityManager.m */, + F736B42FFF6C4EFA4A440029D0CF7940 /* RCTAlertManager.h */, + 2DEC779832A72AC4257E8C2B07C4F0E0 /* RCTAlertManager.m */, + D20D4D663D347D7B70993C8CC3D0C280 /* RCTAppState.h */, + F486A3F5F06D6738927714E5601D8643 /* RCTAppState.m */, + A7F196E5B1DA5D7E18F50518E00D6829 /* RCTAsyncLocalStorage.h */, + 080F8AEFEF46B70BFDFEB27A59B27B98 /* RCTAsyncLocalStorage.m */, + 77BB821C86EBC7AC8063336AD0415886 /* RCTClipboard.h */, + 2861DB9BED90FA5A2DC0C87D5B3B1A1C /* RCTClipboard.m */, + B08C33F33987274F45B20C1AB4BCAFA8 /* RCTDeviceInfo.h */, + A6F80FB0D7B9C3DC3CDD83472A8F3ACE /* RCTDeviceInfo.m */, + 120742A9CE3B5B49F0B73762DBEF8345 /* RCTDevSettings.h */, + 912A620C2E262C96818BE94AA4E73DE0 /* RCTDevSettings.mm */, + 4A5B0911BBF68335D8E7AFDC791C0600 /* RCTEventEmitter.h */, + DBC78D26451E6A244316303DBA853D34 /* RCTEventEmitter.m */, + 5271F639C13C309F788D45DE8148B8CE /* RCTExceptionsManager.h */, + 3A4B95BF6B77DCFC8162092A9B53407A /* RCTExceptionsManager.m */, + 9B3122D442D5652409BABA39CB7F9A4C /* RCTI18nManager.h */, + 8224D0869540B459AD8ECF8C9B43D3F5 /* RCTI18nManager.m */, + 9CAFD04B530DD751845FA2B058150DCE /* RCTI18nUtil.h */, + 5C3AA1D1B7E0F2F1A93EB47ED7E01CDB /* RCTI18nUtil.m */, + 4604E9A800AE9E712A28607838D116AA /* RCTKeyboardObserver.h */, + 17873E1A22D82E6D5B99741AAC374386 /* RCTKeyboardObserver.m */, + 793E69CCF5639736A03600723CD95AFC /* RCTLayoutAnimation.h */, + 610F76E71E7CC140DC44C44FEC31C7D9 /* RCTLayoutAnimation.m */, + FE67F99FA1371D1E2F51C53B86B305CF /* RCTLayoutAnimationGroup.h */, + B6439C9AA2A002CD482F3ABC19FDC3AB /* RCTLayoutAnimationGroup.m */, + AEC22F397B577B9620108BEEDEEA45E6 /* RCTRedBox.h */, + 7A9682C65E43D2959D61634B0BD90623 /* RCTRedBox.m */, + 212B3E8A0F962C4F9E1CA71EAAF59168 /* RCTRedBoxExtraDataViewController.h */, + 9646DD93DA4B3C0668331BDB30097326 /* RCTRedBoxExtraDataViewController.m */, + 0774587EF0C81235F81FE589BBCCDC79 /* RCTSourceCode.h */, + 97FCDD9414D32C0557164DFA417C7FCA /* RCTSourceCode.m */, + 4E6FD3FAEB3D46A07E2F4A9EDD0FA8C6 /* RCTStatusBarManager.h */, + E6F0087F537B0EFB56303D9C3E11BA37 /* RCTStatusBarManager.m */, + 7AF408FFDAB3F0B8CAE9C938E653CA4E /* RCTSurfacePresenterStub.h */, + 6741824F30EBFF5465C0A906092F5480 /* RCTSurfacePresenterStub.m */, + 5FB1BA7A21C33726B1BC24D07B40BF43 /* RCTTiming.h */, + B39BE9A7ED88F70F860B72D2F8850ACA /* RCTTiming.m */, + 4A5CC396F171C64B102554715C76EF40 /* RCTUIManager.h */, + CBCE85D88F10C26E942F8B69EA026BBC /* RCTUIManager.m */, + 9F6AE9F19BD325721D4C3CCABDAB932F /* RCTUIManagerObserverCoordinator.h */, + 6145033E41578A52DA70E3AC92CADE53 /* RCTUIManagerObserverCoordinator.mm */, + B47FCC0C8343C96A89B9353723E3B722 /* RCTUIManagerUtils.h */, + 7DBAFCD6320A0CDC131CDD1DC9A3B7F1 /* RCTUIManagerUtils.m */, + ); + name = Modules; + path = Modules; + sourceTree = ""; + }; + 68EC4F640B50F4D701080056D535551A /* Support Files */ = { + isa = PBXGroup; + children = ( + 180FE27B8FADCD6673802FB9415DFE0F /* RNImageCropPicker.xcconfig */, + B6E1BCCED09E53C8092FC2C1D26F46DF /* RNImageCropPicker-dummy.m */, + 636F0A0669F61E2756A9839B6C6F4229 /* RNImageCropPicker-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; sourceTree = ""; }; - 683C9B4EF112EDA5A0698FBDEB29B6EC /* RNUserDefaults */ = { + 69BFA28673EAAF0FE52F8C7BAD83F036 /* Support Files */ = { isa = PBXGroup; children = ( - 37FCB3C0CBBD94539610F034A5C547B1 /* RNUserDefaults.h */, - 81AF957C14CB781E9CAEE4FEED0F9452 /* RNUserDefaults.m */, - 838C46BB56C06695E0D0EC90B68B98F7 /* Pod */, - FC93C82F922B2806CED19BF5627675C7 /* Support Files */, - ); - name = RNUserDefaults; - path = "../../node_modules/rn-user-defaults"; - sourceTree = ""; - }; - 6968757D1DE106341488453312AA38FF /* Resources */ = { - isa = PBXGroup; - children = ( - 61021CA6B311B4D7D289CD031FEFA3DF /* AntDesign.ttf */, - 598741512E6803F7598F4FDCA0891B82 /* Entypo.ttf */, - 87215841BC4CEEEFEB3AE4B05058F443 /* EvilIcons.ttf */, - 3DBEF77F5B5E4F0399263989B43EF4AF /* Feather.ttf */, - BA36B24916B93E6604F7A2B74BD23A65 /* FontAwesome.ttf */, - 0583812CBD8F76112C07166165BD1C97 /* FontAwesome5_Brands.ttf */, - C80E77EDC06E0C2EAEDDF4C1BEAC1BA0 /* FontAwesome5_Regular.ttf */, - 965B8A1B748425AF0A184D4DC7D8558A /* FontAwesome5_Solid.ttf */, - 2A49536DBA9B5FEB08767334BEFFD895 /* Foundation.ttf */, - 2192B18877CB5A157EAD959B0D94B279 /* Ionicons.ttf */, - B1BB633B2F3A9202B1ABCA233A621A1B /* MaterialCommunityIcons.ttf */, - 92D4D8006748166DF2A28B91C1BD7045 /* MaterialIcons.ttf */, - D42BF9753B72E3E0F29820976BF6D81A /* Octicons.ttf */, - 0ED8C9E476241CAA22EF7E9041EF2EED /* SimpleLineIcons.ttf */, - 5C5708A0F8ECD02E4458ACA8CA0DDB3A /* Zocial.ttf */, - ); - name = Resources; - sourceTree = ""; - }; - 6A0EEDF734B7B3061AC7C51C22A58340 /* Support Files */ = { - isa = PBXGroup; - children = ( - B39B1BAD9E2778F2A9D3C1FEB24FB63C /* React-RCTText.xcconfig */, - 443540EFADC7D393D979D3FBAEE7B06E /* React-RCTText-dummy.m */, - 7A362CF68427FEBA1D82883CD57F5CE4 /* React-RCTText-prefix.pch */, + 647050658EF9CC9B17F538FD32D6705D /* UMTaskManagerInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; sourceTree = ""; }; - 6A6B92FB666AFD7BF42B21FFAC4227F6 /* UMReactNativeAdapter */ = { + 6B2B8A6B175193882C5AE060A862D535 /* EXWebBrowser */ = { isa = PBXGroup; children = ( - 97095BDF8DE7FCB876B4F47A2D2DBD34 /* UMBridgeModule.h */, - AF4F0FEF73FBF71BF614EB5A60A83789 /* Pod */, - DBBBB38F5D899D8E462F64116B368235 /* Services */, - 6B7551D3630A6907BE1B438E55ABCDB4 /* Support Files */, - CCD0FE057BC1EA1588C3A7BEA43D103F /* UMModuleRegistryAdapter */, - 1BC37A84CF49D8C12AB228D79A9880A5 /* UMNativeModulesProxy */, - 976883444E441B3C061D76F4FE8B1405 /* UMViewManagerAdapter */, + A2078A01CD7D9F8DA920AD68FCCAFB7E /* EXWebBrowser.h */, + 2D2B6006BB19A7A54512AEC40D23ABE0 /* EXWebBrowser.m */, + E346B043FBEF1774F7334349E941B618 /* Pod */, + 22464BD31AA6C45DEFEAAD92A7D6E03E /* Support Files */, ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; sourceTree = ""; }; - 6B7551D3630A6907BE1B438E55ABCDB4 /* Support Files */ = { + 6C03AC06E4F357BCE2715BF22488DD3F /* React-DevSupport */ = { isa = PBXGroup; children = ( - 49BCAFD4FCEC89D73FA8DD62CFEDA5E7 /* UMReactNativeAdapter.xcconfig */, - 6A05EA87F92472A68318E1141829C8AD /* UMReactNativeAdapter-dummy.m */, - E1D1E588F4D8E60F8DC9E11958C2600F /* UMReactNativeAdapter-prefix.pch */, + 3624E49AB4C403FE737BADE0F37618A6 /* DevSupport */, + 0069D0C055BCA7578EB4C3BB2497766E /* Inspector */, + 9CA038B3CA2B1FE980A42DF05102C21F /* Pod */, + 5C976D63EBCCEAE30F759B6677824B3C /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + name = "React-DevSupport"; + path = "../../node_modules/react-native/React"; sourceTree = ""; }; - 6BFD62B2ADEC1B61E813CFC4051811C7 /* Support Files */ = { + 6C896214A424E8D13AD6D5B8EC6600D3 /* links */ = { isa = PBXGroup; children = ( - 5EC573AA138E8386637D1A036567FD55 /* UMFaceDetectorInterface.xcconfig */, + 31194DE606062D6968B69EAB213B5205 /* RNFirebaseLinks.h */, + DA5C2BB71B5AA542609613A14A55B0E3 /* RNFirebaseLinks.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; - sourceTree = ""; - }; - 6C29E362E8722B53D356E781AF178DEE /* Pod */ = { - isa = PBXGroup; - children = ( - 7A62C1FFB14502ECD1F0911B531F252E /* LICENSE */, - F5B00BA4D421185CDE181923535A8E47 /* react-native-orientation-locker.podspec */, - 05EA9B2D9BA89E146341AD4E45BF9138 /* README.md */, - ); - name = Pod; + name = links; + path = RNFirebase/links; sourceTree = ""; }; 6D0AD5A87DDC9193451DA75B1A27A031 /* Support Files */ = { @@ -6985,72 +7154,34 @@ path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 6D463255508A3F798B747FF5801FCDF8 /* Support Files */ = { + 6D27AFBA16634A1DDF22FCFBEE69D23B /* Support Files */ = { isa = PBXGroup; children = ( - F6A52170FA3957A02081E04DED897E82 /* React-RCTAnimation.xcconfig */, - 743E20365315F8423546AF965427B0B1 /* React-RCTAnimation-dummy.m */, - A028494F31AFFB619233A57742004519 /* React-RCTAnimation-prefix.pch */, + 051EDC84548FDF496019147B213A22FD /* React-RCTBlob.xcconfig */, + 1DCEBDAF9F082968014C4B03909376F8 /* React-RCTBlob-dummy.m */, + 46D41AC106130B1442F28DC832D3B104 /* React-RCTBlob-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - 6D7DE8AC305E6194B3C115E371544F5B /* Support Files */ = { + 6DC53CA970474457A86AD42CBE1223F7 /* Pod */ = { isa = PBXGroup; children = ( - EADAFF4C8F248737D9107C5D8B8AFA5B /* React-RCTImage.xcconfig */, - 8B557E8F3F95A226219A9E3893802C48 /* React-RCTImage-dummy.m */, - B308EF89A3DF7128CD570F9B23EA73DA /* React-RCTImage-prefix.pch */, + A9CBEDD8EEF91B60B5F5034170C3C4F6 /* React-RCTSettings.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6F0CDD5FBBD1EC2FE0199E94EBD47ED3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1B748517A7BB72CF1DD13B7A3F5E1866 /* RNFastImage.xcconfig */, + 5398AE69B7D7833215D3924AE9D47C83 /* RNFastImage-dummy.m */, + AD9C65F7ED0C450F9CDDA2FD3E5D615C /* RNFastImage-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; - 6ECF993D55CE2B0BF452CD3A92082B11 /* Pod */ = { - isa = PBXGroup; - children = ( - 5C9F546A63196B4F8DCD60AB44B8BAAF /* React-RCTImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6F4DF4CB4D45269AB1C11D4CFAE68154 /* Pod */ = { - isa = PBXGroup; - children = ( - 24071DE5C94C157C2846278D74D9EAA1 /* EXWebBrowser.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6F99A58FB5EBF987B7B3F7CD37EDFFF7 /* React-DevSupport */ = { - isa = PBXGroup; - children = ( - 45F5B98BE860DEB48ECB403D94EB7A75 /* DevSupport */, - 5F306EB01138A0CCA2679EBBA67B0DA5 /* Inspector */, - 3678335F3B85C260D642F3DA05F99EAA /* Pod */, - D4BA81A7A05599861795E9F574E25D49 /* Support Files */, - ); - name = "React-DevSupport"; - path = "../../node_modules/react-native/React"; - sourceTree = ""; - }; - 6FD329AA5147EED4CA8989E9965F86C6 /* Pod */ = { - isa = PBXGroup; - children = ( - 9650E1E349B7B4AFA99CD0DED504C395 /* LICENSE */, - 6AD96A8CD2320BC3EFF72AFC49032B4D /* README.md */, - 982A4B493338AA8A3D7722DD6D60D0C2 /* RNAudio.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7196A5CE2C2BB408C64B566902754EC1 /* Pod */ = { - isa = PBXGroup; - children = ( - DA097A3FAF335942A0EE87658FA09557 /* React-RCTLinking.podspec */, - ); - name = Pod; + path = "../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; 71D03938360EEBDBD5CC91DEFE05D9E8 /* Crashlytics */ = { @@ -7066,26 +7197,10 @@ EDDAF70D69A3D4394DB2865AD0BABBC1 /* Frameworks */, 2A43C2FBF00E29F9878399A0C5E37477 /* Support Files */, ); + name = Crashlytics; path = Crashlytics; sourceTree = ""; }; - 71E382C9931C81619D5036A04883FFA7 /* CxxBridge */ = { - isa = PBXGroup; - children = ( - 0F6A9763C1BE93CFE2C4E4114BE7DA38 /* JSCExecutorFactory.h */, - 23E7E9073F772BF85715B420865201EB /* JSCExecutorFactory.mm */, - 9A7177341D13684C97321BF2D69369FB /* NSDataBigString.h */, - AB564D1C3493B59A07D9F5454E6008E9 /* NSDataBigString.mm */, - 77139DC0E915EA3C7339D58C730227F8 /* RCTCxxBridge.mm */, - 126D2ED77E2F6393A87639B0E7F5D9DD /* RCTCxxBridgeDelegate.h */, - DF82225B36E99F684AB27EB57CD8DB5A /* RCTMessageThread.h */, - 4CFE9384335C94393DAEA06E420A7D0E /* RCTMessageThread.mm */, - 89683C6A9B0C3F7746D92C176ADFC02F /* RCTObjcExecutor.h */, - E29CC491A9BBD9B3B1E8D0F1C2FA7EDA /* RCTObjcExecutor.mm */, - ); - path = CxxBridge; - sourceTree = ""; - }; 72BD3449A7D6AA47E5BEB84C556CE5EE /* Fabric */ = { isa = PBXGroup; children = ( @@ -7094,66 +7209,89 @@ F08CE1A325C61F2CB6F0141F74C73DB5 /* Frameworks */, 8238C72E729721C40D739FFC62DB1BCF /* Support Files */, ); + name = Fabric; path = Fabric; sourceTree = ""; }; - 741E5FB4515C9A1B84B5EE52B6B676C6 /* RCTCustomInputController */ = { + 7353E59095F5D13A1DAC1BDED388F444 /* React-RCTAnimation */ = { isa = PBXGroup; children = ( - A35F7E4392FF303A6DA2F0858C6F64A8 /* RCTCustomInputController.h */, - F128AACFD6B9764227758CEBB31FA472 /* RCTCustomInputController.m */, - 0BC086942262B91BF0F636942972F342 /* RCTCustomKeyboardViewController.h */, - EA8C18B9233735E9D5F2315B085CA5C7 /* RCTCustomKeyboardViewController.m */, + B2494348C97AB29DCA858BC18759E1BF /* RCTAnimationUtils.h */, + FD3B6A2ABBC37446FD50EB0EDAAA61D6 /* RCTAnimationUtils.m */, + 31486186A67B6A58BE38E64C2E2FAEE7 /* RCTNativeAnimatedModule.h */, + A175675986B7DFA4A1F6B9CF32968E8B /* RCTNativeAnimatedModule.m */, + 923BA5645F7443F08068F7E919BA5557 /* RCTNativeAnimatedNodesManager.h */, + C9FCA876EBCE30898610B9F33A4F4392 /* RCTNativeAnimatedNodesManager.m */, + EE5927CB3E677D53790FDEA211A73400 /* Drivers */, + C8B07192B912FF405CA94E0D0689BFD0 /* Nodes */, + FD3283A2E1E0F643FB87A137D3E54227 /* Pod */, + 27484889932E8646F402DBA783B18381 /* Support Files */, ); - name = RCTCustomInputController; - path = lib/ios/RCTCustomInputController; + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; sourceTree = ""; }; - 7563F8A1510559ED71E2D6798A2354CF /* links */ = { + 73EF5A75A93F035E573056D2080D7716 /* React-RCTSettings */ = { isa = PBXGroup; children = ( - 84E6C14B228F0D809AAD5591B0E91EED /* RNFirebaseLinks.h */, - C4E69B6C17ED8DE8247316453223A937 /* RNFirebaseLinks.m */, + 2F7D86694F88BFEC78C76BC011DEAED9 /* RCTSettingsManager.h */, + 5802A49146B3C3BAC11E649D778E7FB6 /* RCTSettingsManager.m */, + 6DC53CA970474457A86AD42CBE1223F7 /* Pod */, + 64C98354676317407A108F5B91BD2393 /* Support Files */, ); - name = links; - path = RNFirebase/links; + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; sourceTree = ""; }; - 76240FE914D626A7B8F40744527939DF /* Support Files */ = { + 73FAD67B3B270C3A5B77058142AFE01B /* event */ = { isa = PBXGroup; children = ( - 508969C6FEFF91EA622D89695CE80D1F /* UMSensorsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; - sourceTree = ""; - }; - 775BF2B90AB6C6743C15DC5EC41F176B /* UMModuleRegistryProvider */ = { - isa = PBXGroup; - children = ( - ECDF2AD5363C1C5705654BE5B9F029A3 /* UMModuleRegistryProvider.h */, - 26B4954091C615D57C087835C0733034 /* UMModuleRegistryProvider.m */, - ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; - sourceTree = ""; - }; - 77DA0BC1936CDFACC628B7023AD2C125 /* event */ = { - isa = PBXGroup; - children = ( - 5F302F1799DB58B30939124FE54BCE97 /* event.cpp */, - 6F644A906D41F48B7AF4DB172D63BD93 /* event.h */, + 0021EF37A4E908343691ADCF3D5F391D /* event.cpp */, + 28E7F6CDB5FA6F95589150A045B05E1D /* event.h */, ); name = event; path = yoga/event; sourceTree = ""; }; + 74180D304CCF6CFE21F58A63EEF60EDD /* UMImageLoaderInterface */ = { + isa = PBXGroup; + children = ( + 21C8A270351A4D876E9D63272EB6F6A7 /* UMImageLoaderInterface.h */, + 0D17BFDAA591F57E47A0A0A1D25D139D /* Pod */, + 5B887B2D6F1DB020A6F4B1C966574E13 /* Support Files */, + ); + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; + sourceTree = ""; + }; + 76C1F29595C2EF5D580FD18FB07D6796 /* UMCameraInterface */ = { + isa = PBXGroup; + children = ( + 4519E0CAD941087BF7E2AFA521869A5B /* UMCameraInterface.h */, + F63326F2F7199A56A22E0EE58C3A535B /* Pod */, + ACFB81D7644AA9B294A75F55B9934AFA /* Support Files */, + ); + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; + sourceTree = ""; + }; + 773A8D0C67F6ECD88D8E57B3B52DBC51 /* Pod */ = { + isa = PBXGroup; + children = ( + B76D01871D8BAA4458213E1139C4BDA4 /* LICENSE */, + CE406E092B6DE7BCD058CE770592260A /* README.md */, + 6AE4416C6CC8EA9196DF5B6DA965CC95 /* rn-fetch-blob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 77E0A382B4D851CB1C2EA30F21B4C57D /* Firebase */ = { isa = PBXGroup; children = ( F26E1D61819BEE87553F3718909E51AE /* CoreOnly */, 381536D93D9B4C9033A8612F55833EF9 /* Support Files */, ); + name = Firebase; path = Firebase; sourceTree = ""; }; @@ -7162,92 +7300,81 @@ children = ( C93C48C85E29E96AB409BA26CAC5B86F /* Support Files */, ); + name = "boost-for-react-native"; path = "boost-for-react-native"; sourceTree = ""; }; - 788E17250695B934EF89ED16D941B9A4 /* Support Files */ = { + 7C7FC5CF75E4C025344B75DD881BDBBC /* analytics */ = { isa = PBXGroup; children = ( - 7ED3AC3BCF700D33485A59E3E811EEA4 /* React-jsiexecutor.xcconfig */, - E7B02E08B1497B3047C9CCA1EED763A1 /* React-jsiexecutor-dummy.m */, - A6D79D3F810AE25C8584A939E0F32276 /* React-jsiexecutor-prefix.pch */, + 387B3E7AEC6599E77A3092D0803C5335 /* RNFirebaseAnalytics.h */, + FF5AB4203C12B35780AF12BCB1527C7D /* RNFirebaseAnalytics.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + name = analytics; + path = RNFirebase/analytics; sourceTree = ""; }; - 7AEB1C0F107B168443C07A80DD2EB77F /* RNGestureHandler */ = { + 7CE61D938DF0ED7FA1C00D409E756CF7 /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 8B76FBAD7CD7A672F4FFA563B92A8EFE /* RNGestureHandler.h */, - 7E04C49DCD1F95FB21E415374B5E6B27 /* RNGestureHandler.m */, - 618DE6D85F9A044D5D715801E6347DF4 /* RNGestureHandlerButton.h */, - D83458785D164BC4707960D36F1309E1 /* RNGestureHandlerButton.m */, - 8B2A293FFB85A2E705A305F006BBA09E /* RNGestureHandlerDirection.h */, - D369F4A1CC73977D14F3415F317D72B6 /* RNGestureHandlerEvents.h */, - 4CEFDB137E831425B7D72EAA4DAF8306 /* RNGestureHandlerEvents.m */, - BE81D406CDC8DD40ED9D278866804A2E /* RNGestureHandlerManager.h */, - 8F82B09C47098EAB2E3079C860359043 /* RNGestureHandlerManager.m */, - 300EBB30E8BDA9B24E310A101FD2EB6C /* RNGestureHandlerModule.h */, - D5D77E8739F3232B7F721AE397201FAB /* RNGestureHandlerModule.m */, - 0621333B3CEB120A19EC470DC572012C /* RNGestureHandlerRegistry.h */, - B719A95B9BE60C6347E62DD1950FB94C /* RNGestureHandlerRegistry.m */, - 9C636E51599946AC7D8639E01FBCB386 /* RNGestureHandlerState.h */, - E3C1A0A10E6C3536DAEBF4ACB6F724F6 /* RNRootViewGestureRecognizer.h */, - B7D422BDBEDFDFD50BB7DA1CD0DC2D28 /* RNRootViewGestureRecognizer.m */, - 6143A0F3288BE2917F3460A355CBA67D /* Handlers */, - ACBE22AEDC91C00EA334C8243413BAB2 /* Pod */, - 0B8B36BDB27ABDD9D9A86C2A8D9237CA /* Support Files */, + B2A828D963F41C8328BFF30B9DC7CC35 /* UMBarCodeScannerInterface.h */, + 11C56E3D41A71A743363772912305976 /* UMBarCodeScannerProviderInterface.h */, + 9B84CF0D31946837B379D435A3965112 /* Pod */, + D97C65ACFEF97D1DAB0DA15313507C12 /* Support Files */, ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; sourceTree = ""; }; - 7B99249844F5119B1280D303C113F8D4 /* perf */ = { + 7E03FE63BBD90FCFA72886E338D15278 /* Pod */ = { isa = PBXGroup; children = ( - 94D759BD186F796FF35361C1ADAB72B7 /* RNFirebasePerformance.h */, - 17149252DE6CEFAB725A0A924E879CC8 /* RNFirebasePerformance.m */, - ); - name = perf; - path = RNFirebase/perf; - sourceTree = ""; - }; - 7C30C51F71DABB73509DCB339B41E439 /* Support Files */ = { - isa = PBXGroup; - children = ( - FE5B2AF0A12399F83CC9310B8B421B42 /* UMCameraInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; - sourceTree = ""; - }; - 7D347239C8B1F9714691A89256B409AE /* Pod */ = { - isa = PBXGroup; - children = ( - FCD682C794380895F5C7F6C6A528AACE /* LICENSE.md */, - 667BF9FD6A9631A725DDF0C5BAEBBD1D /* react-native-document-picker.podspec */, - 41DB53E825453C67F42BBE4539984AD5 /* README.md */, + 63162D1B6CC53C6CB7D69FB97EE27B2D /* React-jsi.podspec */, ); name = Pod; sourceTree = ""; }; - 81489E6DB0CC7D6618560531B1D04C44 /* jsi */ = { + 7E20F7D61C7E054095EDABD4EA047636 /* firestore */ = { isa = PBXGroup; children = ( - 067E8F0B06BE40D7B80FC8DD8C834499 /* decorator.h */, - 645073646AFEF45610EABA2F5FB27C6C /* instrumentation.h */, - 25D5A9AECF5688BBA994F3EC0AB239E6 /* jsi.cpp */, - A6CD2A5A260DCD9DB448412AA4DA017C /* jsi.h */, - 6A6A204147C449814634EE9AAD440175 /* jsi-inl.h */, - FC2C2623FC042495BB9C10CC6DE883C5 /* JSIDynamic.cpp */, - 5AD9AC9313197E838F75C0C8560DCC1F /* JSIDynamic.h */, - DFDD705A991E7FE263BCA364271B5618 /* jsilib.h */, - E93DDF16ABBA6E94ABD9E0936F59AC25 /* jsilib-posix.cpp */, - E9FC1B849D4CB0E7DE2735C8718EADEF /* jsilib-windows.cpp */, - A6F2D54F0BEE9DFDEB516AE73CCA5A71 /* threadsafe.h */, + 394B5853EBB75912CBECE586D7469830 /* RNFirebaseFirestore.h */, + 437FD645EAB4AAD9F12711582E1F2ECE /* RNFirebaseFirestore.m */, + 947DE9F67C28E55C2877A8D24DC8281E /* RNFirebaseFirestoreCollectionReference.h */, + 944310FE327ADDAA2D34D0A88B0EE239 /* RNFirebaseFirestoreCollectionReference.m */, + B7A0D3DDBE0ACDC27B6C1C23346CFC3C /* RNFirebaseFirestoreDocumentReference.h */, + 62881E87FD69D33AF62673707D063601 /* RNFirebaseFirestoreDocumentReference.m */, ); - path = jsi; + name = firestore; + path = RNFirebase/firestore; + sourceTree = ""; + }; + 7E8CC847C74CE5880D1676188C5078B8 /* Pod */ = { + isa = PBXGroup; + children = ( + AE9C2B1E4D00C71DFAC004CA12075515 /* EXPermissions.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7ECFD1517ADBAD3D943CEF8BB1A33CA1 /* Support Files */ = { + isa = PBXGroup; + children = ( + DA6FCB448E49D9447B081AA63C168A03 /* React-RCTNetwork.xcconfig */, + 9CDDA80832E36E1E72317A05E0AA9501 /* React-RCTNetwork-dummy.m */, + 121F009EAD99A86FFE58EA3F142B556A /* React-RCTNetwork-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + sourceTree = ""; + }; + 7FA8EF052176916C7A9DBA2A66E534D5 /* Pod */ = { + isa = PBXGroup; + children = ( + EE6F9EED141BC639C1A8B9BB42C804D9 /* LICENSE */, + 475CAD9CFE01632EDA8024585C62D653 /* React.podspec */, + 0933EE5CEF22674663B925F08A917FD4 /* README.md */, + ); + name = Pod; sourceTree = ""; }; 8238C72E729721C40D739FFC62DB1BCF /* Support Files */ = { @@ -7259,35 +7386,116 @@ path = "../Target Support Files/Fabric"; sourceTree = ""; }; - 838C46BB56C06695E0D0EC90B68B98F7 /* Pod */ = { + 82A1B4574F360552FF7E9E75F653F6FC /* react-native-notifications */ = { isa = PBXGroup; children = ( - 5583197A47F03D7A1B1661A32A8DFBA8 /* LICENSE */, - 91B0D0752D2118D0BE65C4C9BFE1E689 /* README.md */, - 13EC654FBF261FF98B0B3A12D9F95E30 /* RNUserDefaults.podspec */, + A5D5BE38B9819B958B78A63BD608E3E2 /* RNNotifications.h */, + C03C5433445FD0CE2419AE651768A551 /* RNNotifications.m */, + 41C8CDBCEF5E89F49B4C7D2A83563CEF /* RNNotificationsBridgeQueue.h */, + 24FE3F9FE451FB5F159106ADD5360E4C /* RNNotificationsBridgeQueue.m */, + D8F5D989C60B77D240ABB4EF58D8D238 /* Pod */, + 2FAC55226948613AE12713B52D059AB0 /* Support Files */, + ); + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; + sourceTree = ""; + }; + 843225C70A792D2668BC421FD3CE6259 /* Pod */ = { + isa = PBXGroup; + children = ( + 7B004AFDEDFE2F5572052691673FA8B6 /* UMFileSystemInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 84A994A35C6BFF67B93585C5D96A68B0 /* react-native-splash-screen */ = { + 8487A230D3C927657202D308DB73A6FF /* RNAudio */ = { isa = PBXGroup; children = ( - 2F94A668B03FE3668F12FF8F0D2F4EF6 /* RNSplashScreen.h */, - E86B3F2EC32FA03843F13F986759C741 /* RNSplashScreen.m */, - 649608B6D5360361D7CCE7949D971D6B /* Pod */, - 12243F5107C9C3E61E0FFFC49AE5409F /* Support Files */, + A5C936D3626CE26D631C00136E119F75 /* AudioRecorderManager.h */, + CE47E21C1793A39AA8936A5792A50F40 /* AudioRecorderManager.m */, + 05393E84BEDCD9077595BB06B6EAA4C3 /* Pod */, + 9FE05CE72E9C259C5FD54F6AC721DB2F /* Support Files */, ); - name = "react-native-splash-screen"; - path = "../../node_modules/react-native-splash-screen"; + name = RNAudio; + path = "../../node_modules/react-native-audio"; sourceTree = ""; }; - 86512855C9BD1FD5437A8327BD2DC8A3 /* Support Files */ = { + 84DCDE9588F84ED17F20EBD7621B556D /* React-RCTText */ = { isa = PBXGroup; children = ( - 42FB2CA7C47F58BD123B1E8CC6F72A5C /* UMConstantsInterface.xcconfig */, + 606AA452266A20DD811CE0E27903F7CA /* RCTConvert+Text.h */, + 2DD72F5A55668A421FDDE77CF7BB509A /* RCTConvert+Text.m */, + EFBB14C23A688ECE0D78B605B7BD5FB0 /* RCTTextAttributes.h */, + ABCEEF8443702AD5132D26E8B0AA3B03 /* RCTTextAttributes.m */, + D89370CF5E21338CB06E8157DA87B637 /* RCTTextTransform.h */, + 912BF46349D04955294D90A9057255E4 /* BaseText */, + 31B57919BE1D1913B462DBA0CA586DF5 /* Pod */, + BB9F2CC65AFE165B80A216D8A2F2131A /* RawText */, + DA8BB21A54AD10E59E903A6C2212E8EC /* Support Files */, + 38E81DDCD63F73EEC45374E347A4B9A9 /* Text */, + D955262E055C20C0A7E3FCDC66BBF5A6 /* TextInput */, + CFC6F12673B23BCF90163135B9CEB454 /* VirtualText */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; + sourceTree = ""; + }; + 85A6E1EF686A445E20D34FDEB1289B1B /* EXPermissions */ = { + isa = PBXGroup; + children = ( + 1BCC2E09E38AAF9ED16478371033B455 /* EXAudioRecordingPermissionRequester.h */, + 1ED6A0B2D5C8BF6B582EEB455AFE89E9 /* EXAudioRecordingPermissionRequester.m */, + D826BB0DC7665D51150A05726334A1DC /* EXCalendarRequester.h */, + E9ACBFC19565966477560957109FC311 /* EXCalendarRequester.m */, + C5156BED3083F9BD16C314CE2F07D2AA /* EXCameraPermissionRequester.h */, + 09231CA91C9840381D79D3AD296ADB2A /* EXCameraPermissionRequester.m */, + A2CCE24EDA6B906E2DF8B68A1ACD6619 /* EXCameraRollRequester.h */, + 7A1419FBFEDAECD050A4C65914C53098 /* EXCameraRollRequester.m */, + FBD63E97AEB3BE6BA1DAD07BF30EF33E /* EXContactsRequester.h */, + 8A25C294596A871D2707A11B0B391A2B /* EXContactsRequester.m */, + B3C3F37768DDA4C6D1564FAA44C67064 /* EXLocationRequester.h */, + DF1EE71256CC1CF8E315461D910B6BF2 /* EXLocationRequester.m */, + 9F74139B7A2D32B5BD45E9DBF47211E7 /* EXPermissions.h */, + 05E58A2A57946E9444E98F7F3691C12D /* EXPermissions.m */, + 9F4CD061D8F10657890CD8FCAFB5BB50 /* EXReactNativeUserNotificationCenterProxy.h */, + 07E739DDBE524C362E98D6C39046806F /* EXReactNativeUserNotificationCenterProxy.m */, + E2AD5B57E8E2E3A40FFEB2C40D7011CC /* EXRemindersRequester.h */, + 1C01A9709CEDE83A5539262CE1E2EDF7 /* EXRemindersRequester.m */, + AE52216097B3FDFDB20E005EC9B2AFE3 /* EXRemoteNotificationRequester.h */, + B50993A05E1B6B28D9C7510D026CB0C0 /* EXRemoteNotificationRequester.m */, + AFBD585C5D07CD90325E8B4A3D546F76 /* EXSystemBrightnessRequester.h */, + 81A556BF69A45D34806C03D6E22D41E0 /* EXSystemBrightnessRequester.m */, + 46BFC3CFD0F19DD13F66A64DBE9D4759 /* EXUserNotificationRequester.h */, + 29E771152DE3705B7DEE33668D448252 /* EXUserNotificationRequester.m */, + 7E8CC847C74CE5880D1676188C5078B8 /* Pod */, + 13AD68FA069A4E670F4483BE6B016F74 /* Support Files */, + ); + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; + sourceTree = ""; + }; + 86869C32675B0B7212F7120A201FB8AC /* React-RCTActionSheet */ = { + isa = PBXGroup; + children = ( + 9711B1B1D195BC869E1AB5789B928A98 /* RCTActionSheetManager.h */, + AAD9EB9D2239BB3FFE0F7149FD3E45E5 /* RCTActionSheetManager.m */, + 114A6F2FF96FC39DA4171FACAB34AA2A /* Pod */, + DA984A31C1A76587786ED61C87434914 /* Support Files */, + ); + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + sourceTree = ""; + }; + 869352263110A10A444DD7BDF6C4B293 /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + 4F0C95329005F48B03C0F5CEB37290F2 /* RNDocumentPicker.h */, + D335EE63B344E95AB5343B0457488278 /* RNDocumentPicker.m */, + 58634696A7FC52477C4D956FA9912ECB /* Pod */, + 2CEC9FD405E2AF5B5CD7AD810A5F355B /* Support Files */, + ); + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; sourceTree = ""; }; 87BECCFD2EC3223FD12C8FC99082BF5B /* Resources */ = { @@ -7298,17 +7506,15 @@ name = Resources; sourceTree = ""; }; - 880AE1D7A2CCDA0DFF44917DB40C0CB4 /* EXAppLoaderProvider */ = { + 8A094C6EA32D5FA8EF6BB52AF98F9CA8 /* Support Files */ = { isa = PBXGroup; children = ( - 33CC9E8D848DA2D0234A105750B97029 /* EXAppLoaderProvider.h */, - D773EC94BA058BA9732562CE2FD2113D /* EXAppLoaderProvider.m */, - CAD0A3BD0DCDA8D4D9AB2159EE57CA0B /* Interfaces */, - 9AFEE5BE95856A06E14A219CF59295D7 /* Pod */, - 50297057539A781FF564C40CFB712DA5 /* Support Files */, + ADD07E4814650BC852C5283D11CA1ECD /* EXFileSystem.xcconfig */, + AEAEB64D4EEB702D337490118FAA7C2F /* EXFileSystem-dummy.m */, + 129145EA05383B64C466840918FA59AD /* EXFileSystem-prefix.pch */, ); - name = EXAppLoaderProvider; - path = "../../node_modules/expo-app-loader-provider/ios"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; 8A684C67E9138C9F66423CCFE51AD654 /* nanopb */ = { @@ -7325,351 +7531,171 @@ 2887A6968C960973E0D6983F3485ECCB /* encode */, 09D34C2F02D4C857108614782C0CDA29 /* Support Files */, ); + name = nanopb; path = nanopb; sourceTree = ""; }; - 8A7DC10194B859383FB2131BE2BAA301 /* React-RCTSettings */ = { + 8F1254ADFFFB92002F85E178B638E7C6 /* RNLocalize */ = { isa = PBXGroup; children = ( - 2ED7C906FA08FCBC1FC612DF7E2876B4 /* RCTSettingsManager.h */, - 66BF6EF011341188AF6CEB8EEF3F769C /* RCTSettingsManager.m */, - 9DB7CEF3DA10ADB1321A88B0B59D9F9B /* Pod */, - 682C8E8394A92E0BF03C074A8E1DFF03 /* Support Files */, + E1F6AAD4A7C8AC1CEB5BF2E645D88F06 /* RNLocalize.h */, + 2BEA765B9F6FC4D1D80582F961419434 /* RNLocalize.m */, + D38F89FB403E622AAC043B54AB323DCA /* Pod */, + D66B42C1926F6BA6E3A7A0CFA3CD9897 /* Support Files */, ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; + name = RNLocalize; + path = "../../node_modules/react-native-localize"; sourceTree = ""; }; - 8C17C02CD9205E108A2B102E062AF8EB /* TextInput */ = { + 8F3C6381E419FEEB6542B2430CBBD880 /* Pod */ = { isa = PBXGroup; children = ( - 7DE9816292CDEAA962C614B00BE2D7C2 /* RCTBackedTextInputDelegate.h */, - C333D10D8D4CF9CD3EDF7D21A8108EED /* RCTBackedTextInputDelegateAdapter.h */, - 1D004D3991E847CE678A2B4B15ED78D2 /* RCTBackedTextInputDelegateAdapter.m */, - C73E8A0F83FB1471EF80B4FF24E3DEEC /* RCTBackedTextInputViewProtocol.h */, - A4D2D82874998023B5D4AB5CF7C02908 /* RCTBaseTextInputShadowView.h */, - A6F9DD3C6FB0E38868B50EC8BC3B621E /* RCTBaseTextInputShadowView.m */, - 0E69665CEBF9010EA11DB7FE03591FCA /* RCTBaseTextInputView.h */, - 31DA42B5F61ADFB25DE320651B706A85 /* RCTBaseTextInputView.m */, - 0711632205599184DA0DF8ABC6FA0E3A /* RCTBaseTextInputViewManager.h */, - 6A2E891E46E8DA6F88D13C7092E05818 /* RCTBaseTextInputViewManager.m */, - 9C4CF1E6DBD08E4B1B82A3981267144D /* RCTInputAccessoryShadowView.h */, - 7C2B8EE2A422E0BA77CB69E274E66C9B /* RCTInputAccessoryShadowView.m */, - FF3B9597D281F5505DA7D76657DF4FB8 /* RCTInputAccessoryView.h */, - 11093F2D534C7DE6501D02008482FD33 /* RCTInputAccessoryView.m */, - 0FC21F156621222E1A64884B86F471D3 /* RCTInputAccessoryViewContent.h */, - 209B0E9AE5CFCA135D4F9004F6E27829 /* RCTInputAccessoryViewContent.m */, - 8473B4F5B2FA5303A495456A56479B63 /* RCTInputAccessoryViewManager.h */, - 704D11C948C6DC4271D4D35CA22C2B73 /* RCTInputAccessoryViewManager.m */, - 38A3B27E6BFACC5E102D5741828615B2 /* RCTTextSelection.h */, - 32756C637CA901E0A792016560C7425C /* RCTTextSelection.m */, - B6C870FA1D258A0F37F87EB33665A6E9 /* Multiline */, - 429A5C46E4260D96970B52D50F696A71 /* Singleline */, - ); - path = TextInput; - sourceTree = ""; - }; - 8D87A8C7DD527722957201B86AAC4A5E /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - 6364724302FCECA86EE5C0FBB449A5E9 /* RNNotifications.h */, - EF19642901E73647AFD6A32518B1FD53 /* RNNotifications.m */, - 13CF082FCF2BD88036CCF3B8EC3E9F99 /* RNNotificationsBridgeQueue.h */, - A1E3320628D36075160060A29DE6CB76 /* RNNotificationsBridgeQueue.m */, - 0C90E9CE41FF6E064EA7FB8A895C3E77 /* Pod */, - EE6F4929A166AAD6F37858CE3A32BF8B /* Support Files */, - ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; - sourceTree = ""; - }; - 8F80D313AF1416C82AA502CA699CF3A2 /* auth */ = { - isa = PBXGroup; - children = ( - C503BE2E7E52EFB707CAFFE7C2B7B696 /* RNFirebaseAuth.h */, - B58E3C45C3660286BE19D23CB3EA1A7D /* RNFirebaseAuth.m */, - ); - name = auth; - path = RNFirebase/auth; - sourceTree = ""; - }; - 907178E179476E9E1762ED3157B6548D /* Pod */ = { - isa = PBXGroup; - children = ( - 89FCB1EB259CC92ED41AF7495E35F7B6 /* React-RCTVibration.podspec */, + 4488E3148FA8F71C0B12CCD5F8E09426 /* React-RCTImage.podspec */, ); name = Pod; sourceTree = ""; }; - 918BD4ED120F3275FB123E391C943614 /* Support Files */ = { + 90BDFB43C96F17A709CBD0A4968751D9 /* UMFontInterface */ = { isa = PBXGroup; children = ( - 0D07D62EF828CAFAE3873B2B4B6CA52E /* react-native-keyboard-input.xcconfig */, - 617D65CCD161B2FCD1BD2471D15FDFFF /* react-native-keyboard-input-dummy.m */, - D14B011C3D3B6E59F16C2DF45C73CB70 /* react-native-keyboard-input-prefix.pch */, + BD9C106BAAE4D30C20053FBAE23E3447 /* UMFontManagerInterface.h */, + E785D33423705A2A123F3442368A699E /* UMFontProcessorInterface.h */, + 5CC597936DB7AB7031169340704E6FEB /* UMFontScalerInterface.h */, + 25D6ECA8C878E58A265C1E6DF25AA3D1 /* UMFontScalersManagerInterface.h */, + 97BDFEA26CF00BE991D4888D26EC33CF /* Pod */, + 222FB21C8F6F40E7307F1A12430E7F28 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + 912BF46349D04955294D90A9057255E4 /* BaseText */ = { + isa = PBXGroup; + children = ( + 57D3803CA87E9B6E8791D7FE09199C47 /* RCTBaseTextShadowView.h */, + 41704222B753C7F355A75DA31790C866 /* RCTBaseTextShadowView.m */, + A8C9A5539DF7A27FF4764B15C120ECE0 /* RCTBaseTextViewManager.h */, + 80CE8ECEDF1F99E3C5F854A8FAE4531B /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; + 92AFD24213D00AD7CD5B91031E4CA157 /* Pod */ = { + isa = PBXGroup; + children = ( + FDF4174716B4F1FD3AFF0EBB1F18BCCA /* EXConstants.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 93F6740B2D0D474599B1173485FC1429 /* RNFastImage */ = { + isa = PBXGroup; + children = ( + CEEF2050CC1F98602E41FB7F2DFECE10 /* FFFastImageSource.h */, + 79DCC73CB3C2EDF5F420FE616AC9EAB6 /* FFFastImageSource.m */, + F750B1C99BBA821E606EE32000AFC3C1 /* FFFastImageView.h */, + BA6753C28012AA2BDF4ECD06F1C217DE /* FFFastImageView.m */, + 452A66C26A27A3334746A25BF6D52F92 /* FFFastImageViewManager.h */, + F39FBB3CAB758E0088E34757ED4F4D82 /* FFFastImageViewManager.m */, + DFE1E9C695DB063F9F92255BDEFE471A /* RCTConvert+FFFastImage.h */, + 9193957F54109BCFFE1E5908894C29A2 /* RCTConvert+FFFastImage.m */, + 3F51A837F9FE7C0F1D7378CD5B9F2CFE /* Pod */, + 6F0CDD5FBBD1EC2FE0199E94EBD47ED3 /* Support Files */, + ); + name = RNFastImage; + path = "../../node_modules/react-native-fast-image"; + sourceTree = ""; + }; + 96AB5B589BE2FF77779A737F425D4567 /* UMConstantsInterface */ = { + isa = PBXGroup; + children = ( + 8EDE46A4BF7EA08BDE0830EE39C4BDD6 /* UMConstantsInterface.h */, + AFBB62FD0D3B0C5A18CEF8D6F1DE6369 /* Pod */, + F9D61AAC65E7668A306121AEB674C384 /* Support Files */, + ); + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; + sourceTree = ""; + }; + 97A60061EB68153A08064292C5BB8A99 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5D4523198A671746E60BE2450505A1C1 /* React-cxxreact.xcconfig */, + C270E2E0C0C898C5231269B52E3521CF /* React-cxxreact-dummy.m */, + F80910EB9750988E91CC47E0C9132BF9 /* React-cxxreact-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - 91A5BBDCA95C633BF7DDED2697DD59E2 /* Support Files */ = { + 97BDFEA26CF00BE991D4888D26EC33CF /* Pod */ = { isa = PBXGroup; children = ( - B224777A00DF2EBF3B5FF3D193C1CEF8 /* react-native-video.xcconfig */, - DE42BEDC9C4C3687D21C39814D11D29B /* react-native-video-dummy.m */, - 37FA635BEFECB542D3A2D83A10F0BA26 /* react-native-video-prefix.pch */, + 061D2B98170F743A2D1894C57BC4A92A /* UMFontInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 97D772225B953242B947AA7362FD3089 /* EXConstants */ = { + isa = PBXGroup; + children = ( + D5A5A851AD979BEC0FF4C08812987846 /* EXConstants.h */, + A6FAE713BDD5B1821A03C7618EB7F4EB /* EXConstants.m */, + 58682F5A7624E2B0F7A60E301B029793 /* EXConstantsService.h */, + ECE079C3BEAD58FA5357E7FA438FF2A4 /* EXConstantsService.m */, + 92AFD24213D00AD7CD5B91031E4CA157 /* Pod */, + DA37E1CBF4A84F584F227633D7DE3A98 /* Support Files */, + ); + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; + sourceTree = ""; + }; + 98521F73DFB3621237BE0647AB833C50 /* Pod */ = { + isa = PBXGroup; + children = ( + 6F44A20066F50424ABEDF3B892167439 /* UMTaskManagerInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9857A7B6878F65EFD42EBCE3E7963C5E /* Support Files */ = { + isa = PBXGroup; + children = ( + 38A48C208F1A13EE2BDC7BD197572B14 /* react-native-webview.xcconfig */, + 11C0002D9CFF700FF598EC9DF473F5DF /* react-native-webview-dummy.m */, + 4A1BA89D8DDE4A33472BD87B1A9B3529 /* react-native-webview-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-video"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; sourceTree = ""; }; - 929542F910B2A1EE5E39D9B9074E3C69 /* RNFetchBlob */ = { + 9AC3A2EC12547A300F55847D88A7437A /* Multiline */ = { isa = PBXGroup; children = ( - 6192CF4CC72A193FA2626FB5BB929F7A /* RNFetchBlob.h */, - 8964CB5EB24347DE2C45FB1F1481DF09 /* RNFetchBlob.m */, + 34DC041486CAAAF5CD7B70434A6B16EC /* RCTMultilineTextInputView.h */, + DF3A5175673CFE1D744C1C9D7B0F2E18 /* RCTMultilineTextInputView.m */, + 1B893BE1C5017D338368DEA237AAD1E4 /* RCTMultilineTextInputViewManager.h */, + A653CEBE3939EBA28F356B39732C78FD /* RCTMultilineTextInputViewManager.m */, + A075A81E64B35BB1505DAC0D05F2C8E9 /* RCTUITextView.h */, + 8D5C525892FE2F75C62CE5F885CF6254 /* RCTUITextView.m */, ); - name = RNFetchBlob; - path = ios/RNFetchBlob; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 95345DE3C959AC4EB90221DEAC0CD3CA /* Text */ = { + 9B84CF0D31946837B379D435A3965112 /* Pod */ = { isa = PBXGroup; children = ( - 2389AA6DCA3E7AD004FFCB55A0C7FA4A /* NSTextStorage+FontScaling.h */, - AB4579C2C75D1CDB1B1FCA3BA2A639C3 /* NSTextStorage+FontScaling.m */, - 1E3EB81BEA6A2ECC19CD7DF62AB062C2 /* RCTTextRenderer.h */, - 1F7BDBCD4210D38B246C76E883217104 /* RCTTextRenderer.m */, - 8D44691741FE9F8096FE11711A5FFD55 /* RCTTextShadowView.h */, - BF7FD6A98548B500A770AB2C9FA1C01F /* RCTTextShadowView.m */, - F07626E87712FA472EDAF0557780E366 /* RCTTextView.h */, - 0094B4E26FEA5564F0CB2A17C0FE8E0C /* RCTTextView.m */, - 733A8AD9061233FEFFA478889FF94493 /* RCTTextViewManager.h */, - E437F7AC5DA5D4F65365AD3674FA09EF /* RCTTextViewManager.m */, - ); - path = Text; - sourceTree = ""; - }; - 9589DE03B2568E79752C1CECF7BF7519 /* Pod */ = { - isa = PBXGroup; - children = ( - 68A0B575031C95AC892E2FF08295C197 /* LICENSE */, - A2D99AED1B76A9FD9DB0C8312E1C6E8F /* React.podspec */, - 9E87E670098EC08C2C2A4A86BA3871FB /* README.md */, + E5BBEC0C072CBA9FE74757D201E0E69C /* UMBarCodeScannerInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 97034BE8BB1DB926D9AABC0A0BF4E54D /* Views */ = { + 9CA038B3CA2B1FE980A42DF05102C21F /* Pod */ = { isa = PBXGroup; children = ( - 4B989B40C931095E56EFF7C34EEF207B /* RCTActivityIndicatorView.h */, - 819F23DE76414081060F14F8674C7534 /* RCTActivityIndicatorView.m */, - CC3A3A0FC7612879D1BD39160FAA6465 /* RCTActivityIndicatorViewManager.h */, - E622FBC1F193C2E81D4A27794663AEC2 /* RCTActivityIndicatorViewManager.m */, - 7EC2938FAC6F495D23B18A2707FA49E3 /* RCTAnimationType.h */, - C1453FA0DECC6E2E7314B3404CEB6BFE /* RCTAutoInsetsProtocol.h */, - 526F847782983383B0F31E8746A71C4D /* RCTBorderDrawing.h */, - C7CCAF91FCAFAA8179933DDEF16A93F3 /* RCTBorderDrawing.m */, - 1FA4807207E9B8F2E714BA6D0EAA9618 /* RCTBorderStyle.h */, - 724DCE34ABF43536B4D0C306132761B3 /* RCTComponent.h */, - FBD24A47D2F805AC67D3CECAB4094C0C /* RCTComponentData.h */, - E5439D242A7B1F136DEF2859EE70A2FA /* RCTComponentData.m */, - DE37C24D43D43493E25E0CE72832F5F4 /* RCTConvert+CoreLocation.h */, - 4CC00615C6BADF59E2A8392801340E59 /* RCTConvert+CoreLocation.m */, - DAEE8A5EC2B148E3C273C4346C5BEE3A /* RCTConvert+Transform.h */, - 59F9F6F3C29C5EFD80659BF6C7AE11FE /* RCTConvert+Transform.m */, - 94E09C85392E3499435BD62FA853A7BD /* RCTDatePicker.h */, - 571AD5FA0ADAF90947A0CEFCF6E2CAA5 /* RCTDatePicker.m */, - 07F6EB28D17DDC8A79E60CA105BD91E5 /* RCTDatePickerManager.h */, - D6FF2DAACCF9C7FB59DD7427854E2E29 /* RCTDatePickerManager.m */, - D2EA7AD0AFC02C6F0097C8416400F50E /* RCTFont.h */, - E40B4938952F54B7D7C61FD8E763306D /* RCTFont.mm */, - B2ED23B0D8429306A42D9694ADBD551C /* RCTLayout.h */, - E6BC86684D6BD4C007CFB68D850BD4F3 /* RCTLayout.m */, - 3676696D7B84D709E46331ACF4D202D3 /* RCTMaskedView.h */, - 4299B164ADC95F8B8479B93E970D8011 /* RCTMaskedView.m */, - 000877CEDE5EA0BDD5B59CE2E0DCFF56 /* RCTMaskedViewManager.h */, - C6C9DD34BDA93B8482FAE425FA126055 /* RCTMaskedViewManager.m */, - A05DD9404C11E12B3E99588B7CEF01FD /* RCTModalHostView.h */, - 296190DA8AEE65FACA23034B5E335FB1 /* RCTModalHostView.m */, - 1F1B00906EBFB9782D37B597D44FF1BD /* RCTModalHostViewController.h */, - D65632EEFF699CC27779223FD4931BC7 /* RCTModalHostViewController.m */, - 02453320716C5CF15AEF5BA5439FF915 /* RCTModalHostViewManager.h */, - DFBE97B896BD6F5BFD2303F4BDA09280 /* RCTModalHostViewManager.m */, - EDB7B742A208474CDC9AF540601C0437 /* RCTModalManager.h */, - B313A2D66CAD56F9F57DDC36E7504616 /* RCTModalManager.m */, - DCCD05CEDD53FA2D1F482DD22D5DB58E /* RCTPicker.h */, - 8E4D73E824C1279DF5F051C54F5A2699 /* RCTPicker.m */, - 2E74C4107B041B0ACECD6B397E473C9F /* RCTPickerManager.h */, - 044149314EE836321C993EBD16290D81 /* RCTPickerManager.m */, - 989E48E36A5482CDB97EF01C725833D1 /* RCTPointerEvents.h */, - 906413D0CB2C3827CB7D5CC4B232216C /* RCTProgressViewManager.h */, - 9D4B815D88D248DB33F9C01ADC4C727D /* RCTProgressViewManager.m */, - 12591FADB1B5582D59CC3ADDDB04F80B /* RCTRefreshControl.h */, - A1AEAEE515C68EE56EEF2DFF04EF1163 /* RCTRefreshControl.m */, - E350DFBDE963C35193301973079AA865 /* RCTRefreshControlManager.h */, - D55EE906D773ABCA193E408BBB8156A6 /* RCTRefreshControlManager.m */, - E0B749770ABF9438ACF3763A8909D03E /* RCTRootShadowView.h */, - E679E18BED34C498E5AFAED4FA3CB7EF /* RCTRootShadowView.m */, - D176DA09FA2B1DF92630CF331E32E46F /* RCTSegmentedControl.h */, - 9E07D32CFF1CB289E4599B87B3F3A238 /* RCTSegmentedControl.m */, - 67368658C582B5CB03AF5F9D6FA2C691 /* RCTSegmentedControlManager.h */, - 27D695DCCBF91C5E02F183BA2AFC1C77 /* RCTSegmentedControlManager.m */, - A70FCB95407169D432B904A667308685 /* RCTShadowView.h */, - 7EF92F7CD0B8741BEAC8DD0414942006 /* RCTShadowView.m */, - A879C750B30F5F94874CF812F509BA0B /* RCTShadowView+Internal.h */, - 728E5B8E32FCE879E38E3785A200E97E /* RCTShadowView+Internal.m */, - AECB9511808C69A7A806341C85BA2065 /* RCTShadowView+Layout.h */, - 9B439F923162E5A1CA7FA4A9FB98BE32 /* RCTShadowView+Layout.m */, - CE4F3947E5594F4B66D9ABC792A75716 /* RCTSlider.h */, - 987BB8F5CC814E5182402A7C988A68E3 /* RCTSlider.m */, - A72C263D5F6D3D7E2577397DC860C83E /* RCTSliderManager.h */, - B282E6110F526B1B9D33EF333E71ED5F /* RCTSliderManager.m */, - B7FBBEE350426E7544ED238D415D9A44 /* RCTSwitch.h */, - EED774E0000645EA2BD2639290335C6F /* RCTSwitch.m */, - 5FCE19BACEACE2A093B9CAFADD578544 /* RCTSwitchManager.h */, - CC74E6451DB9A318CF13BAC9E1689CB3 /* RCTSwitchManager.m */, - 567BF0A7A16007006774FB2EB734D4D5 /* RCTTextDecorationLineType.h */, - C17EAD291AB62ABB8F701E1EE3CD26E1 /* RCTView.h */, - 8FC433A74B9E8ACE3C0C739732E8E274 /* RCTView.m */, - C4DD2A3B2CB546D11E443F42BFFF24FC /* RCTViewManager.h */, - 46A6825DAB610D3AD94723821109A5CC /* RCTViewManager.m */, - A0097AE4D6509F6C767350D7B87F1CD4 /* RCTWrapperViewController.h */, - 3C893767CE89D167332F66CB3C3FBF13 /* RCTWrapperViewController.m */, - 585D4510FBB7D44579942410650B9D76 /* UIView+Private.h */, - 770A35FAB1550206A5C6670789370705 /* UIView+React.h */, - 7717D3ADE07ED9C3BF060F81EE435A79 /* UIView+React.m */, - A62AC0627E3E009931161016090D1D8D /* SafeAreaView */, - 46B6905B1A6008D0BE3B527449117339 /* ScrollView */, - ); - path = Views; - sourceTree = ""; - }; - 973D82648039C0DC8993F37C0FF2570A /* Pod */ = { - isa = PBXGroup; - children = ( - 4477A98D9F67B593BBD875833302899D /* React-RCTNetwork.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 976883444E441B3C061D76F4FE8B1405 /* UMViewManagerAdapter */ = { - isa = PBXGroup; - children = ( - 641334F2B61B13A337778B61A44A51D4 /* UMViewManagerAdapter.h */, - 4BBBF8154C12A1BF711622935B8F5066 /* UMViewManagerAdapter.m */, - ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; - sourceTree = ""; - }; - 9812D8B45EAB8E7D392FA067C70C21B2 /* Pod */ = { - isa = PBXGroup; - children = ( - DBF490A93F4B6B0102F5F38426E95135 /* UMTaskManagerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 99788F155DBC06C79913B01C42EB09BB /* Support Files */ = { - isa = PBXGroup; - children = ( - 77EB57944F0EC1AEB769AC1481C538CF /* UMFileSystemInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; - sourceTree = ""; - }; - 99FAD7E617545BF9A74F7C1A65DEFB42 /* react-native-webview */ = { - isa = PBXGroup; - children = ( - F25E9CCBA2AC2250285C3956240606D6 /* RNCUIWebView.h */, - 3A9EEE1A9E9EF693996AF3CB41BCEA09 /* RNCUIWebView.m */, - EB4919D42554F0C62C26FA436E27D190 /* RNCUIWebViewManager.h */, - 8A1D6DA03ABE09FF86DEB55C8B52C026 /* RNCUIWebViewManager.m */, - 58D7D9501C14528D2622AF4AA4ACD4FA /* RNCWKProcessPoolManager.h */, - 007F2C87616141CEAA51C0169B2194EE /* RNCWKProcessPoolManager.m */, - B7DE78E84376A91A5117F553085F7BE2 /* RNCWKWebView.h */, - C0A49A96B77182EF538E21EB95ABB7CB /* RNCWKWebView.m */, - 94E8DCBA027D622010B13C88C95EDA18 /* RNCWKWebViewManager.h */, - A11371DB2D6799673B25A15F88D240E7 /* RNCWKWebViewManager.m */, - A670936DC3371B02CABC314F787FBDA2 /* Pod */, - 03C24B9954C88441E02F968D78ADB351 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - 9AFEE5BE95856A06E14A219CF59295D7 /* Pod */ = { - isa = PBXGroup; - children = ( - 81F851B3D929B382D571F21CC51E0815 /* EXAppLoaderProvider.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9B4780BDE1C6105AFEF95CAD6EED2E6E /* Nodes */ = { - isa = PBXGroup; - children = ( - 0797CB001543401C140BAF0BF92058F4 /* RCTAdditionAnimatedNode.h */, - 4F923CD12E3DCD050D14AB41D0EBF68F /* RCTAdditionAnimatedNode.m */, - F1F3B8035AF79F4A0346123C3488F3E6 /* RCTAnimatedNode.h */, - AEAAB74DAD2B06608CB28166195168C9 /* RCTAnimatedNode.m */, - 3B4BB8DDCBD4B176980B268F94B4788B /* RCTDiffClampAnimatedNode.h */, - 00E62AD15857948E48DDADA8124EE578 /* RCTDiffClampAnimatedNode.m */, - F14FCA72FC3F9207BB659CABFB66E025 /* RCTDivisionAnimatedNode.h */, - 273DF67314E0DF706EC672E186607EF5 /* RCTDivisionAnimatedNode.m */, - ABABD6306B8EA241FD5B7AC0725068D9 /* RCTInterpolationAnimatedNode.h */, - F8C55975E3B09A121CC97BA7A13B25BA /* RCTInterpolationAnimatedNode.m */, - 7A648C555E1D7692D0CCDA26F4950FF7 /* RCTModuloAnimatedNode.h */, - 0B6FFBA477876603D21162CC8C37D5BA /* RCTModuloAnimatedNode.m */, - 9BCB2006EC29C93B564A465D21C9B27B /* RCTMultiplicationAnimatedNode.h */, - 7691832057A60FA5760775AC7D333B7C /* RCTMultiplicationAnimatedNode.m */, - 32762E6F912CA1795FF952B4E55B4799 /* RCTPropsAnimatedNode.h */, - 00915BD9A975D7FA121910C7FDCCA961 /* RCTPropsAnimatedNode.m */, - E61FB1CA1513B09D2B92862DD8602937 /* RCTStyleAnimatedNode.h */, - 38E54D6FF92BFD2282A15345922F24ED /* RCTStyleAnimatedNode.m */, - CEDCE36771B55C137B7276817B89469A /* RCTSubtractionAnimatedNode.h */, - B53B86778ADE662A8B2A9EE58EC8A1D3 /* RCTSubtractionAnimatedNode.m */, - 0ADB25960625B3CDBBBC831E8DCBD64B /* RCTTrackingAnimatedNode.h */, - 05A83820F26FDCEEF5EB3DA3AED5D733 /* RCTTrackingAnimatedNode.m */, - 311F7B473ED95E565356A80605AC9E4F /* RCTTransformAnimatedNode.h */, - 0F43D353F9568A5EB05810DEA871A928 /* RCTTransformAnimatedNode.m */, - 4ACA450C835EAFAEA0788384E5F90A9D /* RCTValueAnimatedNode.h */, - CF3044238145F756EAAB1C369484DC13 /* RCTValueAnimatedNode.m */, - ); - path = Nodes; - sourceTree = ""; - }; - 9B64BC58D55102113A225B73E5A82B25 /* react-native-document-picker */ = { - isa = PBXGroup; - children = ( - 61A2B62C89EFD79EBFC3244924940469 /* RNDocumentPicker.h */, - 691DBE4C1977507E7CD205C7C352AA07 /* RNDocumentPicker.m */, - 7D347239C8B1F9714691A89256B409AE /* Pod */, - C05EF6398060B72C8C6A5A2FDAC205B6 /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - 9B768D533B4130D1E1AEDED4A3BB473A /* UMFileSystemInterface */ = { - isa = PBXGroup; - children = ( - DAAA0A9BD32B16585E1EB82B9F944F3D /* UMFilePermissionModuleInterface.h */, - 8CE7926EF9D3AC89C437CD8E84825CA7 /* UMFileSystemInterface.h */, - E8359BCD26DF25E4E47F1350B7AAA037 /* Pod */, - 99788F155DBC06C79913B01C42EB09BB /* Support Files */, - ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; - sourceTree = ""; - }; - 9D294D65EB44C00211238317A252D995 /* Pod */ = { - isa = PBXGroup; - children = ( - DCFA9FE7EE0C52757DC2C4A2AB7E8433 /* React-RCTBlob.podspec */, + 3E1420ABAF2AF607C08279C3CB44D721 /* React-DevSupport.podspec */, ); name = Pod; sourceTree = ""; @@ -7713,23 +7739,51 @@ 5CB41E1576D4AEF36B226DCFF55D111A /* FIRVersion.m */, 6D0AD5A87DDC9193451DA75B1A27A031 /* Support Files */, ); + name = FirebaseCore; path = FirebaseCore; sourceTree = ""; }; - 9DA4072F1D93CF9A9F6D30C736329613 /* Pod */ = { + 9D89630CA7AF9E5746A82E63A63FED88 /* React-cxxreact */ = { isa = PBXGroup; children = ( - 477EF48F787534E9E8BB68DBCAAE7558 /* React-jsi.podspec */, + BA10A3692C7E86A01B5F117B52C34024 /* CxxModule.h */, + 530BEDA6DA0656CDD5CDA0463A1FDBBE /* CxxNativeModule.cpp */, + 03D2A096705F7CA22A26581916998BB4 /* CxxNativeModule.h */, + 872BFD26B36A3DDED4CBB65F511B2B9E /* Instance.cpp */, + 93B8D5948A229646797990510CAEAECF /* Instance.h */, + 067068A0B0E7615E802B811EE826ED1E /* JsArgumentHelpers.h */, + 448216A70E3E326742CF37F9DC1A62BC /* JsArgumentHelpers-inl.h */, + DDE69C3B749F443DE94CB8D0AEA56DE0 /* JSBigString.cpp */, + 29CECCD2063EE9E53505602ADCEF9F3D /* JSBigString.h */, + 27E485C9AC641B673CCFA519DD2F9D1F /* JSBundleType.cpp */, + A4C507C41845EC51931AD438E493172C /* JSBundleType.h */, + 8AD4B838505F378D6A8F042003469E26 /* JSDeltaBundleClient.cpp */, + 4D2F2B0E9BB09FF96D2B5752187C3DCD /* JSDeltaBundleClient.h */, + 37EDE2B4EC5EB81B5F9F3AE64059EF35 /* JSExecutor.cpp */, + 936D2988B81CF94362D767A852EB0239 /* JSExecutor.h */, + DBB1AF9D0141F4B82E52F91B490FD761 /* JSIndexedRAMBundle.cpp */, + 05379141B955ECC6825681009D50346E /* JSIndexedRAMBundle.h */, + 2FCF15D7B9B482F345223FD766E0442D /* JSModulesUnbundle.h */, + 6129CD5D06D23757E10A255D4CB55DDB /* MessageQueueThread.h */, + 506663F98415C34D548508AA724D5D59 /* MethodCall.cpp */, + 71E9A05814A40D64D3C99B8C3C417808 /* MethodCall.h */, + CE1A834BF755A35C933AFD40DD0F116B /* ModuleRegistry.cpp */, + 9CE867F35518A3BD7671513888116EE8 /* ModuleRegistry.h */, + 034EB0062DDD83572896297C0612D795 /* NativeModule.h */, + 672DC28797CCA7D3C0E19FE236F547AF /* NativeToJsBridge.cpp */, + 1B48649824FBB0A7B51E0E750947F93F /* NativeToJsBridge.h */, + DA36F2B7736397EF43F7D44AA9CCE895 /* RAMBundleRegistry.cpp */, + DD8ED9A156C7C150FF78B36F9925B220 /* RAMBundleRegistry.h */, + 224F98680BF4E00348B351F7DE45DB58 /* ReactMarker.cpp */, + 1D7586C23356BA218683D268F6653623 /* ReactMarker.h */, + B3FB47C206E87F5B5E7BF150E0BDC465 /* RecoverableError.h */, + FF7FD95C66223B2E3CB1031285EDB2CC /* SharedProxyCxxModule.h */, + DCC296E0F515FC8390B6981DF3C4A978 /* SystraceSection.h */, + 4F17368C0031D84021430A4D05DF3FAF /* Pod */, + 97A60061EB68153A08064292C5BB8A99 /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - 9DB7CEF3DA10ADB1321A88B0B59D9F9B /* Pod */ = { - isa = PBXGroup; - children = ( - F6CD177E83FF9A573379F97AFE60265A /* React-RCTSettings.podspec */, - ); - name = Pod; + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; 9E513B03AC683B66B518E3F014EF4D3D /* Support Files */ = { @@ -7742,215 +7796,194 @@ path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - 9E845B58C9C2A153D96BF55CE67AD5B2 /* Products */ = { + 9EAE556DAB8238F27C38BD1681EF9177 /* Views */ = { isa = PBXGroup; children = ( - BD83A06973128A328FBEA7451BFD9D58 /* libDoubleConversion.a */, - 6607CF5EB9B949081448716C83EBF284 /* libEXAppLoaderProvider.a */, - D72783EDB22B20AA2A012EE59D78BA97 /* libEXConstants.a */, - 6E463C97A3400E6E9438829B0EC933F8 /* libEXFileSystem.a */, - 14F5D8900C8F619F1EFE329AA8218E99 /* libEXHaptics.a */, - C2BF80CC70D339FF1E8B7362F8AEB502 /* libEXPermissions.a */, - C13554EAB0B398B1A3087D3B142C039B /* libEXWebBrowser.a */, - D1AB7864B5EE75DBC1F120748ABFC5A1 /* libFirebaseCore.a */, - D693051636C7957D456571BF7B4227D0 /* libFirebaseInstanceID.a */, - C2274C24666E681CBFB8EECA68B32882 /* libFolly.a */, - 00D16812858302A3987E3C50A9203ABE /* libglog.a */, - AB6134D4BBA666C8B682A6FF6BC649F2 /* libGoogleUtilities.a */, - D01BCBE811FCE0387DB303FA77E12D1F /* liblibwebp.a */, - 16B00A3D3D817AAF45FAD7C16B6379EC /* libnanopb.a */, - BC47B8B14562B4DBC9AAEE884A5ED8AD /* libPods-RocketChatRN.a */, - E995DFD7D0BD789963479C0FD8FBB5EB /* libPods-ShareRocketChatRN.a */, - 0C2EECE3746F4EB339343338E8DF58D5 /* libQBImagePickerController.a */, - 7E27D877C76B0FA9F35E59530AD02BB6 /* libReact-Core.a */, - 4765385DB91D3054646C18E6244A7512 /* libReact-cxxreact.a */, - B5BD8C708C3038D308A508B624C71A3F /* libReact-DevSupport.a */, - FF8D8A8246AC6B63C3ADD48C97E2CBCC /* libReact-fishhook.a */, - 91D85935ACD88C11321C8F24051DECB3 /* libReact-jsi.a */, - EBC25E9A7BE4E2D1C948AC2AAB5A5934 /* libReact-jsiexecutor.a */, - B42E372D174993763F41D1275D0C3803 /* libReact-jsinspector.a */, - 7E35015E2F7D6104C74A69F46F3B6F65 /* libreact-native-document-picker.a */, - F00BD25232E52064DE28D029538F0D03 /* libreact-native-keyboard-input.a */, - 551320B3CFE57E84D30CC9B873665A1C /* libreact-native-notifications.a */, - F99E916748D5C66CA4DC687D0735B024 /* libreact-native-orientation-locker.a */, - 9DC85892BE035CB7DA52ABE94BAF7D81 /* libreact-native-realm-path.a */, - BBFD709B8DAE19E6F96AAC9C4614901A /* libreact-native-splash-screen.a */, - 9C05067F653AE729ABB86F1BCD587C59 /* libreact-native-video.a */, - 9E499ED7A971ED66E06A0DB04E8460AA /* libreact-native-webview.a */, - 1A17C2E0099CB12356EDAB2611F1F2EA /* libReact-RCTActionSheet.a */, - 9099719F717C35C92BB31EAB32553B67 /* libReact-RCTAnimation.a */, - 96C575BC2C72F10CF8C4C1E9F442D2D0 /* libReact-RCTBlob.a */, - A8147EBE37CE206FD0DBCAC671F33CE2 /* libReact-RCTImage.a */, - 5840980E483D456390E520DA054B414B /* libReact-RCTLinking.a */, - CDCCD7949CE1A2E71570F4CE19FA346C /* libReact-RCTNetwork.a */, - 482D3E7BAFDACE8A021BE800E462A28A /* libReact-RCTSettings.a */, - 25310BCDA4491C1E6007E41A9BE28488 /* libReact-RCTText.a */, - 0C16680DF1AF44D31EEDA5203DD5B028 /* libReact-RCTVibration.a */, - 23DE10D0232ADA5C7165CDFE54189A7F /* libReact-RCTWebSocket.a */, - 3AF89AD8500D5D76F825D3033FCC246E /* librn-extensions-share.a */, - 44969EC40D0666FAB761C93F30D7F5C7 /* librn-fetch-blob.a */, - E544E9095DC2ECA4CE444F477AFEF2F8 /* libRNAudio.a */, - 0DDB7F48D12A73A44ED6CE9F9C5AF44F /* libRNDeviceInfo.a */, - 6840616A626B806A494B347BEF3A5FD7 /* libRNFastImage.a */, - 50F6B00FE7647188914CA5A9454ADB49 /* libRNFirebase.a */, - D8DDA18C1AB4E7C3FDDD1DF2962FEDB8 /* libRNGestureHandler.a */, - 09DDA79FF5B3D6C44953135A9344421A /* libRNImageCropPicker.a */, - EA67612F77627339B71E435C856B8D09 /* libRNLocalize.a */, - 302B94B37E9BC227BB6E4C8ED97E477C /* libRNScreens.a */, - 5280C6D5AEDE7876AA0DE21797E8C877 /* libRNUserDefaults.a */, - 96176EE6D66E957D8D701B6EA918C5D4 /* libRNVectorIcons.a */, - 2B462DA86C8B2D665034A7CAA23096FF /* libRSKImageCropper.a */, - 77CCB6CFE020013A5B0A2CEDE0300365 /* libSDWebImage.a */, - B94F4C92C11A931F9DDCE78003575AF0 /* libSDWebImageWebPCoder.a */, - F8873C150D8A2F8F5F57008E6361D8AF /* libUMCore.a */, - C340B6370BB254F5C81D09C381B5E4BA /* libUMReactNativeAdapter.a */, - 17B7E221B67B092055B45BD2956D0AB4 /* libyoga.a */, - B080CD3BC4A32C75D0070C7387C06CA1 /* QBImagePicker.bundle */, + 37066CD3EEA0C7BFDDFB6BC0295A0043 /* RCTActivityIndicatorView.h */, + EF8D105B0FE2CE7347AD96A5918F43AB /* RCTActivityIndicatorView.m */, + B1BDAC9E321ACE55FCFBD8B9C7D8A929 /* RCTActivityIndicatorViewManager.h */, + 061C73D2342CDE31BD5060289E796A7A /* RCTActivityIndicatorViewManager.m */, + A7628459DE09CBC12A1B5DFB2F9F9D9B /* RCTAnimationType.h */, + 7F71D15F71D8907CF37AB00B05ED2E6F /* RCTAutoInsetsProtocol.h */, + 457839D3AC7B644F37371906649C45C3 /* RCTBorderDrawing.h */, + 2C9D8D316FF9745CAA3698244A77B431 /* RCTBorderDrawing.m */, + AC01E25FDB717D121048AD29D2090494 /* RCTBorderStyle.h */, + BDCE9B05D1C40E0A90F48E2990675DCA /* RCTComponent.h */, + 4AD56D189CEB5F5052A53DA1C2D94E07 /* RCTComponentData.h */, + AA5032F162AC693409F1736A9256B546 /* RCTComponentData.m */, + 84C4C1E03B8AF9536C835CB76BF91433 /* RCTConvert+CoreLocation.h */, + D8618CE53DB712251B95EF77098B5100 /* RCTConvert+CoreLocation.m */, + BCD676DD56CC0BABBEA2C8D6B46DA3BF /* RCTConvert+Transform.h */, + 4F88B2217D01E30B6B55B42740ED9E40 /* RCTConvert+Transform.m */, + 62E6DF97662B1C21585021D5CC4EABF1 /* RCTDatePicker.h */, + 7852799765B10DED71229B4B2EDCDAEF /* RCTDatePicker.m */, + 948FA1AD76AC3C510F09D832B2675457 /* RCTDatePickerManager.h */, + B34A19BAC3564081D0A3495063C4B9CF /* RCTDatePickerManager.m */, + 945E4C9EA79D7CB2702E6768EF4A63A2 /* RCTFont.h */, + F87A55F324FE008902BF82D31EFDB2DE /* RCTFont.mm */, + FB78AF553EB8C4B3C8D253C492AD81AE /* RCTLayout.h */, + 3F64684FF807ED61E9E4425BF7551A9A /* RCTLayout.m */, + B3363B4F8F37263CB13AB39A138E0D1A /* RCTMaskedView.h */, + 850A6899223FF4507EAF8D816D89E893 /* RCTMaskedView.m */, + 295F64257E57CF5F6472D1FF7D407995 /* RCTMaskedViewManager.h */, + D4F919694666DE679D9F24910CACC14C /* RCTMaskedViewManager.m */, + F7C00052F044A0DC0F9A2BC328D1CA1E /* RCTModalHostView.h */, + 9D94858F28E85611323C70987426491C /* RCTModalHostView.m */, + 18BEA4634AA328971240072E53CFE67C /* RCTModalHostViewController.h */, + E5291CB555E8BB6A6426B1FC2D71C7BD /* RCTModalHostViewController.m */, + 5E3D385BB69D2A22CE4FE4ED9EB8FE52 /* RCTModalHostViewManager.h */, + AC581C3054A2B6071A8568F65236E179 /* RCTModalHostViewManager.m */, + 6FD4B91B25A0FA9AD10329107FAA8119 /* RCTModalManager.h */, + BF02BB0DF32FE40046E967AE060D59F1 /* RCTModalManager.m */, + 27F2514C2410315CD10227514FC997C3 /* RCTPicker.h */, + 2E3549859B512B50D3BCA13E7554B138 /* RCTPicker.m */, + 1869B57B9268BD4002E361163D8F1396 /* RCTPickerManager.h */, + 0D8A08EFAD82DEC96B2C281EEFDAEF23 /* RCTPickerManager.m */, + BCAA32AF4D04A7CD6B7465B36F7C4A88 /* RCTPointerEvents.h */, + D720F6C677E018C4BF89BF1149A6C8B2 /* RCTProgressViewManager.h */, + C965958D04920DE4025CFBBAF65ACA28 /* RCTProgressViewManager.m */, + EAE73798F6988AAEF4F111E38A4DE469 /* RCTRefreshControl.h */, + C7B1139AB0840C54F8335BE9E9EFAFDD /* RCTRefreshControl.m */, + 89B1179BE60C7EFE55BC32A0118F75F9 /* RCTRefreshControlManager.h */, + 539751E4A944C5CBFDD77739E15D2CDF /* RCTRefreshControlManager.m */, + 4737A1A2B32260D922B847FCFEC8CB19 /* RCTRootShadowView.h */, + 81F1C0EA7C0DB0C373D4D1BE0EE58374 /* RCTRootShadowView.m */, + BF2699A048866C81666B222F82BB77D8 /* RCTSegmentedControl.h */, + A3C00DEBEFCE29D289CA3783BC195C29 /* RCTSegmentedControl.m */, + FC067BBBFD2F1C4448F8202A8B584030 /* RCTSegmentedControlManager.h */, + 6C95FC4700391910A609FB631C0C662E /* RCTSegmentedControlManager.m */, + C19BF7B3410559CFF6E73CE7503582BB /* RCTShadowView.h */, + FEC34CEBA5E88B0BEF04FFB018C95636 /* RCTShadowView.m */, + 260C77767108E70048A9CE090BD694D0 /* RCTShadowView+Internal.h */, + C454E67C0EFF9C2A4A7327779C55F943 /* RCTShadowView+Internal.m */, + CB211B8031420BB17833E5F5BF64FC99 /* RCTShadowView+Layout.h */, + D3274EC64FDC5B9E77A00CD4FEE264A6 /* RCTShadowView+Layout.m */, + D66C756E866B649B5A9C47AC679FC99A /* RCTSlider.h */, + 2D61FA21D74793CACD83868A81E7CB1F /* RCTSlider.m */, + 50AE5EE603C6C4031174480D17F02E2C /* RCTSliderManager.h */, + 6BD73E556064271C4F8359FDAC8D351D /* RCTSliderManager.m */, + 40BFE0615784D7688648B70C8E96C195 /* RCTSwitch.h */, + FA0B84CADD71C3ABA482365CC6297BB3 /* RCTSwitch.m */, + DD628AC71BC52F0B8A1BCEFCD8B6AE2C /* RCTSwitchManager.h */, + 1B5B4C47B110F2009E643AE877FD8573 /* RCTSwitchManager.m */, + 3E3735FE63D9537230C4B3A8D9D196AE /* RCTTextDecorationLineType.h */, + 58D2CC16D4DC529286AD6A6A81FB434E /* RCTView.h */, + 44B1DCB08310B8B005B4ABCA6BDE719A /* RCTView.m */, + 580042AD2708C37BDE7BBA42A7FB6969 /* RCTViewManager.h */, + BADFE6917D581DF7223E0AD43D47B9A0 /* RCTViewManager.m */, + 63A016B0F00D03FF2860E22FA13EAD15 /* RCTWrapperViewController.h */, + 9D3DFE6D3A19F36109FC284BF7E5743D /* RCTWrapperViewController.m */, + 4F3A610A29FEEA2851D62F07E40C074E /* UIView+Private.h */, + BC43281301B1E37C5AD759AE1159459D /* UIView+React.h */, + 509C146B9A9B3E987DF569E49CE3D36B /* UIView+React.m */, + 619C51CEE29B158DCB49081628734339 /* SafeAreaView */, + 4E9180E473361720B8ACA3A7C5F02B9E /* ScrollView */, ); - name = Products; + name = Views; + path = Views; sourceTree = ""; }; - A1F556023487F248634E7DB5983D50AA /* Support Files */ = { + 9F437C46F753F3D850959F7C9D7D6F0A /* Pod */ = { isa = PBXGroup; children = ( - 6578DD06BEFBDE23B4E944A85ECBD2F2 /* RNFastImage.xcconfig */, - 0EFF6F780763B5EF50F6CF682DFEE614 /* RNFastImage-dummy.m */, - 185393A978AB74B9461E9D2A7DB052D5 /* RNFastImage-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFastImage"; - sourceTree = ""; - }; - A383B852E8DB6A12F9ED3C50A0ADD20A /* React-RCTWebSocket */ = { - isa = PBXGroup; - children = ( - 78C673618DD8CBD06646668B13A73B89 /* RCTReconnectingWebSocket.h */, - 87EBAF812AAFA756F8E84C9C42D3A7ED /* RCTReconnectingWebSocket.m */, - 616AD3556C0B1CC70D08C38476595F9A /* RCTSRWebSocket.h */, - 2F02273D3A5FBCF2B65982645F6CDE5C /* RCTSRWebSocket.m */, - AE787C26DD7E1A0AD38806B8E7C670D9 /* RCTWebSocketExecutor.h */, - AF93A9CF6AB236895A3E9F4AEBEA50C1 /* RCTWebSocketExecutor.m */, - 6437B1485F79CEBDE70A5C3EB064B985 /* RCTWebSocketModule.h */, - 5A56CC83D0ABCA143D840F41F07455F6 /* RCTWebSocketModule.m */, - D354BB9C093F0CB4BB51EF0B09CE79D4 /* Pod */, - B2F39F1943920E7B245720FB923EA200 /* Support Files */, - ); - name = "React-RCTWebSocket"; - path = "../../node_modules/react-native/Libraries/WebSocket"; - sourceTree = ""; - }; - A62AC0627E3E009931161016090D1D8D /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 00DE87822BE8EE7FFBA5F0F6F955B52F /* RCTSafeAreaShadowView.h */, - FB585B639681B2573B1D083975E7489F /* RCTSafeAreaShadowView.m */, - F13EC3BDB8833592DE70AE02CA3B528E /* RCTSafeAreaView.h */, - 6C78988BA030AB45C561208F1271F613 /* RCTSafeAreaView.m */, - 89BC79B2E4B69C2322980A61A5E81DB3 /* RCTSafeAreaViewLocalData.h */, - DCF6C9F87C9CAE7640E61C267B8997E7 /* RCTSafeAreaViewLocalData.m */, - 4B9922E31BA69835B9280E944A98F379 /* RCTSafeAreaViewManager.h */, - EAFFCCE90AB67E1B70C6625CC8953633 /* RCTSafeAreaViewManager.m */, - ); - path = SafeAreaView; - sourceTree = ""; - }; - A670936DC3371B02CABC314F787FBDA2 /* Pod */ = { - isa = PBXGroup; - children = ( - 8619DE422CD7AA95A596C754478B4DC6 /* LICENSE */, - 5431C834B5F4E6AF4D67FC618D5561ED /* react-native-webview.podspec */, - D0117C4D023038E929550C36C4193955 /* README.md */, + CAAC2C6E87CA866607B703AA6535ACB8 /* React-RCTWebSocket.podspec */, ); name = Pod; sourceTree = ""; }; - A761D4E15B1A8BC9077BE743E3A180EF /* UMSensorsInterface */ = { + 9FE05CE72E9C259C5FD54F6AC721DB2F /* Support Files */ = { isa = PBXGroup; children = ( - 8643E0C93C2321630972684ED4EA3098 /* UMAccelerometerInterface.h */, - 86804E2677B00B8DDC231F63AADCE361 /* UMBarometerInterface.h */, - 917E6497414DEBC94FDCE0D1CCB533D8 /* UMDeviceMotionInterface.h */, - 50701550301F417411A9F76E9D42CDF9 /* UMGyroscopeInterface.h */, - 0BCEA17527E6ADD5F238159B5341F102 /* UMMagnetometerInterface.h */, - CDA13DC6DDD61633B3335969536CFCBA /* UMMagnetometerUncalibratedInterface.h */, - EEE25DD13AF8F25427C277B65F687512 /* Pod */, - 76240FE914D626A7B8F40744527939DF /* Support Files */, - ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; - sourceTree = ""; - }; - A7AD32A8A18CEDFB0657A530969B02F6 /* Support Files */ = { - isa = PBXGroup; - children = ( - E5A0C78FD161AD3351AF7F65C34D505C /* EXConstants.xcconfig */, - 43C1E259FAF98334809222769D5EAE80 /* EXConstants-dummy.m */, - FE35B5605CBD0153D8E96BE89CF78B3A /* EXConstants-prefix.pch */, + 377C8B228025623A930E73FDD9598EBA /* RNAudio.xcconfig */, + 74F49BDE0D44A4769425C5E70DB8A8E2 /* RNAudio-dummy.m */, + FCC9B1C06389C6B0E4A8A8C0E7BC65DB /* RNAudio-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; + path = "../../ios/Pods/Target Support Files/RNAudio"; sourceTree = ""; }; - A806BC82E95C36AD165E021E59D4CF11 /* converters */ = { + A18E204EE80D570E64D84FE3C3F286ED /* React-RCTVibration */ = { isa = PBXGroup; children = ( - 8316061FD04637E657F92C9508A3953C /* RCTConvert+UIBackgroundFetchResult.h */, - CBA1EC99138D8157D26C5D3F5C58F20D /* RCTConvert+UIBackgroundFetchResult.m */, + E28F17B708FF6D7BF0387364A4607274 /* RCTVibration.h */, + 5FFF3075741F7A6ED39493CF8A0A95F4 /* RCTVibration.m */, + 4E8F8E6F65387370DDDFA6D9793BD931 /* Pod */, + 4E99BB3F2BED111F22DB3982713F8995 /* Support Files */, ); - name = converters; - path = RNFirebase/converters; + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - A83B71AD6BCF1D0C85E8ACD7CCB2B599 /* React-Core */ = { + A25E5B7C198AC1259E3A2212148F7D0D /* RNUserDefaults */ = { isa = PBXGroup; children = ( - E996188A8B3F67DE86E0D9635220D21B /* Base */, - 71E382C9931C81619D5036A04883FFA7 /* CxxBridge */, - B2943ADD40FF055D53B84287E2C39383 /* CxxModule */, - FFD85F96F97C7F8173BF4505A89DC322 /* CxxUtils */, - DAF68016B979CD9F4F9936780D795DAB /* Modules */, - 1CCA1C5EF21FB416385A78688DFEED4D /* Pod */, - 2DCB7EC8B890812CF5DD5A9EE2A6C6A8 /* Profiler */, - 631B2B7C112C1613EE128DBABD991DC0 /* Support Files */, - 20A73FD727CC61A108E8747DDE1A133D /* UIUtils */, - 97034BE8BB1DB926D9AABC0A0BF4E54D /* Views */, + 9BB9F2EB9B8F80A2A62BA735743DF5FD /* RNUserDefaults.h */, + DA86A56AD04F938F2AC0B86A4866BE0D /* RNUserDefaults.m */, + 431653651BB858B55D198F40D4541916 /* Pod */, + 05C425D3467DB418D2F3D977AC501E84 /* Support Files */, ); - name = "React-Core"; - path = "../../node_modules/react-native/React"; + name = RNUserDefaults; + path = "../../node_modules/rn-user-defaults"; sourceTree = ""; }; - A88CF0224672B630ED8A6527FEF5B501 /* database */ = { + A35CB4C588A15ED62831495FEE5D1BA6 /* Support Files */ = { isa = PBXGroup; children = ( - CE9D2A7DA261E905D208D775D3EC1715 /* RNFirebaseDatabase.h */, - 81519981386AF61B954F0A79D51B4979 /* RNFirebaseDatabase.m */, - 2A90937D64BECD7A1FC40750CA6D445A /* RNFirebaseDatabaseReference.h */, - 42E3ECEB82B57A6521410BAA69A9A630 /* RNFirebaseDatabaseReference.m */, - ); - name = database; - path = RNFirebase/database; - sourceTree = ""; - }; - A93D5DDE266E5AB1C0F09E59224F3304 /* UMCameraInterface */ = { - isa = PBXGroup; - children = ( - 7C50AF556BED0B2D50F6319824DEBF14 /* UMCameraInterface.h */, - EEBA7BDAF5ED431EDE9C7222E2EFEAB5 /* Pod */, - 7C30C51F71DABB73509DCB339B41E439 /* Support Files */, - ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; - sourceTree = ""; - }; - A9CD28FDA005AD72C056559C3BA69E93 /* Support Files */ = { - isa = PBXGroup; - children = ( - 161F0E0D093B91F738A29EFD0009A80C /* rn-extensions-share.xcconfig */, - 3992020519DAE03F4E8F158AF7DCF284 /* rn-extensions-share-dummy.m */, - DA80435D7A2FE6143FF934EDF8C5D992 /* rn-extensions-share-prefix.pch */, + 2B1F7586D53CD48E1E9ECE218B0501AB /* EXAppLoaderProvider.xcconfig */, + DD013851756724DF5E6FB2CCE034EE99 /* EXAppLoaderProvider-dummy.m */, + 94DB8E1CB44888BF8F3DAAE878F88FCE /* EXAppLoaderProvider-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; + sourceTree = ""; + }; + A4FC12B9D46CB50CBBC07E0488E26D92 /* Pod */ = { + isa = PBXGroup; + children = ( + 7A7D41EF1921B20EBD0621E8C4748F18 /* React-RCTBlob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A637B9AB7C2FBC3C07F7E33CBBAA4664 /* Support Files */ = { + isa = PBXGroup; + children = ( + EA2A26C1D6E4F6AA37D11BEDD491FFE8 /* React-fishhook.xcconfig */, + 7648EE8783D5A4930A8231915007B94F /* React-fishhook-dummy.m */, + D1FE05A8874A69A0B70E78EE6FADC925 /* React-fishhook-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-fishhook"; + sourceTree = ""; + }; + A6727BF3C6CF9E08CE351FAF791D3B5C /* react-native-splash-screen */ = { + isa = PBXGroup; + children = ( + AD144CDAF92F731C8E77E0B6E0D8DE9A /* RNSplashScreen.h */, + E9F36F14DCA1EA372CB37D63A4950C3D /* RNSplashScreen.m */, + CC7FCB659F62F70616EB51D4BAB5C25C /* Pod */, + B9782562BC42929099C1235951C9DD12 /* Support Files */, + ); + name = "react-native-splash-screen"; + path = "../../node_modules/react-native-splash-screen"; + sourceTree = ""; + }; + A83369500588C38E43ABB207BF8EDFF4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3E92D165B81C78838B2B690BDACDC60A /* React.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; + sourceTree = ""; + }; + AAF1913FCB762C98A63EE90B13BF6932 /* fabric */ = { + isa = PBXGroup; + children = ( + 624320C87832D6D205CB2503477A559E /* crashlytics */, + ); + name = fabric; + path = RNFirebase/fabric; sourceTree = ""; }; AB6BCC816BD68085E14851BAD7798112 /* UserDefaults */ = { @@ -7962,41 +7995,16 @@ name = UserDefaults; sourceTree = ""; }; - AB73E57331FB49646A753CAACAAF2FE3 /* UMCore */ = { + AC3E77D5D78FB682DC375CBE2C4BB9C7 /* React-fishhook */ = { isa = PBXGroup; children = ( - 31E8705C4AFBB541FFB235AC39864EC3 /* UMAppDelegateWrapper.h */, - DD06877B52D257AD9CDEC2C188D14BA5 /* UMAppDelegateWrapper.m */, - FE0131E6B0C3D61FB6F063EF8FB53335 /* UMDefines.h */, - E25B137AD2B22CC8576EBBCF72B7ED67 /* UMExportedModule.h */, - 0F19B78EE7E1BCB8A2275DAC05C1C286 /* UMExportedModule.m */, - 5B763A01A9B22B069842998C560253F7 /* UMSingletonModule.h */, - 2348151B697B5B36D39188FB45855C26 /* UMSingletonModule.m */, - A8EA6A4758CBB87D990504FB585EEE19 /* UMUtilities.h */, - B344E15E87A64CB930D0019EAD9510A4 /* UMUtilities.m */, - E39F5F26B01A4B86048BEC76CD934A0C /* UMViewManager.h */, - 226EA124A638D4BA3914A832EF849709 /* UMViewManager.m */, - 24ECC544FE3C6079222EABC0B496437E /* Pod */, - DEBF2573516C828C905D486134C88A01 /* Protocols */, - FA396DA6C0A32B8C4941AE09CBFD1E75 /* Services */, - C4D960239B015497723D8AEB699599C9 /* Support Files */, - 5951DE51F91D0720BF09A0EFC782435E /* UMModuleRegistry */, - 775BF2B90AB6C6743C15DC5EC41F176B /* UMModuleRegistryProvider */, + ED47BFF190826A4D672FD36125598B34 /* fishhook.c */, + BE91F000C9AB43724927F06B0298354F /* fishhook.h */, + 14BC0DE955282C3161104FD0E4D42390 /* Pod */, + A637B9AB7C2FBC3C07F7E33CBBAA4664 /* Support Files */, ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; - sourceTree = ""; - }; - ABDD3745258C87F763A84B189A197954 /* EXHaptics */ = { - isa = PBXGroup; - children = ( - B20BD1B8FFEBB009520086688EA47711 /* EXHapticsModule.h */, - A8910F276749F4AC29832DF4CAA59E80 /* EXHapticsModule.m */, - 11EAA96F465FAB049ED108A399A5EFC7 /* Pod */, - CBD7D92B014C22F1775BBE398DA7FB53 /* Support Files */, - ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; + name = "React-fishhook"; + path = "../../node_modules/react-native/Libraries/fishhook"; sourceTree = ""; }; AC9B038AF1C6086BC4B592729AE22A3F /* RSKImageCropper */ = { @@ -8021,25 +8029,17 @@ 87BECCFD2EC3223FD12C8FC99082BF5B /* Resources */, CFCEAD6BC614947662052BC09E453134 /* Support Files */, ); + name = RSKImageCropper; path = RSKImageCropper; sourceTree = ""; }; - ACBE22AEDC91C00EA334C8243413BAB2 /* Pod */ = { + ACFB81D7644AA9B294A75F55B9934AFA /* Support Files */ = { isa = PBXGroup; children = ( - 7CFCCB2A6D2003C44E2CF6B948311C18 /* LICENSE */, - 0EE586FD6F350747EB583418DFE23149 /* README.md */, - DB2D072478B9C60DEFCE5370018BAD37 /* RNGestureHandler.podspec */, + 70C2D4BE0833621E101B69D6AEB15AB6 /* UMCameraInterface.xcconfig */, ); - name = Pod; - sourceTree = ""; - }; - AE1CFF1CFB63A179B4002AD4BE39ED04 /* Pod */ = { - isa = PBXGroup; - children = ( - E8A16622146F721773190F0F1D91AB6D /* React-cxxreact.podspec */, - ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; AE3F562C2D9FDFC886C0851C8B1F40A7 /* decode */ = { @@ -8049,52 +8049,14 @@ name = decode; sourceTree = ""; }; - AF4F0FEF73FBF71BF614EB5A60A83789 /* Pod */ = { + AFBB62FD0D3B0C5A18CEF8D6F1DE6369 /* Pod */ = { isa = PBXGroup; children = ( - 1B2A956E35F42627BFEED17F702E6A1A /* UMReactNativeAdapter.podspec */, + C7D79F6D672FC5C6A3F92353F2C69169 /* UMConstantsInterface.podspec */, ); name = Pod; sourceTree = ""; }; - B01815199B3B90C6F956F9A0B0315E9E /* yoga */ = { - isa = PBXGroup; - children = ( - DC73AD15CEF58C4CBB6DC85990371305 /* CompactValue.h */, - 55F89F110CCFC19FE41D88F541026830 /* instrumentation.h */, - CC25B47FA4A9B389C42B6266559D862A /* log.cpp */, - 7BFC6E66EDA5A85068108CAFE7E335EF /* log.h */, - F40C932AD0B879147F223BCB217B65ED /* Utils.cpp */, - 7E08F9653FE6AD9681BC544386771EC5 /* Utils.h */, - 11FD28D6729776A5ED0E50DA5DD04E32 /* YGConfig.cpp */, - 7C22F7013DA2CDC08C884C54C9F74A16 /* YGConfig.h */, - 6EB3E44A09A2895B79577E6AFFAFCA4B /* YGEnums.cpp */, - C5C4E7F78C7DDBAF6758D3A5B8507DC2 /* YGEnums.h */, - CA4A9A485ABE4B4345AFC0D5D3F362FC /* YGFloatOptional.h */, - 90621987A2D567DC3CC84CC0748AF324 /* YGLayout.cpp */, - 423698992AA530465C907BA7F0860FF2 /* YGLayout.h */, - 486740B60EDA492D37BBC2F9718B1B68 /* YGMacros.h */, - 65DDFC91CA191B3C723E0EB35D31ACFB /* YGMarker.cpp */, - E158939BC3ED5AD7719A6DB1C388A386 /* YGMarker.h */, - 21CF1DB1A0343EF27DEA573A17628A85 /* YGNode.cpp */, - 98D49699CDB282ECB915615DD616C7C5 /* YGNode.h */, - 4E48231C7271F9389E168F6B48CE8FDD /* YGNodePrint.cpp */, - 5DD83FAE342530C3C6B56344459254BF /* YGNodePrint.h */, - 0EE5488DB2ADD564FBB90ED6CF7A9B3D /* YGStyle.cpp */, - E76D8A42A58A56411506710AFDD4C989 /* YGStyle.h */, - 07A0D6977E7547E484C04C9BC991E899 /* YGValue.cpp */, - 13DE006DD20DC23DA983A6BF3FDD1E1A /* YGValue.h */, - D455D8B08F1C18B92C68B957DA88B962 /* Yoga.cpp */, - 285913482FCE363102A7B4603D24D4E8 /* Yoga.h */, - D498A0300A36BE5650B71FF7029E1CDB /* Yoga-internal.h */, - 77DA0BC1936CDFACC628B7023AD2C125 /* event */, - 11B39D684B3F0517F0CD1FB7AEF97BE4 /* Pod */, - CEDF3DF98E9CE9D8A66AADD19A19A1A2 /* Support Files */, - ); - name = yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; B1905F07FFC6D147FFCE3DE6C1B4E3A2 /* SDWebImageWebPCoder */ = { isa = PBXGroup; children = ( @@ -8105,110 +8067,49 @@ 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */, D802B3EFCAE5CE493EA041DD7DDF8A9D /* Support Files */, ); + name = SDWebImageWebPCoder; path = SDWebImageWebPCoder; sourceTree = ""; }; - B19573C846E88A7A2F0EEABD3B2B3B4F /* Pod */ = { + B23DAF644D270FA1820D9A732CF1256D /* database */ = { isa = PBXGroup; children = ( - DA9FCA6AD5DB49F4AEEB82065706BB7F /* EXConstants.podspec */, + 63B0ACBA24CA825657DE46602A9E162B /* RNFirebaseDatabase.h */, + 042F401DDE26951EDB260F360E48CA17 /* RNFirebaseDatabase.m */, + FC506E696EAB18BF3DD17726E1AFEF42 /* RNFirebaseDatabaseReference.h */, + E3AC68E9CB882783B889EFB613E788E3 /* RNFirebaseDatabaseReference.m */, + ); + name = database; + path = RNFirebase/database; + sourceTree = ""; + }; + B4A25B97000926B0AE650230EB1382CF /* React */ = { + isa = PBXGroup; + children = ( + 7FA8EF052176916C7A9DBA2A66E534D5 /* Pod */, + A83369500588C38E43ABB207BF8EDFF4 /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + B4B491F0C95924EE3E5C358DAFFA98CC /* Pod */ = { + isa = PBXGroup; + children = ( + 0642238B894E66289EF97B69FC4AC235 /* UMReactNativeAdapter.podspec */, ); name = Pod; sourceTree = ""; }; - B1B62D4EE65777DE94E18508E90828C7 /* instanceid */ = { + B61C6094A730587DC32BE5574EC7914F /* Support Files */ = { isa = PBXGroup; children = ( - 779B55289E8F5939783D2A2D31FD5874 /* RNFirebaseInstanceId.h */, - 10B23D0392188CC3CBDE36733D77D81A /* RNFirebaseInstanceId.m */, - ); - name = instanceid; - path = RNFirebase/instanceid; - sourceTree = ""; - }; - B1F5DEB0881E525B3C56519BB299DB5D /* notifications */ = { - isa = PBXGroup; - children = ( - C025B530CF80A1445CC893C10669BE35 /* RNFirebaseNotifications.h */, - 33EDB11AA7C30FF2DB9FA23353D02835 /* RNFirebaseNotifications.m */, - ); - name = notifications; - path = RNFirebase/notifications; - sourceTree = ""; - }; - B2943ADD40FF055D53B84287E2C39383 /* CxxModule */ = { - isa = PBXGroup; - children = ( - 62EC55C73D2745301FC78411189E8917 /* DispatchMessageQueueThread.h */, - D485B08E678542F7D4C8EBDF5AF6CD38 /* RCTCxxMethod.h */, - 85F78F1BE366F5FE3096A9DC4D7D164F /* RCTCxxMethod.mm */, - 27AEC08CD227639519E71B65F5E71C86 /* RCTCxxModule.h */, - D68157EA88D685FA38B17A1A4A9B9147 /* RCTCxxModule.mm */, - FFBBB5D843FAD0380E5B3D3D0FFD3027 /* RCTCxxUtils.h */, - 9C636EFA52DCE3E9290E7EF9432FD34A /* RCTCxxUtils.mm */, - F3FD12AD45761AB26AF8DE28E8FAFDAA /* RCTNativeModule.h */, - A36BED49C278C135248DAF4F5519BED0 /* RCTNativeModule.mm */, - ); - path = CxxModule; - sourceTree = ""; - }; - B2F39F1943920E7B245720FB923EA200 /* Support Files */ = { - isa = PBXGroup; - children = ( - 72D1C1D4E2DF7C02FD52AAB18508317E /* React-RCTWebSocket.xcconfig */, - 0EAA05C3588B658F9F7F5A8FDF1F2DED /* React-RCTWebSocket-dummy.m */, - 397D5B2D2931731A2FA8B7F136C7F02B /* React-RCTWebSocket-prefix.pch */, + 89C57505E2DC2607A51738EC95102C9F /* React-RCTLinking.xcconfig */, + 37D4E5DB0839D849FF9A2A9B68CCDE71 /* React-RCTLinking-dummy.m */, + 36ADFD64CAFE1C8C698A5DB5A16C8A01 /* React-RCTLinking-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTWebSocket"; - sourceTree = ""; - }; - B4966142AF6326A5064D67FF2AF9931B /* UMFaceDetectorInterface */ = { - isa = PBXGroup; - children = ( - A09C6C2290DBF3147F1B167E151B5637 /* UMFaceDetectorManager.h */, - D9A404C838CC366B5AB290B7F7E39467 /* UMFaceDetectorManagerProvider.h */, - 29838003BBDBF97CD9277704BD0BCC83 /* Pod */, - 6BFD62B2ADEC1B61E813CFC4051811C7 /* Support Files */, - ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; - sourceTree = ""; - }; - B6C870FA1D258A0F37F87EB33665A6E9 /* Multiline */ = { - isa = PBXGroup; - children = ( - 3616292D05C6A7612D05D2BEEB8E79AD /* RCTMultilineTextInputView.h */, - E4E7859545437ADE85431DE7047FC7A0 /* RCTMultilineTextInputView.m */, - E61815177A4D6AEB65C59D9ABEF65441 /* RCTMultilineTextInputViewManager.h */, - 78815C625B996E6A5418BC82437177DD /* RCTMultilineTextInputViewManager.m */, - 34E09016CC5CC3F50C8828B9B762C89C /* RCTUITextView.h */, - ACA578AB1170F7872359FAB4FE14C589 /* RCTUITextView.m */, - ); - path = Multiline; - sourceTree = ""; - }; - B6D5A6382B9F964871D9F405189917E6 /* UMBarCodeScannerInterface */ = { - isa = PBXGroup; - children = ( - 6D2A240C6AF3F4EE74684D7B1C056300 /* UMBarCodeScannerInterface.h */, - 16753A6333B4B74AFE95D117D778FFFE /* UMBarCodeScannerProviderInterface.h */, - 5A281996D4C76700BB602DEC58C79145 /* Pod */, - 4895B34D6AF269D8F5CB5A86C0630255 /* Support Files */, - ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; - sourceTree = ""; - }; - B6EE3A37ACD30069F1228C66AD5703D8 /* Support Files */ = { - isa = PBXGroup; - children = ( - D97D3953AFCB19290DCE79967469D032 /* RNDeviceInfo.xcconfig */, - 579E4F8761FA8AF71250CA664DFE140A /* RNDeviceInfo-dummy.m */, - EBC053E6881747B4BA469C42AB9D10D4 /* RNDeviceInfo-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; sourceTree = ""; }; B7C9CCED6A7CE57A864D21CBAF36EDBA /* FirebaseInstanceID */ = { @@ -8280,93 +8181,132 @@ A4210284401999C7C2A953A6E1522B88 /* NSError+FIRInstanceID.m */, 9E513B03AC683B66B518E3F014EF4D3D /* Support Files */, ); + name = FirebaseInstanceID; path = FirebaseInstanceID; sourceTree = ""; }; - B92D38F75975962E6165C281591F03A7 /* Support Files */ = { + B8BEA980F0CA0E2B47F18C61997450D1 /* Development Pods */ = { isa = PBXGroup; children = ( - 25A63910A0DEABF51251AA27A9D1F0E3 /* React-cxxreact.xcconfig */, - C8FDBF7ACB15C413E832E6AD0647B146 /* React-cxxreact-dummy.m */, - BF3CAFCDCF86E464A394A2BEA98A0AF1 /* React-cxxreact-prefix.pch */, + CC83EE6444C7DC9A1E41C9434C311850 /* EXAppLoaderProvider */, + 97D772225B953242B947AA7362FD3089 /* EXConstants */, + 4EAEA00BAC559F8815CB1A20066AA78B /* EXFileSystem */, + 285FCC577C4635BF3345FC18874A6D8A /* EXHaptics */, + 85A6E1EF686A445E20D34FDEB1289B1B /* EXPermissions */, + 6B2B8A6B175193882C5AE060A862D535 /* EXWebBrowser */, + B4A25B97000926B0AE650230EB1382CF /* React */, + 634CB23317D55F9A19A9898571FCA5EC /* React-Core */, + 9D89630CA7AF9E5746A82E63A63FED88 /* React-cxxreact */, + 6C03AC06E4F357BCE2715BF22488DD3F /* React-DevSupport */, + AC3E77D5D78FB682DC375CBE2C4BB9C7 /* React-fishhook */, + 32024DF7271FE5400D14B06F139B7236 /* React-jsi */, + DBADE102BE6DF6DE92EF6A1183C1567A /* React-jsiexecutor */, + CD49ABA4D299E3277D8D6F734F5D325B /* React-jsinspector */, + 869352263110A10A444DD7BDF6C4B293 /* react-native-document-picker */, + 625A9DF1D806E33511DF13325071319D /* react-native-keyboard-input */, + E2E78C746EED68D0C408A05FBCC33FFF /* react-native-keyboard-tracking-view */, + 82A1B4574F360552FF7E9E75F653F6FC /* react-native-notifications */, + E00BCAA3FE55201DC12C9663D35FB141 /* react-native-orientation-locker */, + 4C0D0A2001DB5086A01FDD498F8A4164 /* react-native-realm-path */, + A6727BF3C6CF9E08CE351FAF791D3B5C /* react-native-splash-screen */, + 382E101180F09C0C3415002D560939DC /* react-native-video */, + 221F3C45E864BD8429304F9B307A1AF0 /* react-native-webview */, + 86869C32675B0B7212F7120A201FB8AC /* React-RCTActionSheet */, + 7353E59095F5D13A1DAC1BDED388F444 /* React-RCTAnimation */, + B932F69AF690BE8B50D5DA02632BB357 /* React-RCTBlob */, + F1BF02BD31FC74B204D260D623B8C0D0 /* React-RCTImage */, + EA0B6012CD32F7ACD9089142982946D1 /* React-RCTLinking */, + 32C3BA66C49963539D1697B076D8C4EC /* React-RCTNetwork */, + 73EF5A75A93F035E573056D2080D7716 /* React-RCTSettings */, + 84DCDE9588F84ED17F20EBD7621B556D /* React-RCTText */, + A18E204EE80D570E64D84FE3C3F286ED /* React-RCTVibration */, + D2F33EDC93B4CB4722DFE7A7DEF4FBC0 /* React-RCTWebSocket */, + FA72D3D56A80C499A8A85D8DBA3FE608 /* rn-extensions-share */, + 30AB9FAB5444C1F4A67C72595A9955A7 /* rn-fetch-blob */, + 8487A230D3C927657202D308DB73A6FF /* RNAudio */, + C2EC171E47EB4CC55EC7901980AF6F00 /* RNDeviceInfo */, + 93F6740B2D0D474599B1173485FC1429 /* RNFastImage */, + 56027C1DED9D577D665BE20A99272C12 /* RNFirebase */, + F4D3901E12019B62A2F9034E98DF3FF4 /* RNGestureHandler */, + E7FBC5375967825B99122D685E7B3133 /* RNImageCropPicker */, + 8F1254ADFFFB92002F85E178B638E7C6 /* RNLocalize */, + F06B3635493440BB3B0DDB9D6445AE87 /* RNScreens */, + A25E5B7C198AC1259E3A2212148F7D0D /* RNUserDefaults */, + 6206C183C285F266D1CC9CB613AEDA5D /* RNVectorIcons */, + 7CE61D938DF0ED7FA1C00D409E756CF7 /* UMBarCodeScannerInterface */, + 76C1F29595C2EF5D580FD18FB07D6796 /* UMCameraInterface */, + 96AB5B589BE2FF77779A737F425D4567 /* UMConstantsInterface */, + FDB5CADB19801587C9BF2FA13667870F /* UMCore */, + 56A9BE893A530E5DE8CC9AC7FA17A949 /* UMFaceDetectorInterface */, + D59EB3FE68E1A054CD76E2FCA7F037F3 /* UMFileSystemInterface */, + 90BDFB43C96F17A709CBD0A4968751D9 /* UMFontInterface */, + 74180D304CCF6CFE21F58A63EEF60EDD /* UMImageLoaderInterface */, + D939D5A39A0FEA4922FE385D9B7B1B90 /* UMPermissionsInterface */, + 402A27121A88087ABDD9DBA54A72A51D /* UMReactNativeAdapter */, + 071CFE0E701C7A73D44233A24036E4AA /* UMSensorsInterface */, + D22C841CBBAE6D3D5427E5185EE26D57 /* UMTaskManagerInterface */, + 1540932447261028A4DBE6E6D74E9FDE /* yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + B932F69AF690BE8B50D5DA02632BB357 /* React-RCTBlob */ = { + isa = PBXGroup; + children = ( + 329BFCBAF5B6E1BE29D82FAE16856B63 /* RCTBlobCollector.h */, + D1FBD62950719376F05F4697B1468736 /* RCTBlobCollector.mm */, + CA602E87410289C5EF580055FEADD2DC /* RCTBlobManager.h */, + 72BE94C02A40C2FB344FB54D5D07F9C4 /* RCTBlobManager.mm */, + DAF509804C7A2B9E02B97451F9E1BE09 /* RCTFileReaderModule.h */, + 7B73A9B7BA7D76C4EAB6A1B0097D170F /* RCTFileReaderModule.m */, + A4FC12B9D46CB50CBBC07E0488E26D92 /* Pod */, + 6D27AFBA16634A1DDF22FCFBEE69D23B /* Support Files */, + ); + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; + sourceTree = ""; + }; + B9782562BC42929099C1235951C9DD12 /* Support Files */ = { + isa = PBXGroup; + children = ( + 55701FDC716368D3C68ECC3F2CFAE7DA /* react-native-splash-screen.xcconfig */, + F99092A304197A07B96316B37B83D174 /* react-native-splash-screen-dummy.m */, + 617C4CA5F5C2775ABE74ADCE72DF61B8 /* react-native-splash-screen-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + path = "../../ios/Pods/Target Support Files/react-native-splash-screen"; sourceTree = ""; }; - BAE563AC787B61CEF603E7D73E9A6EF2 /* Pod */ = { + B9F8DA48C0E1783710CDD1865F647035 /* auth */ = { isa = PBXGroup; children = ( - 225D8EAF3A393386C2325E19CCD3B025 /* LICENSE */, - 9C54865709471A0216B83304F1129443 /* README.md */, - CA4FF8C3FEB91521C1AE2B52495D5A76 /* RNImageCropPicker.podspec */, + 23FAA419873C5A124F49B293BAFFADBD /* RNFirebaseAuth.h */, + 2A1CC9AF6736B0577F661EB9A512EBDC /* RNFirebaseAuth.m */, ); - name = Pod; + name = auth; + path = RNFirebase/auth; sourceTree = ""; }; - BB69A9CF2AAEDDC420D0D1EB95BAF0ED /* react-native-orientation-locker */ = { + BB530B4C539314AC1593454F7B824F59 /* notifications */ = { isa = PBXGroup; children = ( - A7518DB8914CA2269F2867E70A25761A /* Orientation.h */, - C91309662CD387DD54F070BECCB20086 /* Orientation.m */, - 6C29E362E8722B53D356E781AF178DEE /* Pod */, - 183B1C49AFDD2BB239FA95016C8973DF /* Support Files */, + BF5FB8C89859ADCBA5D2D27E249C517C /* RNFirebaseNotifications.h */, + E93031C5AAE92BD68281DF125E44FBC2 /* RNFirebaseNotifications.m */, ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; + name = notifications; + path = RNFirebase/notifications; sourceTree = ""; }; - BD7C13A5A272CACEF59BA76B73E3FB39 /* Support Files */ = { + BB9F2CC65AFE165B80A216D8A2F2131A /* RawText */ = { isa = PBXGroup; children = ( - 7FA4492ADF40759E9C9901C5B96D84D1 /* react-native-realm-path.xcconfig */, - 88205D0D40CE6C479132FA3F44299729 /* react-native-realm-path-dummy.m */, - CD11A7DB0CD6515BEA3BDC0EF776D06D /* react-native-realm-path-prefix.pch */, + 7717422217E1C3A23C8E784AE188D920 /* RCTRawTextShadowView.h */, + D59A414E677B93C3BDBD468608FF05BD /* RCTRawTextShadowView.m */, + D383579E50E6450807987B098C50A0DB /* RCTRawTextViewManager.h */, + 379F579C01433C0E58D3AC96481336B9 /* RCTRawTextViewManager.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-realm-path"; - sourceTree = ""; - }; - BE7FB7D10F37A99A021B5E7AADA96062 /* Pod */ = { - isa = PBXGroup; - children = ( - 7CAAA28E7B782AA3232E17D5A70C962B /* EXPermissions.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - BE9FCED62203EC97DF54BCF0D6303686 /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - 3990962CA262C61A2F8B23914C65BFB2 /* RCTGIFImageDecoder.h */, - 0BE4BCF056FC6B9D5209CE2C67F1133E /* RCTGIFImageDecoder.m */, - 4B6195895FEC7E410FBA5CCE3E49A027 /* RCTImageBlurUtils.h */, - 0C6DF060AAC4103166E5DDE6AF06DEAC /* RCTImageBlurUtils.m */, - B75083EE49DD59D00B85C547F31BBCB4 /* RCTImageCache.h */, - 254EA23B053590C034D264A6C7A7652F /* RCTImageCache.m */, - 82AF9CFFF241124E108AC3FA929A8F50 /* RCTImageEditingManager.h */, - E2AFC55E7D8C6D7C6820C333BF1C3041 /* RCTImageEditingManager.m */, - 5574155B05CDF18D6006B087F7A366F4 /* RCTImageLoader.h */, - 09362F442501873166B9D56FF7485AE2 /* RCTImageLoader.m */, - A049C3C60C79FB949B56965EEFA989B2 /* RCTImageShadowView.h */, - F53FD7756478B58E6E6F27880A0C3EBA /* RCTImageShadowView.m */, - 8F8678743601838A643BEBFF5A9983DC /* RCTImageStoreManager.h */, - 733E5B720E34554C2BF0A5CA0D862DB2 /* RCTImageStoreManager.m */, - 46F6121A8F5A3F7D50F6B0C611444277 /* RCTImageUtils.h */, - F8C082D181EA905458381ABB7A5D0CCE /* RCTImageUtils.m */, - D48F6722E1B6E65865028D165DE11F2D /* RCTImageView.h */, - 6032F1161C25A566D76B12214748B1AA /* RCTImageView.m */, - C1FFA2D06CDCD08797EF166F5C26EFA4 /* RCTImageViewManager.h */, - 37916F9FBE634EED655B96CD63F8D042 /* RCTImageViewManager.m */, - 37D31D4AB1FFF309C4D7CD5B7A2AAC41 /* RCTLocalAssetImageLoader.h */, - 405CCB2D7C257B569258AEB741985FA1 /* RCTLocalAssetImageLoader.m */, - FD3A3FEF35FDFF50E9035B5AE197DEA6 /* RCTResizeMode.h */, - 21FC4193CF0A3B1AF216D107B2A9CA29 /* RCTResizeMode.m */, - 6ECF993D55CE2B0BF452CD3A92082B11 /* Pod */, - 6D7DE8AC305E6194B3C115E371544F5B /* Support Files */, - ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; + name = RawText; + path = RawText; sourceTree = ""; }; BF029808E8F4F57A81C9FDDC7CAFC4DC /* Support Files */ = { @@ -8378,74 +8318,98 @@ path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; + BF1F5994E3C8A145AF289E7C4C79C48E /* jsi */ = { + isa = PBXGroup; + children = ( + AF6AE1FCC58E978ABBF1BD337D1F7323 /* decorator.h */, + 5869CBC7CFDB12A26FD81EC71C269D9C /* instrumentation.h */, + FB436CBCCCB7647A05DC8816D2449923 /* jsi.cpp */, + 0530F56ADD901FA8BEFCABC05F569B72 /* jsi.h */, + 0B99E26333A6E48B226563531491D4E7 /* jsi-inl.h */, + A2E1904B6C516D5BF037EE50DA589C41 /* JSIDynamic.cpp */, + 3DD8A70965DE73E816D42AED74C7F571 /* JSIDynamic.h */, + AABB128D00F1B20EAF25458003E3017E /* jsilib.h */, + B0F1629FCBCF396089E08B2732D1B7BA /* jsilib-posix.cpp */, + 435F6BEC0DE33AD378DF624BF1B3E069 /* jsilib-windows.cpp */, + 04D2093CE440381A05DCB88A6A77C29C /* threadsafe.h */, + ); + name = jsi; + path = jsi; + sourceTree = ""; + }; BFBC7846FAD13AB65223954015050DCB /* SDWebImage */ = { isa = PBXGroup; children = ( F0DD9C1C1F5A1078C20BC2F553004E78 /* Core */, EE1FB004867ADE42338B38A29A544123 /* Support Files */, ); + name = SDWebImage; path = SDWebImage; sourceTree = ""; }; - C05EF6398060B72C8C6A5A2FDAC205B6 /* Support Files */ = { + C103AE305AE9ED73D76ACECF783E23A4 /* Support Files */ = { isa = PBXGroup; children = ( - F881D34CAC1EC4BBB03EE21152C28BE8 /* react-native-document-picker.xcconfig */, - A52D4875A9BE801B674248C9C4A9AE6B /* react-native-document-picker-dummy.m */, - 2A410A3C7B6ADCF78DC5B0ED47CC0B9E /* react-native-document-picker-prefix.pch */, + 37FA95E244753EB9132AFC31F8E584A2 /* rn-extensions-share.xcconfig */, + ACC9811378BB35E8E62BC10F0487B5DA /* rn-extensions-share-dummy.m */, + 6BDEBD2DC11FFED0F68712374F29853E /* rn-extensions-share-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; sourceTree = ""; }; - C19E501DF14A73F1DBCDC831BFE0C1CA /* Drivers */ = { + C168F060237B77E0654D1F9157A7D268 /* Support Files */ = { isa = PBXGroup; children = ( - 59910718D716D10F63AEC9C5FD2D35BE /* RCTAnimationDriver.h */, - CAD68CECAD1057A51E00FFA02374448B /* RCTDecayAnimation.h */, - 3EE79C539D898544398CD96237C73BE0 /* RCTDecayAnimation.m */, - D0537CCBB5AA7603D9B6A0052945CCCF /* RCTEventAnimation.h */, - 260DC5CE4A7D11DA70174BCB6142A921 /* RCTEventAnimation.m */, - AD6CF42EE7AED629E9B0BD5B4E54B201 /* RCTFrameAnimation.h */, - C3D9C6D1B01ED5E4E4738DA8F2556628 /* RCTFrameAnimation.m */, - 3696B8432FD0EB699A2EA8ABBE2847E9 /* RCTSpringAnimation.h */, - BFC4ACC5E3F48DA9704ACCC23134C8F7 /* RCTSpringAnimation.m */, + 8E2B312F0F531FDD393D1731DA28B224 /* React-jsiexecutor.xcconfig */, + 5EB25972CD7E6B28A0757C8B7D755ED3 /* React-jsiexecutor-dummy.m */, + 30E5E7056DB14437554203F247FEBE8F /* React-jsiexecutor-prefix.pch */, ); - path = Drivers; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; sourceTree = ""; }; - C40AA4891ECCAFDEAEB9724B0757044B /* EXPermissions */ = { + C2EC171E47EB4CC55EC7901980AF6F00 /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - 2C030B218A909961839093E9D142B50A /* EXAudioRecordingPermissionRequester.h */, - 8F2CB06D157C4E447B8B07F00F504BC6 /* EXAudioRecordingPermissionRequester.m */, - ABBB5C9928BC5E50DC6AFF6239011838 /* EXCalendarRequester.h */, - C73E62DE5B0B8AC5FF697C2E7859EAB6 /* EXCalendarRequester.m */, - E4CE8DE7048AE97E22E9CEED78ABAA6F /* EXCameraPermissionRequester.h */, - FBEB1B05A0D196DB2F3F7EA7BB8377FA /* EXCameraPermissionRequester.m */, - 14BFDD15BF0CF294C4FCA9FE4337A38F /* EXCameraRollRequester.h */, - BCA22B35A1EB4FB412043B1DCE1F1CE6 /* EXCameraRollRequester.m */, - FED25DCB7B9FDBDC8D58FF6A7B48B9D2 /* EXContactsRequester.h */, - 6198696BF71A06C5A2D0848AD2CCB357 /* EXContactsRequester.m */, - DC9F5A7C4A632DB1CF9F359F4F795A3F /* EXLocationRequester.h */, - 4A3DA23A34BC8A51A4FCABC4A4D5AE1D /* EXLocationRequester.m */, - C172198DB7B51874DE3E98534E6FDD4C /* EXPermissions.h */, - CC930E40FB22087A83807BE867C631C0 /* EXPermissions.m */, - F017F89CBFDFD64231A1E70E8687EA33 /* EXReactNativeUserNotificationCenterProxy.h */, - E7170042893DEF94C8C9875D4B7BE104 /* EXReactNativeUserNotificationCenterProxy.m */, - 24996C9C057EDA5D31D4E5A4ECC0C498 /* EXRemindersRequester.h */, - 3CCB05F8AADD891FB863D644BB279CA3 /* EXRemindersRequester.m */, - C6AB5BB1F73045E65DEDE3F5297850D4 /* EXRemoteNotificationRequester.h */, - 21674978ECBDA5CFD6AE01E56F85C99E /* EXRemoteNotificationRequester.m */, - 1619991529E05A30FFCAB7373B90C3E6 /* EXSystemBrightnessRequester.h */, - 42962C15EEDCA727DA315E6E491616B3 /* EXSystemBrightnessRequester.m */, - 351B8FC8C6FC0AF20265D5E8A088D61B /* EXUserNotificationRequester.h */, - 3994ACDA8F04F6F19D09C1311C21390F /* EXUserNotificationRequester.m */, - BE7FB7D10F37A99A021B5E7AADA96062 /* Pod */, - CA120739131D9C47EC8782D46A19C3F9 /* Support Files */, + 3FFA48B9DB653F93033398BC8F836D64 /* DeviceUID.h */, + 044DC791577AA92BEB59C0FB373E30B0 /* DeviceUID.m */, + 7E595435C1222A233B6C62A83D4D1BE5 /* RNDeviceInfo.h */, + AA3619A9BFA06B2278595D6FF9B187BD /* RNDeviceInfo.m */, + 1E80790CAE4886B3B8306CF80DFEC38B /* Pod */, + ED9DE07DB681E35C4BF58BEA52CF9087 /* Support Files */, ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; + sourceTree = ""; + }; + C3A1858C1EDC41AC257A28278026E13F /* Services */ = { + isa = PBXGroup; + children = ( + 9578FF143B1C2D0688124384707F9D2E /* UMLogManager.h */, + 29964C9B9D833D624B9683744C054108 /* UMLogManager.m */, + ); + name = Services; + path = UMCore/Services; + sourceTree = ""; + }; + C416DFC295CFEDF52A3CB676596F2A4B /* Protocols */ = { + isa = PBXGroup; + children = ( + 603AD174B46C2C680DBD3B71C67A1F35 /* UMAppLifecycleListener.h */, + 790DA060103C603A6FABE574421666A8 /* UMAppLifecycleService.h */, + 43A8B40C6D7E3B2A84DCBD375FFCD1C0 /* UMEventEmitter.h */, + CC1D94DB4A868ECE42F5DEC023B7793E /* UMEventEmitterService.h */, + 904659EB6A017D9B682BC421B10C20DE /* UMInternalModule.h */, + 26ACDD2BDA42E25FCFD9974FE7876068 /* UMJavaScriptContextProvider.h */, + 31E5F4DC57C8745E7EA3280A75FF7C83 /* UMKernelService.h */, + 382AC57C33C0C98A1D952E6B0CD1D579 /* UMLogHandler.h */, + AB89698993A43A58C61F65C23D90EA22 /* UMModuleRegistryConsumer.h */, + 2DC0A24ED0AB1363F2FFBAFA87AC4D26 /* UMUIManager.h */, + D52B984CF90C637FF78611BCC525149D /* UMUtilitiesInterface.h */, + ); + name = Protocols; + path = UMCore/Protocols; sourceTree = ""; }; C45B51614DB7073F12F539FA99D85FF7 /* DoubleConversion */ = { @@ -8471,29 +8435,17 @@ FAC0B5B43E4C182939F1CC3FEF655EC6 /* utils.h */, E97EF43233612AA176A6BDACFE3FC51A /* Support Files */, ); + name = DoubleConversion; path = DoubleConversion; sourceTree = ""; }; - C4D960239B015497723D8AEB699599C9 /* Support Files */ = { + C7FE888A37D72FBF09F2D7E90F7AD731 /* Pod */ = { isa = PBXGroup; children = ( - E7090F4AF7656167AF02C92F1D286BFD /* UMCore.xcconfig */, - 36FAE6073DBDD9A0C711FBBC3BA69784 /* UMCore-dummy.m */, - E4AE3310A632C330499E18FE7089734F /* UMCore-prefix.pch */, + D7272374858B17C9A1FCD01CA218049D /* react-native-realm-path.podspec */, + 7804B92A41E5BF56A8B654EA04228DB0 /* README.md */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - C4E1A7A4DD93EAA26E01AA073101D0D4 /* UMImageLoaderInterface */ = { - isa = PBXGroup; - children = ( - E49B34EFBA023ECAF788FAC8F669278B /* UMImageLoaderInterface.h */, - 00CB569B6102C5AB8D46C4C5505DDA64 /* Pod */, - D44E15DA6D192CE718883C3B8B30F490 /* Support Files */, - ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = Pod; sourceTree = ""; }; C88EDD29BF2A48FD670F2B85B452AB84 /* Pods-RocketChatRN */ = { @@ -8510,6 +8462,40 @@ path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; + C8B07192B912FF405CA94E0D0689BFD0 /* Nodes */ = { + isa = PBXGroup; + children = ( + 6FDB6F8EF92CF47922BB06A093BAC02E /* RCTAdditionAnimatedNode.h */, + E9F24F6CC283AFDE49B2212D34DACC76 /* RCTAdditionAnimatedNode.m */, + E3E2B2B01186F92F25B5BDF354426CCE /* RCTAnimatedNode.h */, + CE7159BC04927081F873D919EDEBF3AC /* RCTAnimatedNode.m */, + 315DE2294020DCEC63253F4151C520B6 /* RCTDiffClampAnimatedNode.h */, + 32B7966DB107C52BFE220F1BDBC607E4 /* RCTDiffClampAnimatedNode.m */, + 6AE72AD544CE45B2F00EB3356747E031 /* RCTDivisionAnimatedNode.h */, + 1876098BCCDE17F905B5C266FB707D74 /* RCTDivisionAnimatedNode.m */, + 5DD39ADCEA5DA50ED8A5ED8CF9C70052 /* RCTInterpolationAnimatedNode.h */, + 3C195EDD76322261D6602B7058FC491A /* RCTInterpolationAnimatedNode.m */, + F414F79786E283F696EBF5459D9BB694 /* RCTModuloAnimatedNode.h */, + 75FBC0C79EC41C4CF61E3DBE9109081D /* RCTModuloAnimatedNode.m */, + 3F139A3F20040221F97E6C26F73A2225 /* RCTMultiplicationAnimatedNode.h */, + 230665753174CD2B0A4C639C9D1F6C2F /* RCTMultiplicationAnimatedNode.m */, + C8A5C49051F495B514E31E0BA245D777 /* RCTPropsAnimatedNode.h */, + 5CCA301AA7AA87F5D1501F7CC973C29C /* RCTPropsAnimatedNode.m */, + 4D733CE07616A12CEBE09EAE343097D3 /* RCTStyleAnimatedNode.h */, + D67BBB251369814ADDA78ABEDC96F55C /* RCTStyleAnimatedNode.m */, + 9C1E8F26979F2E2E1AB812FF647E0297 /* RCTSubtractionAnimatedNode.h */, + 4FFC037B0DA956D0BDF62284DAAFF89A /* RCTSubtractionAnimatedNode.m */, + 2EE02D761B40A12213B7760AC71F5613 /* RCTTrackingAnimatedNode.h */, + 5DCC621C1170C10E84079A78E6BA8466 /* RCTTrackingAnimatedNode.m */, + 917B24940B93636C07C207A8F5F6963F /* RCTTransformAnimatedNode.h */, + 8639134BE6C9CD962EF7AE827781E6C4 /* RCTTransformAnimatedNode.m */, + 80F43C3AFD7A6E252D23EAE1425466FD /* RCTValueAnimatedNode.h */, + 12C8F83B53FAB9C1690C406B9FA39F44 /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; C93C48C85E29E96AB409BA26CAC5B86F /* Support Files */ = { isa = PBXGroup; children = ( @@ -8519,154 +8505,105 @@ path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - CA120739131D9C47EC8782D46A19C3F9 /* Support Files */ = { + CA07BD15122F53104A1999B22970DF18 /* Pod */ = { isa = PBXGroup; children = ( - 27FA3148AFA8664FCD75B034AEE40EF4 /* EXPermissions.xcconfig */, - 4CF81645FC3027FE3D67F6449C3CBD26 /* EXPermissions-dummy.m */, - AEC3753942B356BCB688DD77DDA6703B /* EXPermissions-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - CA9F9F67AF07BCBA17C799EA4A780E42 /* Support Files */ = { - isa = PBXGroup; - children = ( - 25F7A7DC2F4248E2399499D0D273F972 /* React.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - CAD0A3BD0DCDA8D4D9AB2159EE57CA0B /* Interfaces */ = { - isa = PBXGroup; - children = ( - 942533EE853442606A01172C0395CD0C /* EXAppLoaderInterface.h */, - 6ABC96A24ED97AB927C9EE9317646A7B /* EXAppRecordInterface.h */, - ); - name = Interfaces; - path = EXAppLoaderProvider/Interfaces; - sourceTree = ""; - }; - CBD7D92B014C22F1775BBE398DA7FB53 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8A8F5163995C2668CBBBB0F94503418A /* EXHaptics.xcconfig */, - 89F96B5D98C0ADA1ACAF472B236E4AD3 /* EXHaptics-dummy.m */, - A8FE6A074E4FAA2A750DE94929C97F98 /* EXHaptics-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; - sourceTree = ""; - }; - CCA270E97A816B2FF6EE061087D62957 /* Pod */ = { - isa = PBXGroup; - children = ( - 776BAF5EF548A30F3C28B5F7382EA702 /* UMPermissionsInterface.podspec */, + 234C0E20D2182701BC24ABB7621BA0F2 /* LICENSE */, + 7F46D6E8EC83DD0CF21356810A96DDEC /* react-native-keyboard-tracking-view.podspec */, + 6021F29EE4DBE7313EC01D9449C88173 /* README.md */, ); name = Pod; sourceTree = ""; }; - CCD0FE057BC1EA1588C3A7BEA43D103F /* UMModuleRegistryAdapter */ = { + CC7FCB659F62F70616EB51D4BAB5C25C /* Pod */ = { isa = PBXGroup; children = ( - 3488FAF016955E5F89B976862973F198 /* UMModuleRegistryAdapter.h */, - 8064958D9D37258E3260C9A4D72C80F3 /* UMModuleRegistryAdapter.m */, - 84372C399AAAF029A93B2E1F55D10704 /* UMViewManagerAdapterClassesRegistry.h */, - 9C8326B636BA2A897FA677875A9AA024 /* UMViewManagerAdapterClassesRegistry.m */, + 7D7CC22281804887F7EE01AEE7B84B55 /* LICENSE */, + 4AFB1A9C457C01F823A7F9F825A86A41 /* react-native-splash-screen.podspec */, + 6FFC29D6363C29C33AE937AAABE195C6 /* README.md */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; + name = Pod; sourceTree = ""; }; - CE3029C878962ADE626BEE8A54B5D1EE /* Development Pods */ = { + CC83EE6444C7DC9A1E41C9434C311850 /* EXAppLoaderProvider */ = { isa = PBXGroup; children = ( - 880AE1D7A2CCDA0DFF44917DB40C0CB4 /* EXAppLoaderProvider */, - 5600F6600DC7F0AB59715CB399D2A4CB /* EXConstants */, - F35414F769A3A646E8BF2626FD1C183E /* EXFileSystem */, - ABDD3745258C87F763A84B189A197954 /* EXHaptics */, - C40AA4891ECCAFDEAEB9724B0757044B /* EXPermissions */, - EECF67E49A75C247433BB36E77FE03EB /* EXWebBrowser */, - 2852B8E078DF2074ACB19F643E1B2052 /* React */, - A83B71AD6BCF1D0C85E8ACD7CCB2B599 /* React-Core */, - 174855BF06B7E8635A6A9DAD8186373F /* React-cxxreact */, - 6F99A58FB5EBF987B7B3F7CD37EDFFF7 /* React-DevSupport */, - F5C0FAFEEB8B00C555EBBF80380D75AC /* React-fishhook */, - 3FF2EEB049FE49369A2912B5AA757BBB /* React-jsi */, - 461C3510B1590DC46215EDEB2D77A1D6 /* React-jsiexecutor */, - 015A1FE428C12CB1B39D42C3FD363079 /* React-jsinspector */, - 9B64BC58D55102113A225B73E5A82B25 /* react-native-document-picker */, - D5BAD79E0431D7E12B7A2BBF20D749AF /* react-native-keyboard-input */, - 8D87A8C7DD527722957201B86AAC4A5E /* react-native-notifications */, - BB69A9CF2AAEDDC420D0D1EB95BAF0ED /* react-native-orientation-locker */, - 6747EEFA69CA1FBA17782361286B931F /* react-native-realm-path */, - 84A994A35C6BFF67B93585C5D96A68B0 /* react-native-splash-screen */, - 28A605716D30AD6ED31FBC74E7A73E55 /* react-native-video */, - 99FAD7E617545BF9A74F7C1A65DEFB42 /* react-native-webview */, - F3E1B8F453DB5C9389B7168C959B8D4A /* React-RCTActionSheet */, - 4C1A5A98645B49C1F7365D78F690B35E /* React-RCTAnimation */, - 464F8806ACD14A615E81EE520C1FC367 /* React-RCTBlob */, - BE9FCED62203EC97DF54BCF0D6303686 /* React-RCTImage */, - 27670AD65090118BD4726D5980A818AD /* React-RCTLinking */, - E1718D75EEA1D0BFF51E3599ACDA9887 /* React-RCTNetwork */, - 8A7DC10194B859383FB2131BE2BAA301 /* React-RCTSettings */, - 200BC4D7BE4FF985FC869D6FA7B1992C /* React-RCTText */, - E6D5D7C9D52DC438A625D23926203E25 /* React-RCTVibration */, - A383B852E8DB6A12F9ED3C50A0ADD20A /* React-RCTWebSocket */, - F99319AF04A397C5F0525B69C193F84C /* rn-extensions-share */, - E7954D0D0EB7714E3E53B134C3759D3D /* rn-fetch-blob */, - 20858D43EEA1863BD12EFE7C89B3C421 /* RNAudio */, - 2E213F9B730F71FF558C899A29EA6628 /* RNDeviceInfo */, - 0403B5B1AD1CA3CB242142D69D25EE47 /* RNFastImage */, - 0773FBEFACC824742B37D5C009F2100F /* RNFirebase */, - 7AEB1C0F107B168443C07A80DD2EB77F /* RNGestureHandler */, - FCD73C9F5D35862A1F350E8C96DB2756 /* RNImageCropPicker */, - 081B85B209867D5139E6DA57E2BDB638 /* RNLocalize */, - 668F574E504206FD9DC4D9B6F0463FB7 /* RNScreens */, - 683C9B4EF112EDA5A0698FBDEB29B6EC /* RNUserDefaults */, - DAF1961A1EA9E00F21039208EC952A20 /* RNVectorIcons */, - B6D5A6382B9F964871D9F405189917E6 /* UMBarCodeScannerInterface */, - A93D5DDE266E5AB1C0F09E59224F3304 /* UMCameraInterface */, - 66047ABDF8A864EF661D130786E085B6 /* UMConstantsInterface */, - AB73E57331FB49646A753CAACAAF2FE3 /* UMCore */, - B4966142AF6326A5064D67FF2AF9931B /* UMFaceDetectorInterface */, - 9B768D533B4130D1E1AEDED4A3BB473A /* UMFileSystemInterface */, - 39DC68C8140352BF637727067A3311CB /* UMFontInterface */, - C4E1A7A4DD93EAA26E01AA073101D0D4 /* UMImageLoaderInterface */, - 23785AE3531B8D6516D374BCC7CD3F86 /* UMPermissionsInterface */, - 6A6B92FB666AFD7BF42B21FFAC4227F6 /* UMReactNativeAdapter */, - A761D4E15B1A8BC9077BE743E3A180EF /* UMSensorsInterface */, - D15EB5533D237E4CBBBF048B8FBDB289 /* UMTaskManagerInterface */, - B01815199B3B90C6F956F9A0B0315E9E /* yoga */, + AAB604FF4FF445EF37F96B76C35C2442 /* EXAppLoaderProvider.h */, + 0D31A3C70629924F578EB3139CC70C81 /* EXAppLoaderProvider.m */, + 5D24D33AD9E17044308440254BC234B7 /* Interfaces */, + D6FF263100B02DEC84B5C7FD00B2EBFB /* Pod */, + A35CB4C588A15ED62831495FEE5D1BA6 /* Support Files */, ); - name = "Development Pods"; + name = EXAppLoaderProvider; + path = "../../node_modules/expo-app-loader-provider/ios"; sourceTree = ""; }; - CEDF3DF98E9CE9D8A66AADD19A19A1A2 /* Support Files */ = { + CD106E78560F9CF0FB9D8B4688D2CFC7 /* Support Files */ = { isa = PBXGroup; children = ( - B5E1F8A99857E0AA589138FA8BD0CF31 /* yoga.xcconfig */, - 95883DDA99BABA9F4B5D88A3BEDE609E /* yoga-dummy.m */, - 674911FB39D5C25B7DFED61EEE57E10F /* yoga-prefix.pch */, + A0BBE76C3DCE2AECE404AA486E99299E /* React-jsi.xcconfig */, + CC452489E80067B1E6359467A2BF736A /* React-jsi-dummy.m */, + 01D6F57919DB696B49571EBC640F71FB /* React-jsi-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/yoga"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; + sourceTree = ""; + }; + CD49ABA4D299E3277D8D6F734F5D325B /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + 133820C9C9C43384B982F0C3441F6FD8 /* InspectorInterfaces.cpp */, + 2E5F7DC14E9FADCEB1836C87D07376C2 /* InspectorInterfaces.h */, + 3E15A25334663BF6DE2CA9BA355E194D /* Pod */, + 4C2B86038632035BD9B17E10B795396E /* Support Files */, + ); + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; + sourceTree = ""; + }; + CE892A6A83D131447EF0F7A4A79A51DF /* Support Files */ = { + isa = PBXGroup; + children = ( + AD93D959DC35AE5FFA76DFFCA854D850 /* RNFirebase.xcconfig */, + 60744BEE6B90A2CFC5034237AEB63CC8 /* RNFirebase-dummy.m */, + BCCB540587FD19A9D4BFF5937C7D7E51 /* RNFirebase-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFirebase"; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - CE3029C878962ADE626BEE8A54B5D1EE /* Development Pods */, + B8BEA980F0CA0E2B47F18C61997450D1 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, 213AFE9404FE5D430C49447BE067B4EA /* Pods */, - 9E845B58C9C2A153D96BF55CE67AD5B2 /* Products */, + ED2282E542AEF7D7753197E82EF65B2A /* Products */, 06D60C769F7D115AFAD59B48B3198638 /* Targets Support Files */, ); sourceTree = ""; }; + CF680BEC2CCD224C0FC2A281C46558A1 /* Pod */ = { + isa = PBXGroup; + children = ( + 63D3F82879DB7348D3711CE2BABE3DD4 /* UMFaceDetectorInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + CFC6F12673B23BCF90163135B9CEB454 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 289BD6CED318E5E309E74497E7AABCF7 /* RCTVirtualTextShadowView.h */, + AC891142CCBB8ECA2F3EFCE8565BE1FF /* RCTVirtualTextShadowView.m */, + 714F94B2966E7AEEE3FB827FFB67C82B /* RCTVirtualTextViewManager.h */, + 6535124B504297AF821069F350B5DFB2 /* RCTVirtualTextViewManager.m */, + ); + name = VirtualText; + path = VirtualText; + sourceTree = ""; + }; CFCEAD6BC614947662052BC09E453134 /* Support Files */ = { isa = PBXGroup; children = ( @@ -8678,17 +8615,33 @@ path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; - D0887C081E27B2F90554F2F81C779FD4 /* SurfaceHostingView */ = { + CFFCA9535A184C834F1B5342486E6D58 /* CxxModule */ = { isa = PBXGroup; children = ( - 91FD70219D6E708125723EF7256A25D1 /* RCTSurfaceHostingProxyRootView.h */, - FA92D87AE8DB9876F0B35C4C63A5C0A1 /* RCTSurfaceHostingProxyRootView.mm */, - 93280E0C1C0CAB74F1F0EA890CB31E84 /* RCTSurfaceHostingView.h */, - 42176D82BA6694D404E0DE65AD072E25 /* RCTSurfaceHostingView.mm */, - 592286A34BD94A473B6A913E4EA934A4 /* RCTSurfaceSizeMeasureMode.h */, - BC08BEF98C2642493C9F691886B41A55 /* RCTSurfaceSizeMeasureMode.mm */, + 78C272ABEA57B15259E3FD0EF11D6A88 /* DispatchMessageQueueThread.h */, + 5BB44A3FA662C43BA719F7D8A796B64F /* RCTCxxMethod.h */, + 75EA2A9F22A8124FF34E3BED84C69F2E /* RCTCxxMethod.mm */, + 8F336DD29D1A3C7D284CADC574B1B854 /* RCTCxxModule.h */, + 8775500BE0C9874A32CD091C60613613 /* RCTCxxModule.mm */, + 013B6B93A1281A74E6AB8FE1D4FE334F /* RCTCxxUtils.h */, + 2823FAEC0324655D928F6B8AE8E6F6D1 /* RCTCxxUtils.mm */, + F14FA7DF5027ABFEE54FC535E6E53259 /* RCTNativeModule.h */, + C517B609FAD81B158F112624721A2892 /* RCTNativeModule.mm */, ); - path = SurfaceHostingView; + name = CxxModule; + path = CxxModule; + sourceTree = ""; + }; + D02C0A093F065778E123F660F686F40A /* RCTCustomInputController */ = { + isa = PBXGroup; + children = ( + 7DA857A38CE2E0FCCF8D14EB9961AAC0 /* RCTCustomInputController.h */, + BED2AB43CEA3DBD0662778B898C8BCAF /* RCTCustomInputController.m */, + A9665B3BEA02025E0D562B9320E841E5 /* RCTCustomKeyboardViewController.h */, + CF9D7811E6ACE36573A45874B19F7AD4 /* RCTCustomKeyboardViewController.m */, + ); + name = RCTCustomInputController; + path = lib/ios/RCTCustomInputController; sourceTree = ""; }; D0DA50357FC0A0D4EBA025540F1C651F /* webp */ = { @@ -8705,75 +8658,84 @@ name = webp; sourceTree = ""; }; - D15EB5533D237E4CBBBF048B8FBDB289 /* UMTaskManagerInterface */ = { + D0E5A2763BF4CE3EF40AF4425C4CAEE7 /* Support Files */ = { isa = PBXGroup; children = ( - CC00165811EC3B9E4FB1ABD22453EE12 /* UMTaskConsumerInterface.h */, - 34151EE7937692733CF96FCAB802E84E /* UMTaskInterface.h */, - BE1685A880E18B1C43538D17B1F035A1 /* UMTaskLaunchReason.h */, - 38767DD79BC409818A0690C1FB081AA8 /* UMTaskManagerInterface.h */, - 8703BA5FAA9433427469E65D2644948F /* UMTaskServiceInterface.h */, - 9812D8B45EAB8E7D392FA067C70C21B2 /* Pod */, - E59F72BD5746D3EA09E6C77BD01E828F /* Support Files */, + 3F59A27B4C17A8444A91066B9FB87629 /* UMFaceDetectorInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + sourceTree = ""; + }; + D22C841CBBAE6D3D5427E5185EE26D57 /* UMTaskManagerInterface */ = { + isa = PBXGroup; + children = ( + 7BA68BB6E550AE4364BB79802D24AF2B /* UMTaskConsumerInterface.h */, + E51084EE70A3F38F88072DD74FB5B961 /* UMTaskInterface.h */, + 4963A31825C298F5BEF9FE2EB1B4EB1E /* UMTaskLaunchReason.h */, + 5B29F24B9050573A99CFC4FAE9E617BE /* UMTaskManagerInterface.h */, + 50648F9532562BD5168C72992575DC16 /* UMTaskServiceInterface.h */, + 98521F73DFB3621237BE0647AB833C50 /* Pod */, + 69BFA28673EAAF0FE52F8C7BAD83F036 /* Support Files */, ); name = UMTaskManagerInterface; path = "../../node_modules/unimodules-task-manager-interface/ios"; sourceTree = ""; }; - D2ED98FFD10120BAD563713FACBA8FF0 /* Pod */ = { + D2F33EDC93B4CB4722DFE7A7DEF4FBC0 /* React-RCTWebSocket */ = { isa = PBXGroup; children = ( - 13FE61DB3A844F700D19298D4A161B49 /* React-jsiexecutor.podspec */, + 53421188629147F99D2454128FADC28D /* RCTReconnectingWebSocket.h */, + 885F2E8061309B8814A7627FBB80411C /* RCTReconnectingWebSocket.m */, + B7E3A3494B2FA090EDD6F556C8B4C077 /* RCTSRWebSocket.h */, + 34FECA15D55F72DE978D5F69B50BB4B9 /* RCTSRWebSocket.m */, + F63B0FEECDA42F8C791BFE7F4BE3C549 /* RCTWebSocketExecutor.h */, + 2EE760C6C385AE73F070D0F3723C8215 /* RCTWebSocketExecutor.m */, + 5B71345C00F39BAF0FA04F95DF27780D /* RCTWebSocketModule.h */, + BE76763D1A6BB4C2DAFAC449C0D26E67 /* RCTWebSocketModule.m */, + 9F437C46F753F3D850959F7C9D7D6F0A /* Pod */, + D88FE38F528B57F057D7679EBE3BD6C7 /* Support Files */, + ); + name = "React-RCTWebSocket"; + path = "../../node_modules/react-native/Libraries/WebSocket"; + sourceTree = ""; + }; + D38F89FB403E622AAC043B54AB323DCA /* Pod */ = { + isa = PBXGroup; + children = ( + 23FF0E23D323DA4BAE5B7B4288B5E126 /* README.md */, + 4EB5737743F9B093ED83ABE035A1F35F /* RNLocalize.podspec */, ); name = Pod; sourceTree = ""; }; - D354BB9C093F0CB4BB51EF0B09CE79D4 /* Pod */ = { + D59EB3FE68E1A054CD76E2FCA7F037F3 /* UMFileSystemInterface */ = { isa = PBXGroup; children = ( - FDA81DDE7CA19298F2ADA723EBDD8744 /* React-RCTWebSocket.podspec */, + 976C278331581C56ECBB3DB668E781C6 /* UMFilePermissionModuleInterface.h */, + 192140F7A2B538D0B3753CAFE838FFAB /* UMFileSystemInterface.h */, + 843225C70A792D2668BC421FD3CE6259 /* Pod */, + 01526395FBCBAD031C37833B3F6ADF85 /* Support Files */, ); - name = Pod; + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; sourceTree = ""; }; - D44E15DA6D192CE718883C3B8B30F490 /* Support Files */ = { + D66B42C1926F6BA6E3A7A0CFA3CD9897 /* Support Files */ = { isa = PBXGroup; children = ( - 6BF28E46D8B9728D2FEA44C933AFECE2 /* UMImageLoaderInterface.xcconfig */, + 42C01A05AC316F58EDE652C2115D207F /* RNLocalize.xcconfig */, + AD75695FC85E50A9010D4E21A0AB65D1 /* RNLocalize-dummy.m */, + 089BE1C3FDE9894502CEFABE0C5F09F0 /* RNLocalize-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; sourceTree = ""; }; - D4BA81A7A05599861795E9F574E25D49 /* Support Files */ = { + D6FF263100B02DEC84B5C7FD00B2EBFB /* Pod */ = { isa = PBXGroup; children = ( - 12B95BBFA60CB784B0690536F79A6AE2 /* React-DevSupport.xcconfig */, - FFAF13FB970813E5F41CECF2076A07E7 /* React-DevSupport-dummy.m */, - 2E92B7A700B9B13A011E388BD15D749E /* React-DevSupport-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/React-DevSupport"; - sourceTree = ""; - }; - D5BAD79E0431D7E12B7A2BBF20D749AF /* react-native-keyboard-input */ = { - isa = PBXGroup; - children = ( - 525A78102A7360C3E3CDEA327652F37B /* LNInterpolation */, - 59B180EDE7D1CE9ED49A985E07B8AF44 /* Pod */, - 741E5FB4515C9A1B84B5EE52B6B676C6 /* RCTCustomInputController */, - 918BD4ED120F3275FB123E391C943614 /* Support Files */, - ); - name = "react-native-keyboard-input"; - path = "../../node_modules/react-native-keyboard-input"; - sourceTree = ""; - }; - D7A8CBDE722F19EF923379B04C62C370 /* Pod */ = { - isa = PBXGroup; - children = ( - D734AB428B242CADA42F1CBD427F2BEE /* LICENSE */, - 341D6D0973E767C9314BFE5A90BF06C7 /* README.md */, - 1A104B54CB823389EDACA63A2FCA59BB /* RNScreens.podspec */, + 9CC7A3E463197D83341B9D2F2DDDC8C6 /* EXAppLoaderProvider.podspec */, ); name = Pod; sourceTree = ""; @@ -8789,6 +8751,17 @@ path = "../Target Support Files/SDWebImageWebPCoder"; sourceTree = ""; }; + D88FE38F528B57F057D7679EBE3BD6C7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 42F9D2A4F789D272D929CC309FFD1518 /* React-RCTWebSocket.xcconfig */, + 31FB26E2DB305F9A870F3D1ADDEE6CB3 /* React-RCTWebSocket-dummy.m */, + 5571605840B004F4C18AB5D7360BEB88 /* React-RCTWebSocket-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTWebSocket"; + sourceTree = ""; + }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -8796,142 +8769,161 @@ name = Frameworks; sourceTree = ""; }; - D921FEC0BEBBC3F8724BB051766FD51E /* Pod */ = { + D8F5D989C60B77D240ABB4EF58D8D238 /* Pod */ = { isa = PBXGroup; children = ( - F913FE40F8954C419DEEB876CAB7A871 /* LICENSE */, - 04A5DDEF3E81DE470855EDD60872E0EF /* README.md */, - 7262BDC9AF45B66CFEF328C4100D0A23 /* RNDeviceInfo.podspec */, + 02A4E7F92820338D3D4EFDA4CAC0445B /* advancedIos.md */, + 184A5AA83B8AB8E37E3530A96BCCA62F /* installation.md */, + 4328387ADEE3617934F5B733890A55E6 /* LICENSE */, + 1B54AA5CEA25C1DD1FDCFE393B282493 /* localNotifications.md */, + B1285C40F251101E6360A524D6D7EA82 /* notificationsEvents.md */, + F9E64DEA241BFB84F3355D11B1983095 /* react-native-notifications.podspec */, + E1B3996FBADA16FB85E99A2F92F19EB5 /* README.md */, + D7E39E49AD406B3BFD2E3CFDACD57B5C /* subscription.md */, ); name = Pod; sourceTree = ""; }; - DAF1961A1EA9E00F21039208EC952A20 /* RNVectorIcons */ = { + D939D5A39A0FEA4922FE385D9B7B1B90 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - E011AF0E1D59505B8C1DC0424073000E /* RNVectorIconsManager.h */, - D7C5B556D6CFEA0764E5903566AF6318 /* RNVectorIconsManager.m */, - 3312EEFB403B0ABBB0F4EDF7A14C362D /* Pod */, - 6968757D1DE106341488453312AA38FF /* Resources */, - F138011CB53ED0622F420D7FF59C3ACC /* Support Files */, + 6C7C66A1277BF0CF9860DE61316018B5 /* UMPermissionsInterface.h */, + 4B59539C3E2D4B334ABF7A59545FDDBD /* UMUserNotificationCenterProxyInterface.h */, + 39A1A6DF79333ED1AAB60F9EA4AEEDF9 /* Pod */, + 588B70E52EFB9748BAA450074E8B6B53 /* Support Files */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; sourceTree = ""; }; - DAF68016B979CD9F4F9936780D795DAB /* Modules */ = { + D955262E055C20C0A7E3FCDC66BBF5A6 /* TextInput */ = { isa = PBXGroup; children = ( - CAAEB1E6EA39BF5300B811017A9EF261 /* RCTAccessibilityManager.h */, - D21F15173B427598F8B55F8D9EC1774C /* RCTAccessibilityManager.m */, - 0A4C9C908BC6D00AE242A7A5255C8045 /* RCTAlertManager.h */, - 24C8F48E38E807A3A39A24112C3B59CE /* RCTAlertManager.m */, - 3CF0A2557E007EC3AF930EA15BBAF894 /* RCTAppState.h */, - F5E2D8248172225C6C2AA45B51E43169 /* RCTAppState.m */, - A7A0C214178E74CCFED66709F3767AD0 /* RCTAsyncLocalStorage.h */, - C6692C3F7DF400D6BA25108F51226619 /* RCTAsyncLocalStorage.m */, - 82FBFBE7FDCBE017322BBE0E8FCD6072 /* RCTClipboard.h */, - C20FA4E9519DC0B97B300D7050AD1C8F /* RCTClipboard.m */, - 144E5DE18913869DAC6EB93F9BE53AAE /* RCTDeviceInfo.h */, - 8E09721AC6A1EB51E9C08AA21690B97E /* RCTDeviceInfo.m */, - 41EC2924312D17B9E14197A28635A3F6 /* RCTDevSettings.h */, - A530D7E264723DF65FF82888CED2EE2B /* RCTDevSettings.mm */, - C662FE70A3FA052B644F9E5AA519D28E /* RCTEventEmitter.h */, - 5A55041335AF12387A8B6F36B1BBBA95 /* RCTEventEmitter.m */, - 2C1313BCB1764DB94CD5C8F7C15FBAC7 /* RCTExceptionsManager.h */, - EC58A681C5C3D6814BAE2B748D8F0AF6 /* RCTExceptionsManager.m */, - 5CC4213AA94E9463BCE12CDBD351AC85 /* RCTI18nManager.h */, - A5C7F431A23F442FD204A51F8DAA7BB2 /* RCTI18nManager.m */, - CB77D337F3CA2208EE9FC115E4EB01A9 /* RCTI18nUtil.h */, - AAF75DB2F081B7ACFF0A67BD845643CF /* RCTI18nUtil.m */, - 2894556E5798D7FA7710A2745D1BAE43 /* RCTKeyboardObserver.h */, - C19F83AB11253AF74AE2EFBFB230C709 /* RCTKeyboardObserver.m */, - BA9DB6860961EA22C664BC1FBD285252 /* RCTLayoutAnimation.h */, - 4852D9FAACEAAC89A9D9348D6FB58F4B /* RCTLayoutAnimation.m */, - 60A8797CBB0C616A7E05CD42B7E069D2 /* RCTLayoutAnimationGroup.h */, - 6507C693C7885A36989AB081DD14A36E /* RCTLayoutAnimationGroup.m */, - AF7B393A7A0BAF62971D88A5F62BBCC0 /* RCTRedBox.h */, - 40AD014E68FA81F411B616E20DBEBB22 /* RCTRedBox.m */, - AEEC5034C2254C3464A1D966451742CA /* RCTRedBoxExtraDataViewController.h */, - 35052BB500B0752A9573B90FECC7B6FB /* RCTRedBoxExtraDataViewController.m */, - 4BCEA3B8425C4567BB9A85231542DD3A /* RCTSourceCode.h */, - A2A6022B177C8D2DC2E634F97DCC4769 /* RCTSourceCode.m */, - 5F657E497BB44B5D2A3B70520B5C726A /* RCTStatusBarManager.h */, - C98F77C9DD291713052FD48D5D5CA7B9 /* RCTStatusBarManager.m */, - 9417F2EC6302104D1220638A186A467D /* RCTSurfacePresenterStub.h */, - 5C6BDBFE767E9615FE9830BE4EFE6413 /* RCTSurfacePresenterStub.m */, - C8CF1B246034208266D81CB73C20DDAF /* RCTTiming.h */, - 62316A9FF961077EE53B43028CA91F05 /* RCTTiming.m */, - F6F5C727EE881B96E35DFBFE4F25B7CC /* RCTUIManager.h */, - 978F9F334E3660C071A8450C46B01D81 /* RCTUIManager.m */, - 3C3A41EB8B25FE5659FC71653BDF5D11 /* RCTUIManagerObserverCoordinator.h */, - 09BBF1D6CB8B16502D9C145905F48BA9 /* RCTUIManagerObserverCoordinator.mm */, - D67F827B9360BC16336C0E2551FD0E07 /* RCTUIManagerUtils.h */, - 918141CB9361A82E6FD052241E5F06CF /* RCTUIManagerUtils.m */, + C74E7E22C923C312C1022437577AA2D7 /* RCTBackedTextInputDelegate.h */, + 96F3DD2184995393798025AFB0F66DBD /* RCTBackedTextInputDelegateAdapter.h */, + AF9AFEB5E0CD311BEC1E0C3E952EFA30 /* RCTBackedTextInputDelegateAdapter.m */, + 9F1D0D30C11136D3F1F87F64A1ED63F7 /* RCTBackedTextInputViewProtocol.h */, + 3B0B9EBC63903C0AFD7B16BB9C2ED2AF /* RCTBaseTextInputShadowView.h */, + 675BA09879F3E295E4E011CDD732280F /* RCTBaseTextInputShadowView.m */, + D2CF99CE716BAD16EF729042BA7A945D /* RCTBaseTextInputView.h */, + E6437DE72227824B62FF013E810B875F /* RCTBaseTextInputView.m */, + 2C35C5DA07A7B46FE4E3F707D9287A0A /* RCTBaseTextInputViewManager.h */, + 2EE835852F73F04F749EC3A8993B3F01 /* RCTBaseTextInputViewManager.m */, + 63327503FF8ADFF8D3F25CAFB7DB8CE5 /* RCTInputAccessoryShadowView.h */, + FE27D54378B499DE8510B80044EF305F /* RCTInputAccessoryShadowView.m */, + 545833D7349BF3620B46C508A5597699 /* RCTInputAccessoryView.h */, + 346FD06C85D43F1B23E23B557389D0F1 /* RCTInputAccessoryView.m */, + 6027F2E35C7E151859A7A02E947459E3 /* RCTInputAccessoryViewContent.h */, + CD33A1662BC9EED357DDE408C19D7DF1 /* RCTInputAccessoryViewContent.m */, + 398E4E8C720D673183BA1DA56B0B6E09 /* RCTInputAccessoryViewManager.h */, + 7161C039072324C5F606E4F916761F38 /* RCTInputAccessoryViewManager.m */, + 097E6AE9B983D534D71A91721B637D71 /* RCTTextSelection.h */, + 9E4F6E056FC9A189A151A8E6A80D9CDC /* RCTTextSelection.m */, + 9AC3A2EC12547A300F55847D88A7437A /* Multiline */, + 2A6DDAFA00152B5943B24330BA6B3045 /* Singleline */, ); - path = Modules; + name = TextInput; + path = TextInput; sourceTree = ""; }; - DB6DB0222CE4AD53CA775961C09F168C /* Support Files */ = { + D97C65ACFEF97D1DAB0DA15313507C12 /* Support Files */ = { isa = PBXGroup; children = ( - 240B0EB29B49158BEC8F32CFC94FA7B2 /* React-RCTActionSheet.xcconfig */, - 328A7C7068C2C95BBF5D0E2CB7088A89 /* React-RCTActionSheet-dummy.m */, - 985857AE0F1C2CAF8A7609A371DBF5AC /* React-RCTActionSheet-prefix.pch */, + D157660D132DA730F27BADB7FC67860A /* UMBarCodeScannerInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + sourceTree = ""; + }; + DA37E1CBF4A84F584F227633D7DE3A98 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1EE8C54210C4E183FC505721B142BD61 /* EXConstants.xcconfig */, + 30AA1220822BE3D9A43869162442940D /* EXConstants-dummy.m */, + 55BDEA06C05044DF3538B066D38DF866 /* EXConstants-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; + sourceTree = ""; + }; + DA8BB21A54AD10E59E903A6C2212E8EC /* Support Files */ = { + isa = PBXGroup; + children = ( + 540AE9FF2CE174529A6509B63C22ED3C /* React-RCTText.xcconfig */, + AC9C2E7CD3CDADD89CBA891E817A560A /* React-RCTText-dummy.m */, + C0FF4EB29FD492DD068F61558473DEA0 /* React-RCTText-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + sourceTree = ""; + }; + DA984A31C1A76587786ED61C87434914 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9C2BD3D571ED6B1C58E30FF25EEA0DFC /* React-RCTActionSheet.xcconfig */, + DE06C24878E41C00DEA754B916851DBD /* React-RCTActionSheet-dummy.m */, + DD38DA8FBD3EEC57A8D3E1FB896DBA50 /* React-RCTActionSheet-prefix.pch */, ); name = "Support Files"; path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; sourceTree = ""; }; - DBBBB38F5D899D8E462F64116B368235 /* Services */ = { + DB702732DE413DF93814CD8661998275 /* Pod */ = { isa = PBXGroup; children = ( - 89F0358F630C0CEA24A08AB0835DECB4 /* UMReactFontManager.h */, - ABE3678B89179DCA767FAC0BC459B26A /* UMReactFontManager.m */, - C2E8AF367AF8351D07B98A7FECA3C682 /* UMReactLogHandler.h */, - EBFAB8C18A665C845C99CBFDEF6D38B3 /* UMReactLogHandler.m */, - 63801A8C4F6D8875AFB3835EEDBE5FB3 /* UMReactNativeAdapter.h */, - E0F220067C6FF91468B165351EA58308 /* UMReactNativeAdapter.m */, - 2D79814B1552A7B1EA2C9F6F8F3BF458 /* UMReactNativeEventEmitter.h */, - 24DDE3D73642AB2BE5EB1E4BA9FBE08B /* UMReactNativeEventEmitter.m */, - ); - name = Services; - path = UMReactNativeAdapter/Services; - sourceTree = ""; - }; - DEA330E08B67C5900894131B73979EF3 /* Pod */ = { - isa = PBXGroup; - children = ( - 04CEF5CB69DD069D5466D86A87F20208 /* React-RCTAnimation.podspec */, + 3CEF501DABDD52B1DCFC597BC39BF33D /* LICENSE */, + 9B354F5C1D2D1C993B49A3D47E7E1774 /* react-native-orientation-locker.podspec */, + F749E98B6EF4876055449A64A784FA9D /* README.md */, ); name = Pod; sourceTree = ""; }; - DEBF2573516C828C905D486134C88A01 /* Protocols */ = { + DBADE102BE6DF6DE92EF6A1183C1567A /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - 31E21FC007A8C5A148B5C3083A69249D /* UMAppLifecycleListener.h */, - C5F76757CEF6D54B98C128864DA59919 /* UMAppLifecycleService.h */, - 4AF930BD72E195F3BDC26031D1F49D5A /* UMEventEmitter.h */, - 3C4B194A152548FB584B7004C7A5A9CC /* UMEventEmitterService.h */, - A6A421F589561A743EDC1F0B054E6641 /* UMInternalModule.h */, - BEF36C193FEAFDCC1715547D9909454A /* UMJavaScriptContextProvider.h */, - 37B43D329D6CD9DECA16C07DBEB7C5DA /* UMKernelService.h */, - F322BD486DEE3486D4DC8C05C8E49825 /* UMLogHandler.h */, - C2525871877A0DD9BFE9C43501E777E0 /* UMModuleRegistryConsumer.h */, - C7A380056EFB42873CA473604333253A /* UMUIManager.h */, - 84124E61951EAC8FB1DB9891E9A8A0B4 /* UMUtilitiesInterface.h */, + 2EDDF7CB52FDE51E7B07288D054A735A /* JSIExecutor.cpp */, + 4A1274DC7162B3A998032A6C4A26B151 /* JSIExecutor.h */, + 504024642FF90432BBE5FB68FFEBEB42 /* JSINativeModules.cpp */, + 6F70CD537B92500D40D0D289A4C0B8B5 /* JSINativeModules.h */, + 23E0EE9002F127EF79607240B878B4D0 /* Pod */, + C168F060237B77E0654D1F9157A7D268 /* Support Files */, ); - name = Protocols; - path = UMCore/Protocols; + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - DECDC8B9C28EB13ADE098CFD6677D455 /* Pod */ = { + DBD694F7621B702E62AB92887F2ACC7C /* Resources */ = { isa = PBXGroup; children = ( - 09DF1C0A2C96BFC641608343D6E0CF27 /* EXFileSystem.podspec */, + 069F2728DD7CD0C9FD580348DC83F861 /* AntDesign.ttf */, + D2F4F8E497F9A68554C01979BC6F8CA0 /* Entypo.ttf */, + 54AEBAB2F0B78814E6A54B9D579FC5B0 /* EvilIcons.ttf */, + 063B518A4C3D75140893B997A054C775 /* Feather.ttf */, + 460A705FA08790AF556A8B6ED44D232F /* FontAwesome.ttf */, + FB5A710D6AE83D16E8846996890C8032 /* FontAwesome5_Brands.ttf */, + AF478E8D608FB937BF8FE00FB989D85F /* FontAwesome5_Regular.ttf */, + 170E345D0E4E50F5BA1EF53416A8027A /* FontAwesome5_Solid.ttf */, + 8ACA3158DF4C332F2E2D775328A7A095 /* Foundation.ttf */, + 10A23FDAFB4383BB9E73DD5F5FE683D4 /* Ionicons.ttf */, + 905669CE150AB1F5B4562A2485192196 /* MaterialCommunityIcons.ttf */, + 9395BAD1CA5FC6524759FD484BF64D9C /* MaterialIcons.ttf */, + 9D7DAD0E3C597BCB8DBDAE479AB35E32 /* Octicons.ttf */, + 3714CC10DCE559C8D73CCA27D680CC14 /* SimpleLineIcons.ttf */, + D133C2F53DBA59DDFB3F563066FFAE51 /* Zocial.ttf */, ); - name = Pod; + name = Resources; + sourceTree = ""; + }; + E00BCAA3FE55201DC12C9663D35FB141 /* react-native-orientation-locker */ = { + isa = PBXGroup; + children = ( + BD431722D8520901E5504D1826A84F40 /* Orientation.h */, + 4DE15A5DA8C6A0AF601DE6E41B89540C /* Orientation.m */, + DB702732DE413DF93814CD8661998275 /* Pod */, + E091131EBA17B410F3FE156611131905 /* Support Files */, + ); + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; sourceTree = ""; }; E04CA82F37B94DD83525146DAC111776 /* Support Files */ = { @@ -8945,26 +8937,39 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - E1718D75EEA1D0BFF51E3599ACDA9887 /* React-RCTNetwork */ = { + E0898966449E37E95E20B5C033E1FA73 /* Video */ = { isa = PBXGroup; children = ( - 89AEA48CE23CBEDC7294120FCA7B0D43 /* RCTDataRequestHandler.h */, - 05304610B8DCE63DBDDBF1BFF8BF67F8 /* RCTDataRequestHandler.m */, - A8B1F22C541FBB098489B709E2CE68C7 /* RCTFileRequestHandler.h */, - 31C4D3C28B06C2402E265D03B808ED01 /* RCTFileRequestHandler.m */, - DD6E4745B9C79A9BE0133566226E6657 /* RCTHTTPRequestHandler.h */, - 2684BC809719D7FAAF60E5F3FFD526C6 /* RCTHTTPRequestHandler.mm */, - 57DD73336DDE5F7D7535047062614B0D /* RCTNetInfo.h */, - 28858CF1CF25A5BEBC19B3B25124023C /* RCTNetInfo.m */, - E7318B0A033506002AB4C7B47A45BB0E /* RCTNetworking.h */, - 757FDEBB588A5A654FDCFCDB54AF4747 /* RCTNetworking.mm */, - A35C085A5271F7F5563778380E817DF4 /* RCTNetworkTask.h */, - C4AC41413BC15B527F96E936301FF8EA /* RCTNetworkTask.m */, - 973D82648039C0DC8993F37C0FF2570A /* Pod */, - 0822299A20EBA2416AD00C253CC6C864 /* Support Files */, + F746E10252362487F42232EE0A2F6FEB /* RCTVideo.h */, + 70A635A51AD61CD49F71B2BF0C73672A /* RCTVideo.m */, + C1995B5C109C2B2291A93C18F8C34B3E /* RCTVideoManager.h */, + D835E0A87D18672630D22AC011750B22 /* RCTVideoManager.m */, + C375B1231D4DFEFE2EDC7415E217C40A /* RCTVideoPlayerViewController.h */, + ECCE58AB04C3A43A0F62B97B87966834 /* RCTVideoPlayerViewController.m */, + 9634BC02DD4FF3940F6DD94E1F4A2C94 /* RCTVideoPlayerViewControllerDelegate.h */, + 39743E13801F71A63E49B3854DB37C50 /* UIView+FindUIViewController.h */, + 570B8A80226EC26635F9368E318B64EE /* UIView+FindUIViewController.m */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = Video; + sourceTree = ""; + }; + E091131EBA17B410F3FE156611131905 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0DFA3EA10D2938EA0EE183342353AAFF /* react-native-orientation-locker.xcconfig */, + 4F2872BF1D83CD9FC8421D45FA7C958A /* react-native-orientation-locker-dummy.m */, + 9784BC2B3B6C710792AA501C4691DE4D /* react-native-orientation-locker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + sourceTree = ""; + }; + E1480EA231D8FDA50BB31FEEA0854BD2 /* Pod */ = { + isa = PBXGroup; + children = ( + AC5934FF85726A9386F02063B9942DBE /* UMCore.podspec */, + ); + name = Pod; sourceTree = ""; }; E2E296EF49642E75D2CA6BDD7796424D /* Network */ = { @@ -8984,87 +8989,96 @@ name = Network; sourceTree = ""; }; - E3D4EE1DDDF5995F37584C4A0D1E18A2 /* Pod */ = { + E2E78C746EED68D0C408A05FBCC33FFF /* react-native-keyboard-tracking-view */ = { isa = PBXGroup; children = ( - 2260965AAEAFBE4CD6F576ACA601E2EE /* LICENSE */, - 33616E0DC632A336EA007E38F1DCCFB7 /* React-fishhook.podspec */, - 394B78C2D46894595D856E32A4932E4A /* README.md */, + 9204BE7879A053C731D00AA46BE7FCD9 /* KeyboardTrackingViewManager.h */, + 1F064A2BA5CBAD126BA0148CC6DC0786 /* KeyboardTrackingViewManager.m */, + 63863DF3C246CE04684BF2D6543618F0 /* ObservingInputAccessoryView.h */, + F78C29C778C62E29D0AB22B39CF1E0BD /* ObservingInputAccessoryView.m */, + F21EF8AF71F9E0498EABDEA0C87BC039 /* UIResponder+FirstResponder.h */, + 67CCC2FE36432ACE89AA625EA43DC23E /* UIResponder+FirstResponder.m */, + CA07BD15122F53104A1999B22970DF18 /* Pod */, + 3B99B20CC76313BB549FCFD6CC50209C /* Support Files */, + ); + name = "react-native-keyboard-tracking-view"; + path = "../../node_modules/react-native-keyboard-tracking-view"; + sourceTree = ""; + }; + E2FFB2C3FA20E7E5C9475AC2FC1B15DD /* Pod */ = { + isa = PBXGroup; + children = ( + 66D0F4158019D7E5056F35447207CA15 /* LICENSE */, + 830B7430FA505C7578B72538956D10BC /* README.md */, + B89228E467AD2AE9BFC963C8817AA307 /* RNImageCropPicker.podspec */, ); name = Pod; sourceTree = ""; }; - E59F72BD5746D3EA09E6C77BD01E828F /* Support Files */ = { + E346B043FBEF1774F7334349E941B618 /* Pod */ = { isa = PBXGroup; children = ( - 603EFBF8E498137FADC2E0B28DF937C5 /* UMTaskManagerInterface.xcconfig */, + A88506300F6F599FCB520C5B2BE070C5 /* EXWebBrowser.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + name = Pod; sourceTree = ""; }; - E65ACCE5099D2B185C52A330EF08857C /* admob */ = { + E39A01DFAED964436474313B2A070C3E /* functions */ = { isa = PBXGroup; children = ( - F09E85A30961AFFFB654378F1DBB598A /* BannerComponent.h */, - D2B8497DB620B38C6E0815698AEE8E0E /* BannerComponent.m */, - CF98CB27973822F9958EC3337EF3FAD0 /* NativeExpressComponent.h */, - CFDD6DCD0D178744633FDCB74A40E99F /* NativeExpressComponent.m */, - C0FA74ABEDFE594C7606C647B4A90A40 /* RNFirebaseAdMob.h */, - A5E86A7836A931EA35449799004935B4 /* RNFirebaseAdMob.m */, - 4A86BC39F3547F42DB075C0CF42956CC /* RNFirebaseAdMobBannerManager.h */, - 9B631EDFB99FF1ECB55138ADD266DA9D /* RNFirebaseAdMobBannerManager.m */, - AD9CB78CF0D9E184EF31C64D41352E6B /* RNFirebaseAdMobInterstitial.h */, - 5758C999BF38DA223E469F68564F57B4 /* RNFirebaseAdMobInterstitial.m */, - 3C49DDE5C9A6A1BF3166F34B87C490BA /* RNFirebaseAdMobNativeExpressManager.h */, - 3955934579A4BDA33977B18EB5E581E2 /* RNFirebaseAdMobNativeExpressManager.m */, - 92A34AB1E173D077CC62EDA34947DE9A /* RNFirebaseAdMobRewardedVideo.h */, - 609C82FCF3CE181877BD3EBDC4975346 /* RNFirebaseAdMobRewardedVideo.m */, + CB48DAB2F5A7835BC9BE5B65FC7B7494 /* RNFirebaseFunctions.h */, + DB91B9B27ABF7ECD12E47907B9C1E30F /* RNFirebaseFunctions.m */, ); - name = admob; - path = RNFirebase/admob; + name = functions; + path = RNFirebase/functions; sourceTree = ""; }; - E6D5D7C9D52DC438A625D23926203E25 /* React-RCTVibration */ = { + E6362A3A46C9BC3BC8EDE30AAE1016DB /* Services */ = { isa = PBXGroup; children = ( - 697449BE661598C93026AAD075A70C5C /* RCTVibration.h */, - B6EAC9FF7C25E93D613466464AA20327 /* RCTVibration.m */, - 907178E179476E9E1762ED3157B6548D /* Pod */, - 48841E753AF21B9FCBC18F604977A2D9 /* Support Files */, + 6BE515B1D14A133CB004C5F24A18F4B4 /* UMReactFontManager.h */, + F835AACB51D17401412B421B5976F008 /* UMReactFontManager.m */, + 6FC3A115E77A8B663B2488CA511A456D /* UMReactLogHandler.h */, + A3BC53C2E32324A214A403E3F06A5231 /* UMReactLogHandler.m */, + 12F7FB1750B970C49F51216D7AFDB7C1 /* UMReactNativeAdapter.h */, + 9D7682C8AB5D502D8A504102F910D4A2 /* UMReactNativeAdapter.m */, + 8B8C06EAE067763A29F03A45AAFBF95C /* UMReactNativeEventEmitter.h */, + 083826DEFF1F532F4EBDC5C748D1B600 /* UMReactNativeEventEmitter.m */, ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; - E7954D0D0EB7714E3E53B134C3759D3D /* rn-fetch-blob */ = { + E6B15076E0BEF290C0BF409687AB0A8F /* instanceid */ = { isa = PBXGroup; children = ( - 5A68FDAFBE745F3522EF1FD6E97FEB1C /* IOS7Polyfill.h */, - 517075CD51A06188098B33A4DBFEB7B0 /* RNFetchBlobConst.h */, - 98B52C78F805B5F2018195C9113C702F /* RNFetchBlobConst.m */, - C042EBC9A39A090F3E7A3AFC20F84577 /* RNFetchBlobFS.h */, - 782319708BEC76E7342DC6A895D8A173 /* RNFetchBlobFS.m */, - 1F182CE6587A7D8A84D69D4F8A6A9E2B /* RNFetchBlobNetwork.h */, - A7E917D17D3441BFD378D79AA7701532 /* RNFetchBlobNetwork.m */, - 7C0A6E1E8B844CF7A7FCC4398291C0C7 /* RNFetchBlobProgress.h */, - 93A1DA8244A403C258DEBAC755CA3C86 /* RNFetchBlobProgress.m */, - F692392D3F66FFF1BB36C7AFA472E615 /* RNFetchBlobReqBuilder.h */, - D3B86BA5290B34EBB04D9AE2BD5999F7 /* RNFetchBlobReqBuilder.m */, - F57A042E055AA9DEA0313CD1B4641EC6 /* RNFetchBlobRequest.h */, - C66E6DC55A2B9B6125DA1A25C647192F /* RNFetchBlobRequest.m */, - 02478AC8EB06686521ED63FCE5434C6A /* Pod */, - 929542F910B2A1EE5E39D9B9074E3C69 /* RNFetchBlob */, - 1AD069CFB414F677D2858EDADC460E2F /* Support Files */, + 43EF13742F514AE0850AE40E75F36B82 /* RNFirebaseInstanceId.h */, + B6B8C08BEBAC299B96034C24E1B31668 /* RNFirebaseInstanceId.m */, ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; + name = instanceid; + path = RNFirebase/instanceid; sourceTree = ""; }; - E8359BCD26DF25E4E47F1350B7AAA037 /* Pod */ = { + E7FBC5375967825B99122D685E7B3133 /* RNImageCropPicker */ = { isa = PBXGroup; children = ( - 95632EE3523270B3E2F02F037E904715 /* UMFileSystemInterface.podspec */, + 5C1B34321195C777F62E424C5B1E4CA1 /* Compression.h */, + AE5B434731B6B97DD20929F8BD1DA260 /* Compression.m */, + C1F74D7C334BC448224F8CBBF172AFAA /* ImageCropPicker.h */, + 697B025C7F5CAD8C2CE4E1AE25BFEBA6 /* ImageCropPicker.m */, + D9F0EEA0D5DBDC2DCCCEFB30FB0C6855 /* UIImage+Resize.h */, + 9C3E216A98D1C432D130F1ECB094AD38 /* UIImage+Resize.m */, + E2FFB2C3FA20E7E5C9475AC2FC1B15DD /* Pod */, + 68EC4F640B50F4D701080056D535551A /* Support Files */, + ); + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; + sourceTree = ""; + }; + E9662A1F42BDA3EFF2ED217EB50753AC /* Pod */ = { + isa = PBXGroup; + children = ( + 785A4105028ECC808DCA7F4799AD7976 /* React-RCTNetwork.podspec */, ); name = Pod; sourceTree = ""; @@ -9080,85 +9094,16 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - E996188A8B3F67DE86E0D9635220D21B /* Base */ = { + EA0B6012CD32F7ACD9089142982946D1 /* React-RCTLinking */ = { isa = PBXGroup; children = ( - D73D89EDE7BC47E2704AF292F5060368 /* RCTAssert.h */, - C3C2128A8CD8870710192F09723F9BEE /* RCTAssert.m */, - 264274AC9A9962118BFAB59FB225BA44 /* RCTBridge.h */, - 4AC8FF122215F38AA49D95E6C68B7351 /* RCTBridge.m */, - 7DE2A35E7733C5BD352F9D85398D7577 /* RCTBridge+Private.h */, - 7764D7B284BE346696AD890A270BA06F /* RCTBridgeDelegate.h */, - BD6D10BF699D8233C547C569F815AD11 /* RCTBridgeMethod.h */, - 9FE8FBBF3161CC3DB229B1E40E7FD16E /* RCTBridgeModule.h */, - 3CFAAF170EA9221AA3C4A4093DA2D82A /* RCTBundleURLProvider.h */, - 6D1658FB4FAE96D1619D03E6B70EF4BA /* RCTBundleURLProvider.m */, - FCCFF6BF0717342A0060873AAC15EEC3 /* RCTComponentEvent.h */, - 92D4E1B026B15A6BA8AE13A3CD873D7D /* RCTComponentEvent.m */, - D71057CA989854C0BD301F3334BD0B18 /* RCTConvert.h */, - 8031FD162868CFC67A14404B04175055 /* RCTConvert.m */, - 0FCB95C6E2C3D127B7B64671C247151C /* RCTCxxConvert.h */, - 0C024CAFA0721AC1660C9DFE9020478D /* RCTCxxConvert.m */, - DC2A6D52E64E2916C89008D21014F597 /* RCTDefines.h */, - AB0E0B8F6167335BC9BF4BC9FA2BAF40 /* RCTDisplayLink.h */, - C71B8C864049BFD533DF0013102C0585 /* RCTDisplayLink.m */, - 82FBF395E9B21DD43EAF34073BB52A8E /* RCTErrorCustomizer.h */, - A3AE7378DDC623DE7282A3A06A951AD8 /* RCTErrorInfo.h */, - C3906ED5BEE8C9CAECADCC1A30E06E81 /* RCTErrorInfo.m */, - B83F7965852FA3E094691CB9B1C19861 /* RCTEventDispatcher.h */, - 09556E63B49EEB73FC5C691B49634697 /* RCTEventDispatcher.m */, - 042E7E882F5EDFF8F6AD924F688B37BD /* RCTFrameUpdate.h */, - F71DDDE842D483EE39DC30B26229739C /* RCTFrameUpdate.m */, - 5CF460C0CB13FF639A8EC091E06789B0 /* RCTImageSource.h */, - 4CEC1C0E6C54FA9DC6A8B1B881400AA6 /* RCTImageSource.m */, - 79007DB21DA56572F6F12BA24E1D5C1E /* RCTInvalidating.h */, - EE91CF84F544946E63400C5E4AE86723 /* RCTJavaScriptExecutor.h */, - 092E4C689F2BDA7F960DE583A583AE84 /* RCTJavaScriptLoader.h */, - 31E2E603205E2255648BD0675CA5847B /* RCTJavaScriptLoader.mm */, - 344D3F7F4BB012118B1F6A4B411346FD /* RCTJSStackFrame.h */, - 793FBE598AA100777A60AFFE605233C7 /* RCTJSStackFrame.m */, - D7A447A1B7E01233A8336437F3F04689 /* RCTKeyCommands.h */, - 0AF91A9E7E23DF6EE1027532FD92A66D /* RCTKeyCommands.m */, - 26AF0C35B428C31354A1E5AFE569DC40 /* RCTLog.h */, - DA65315721E9F2C361ADCD72DAC51F41 /* RCTLog.mm */, - B2DFAE82FD52F80926A18B9EA8D3E89D /* RCTManagedPointer.h */, - A87763B4D54D34E3A9AF463572B7B5D1 /* RCTManagedPointer.mm */, - A50FB58051CDB355A366DB9862F5A9B4 /* RCTModuleData.h */, - 9C3020BE746CCA84031BE921F4E4F8CE /* RCTModuleData.mm */, - 5CB3192E6B218AFF2448735072CF3666 /* RCTModuleMethod.h */, - 37FBB5DA429FABE0C62594DFE93A15D1 /* RCTModuleMethod.mm */, - 63B1CE5F1EFDE398FE0E6B177679214A /* RCTMultipartDataTask.h */, - 87493228C51E2130702CBECB02FCB370 /* RCTMultipartDataTask.m */, - 7DB8EF437CDEB9B769FD0BD7B87844EC /* RCTMultipartStreamReader.h */, - 1DA7E5DF0A88106CA8BC29716B282E0D /* RCTMultipartStreamReader.m */, - 5B8873F76F64D54958F4F43B3C656B95 /* RCTNullability.h */, - 078AE92F22AEA61E393CE77A381E5D51 /* RCTParserUtils.h */, - 79A1E4CCA00713F4C9FFF781FEDACC0A /* RCTParserUtils.m */, - D021F86AA74D7B976930ED3F4C4E3186 /* RCTPerformanceLogger.h */, - E0BB2C76EFB261045A4D38F4055A2481 /* RCTPerformanceLogger.m */, - 85527A4A907BDD1D7ECBC0113276AE3B /* RCTPlatform.h */, - 532207224EF373DFF77D69F7A50CBB03 /* RCTPlatform.m */, - 1735608AB07224D1197D8BFB52F92778 /* RCTReloadCommand.h */, - 19A0578776AA13198C63F877B7853CEB /* RCTReloadCommand.m */, - 876D8BA080BFA96E713FE210E583EDFD /* RCTRootContentView.h */, - 87975915B603F9E42810AE95F7F2F890 /* RCTRootContentView.m */, - 5D15E2C34A3EE530FA33D418C01E609F /* RCTRootView.h */, - 7C9DA21AE7AB7B694A4CBC367556D04E /* RCTRootView.m */, - 89B31426F4701FB4B242FDFA8A9181FF /* RCTRootViewDelegate.h */, - CEF50D7477D7D6C08FE12FAB87AD90FE /* RCTRootViewInternal.h */, - 861CB92812AB7B514287D97B3896CF2E /* RCTTouchEvent.h */, - 7445F0AAB16782839E502D37C70F0DE9 /* RCTTouchEvent.m */, - A7340C5A8105BB580F563EB42193F9C1 /* RCTTouchHandler.h */, - 8552DAD30A3CF595611F5407A2BF2841 /* RCTTouchHandler.m */, - 6CDA457CE48253B14A5529C7814FD06D /* RCTURLRequestDelegate.h */, - 2C244364D7F7F71E768B8DDEE6D0D393 /* RCTURLRequestHandler.h */, - 322B5689E93AA4FA61C758C311D8CCDA /* RCTUtils.h */, - 8C16888E959D101D2962845A423C6247 /* RCTUtils.m */, - 8E516B95D365C5ECE908145B82166888 /* RCTVersion.h */, - 378141091BE75DA09BACC3218B99D5E9 /* RCTVersion.m */, - 553D9CD8F4278BBDA022E976DD2F24AD /* Surface */, + 37AE041AB1DD799CDEF8DA8B5EF5FCCD /* RCTLinkingManager.h */, + 1AE916EF0482E7D4C4022CD4259B15EE /* RCTLinkingManager.m */, + 08220E429FF94536396DA9192D7C6B3C /* Pod */, + B61C6094A730587DC32BE5574EC7914F /* Support Files */, ); - path = Base; + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; EA5A41BACE7D94A97B57DEA554FF09AB /* Support Files */ = { @@ -9172,14 +9117,108 @@ path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - EC0B669349196939E0857ED3D3BC057F /* Pod */ = { + EB797E8CDD7D076B5B089D469791F763 /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - 310D4ED3947DCC6A410B927D594EDDA7 /* UMFontInterface.podspec */, + FB6DD5A8925117EBA095D138432C9301 /* RCTSurfaceHostingProxyRootView.h */, + 69C6F9D7BF51EF1E338956FB58EA4BE8 /* RCTSurfaceHostingProxyRootView.mm */, + CBE217E1CD84CEC49AFB0D1D697CCD85 /* RCTSurfaceHostingView.h */, + 7DA8FC60462DEC8B2373A2B556649C36 /* RCTSurfaceHostingView.mm */, + A24F0AD0984B001B062C18B7E1CF88BD /* RCTSurfaceSizeMeasureMode.h */, + 6B094C3BFB01A8A90561831B073F940C /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + ECEDEC05B6E28AA69B9904EF227645E2 /* Pod */ = { + isa = PBXGroup; + children = ( + 86B58BBED818A73D25BF9D37C0A05227 /* EXHaptics.podspec */, ); name = Pod; sourceTree = ""; }; + ED2282E542AEF7D7753197E82EF65B2A /* Products */ = { + isa = PBXGroup; + children = ( + 16AE27F409AF8CA0A53DFC47071E088E /* libDoubleConversion.a */, + 69CC59F76717160A7FDE7075460A59D0 /* libEXAppLoaderProvider.a */, + A7D64589B1B0026CEB6AB90B75153AB2 /* libEXConstants.a */, + 7BA4ABA8865298522A7F48BE5EE05D07 /* libEXFileSystem.a */, + 3A098AD8BE766F2665E7265616A079E4 /* libEXHaptics.a */, + 56D90FAA41EAA68EAC6FF04BC691E5E4 /* libEXPermissions.a */, + BB5CC5A9A3A4EF5D30BF1418AA810EF2 /* libEXWebBrowser.a */, + 07362CDC2B328AF861365D422B0560CB /* libFirebaseCore.a */, + 6D309736AADD29B836B909C61EF57A7F /* libFirebaseInstanceID.a */, + 137AB61F0D545D65C591170A755919B3 /* libFolly.a */, + 497D192CA2121E888B83DF3DEBBC1E68 /* libglog.a */, + C6C1EA095F7FB5911B6FD5AE87175E70 /* libGoogleUtilities.a */, + 4C4775A7B5BD226BFBE8550AE94C10D1 /* liblibwebp.a */, + 7EEA2E196C8C72645E6611C2BDE6A1FC /* libnanopb.a */, + 16041806BB25EFFDD8A4E9B59E59DD00 /* libPods-RocketChatRN.a */, + EDC92688860036102724512498E31246 /* libPods-ShareRocketChatRN.a */, + F12CB860D6B6425550D42966D40C55E8 /* libQBImagePickerController.a */, + EFE9E20E5CAA2BC84B6C06D3BE4A7506 /* libReact-Core.a */, + CC2B46E71144CD98FCECD5568AD76399 /* libReact-cxxreact.a */, + 5083C980D88D35D82D027445D80DC93B /* libReact-DevSupport.a */, + B905C6B76EDFB238D3C8B66970CC3A9B /* libReact-fishhook.a */, + EC20D613F9D0BC84866084F2AA581AE8 /* libReact-jsi.a */, + 524337C9F49E3335A99BD03E239E4713 /* libReact-jsiexecutor.a */, + 2BAE8239D95374EB01F913800D459549 /* libReact-jsinspector.a */, + 703FF7A8FE6CD2D913B2AC40646C8002 /* libreact-native-document-picker.a */, + 451B0CAC610751DA8BBCC7C504F6DBBA /* libreact-native-keyboard-input.a */, + C71F7BF761FD0D32B4D3C2572FAE3D83 /* libreact-native-keyboard-tracking-view.a */, + 15068F514A4938200C7B5796F969294E /* libreact-native-notifications.a */, + 86988BACF9CE1FA22E6A26A1CCD69E57 /* libreact-native-orientation-locker.a */, + CC2690EC6DAB9BD159758E6E2343D785 /* libreact-native-realm-path.a */, + B057235EDDDEA0A19448F7A0E11E0927 /* libreact-native-splash-screen.a */, + 70183AF78B3E67FE8992EA052927FDDD /* libreact-native-video.a */, + 9DF3F87D6384F6C4175BD33AAA033318 /* libreact-native-webview.a */, + 9E614A9B86533F9CEBC4206D36D73306 /* libReact-RCTActionSheet.a */, + 629DAA9DC761BB7B652894B116E998BB /* libReact-RCTAnimation.a */, + CFCD3DD864CDFD938D1B3F4DBE05C33B /* libReact-RCTBlob.a */, + EFBE9B7769DFA73982B18973C5B08EAE /* libReact-RCTImage.a */, + EB254116145BE7B18FE7A76AE7C4E1CA /* libReact-RCTLinking.a */, + 781B06D0CFFC2FE232616D1B538B10F1 /* libReact-RCTNetwork.a */, + AA428A506128AE86AB321366E6C2D86B /* libReact-RCTSettings.a */, + EA92D52D74E2AC15A87A4452E6C88D7C /* libReact-RCTText.a */, + 7F221EBC596C6A58AD78AF0BCC8234DF /* libReact-RCTVibration.a */, + BC119C805AE3C4F26E1AA453BE42D332 /* libReact-RCTWebSocket.a */, + 6A34C2DF54B8BEEDE46C5B1EC3B2F06C /* librn-extensions-share.a */, + 95D3773507D3BF04795090830DCF7179 /* librn-fetch-blob.a */, + B99F3EB8A227E350832854313782E82D /* libRNAudio.a */, + CB2EE536C96AC6BA3418663E967861D2 /* libRNDeviceInfo.a */, + DC4C6C2273877F7B943E52BAABD85A31 /* libRNFastImage.a */, + 2DA75386D872F1FC2511CA68237E358F /* libRNFirebase.a */, + 15018EBBFA1A29EE7C158DB7704073F7 /* libRNGestureHandler.a */, + 7C191821A9EE5E3721C2AA4B7A2A228B /* libRNImageCropPicker.a */, + 0DBCBB6BDD943F7F16CAC33D20D1B8EF /* libRNLocalize.a */, + 2056330ECB92CED9B9D537A7EEC7C804 /* libRNScreens.a */, + E4E338349B947B978918D0AD89D9D3CA /* libRNUserDefaults.a */, + 166A2737D600EAAE9F5E952307B5940E /* libRNVectorIcons.a */, + 8CD9BFF04B3B76AEAEC9785ABA031424 /* libRSKImageCropper.a */, + 25071DAE388EA3DECF743D5ED2DDBD9A /* libSDWebImage.a */, + 49CD1290847099B3873F908127A06BF7 /* libSDWebImageWebPCoder.a */, + F8783D4EE952155EA1AD92D9808C794C /* libUMCore.a */, + D9ED07273D4CD34777C1D7FDC6A9A423 /* libUMReactNativeAdapter.a */, + A02F83AA2C29984F974BDAA6F8D717C4 /* libyoga.a */, + CB7AC43E33A1A2800BD8302027C19C39 /* QBImagePicker.bundle */, + ); + name = Products; + sourceTree = ""; + }; + ED9DE07DB681E35C4BF58BEA52CF9087 /* Support Files */ = { + isa = PBXGroup; + children = ( + 90663B9ED0C82B7F53EBF841799482F1 /* RNDeviceInfo.xcconfig */, + CED4363E3632434A0EE20F94352A4311 /* RNDeviceInfo-dummy.m */, + D481A17AC81D2D8A8F5D21CA314819AD /* RNDeviceInfo-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + sourceTree = ""; + }; EDDAF70D69A3D4394DB2865AD0BABBC1 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -9199,53 +9238,35 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - EE6F4929A166AAD6F37858CE3A32BF8B /* Support Files */ = { + EE5927CB3E677D53790FDEA211A73400 /* Drivers */ = { isa = PBXGroup; children = ( - 3D163CFA46B7FF6538E374C0E8F17EB4 /* react-native-notifications.xcconfig */, - 647EED667E471BEF3C04DD2FC0103FF2 /* react-native-notifications-dummy.m */, - AF338C3FFEE0D71260F7437F4E2553A5 /* react-native-notifications-prefix.pch */, + B692FFDF89FD13EC6341D06E2C8E0391 /* RCTAnimationDriver.h */, + 60B411038C070354FD6725E3999D162A /* RCTDecayAnimation.h */, + E53D47F05EAC536AB736BFF085E8341A /* RCTDecayAnimation.m */, + FA501A8DAF6CD3179E5870361FC15511 /* RCTEventAnimation.h */, + D7346CCEF82A3DD1988D1B9D227A72D0 /* RCTEventAnimation.m */, + 7CA412ED9B2DCEB6387719BC29D4F4AC /* RCTFrameAnimation.h */, + FF9E50E7E16424E69E352EFEA6EEF197 /* RCTFrameAnimation.m */, + 10EE834C62A1EDEF9C5E8FFC7D905FB3 /* RCTSpringAnimation.h */, + CBC963031DA3274D6A9484F7AE798EDD /* RCTSpringAnimation.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; + name = Drivers; + path = Drivers; sourceTree = ""; }; - EE89A74127FCE26737DD8C93D0C19853 /* config */ = { + F06B3635493440BB3B0DDB9D6445AE87 /* RNScreens */ = { isa = PBXGroup; children = ( - BFBB748878357FF0522E2543C4ED698F /* RNFirebaseRemoteConfig.h */, - 33FC3EF681B273371D2E4998BDA32875 /* RNFirebaseRemoteConfig.m */, + 54A37C2C2BBEFCC81F81C78216295C29 /* RNSScreen.h */, + 5BD183AB89E81D4997F3A701A6F83A24 /* RNSScreen.m */, + ECDCFA651ABB9FB2E52E1D4DFDC9F073 /* RNSScreenContainer.h */, + 7AE5BF5BB0DE8AF55E6FF9D0775ECA33 /* RNSScreenContainer.m */, + 0758E20186C36D3B0254B4DBF5B8BA25 /* Pod */, + 2FA65EB883A8846A1DF61C460E106EDE /* Support Files */, ); - name = config; - path = RNFirebase/config; - sourceTree = ""; - }; - EEBA7BDAF5ED431EDE9C7222E2EFEAB5 /* Pod */ = { - isa = PBXGroup; - children = ( - E90140D3A6914FB0295D56924F8066A6 /* UMCameraInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - EECF67E49A75C247433BB36E77FE03EB /* EXWebBrowser */ = { - isa = PBXGroup; - children = ( - 406BAD664D6E34566FCA00F850C18116 /* EXWebBrowser.h */, - A955D1D21CEC98308E0795C3C11D325C /* EXWebBrowser.m */, - 6F4DF4CB4D45269AB1C11D4CFAE68154 /* Pod */, - 159A684AB99FFF963A1E9903B817CBD2 /* Support Files */, - ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; - sourceTree = ""; - }; - EEE25DD13AF8F25427C277B65F687512 /* Pod */ = { - isa = PBXGroup; - children = ( - 92064856E0C24544D8E65F4D2AD3819E /* UMSensorsInterface.podspec */, - ); - name = Pod; + name = RNScreens; + path = "../../node_modules/react-native-screens"; sourceTree = ""; }; F08CE1A325C61F2CB6F0141F74C73DB5 /* Frameworks */ = { @@ -9256,17 +9277,6 @@ name = Frameworks; sourceTree = ""; }; - F0A58DC0298083D9CE078458AB8ED450 /* Support Files */ = { - isa = PBXGroup; - children = ( - 06ADA3D558F3ABE4D883EB708BE6C2F8 /* React-RCTBlob.xcconfig */, - BBF9EFBB2818F8F8C4A502213B4DB22A /* React-RCTBlob-dummy.m */, - D2D5AE8EC93EE115EE345457281A5EF5 /* React-RCTBlob-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; - sourceTree = ""; - }; F0DD9C1C1F5A1078C20BC2F553004E78 /* Core */ = { isa = PBXGroup; children = ( @@ -9389,15 +9399,38 @@ name = Core; sourceTree = ""; }; - F138011CB53ED0622F420D7FF59C3ACC /* Support Files */ = { + F1BF02BD31FC74B204D260D623B8C0D0 /* React-RCTImage */ = { isa = PBXGroup; children = ( - C077F02879578F58033F504A7BE57FF7 /* RNVectorIcons.xcconfig */, - 40DFC0A8322AC9195610CA69D84D1AB0 /* RNVectorIcons-dummy.m */, - B9FC6A3E3A35880CB1B955DD70433D54 /* RNVectorIcons-prefix.pch */, + 9F819BC30968188BDC0DF44FB0D8FE26 /* RCTGIFImageDecoder.h */, + C0FE1B9BE53BA0A648DCD2F874B1F077 /* RCTGIFImageDecoder.m */, + 28A478D7A965AD829B81C88FB6B8EEAF /* RCTImageBlurUtils.h */, + 06C892980DE79BF9B7E5DBB8EDFDAF37 /* RCTImageBlurUtils.m */, + 18DF51722E453CBECA2F38E3B81D792F /* RCTImageCache.h */, + 2F88E4FA7C79C410C7D83DD80C2414C5 /* RCTImageCache.m */, + E26BDD6D31BCAD55E2869AD46B88DCE8 /* RCTImageEditingManager.h */, + 4000ECB19E856F40F7C8DE0ECB0D7FA9 /* RCTImageEditingManager.m */, + 9129AD1BDA7FE08B502DEE52B09A9F0F /* RCTImageLoader.h */, + AC38EF93B50D7213205E54DB25B712EB /* RCTImageLoader.m */, + 1A6ACC0F4D61D8C0EF98048231C2C165 /* RCTImageShadowView.h */, + 6493667A9BF7EAE633362456BF70EB5D /* RCTImageShadowView.m */, + 76C9C63DFBB822AF6F297345B900F363 /* RCTImageStoreManager.h */, + 6E956E4459936D3147295A52BE86924C /* RCTImageStoreManager.m */, + 7F9C1AB2393977610E685671C1E6B40F /* RCTImageUtils.h */, + 78A289F478C6A7847EB46B4E75112A47 /* RCTImageUtils.m */, + A09B4626E28CF050FF247BEF8B24A30B /* RCTImageView.h */, + 0ACF65A9EEC904A4FB13D272C8133479 /* RCTImageView.m */, + 25F5761C3EB51286F2B8FE36C027420C /* RCTImageViewManager.h */, + BF416C1EA6FB36540556BFBF2F88E6B9 /* RCTImageViewManager.m */, + 51E48CF0EB7019749509BE035B52367E /* RCTLocalAssetImageLoader.h */, + 71497D715D7102B3DD9CE2E4824054D6 /* RCTLocalAssetImageLoader.m */, + 5065C41D369A3E0C693E4767AB15657E /* RCTResizeMode.h */, + 185CE0662A5AA393FCEECE03D685C5E6 /* RCTResizeMode.m */, + 8F3C6381E419FEEB6542B2430CBBD880 /* Pod */, + 0DA9C582B287E2EB3F470702E981CC06 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; F26E1D61819BEE87553F3718909E51AE /* CoreOnly */ = { @@ -9408,145 +9441,180 @@ name = CoreOnly; sourceTree = ""; }; - F2B1DA9152786A79093671D85B62362E /* Support Files */ = { + F3981B9D2DD7675AF6BADF42FBFF305E /* Pod */ = { isa = PBXGroup; children = ( - F53D4DC561B62F8BA7E73841FA0CAE65 /* React-jsinspector.xcconfig */, - 697BCF2F66E631F0DFF94B6E8041A330 /* React-jsinspector-dummy.m */, - F24489F9E2A9AD98B9C4A48EF214D084 /* React-jsinspector-prefix.pch */, + 5294492C30672F2E63895D2405948446 /* yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F3DDF79A2ABDC5BDEB128F093A15E239 /* Base */ = { + isa = PBXGroup; + children = ( + 7374CEE5B473F99C4E8EE4C8E6C4F63F /* RCTAssert.h */, + 42484867612203BF24357532C5863BFB /* RCTAssert.m */, + B4800103C99648DEBBBFA4D48DE0B78E /* RCTBridge.h */, + 35C86E3C5D151CE70929A674FDC315FF /* RCTBridge.m */, + 460E7CF7FA5F9F7412871CC1E24987CB /* RCTBridge+Private.h */, + C66D8ECE3E43F11F330AA961E0FE4F91 /* RCTBridgeDelegate.h */, + BF1C90B7E370DACBAEE5B0F48DF70908 /* RCTBridgeMethod.h */, + 3A34DB7C58257BFBFDB45F47D24BBE94 /* RCTBridgeModule.h */, + 148F1F465C33BB6D80B5F8B75DEB925B /* RCTBundleURLProvider.h */, + 2AF1A400A8254E33E8514E44250B11EF /* RCTBundleURLProvider.m */, + FFA7E2C8A859E4601051675981128AB1 /* RCTComponentEvent.h */, + 6A40F80C787C266CFA34AA401F53D0AA /* RCTComponentEvent.m */, + 356E475D533B864AD49F7F1CE8568BC4 /* RCTConvert.h */, + 0B89086731C4F3424F4D6FD10B8B4968 /* RCTConvert.m */, + BF7DB45278C55B9821E56EA7C3EA3262 /* RCTCxxConvert.h */, + 8BFB161009BC72653D9380381D59C831 /* RCTCxxConvert.m */, + 5C692136DF4902890998F35490E38D55 /* RCTDefines.h */, + 6D38408B38E544BEF04CBE6D2B0CD6B5 /* RCTDisplayLink.h */, + 0FFC57845212A08A18EB9CC3FB2248E6 /* RCTDisplayLink.m */, + A5349A05400CC07FE3A7063B6AD14010 /* RCTErrorCustomizer.h */, + D2C1CDEC7A8275556BA7077B225EAA22 /* RCTErrorInfo.h */, + 3FB118513EE2E068509A498982D3DD86 /* RCTErrorInfo.m */, + 6950BCEF8C75317FD792F4D40455833A /* RCTEventDispatcher.h */, + 82FC61F6ACB1285BE55294B58BF779E6 /* RCTEventDispatcher.m */, + A2308FF25215355D2C3C61482CDCC17D /* RCTFrameUpdate.h */, + 31690A7DEEAA6796896A4A2B99F8CADE /* RCTFrameUpdate.m */, + 37D44357EA9D19F0257D63BF4D83B778 /* RCTImageSource.h */, + EF8CA3AC61E5D948DF0E8C7997FFBECF /* RCTImageSource.m */, + C2DE01C411C96D5D9C3FB2C96AC004B4 /* RCTInvalidating.h */, + B4E719D5E9ABF7835641B14459CBE029 /* RCTJavaScriptExecutor.h */, + DFE350E2CCE9FBC037F8FE332D6593D8 /* RCTJavaScriptLoader.h */, + 04E729A2B1290459D8A507B2F4E232CC /* RCTJavaScriptLoader.mm */, + 7BF8931A308A7D8633A9AF59D68B2500 /* RCTJSStackFrame.h */, + BF8013F3D4AF6F974AE7B05BD0235CB9 /* RCTJSStackFrame.m */, + 3CABAB49E11B74EB1E3ABB0728A99291 /* RCTKeyCommands.h */, + F58B0C037686DAEBBCD4BDE46B846883 /* RCTKeyCommands.m */, + 234549A252966B8BBA6C692128FFDA15 /* RCTLog.h */, + 5733E0B84E45DCDFC0066EBACB1CD1CD /* RCTLog.mm */, + 9C00433DE92D59491CCCB469FC6B09B9 /* RCTManagedPointer.h */, + 5FA0CCAB55A6E1A4620FC4848A4031F4 /* RCTManagedPointer.mm */, + 526ED2712552E15FDF8A330B53D268A6 /* RCTModuleData.h */, + 2F5168B4360127C6F651D33EDA56809C /* RCTModuleData.mm */, + A8D9B6818C76442E9D696A8ED0A3806F /* RCTModuleMethod.h */, + 83F7DF7828C6EBF808549FC501B3383A /* RCTModuleMethod.mm */, + D714412C0E9210055B9C15823A2A19A0 /* RCTMultipartDataTask.h */, + 3CB95C0557E89A1774D5756987887992 /* RCTMultipartDataTask.m */, + A2EE6288DE9DACD1F151E02E15A37E17 /* RCTMultipartStreamReader.h */, + DAD40BB61E10E53E1AD979B858D736B1 /* RCTMultipartStreamReader.m */, + 8F6DEF12DD6CA19A373818F0396AE3A4 /* RCTNullability.h */, + 06AA8C827CBD533AEFB547403E5489D5 /* RCTParserUtils.h */, + 00812452054ABF5C7E0F909DBA935346 /* RCTParserUtils.m */, + 639ADAE4C642F7EA3E1E447FE982E03D /* RCTPerformanceLogger.h */, + DF46B7DE1870C8B4A4662A24149A9BE8 /* RCTPerformanceLogger.m */, + 6D21C0BC5FBA923B122B37DD4C9DBB86 /* RCTPlatform.h */, + 802C00DA7A71E1EF69FDF62092C73CFA /* RCTPlatform.m */, + 3F084CC8C4E1DD6BBCB3EE91ACFAA227 /* RCTReloadCommand.h */, + 33C5E46DB8D22FFDE01F09312D4E27DF /* RCTReloadCommand.m */, + EE410F4D56198A82E3B0302EFDD16008 /* RCTRootContentView.h */, + 37E20EF8E94B6A6AEADB89CED59E3C74 /* RCTRootContentView.m */, + 0B32FD26EDA56B81B64D8C942F35B4FC /* RCTRootView.h */, + 0D9C4A4D474006ADFF18769C5F7EACDF /* RCTRootView.m */, + 9720869E87068CAA484245F8BDFD2E0A /* RCTRootViewDelegate.h */, + 3E0A284BC7AA7ED9FBFCFDAD620E0F36 /* RCTRootViewInternal.h */, + 63C68FBDECC4439352E918A367B044A6 /* RCTTouchEvent.h */, + BC084FA286DD48375260B0ACCACF2ECE /* RCTTouchEvent.m */, + 0F5C6F0F2943FB8FA36470E7B144AE9C /* RCTTouchHandler.h */, + 35914C5BA6733658EF46CAA3FD45CE0F /* RCTTouchHandler.m */, + 76BF23E18EF6FC06C27B972751AAA22E /* RCTURLRequestDelegate.h */, + 0F16F84A971E9BACDF4505998B341052 /* RCTURLRequestHandler.h */, + 94A33EC1740D82DA77BE5C488160D129 /* RCTUtils.h */, + 50790D111898E91818CE476F02633B94 /* RCTUtils.m */, + 10F0368D88536201821538626F5A8A0A /* RCTVersion.h */, + 17196E1DAEECDF8AAC9C4D4CA1346480 /* RCTVersion.m */, + 64EEE8980A2D7B61F0DA53799B932655 /* Surface */, + ); + name = Base; + path = Base; + sourceTree = ""; + }; + F4D3901E12019B62A2F9034E98DF3FF4 /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + 4EC796D3297545ECD3B0BE16B634032C /* RNGestureHandler.h */, + B3FE9BE932292253945F510DBA081393 /* RNGestureHandler.m */, + A6471A725648787FCEDCCA1E85BB0771 /* RNGestureHandlerButton.h */, + B539D6CB31FD8326BB18D8A8F2A5C05D /* RNGestureHandlerButton.m */, + 2634FF41CA66CFEE7148141460264369 /* RNGestureHandlerDirection.h */, + BC0B264CA66F35A8B301AB9B1E39A409 /* RNGestureHandlerEvents.h */, + AE2257F00A993303799FEA476F86CC06 /* RNGestureHandlerEvents.m */, + 6B87665280AA2078A8DB0C51E261E1F7 /* RNGestureHandlerManager.h */, + 8B7DA7B275AC7C5F2B1C88F9DB50F690 /* RNGestureHandlerManager.m */, + 1FD491EA66DE814C00EDFDDB8DE2F8F8 /* RNGestureHandlerModule.h */, + BFCEBC12EB149EAA4887C349377BCE8C /* RNGestureHandlerModule.m */, + 28EE8E60D0D8CF1F6D4B0F702AA7B2F9 /* RNGestureHandlerRegistry.h */, + 0F04FC5F5A4A9E4A771EF44C371A8056 /* RNGestureHandlerRegistry.m */, + 217E33420DFC18DC0466AE672F2F3D68 /* RNGestureHandlerState.h */, + 77B67C4911E54289DD438C7412468894 /* RNRootViewGestureRecognizer.h */, + 557AD5998B632706BB3164F213556756 /* RNRootViewGestureRecognizer.m */, + 5581BE0FEE094E291946A43B9C7C9C6A /* Handlers */, + 44A2A1F840245F9EC719589A7A12A476 /* Pod */, + 230509E7D60EA44334C9EC45EBF06966 /* Support Files */, + ); + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; + sourceTree = ""; + }; + F526A0028C87C3AB368E5CFE1EB70386 /* CxxUtils */ = { + isa = PBXGroup; + children = ( + E094A81CCB4EAADA62885CD67F735F65 /* RCTFollyConvert.h */, + 444A63ACB1E4BE692426F2F2B1CE22BC /* RCTFollyConvert.mm */, + ); + name = CxxUtils; + path = CxxUtils; + sourceTree = ""; + }; + F63326F2F7199A56A22E0EE58C3A535B /* Pod */ = { + isa = PBXGroup; + children = ( + 51E2DC351566F90872A28B257DB21593 /* UMCameraInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F70880EE841E1D07D4CED939A1ADEAF2 /* Pod */ = { + isa = PBXGroup; + children = ( + 0453FD9451DFA4D27CAF1899F4BEE659 /* LICENSE */, + CC529804DD93660320E14ED4DD0DAA7E /* README.md */, + 8C93A15556F52F55F9C151FD42A3C71C /* RNVectorIcons.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F9D61AAC65E7668A306121AEB674C384 /* Support Files */ = { + isa = PBXGroup; + children = ( + 79F2AA78F2AF8D25B8156DBA794F7063 /* UMConstantsInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; sourceTree = ""; }; - F35414F769A3A646E8BF2626FD1C183E /* EXFileSystem */ = { + FA72D3D56A80C499A8A85D8DBA3FE608 /* rn-extensions-share */ = { isa = PBXGroup; children = ( - 0D529A101AE84B7EEA83FD2BD8D77292 /* EXDownloadDelegate.h */, - BEA29F57AF4F4AA838CC117214DA3792 /* EXDownloadDelegate.m */, - 6B3670ED370A8C5CAD27D1EA788CF3BE /* EXFilePermissionModule.h */, - 9F853D7594FF30D7E5137816E74F4EF7 /* EXFilePermissionModule.m */, - 2BDCAAD5CA4F46D8FAC531D31269CA7D /* EXFileSystem.h */, - 52FFE3CADEB382300579DE3F35D0ACEE /* EXFileSystem.m */, - 62BF174F95054BD92232A2296DE3129A /* EXFileSystemAssetLibraryHandler.h */, - A4A0FF5A56DB93D4ACBD92D0E6BEA057 /* EXFileSystemAssetLibraryHandler.m */, - 43AA1E9CCD79BAA7E7B13F1B59A10F7F /* EXFileSystemLocalFileHandler.h */, - DB79B2AA5974879E1E25C0DAE1A66663 /* EXFileSystemLocalFileHandler.m */, - DECDC8B9C28EB13ADE098CFD6677D455 /* Pod */, - F6D0BAAAE6BE0E22C4F28C09BFCAA5D6 /* Support Files */, - ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; - sourceTree = ""; - }; - F3E1B8F453DB5C9389B7168C959B8D4A /* React-RCTActionSheet */ = { - isa = PBXGroup; - children = ( - 0DB7D88A9E6A30F8850896F7D809AB8D /* RCTActionSheetManager.h */, - 85FAB8053D8EFFEE7641D2626E554054 /* RCTActionSheetManager.m */, - FA0D496C5DF379EF24059C1778B4196D /* Pod */, - DB6DB0222CE4AD53CA775961C09F168C /* Support Files */, - ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; - sourceTree = ""; - }; - F5C0FAFEEB8B00C555EBBF80380D75AC /* React-fishhook */ = { - isa = PBXGroup; - children = ( - 3BF82463433B0B7524142F8550C5463B /* fishhook.c */, - 5EE23285658AAAA4011925443E7A0A3E /* fishhook.h */, - E3D4EE1DDDF5995F37584C4A0D1E18A2 /* Pod */, - 58E279A577D23BCE162F8E1C924F57A4 /* Support Files */, - ); - name = "React-fishhook"; - path = "../../node_modules/react-native/Libraries/fishhook"; - sourceTree = ""; - }; - F6D0BAAAE6BE0E22C4F28C09BFCAA5D6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 73A7BED4FCE642A9F93589A632774250 /* EXFileSystem.xcconfig */, - 787647F7C61C248085ACC0477E4B6359 /* EXFileSystem-dummy.m */, - BF619D550ADB39875F32DA896930923E /* EXFileSystem-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; - sourceTree = ""; - }; - F99319AF04A397C5F0525B69C193F84C /* rn-extensions-share */ = { - isa = PBXGroup; - children = ( - 15FA0CA278925F26B37D2FF780D30D71 /* ReactNativeShareExtension.h */, - 3B4DA167B6DB419A71EB31A8C10126CF /* ReactNativeShareExtension.m */, - 5C0C5123133AC8ED66CF818EB739EF99 /* Pod */, - A9CD28FDA005AD72C056559C3BA69E93 /* Support Files */, + 9AA32D4B65A94EED3F2EFAADA55DC655 /* ReactNativeShareExtension.h */, + 9007AF151AB9D747CED04366A2B27364 /* ReactNativeShareExtension.m */, + 33B6082A88DB03542886DB8939056F2C /* Pod */, + C103AE305AE9ED73D76ACECF783E23A4 /* Support Files */, ); name = "rn-extensions-share"; path = "../../node_modules/rn-extensions-share"; sourceTree = ""; }; - FA0D496C5DF379EF24059C1778B4196D /* Pod */ = { + FD3283A2E1E0F643FB87A137D3E54227 /* Pod */ = { isa = PBXGroup; children = ( - CD5D6F8D58A97A6A42CCF475A1C86BEF /* React-RCTActionSheet.podspec */, + A4BA82E5D8CCEE01EEEB53DF76F6D49F /* React-RCTAnimation.podspec */, ); name = Pod; sourceTree = ""; }; - FA396DA6C0A32B8C4941AE09CBFD1E75 /* Services */ = { - isa = PBXGroup; - children = ( - 49AEA367EEA78C10039B9FFC9A7C4D47 /* UMLogManager.h */, - ED3608388D31C07F66D9D8B3485EB756 /* UMLogManager.m */, - ); - name = Services; - path = UMCore/Services; - sourceTree = ""; - }; - FB4B8AD5E38A7508BC58FF08A4F78B1D /* Video */ = { - isa = PBXGroup; - children = ( - EC87AF196D9908091AB1ADAEE607492F /* RCTVideo.h */, - F89DE3B51DF3E893407EBF41C2B07F05 /* RCTVideo.m */, - 37953103E02B596204E96076D98E0421 /* RCTVideoManager.h */, - 9C4AC6C98E4A0D834174A5B151CB8348 /* RCTVideoManager.m */, - 06211CDDADC3D81A350A2C1D47AC6059 /* RCTVideoPlayerViewController.h */, - 0616C43A24BD3797A539100D21089670 /* RCTVideoPlayerViewController.m */, - 566397D80F57C3FFB159F48B9FE64B73 /* RCTVideoPlayerViewControllerDelegate.h */, - 68664985D54F90C4C7A66AC4676F77B6 /* UIView+FindUIViewController.h */, - 169ECB64BE99E73D32A6895AB20326AA /* UIView+FindUIViewController.m */, - ); - name = Video; - sourceTree = ""; - }; - FC93C82F922B2806CED19BF5627675C7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 26C1551E152BEAE05C89B51D8916A189 /* RNUserDefaults.xcconfig */, - 44EFA53BCBF0D2E1246EC251323FB495 /* RNUserDefaults-dummy.m */, - 517245C7A931239AD0294B76E4F4DD35 /* RNUserDefaults-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNUserDefaults"; - sourceTree = ""; - }; - FCD73C9F5D35862A1F350E8C96DB2756 /* RNImageCropPicker */ = { - isa = PBXGroup; - children = ( - 0C9AAF38A25698CD29CEB9A79140EA8B /* Compression.h */, - F1DC896FE8096DF0CAFB541745AF35F6 /* Compression.m */, - 72C7155EBD692248E819315D2DBEB0D2 /* ImageCropPicker.h */, - 2BEC0CAC42B231ADDE6E4B6712091B22 /* ImageCropPicker.m */, - 1CFE638ED7DDA873763C58F0F56B5499 /* UIImage+Resize.h */, - 809C526EE7F2F26DF084AA444F0F76BA /* UIImage+Resize.m */, - BAE563AC787B61CEF603E7D73E9A6EF2 /* Pod */, - 3BAFDB213D32F5BC159445463ACF1D30 /* Support Files */, - ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; - sourceTree = ""; - }; FDA4FF407DB01D9E34F81999653B3E2E /* Pods-ShareRocketChatRN */ = { isa = PBXGroup; children = ( @@ -9561,432 +9629,505 @@ path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - FFD85F96F97C7F8173BF4505A89DC322 /* CxxUtils */ = { + FDB5CADB19801587C9BF2FA13667870F /* UMCore */ = { isa = PBXGroup; children = ( - 8EDA5B0CAA5649F068AA03DD61380EB4 /* RCTFollyConvert.h */, - A31CC93AACC7888ED2AF96E0914BBB0E /* RCTFollyConvert.mm */, + D21281D82F92AF287DF0EB7251A91173 /* UMAppDelegateWrapper.h */, + 3E0AC6D2780481E8D8F46E0C9245A807 /* UMAppDelegateWrapper.m */, + C51B90996CA8726CECB45C7624FFBDF6 /* UMDefines.h */, + 1C15A39A8A1B6E834E4F4576676A3DF7 /* UMExportedModule.h */, + CFCCCBEA92A1F5ADF40A8245D1766B41 /* UMExportedModule.m */, + 2E6CFC24F1AC84A2E076672774C9C3E2 /* UMSingletonModule.h */, + 1DF333C608847094EB64E11BFFA42091 /* UMSingletonModule.m */, + 98CCC76EC6982A9A6C319C7EB55CDD50 /* UMUtilities.h */, + D4B1559F7775613E9BA9EBA9C3964ABC /* UMUtilities.m */, + EA21540D1720E029B1BBF5D78ACA5AC5 /* UMViewManager.h */, + 6EB2B0386EBB560E7598845480707AAE /* UMViewManager.m */, + E1480EA231D8FDA50BB31FEEA0854BD2 /* Pod */, + C416DFC295CFEDF52A3CB676596F2A4B /* Protocols */, + C3A1858C1EDC41AC257A28278026E13F /* Services */, + 291A3E9E2D860E7984D23F37F9DE93B4 /* Support Files */, + 071159537D2982A252CDC1024ED485AD /* UMModuleRegistry */, + 4FAE5644B647C35E2AC7BE5A5E0CDC62 /* UMModuleRegistryProvider */, ); - path = CxxUtils; + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; + sourceTree = ""; + }; + FE4BEC5C67F52340552171B63A8AA397 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0DB8E073395B37B8CEC220118E8886F3 /* rn-fetch-blob.xcconfig */, + 0FFB09CD158DF8C1119BB4E991BF602E /* rn-fetch-blob-dummy.m */, + C5EBAF3B87CD65720AE5DF9B2C827DC8 /* rn-fetch-blob-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + sourceTree = ""; + }; + FF198ABD58803BB36D8B5D0C14A35AD8 /* CxxBridge */ = { + isa = PBXGroup; + children = ( + 8431B4EB1087EBB77F4EF43A5DA8B592 /* JSCExecutorFactory.h */, + 6F7DC738DBDBAB56FE67096801008B24 /* JSCExecutorFactory.mm */, + 0E778EF8D2FC4B9332DE2359AE1C3FC6 /* NSDataBigString.h */, + 82371C592A7E4836B1900DE08EEC48FF /* NSDataBigString.mm */, + C578B94FB8B19AE19B6CCFCBB6A48F3A /* RCTCxxBridge.mm */, + A453C57581ABC1B92BCB954FE4AA5354 /* RCTCxxBridgeDelegate.h */, + 3FBB2E5D0CBCA0D5C532BFF45C0607F6 /* RCTMessageThread.h */, + B767766B40A2DA96C7FE0F1C6F179D4B /* RCTMessageThread.mm */, + 65C32B0E6F77F58BFD9E18888C3D5F59 /* RCTObjcExecutor.h */, + A63F9F0C614A14B22280D2EF849189C9 /* RCTObjcExecutor.mm */, + ); + name = CxxBridge; + path = CxxBridge; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 00FCE617E3A4F363AC636332FDF2F90F /* Headers */ = { + 01D264878A0970834BC9D0179998D821 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 61AE689CE35F215D8010BB228491CFF2 /* RCTBlobCollector.h in Headers */, - 7C018C76FA3858F46A9E46F21732B08A /* RCTBlobManager.h in Headers */, - 4C68BDF8A215BCE329BFDEC6D8692383 /* RCTFileReaderModule.h in Headers */, + B2FA60ABA6645A30B24846BB2248A8A6 /* Compression.h in Headers */, + DF81F7AB286678100908081F5A0A484D /* ImageCropPicker.h in Headers */, + 0CC8BEC18EEFD0870098016928FC3C03 /* UIImage+Resize.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0151B2D38470AD526217403F4C591A91 /* Headers */ = { + 0E96AC29E4425A68227A380021E382A2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F2CBEEAD7453A80F71A29F07029E8DA9 /* fishhook.h in Headers */, + 82F4A08E405B0A3706D5F18335E9D880 /* bignum-dtoa.h in Headers */, + 091C0C0E3A30D286E30F860AE0925759 /* bignum.h in Headers */, + 95F0126305351DD05D7AA074E2F2AF24 /* cached-powers.h in Headers */, + 7F7874E65AED2A890EE014C9C7D58F1D /* diy-fp.h in Headers */, + 191C15F88ACEC13860AD338F208BDDB5 /* double-conversion.h in Headers */, + AF8EC55515847D2EE9AD7ADED2B0B0BD /* fast-dtoa.h in Headers */, + D6C20DCB29B6BFF5E545D724066718D0 /* fixed-dtoa.h in Headers */, + 3728CB53E4723B332E0C5D8CD2409CDE /* ieee.h in Headers */, + 107BF2E806089DC6DD5715D1FCADC1FF /* strtod.h in Headers */, + C7DCA36BC01C33478E6BC8801AA6F929 /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 02DE3190B20BF1974373B344574C34CD /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C723D7CB5D94CC24EFBBB9ED58CAE0A3 /* UMAppDelegateWrapper.h in Headers */, - A026F0A9355450451E1558F3A87AABEC /* UMAppLifecycleListener.h in Headers */, - 31CBD3568692203AD941D320448A0167 /* UMAppLifecycleService.h in Headers */, - 8EA8EB6D6C9C3ED99D58F36BE69D85E1 /* UMDefines.h in Headers */, - 43B9F3FEC650EF0D7558B4C678EA6AF3 /* UMEventEmitter.h in Headers */, - 8CCE0C74913F36C96D7F761410CE6817 /* UMEventEmitterService.h in Headers */, - 2383940FE81981D16147620523B0D57F /* UMExportedModule.h in Headers */, - 1095E8FC04BF5D67388CD27AF735EA00 /* UMInternalModule.h in Headers */, - F81A84291B2F2DEF250FCB79C1CAD886 /* UMJavaScriptContextProvider.h in Headers */, - E45DD4E8D41C17FC08EED732951AE1BF /* UMKernelService.h in Headers */, - 1B9046261DFEF117ACDC9B34FA8DEE06 /* UMLogHandler.h in Headers */, - B01BF0DB4F2C13598BF21D8BAF63FA02 /* UMLogManager.h in Headers */, - 15C551AC7F38881525D0F642D73D1C3A /* UMModuleRegistry.h in Headers */, - 625B3FBE5DB5D7FFA8E6A04E481B6A86 /* UMModuleRegistryConsumer.h in Headers */, - 5626EEA5122A67231A1B681E76F8AFDA /* UMModuleRegistryDelegate.h in Headers */, - 698D396178A8C90E5E6D03AA69FE4EB1 /* UMModuleRegistryProvider.h in Headers */, - F73C4171666A62C9E0A5C4F4137849F1 /* UMSingletonModule.h in Headers */, - 481EA95DDF7F93A39B23F9F3E52A4015 /* UMUIManager.h in Headers */, - 08CFEBF8C87EED02D29D227E80C3CDFF /* UMUtilities.h in Headers */, - B1D15B674E231785448AA95939AE9463 /* UMUtilitiesInterface.h in Headers */, - F7C6DD68458376DAC8E01D9C68071318 /* UMViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 07EA496922703B388FA6473ED46A4F8D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0836AD2EC79CAE365766D818CDFB1AA8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8182F2E263B427AA12C4AF390B885D17 /* alphai_dec.h in Headers */, - 417DACDC0A7BC5F9A55B32734AF496F3 /* animi.h in Headers */, - 9FB5323418E1EAEB28FCF70C427CD296 /* backward_references_enc.h in Headers */, - 5CD2A015A7A05B92BF2F5E7D71D12B1D /* bit_reader_inl_utils.h in Headers */, - 8F3E78E2DB7AEB8C9FB6BFCDDE9C7089 /* bit_reader_utils.h in Headers */, - 6D71A6D5CBB1BDEE1413910216E73651 /* bit_writer_utils.h in Headers */, - 33062309584EE5CDBC69FC6DE862E033 /* color_cache_utils.h in Headers */, - 50D552ED4A967F6755D64C875BC3CBB9 /* common_dec.h in Headers */, - E08D5ED498CB4DA17CBB17B92FE36331 /* common_sse2.h in Headers */, - 723874281B7102822C9263F25B4E9AD1 /* common_sse41.h in Headers */, - CB9B4086D0929208AA2BEC070F8FB687 /* cost_enc.h in Headers */, - 03B1BCBB960C0747FF8037C28EF82574 /* decode.h in Headers */, - 7956F82E4FF2E7C95F619C7D46C46EC6 /* demux.h in Headers */, - 34EC45D7E05C7E544ADCE54C82C7F815 /* dsp.h in Headers */, - 1D3A9292C404B93E41EA657319C5A616 /* encode.h in Headers */, - 608B30A9766B7C7AD75855008A72B76C /* endian_inl_utils.h in Headers */, - 3FD619CD7E4DA2CB1F156E46E5096A79 /* filters_utils.h in Headers */, - F35835EF76DF0D2C2E044A8C0EFC6E6F /* format_constants.h in Headers */, - 38AD4512BAEA16C8B031C7DCF55F2A8E /* histogram_enc.h in Headers */, - 6F4258691BBFBCBACDBEB1CE07169A3E /* huffman_encode_utils.h in Headers */, - FEF302FD5C2E107B2D45A7A753291A49 /* huffman_utils.h in Headers */, - 1D949C6601A62EC6CAD60C9E7B50C0CC /* lossless.h in Headers */, - 9D37DEF72A22FD1A72198F1C269F29E9 /* lossless_common.h in Headers */, - E7C34B87DC7FCB383BC57216BEAD94B4 /* mips_macro.h in Headers */, - B7A4D50989E610028B3EE3816B474C3F /* msa_macro.h in Headers */, - 200022E023C1CB715FE8A63069F76D71 /* mux.h in Headers */, - B0B0B766093210EB3266CFB15B7F110A /* mux_types.h in Headers */, - B724AB793386F487E48DAC082B773D56 /* muxi.h in Headers */, - 333E72A60BAFC9EB250C17222C7023B5 /* neon.h in Headers */, - 6424CE1B21FB118EAC797A1EFB5CAB77 /* quant.h in Headers */, - 349B8E6465493658CF6AF3C28F8E69F1 /* quant_levels_dec_utils.h in Headers */, - 4B163EB758F5F9C2FC21DC257B9F02E6 /* quant_levels_utils.h in Headers */, - 9058DE52F6CC41428189AEF7EF397B2C /* random_utils.h in Headers */, - A261D1444B1E8A76FF80961913092EAC /* rescaler_utils.h in Headers */, - 9CD9716DD336B98D69841069C775A17B /* thread_utils.h in Headers */, - 770F6A0BBA21C9FD5198F2B515D23673 /* types.h in Headers */, - CC136DC5A3C7ED75BD7DFEB71259EFB4 /* utils.h in Headers */, - 27CF157255C447A5063775B5BE8A7CCF /* vp8_dec.h in Headers */, - 62EF05AD5396C78743EC5BDD2643D95C /* vp8i_dec.h in Headers */, - 8F95C811580055653F64AA077EBECEB0 /* vp8i_enc.h in Headers */, - 44A56E8FBEA913137B22E0F48F692DCD /* vp8li_dec.h in Headers */, - C4BFF5390AA1FF9DB4B0D8707540AA47 /* vp8li_enc.h in Headers */, - 50A8500333976280906EE774EB7F7DC2 /* webpi_dec.h in Headers */, - D1F4F693CF545CCC290595DF6EE686D6 /* yuv.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0F308773F131EB8FBB57BA50CA66FAE1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 22857BB81FD10BA0F0BBF14FB9EE4FEB /* NSBezierPath+RoundedCorners.h in Headers */, - 7C69C92A720A368954D133A0DD960A00 /* NSButton+WebCache.h in Headers */, - 4E6E20538F570B2C16C3049CA26C83D3 /* NSData+ImageContentType.h in Headers */, - 4EDBECD85FF7ABED1C3C8210DBE0A982 /* NSImage+Compatibility.h in Headers */, - 170C4BA4DA9089738AA2DF718FD5DB14 /* SDAnimatedImage.h in Headers */, - 364DD1193052FBD56C5EA4F6EC518F98 /* SDAnimatedImageRep.h in Headers */, - A89C12BC2D9A08B02519CC8CA51EFBAF /* SDAnimatedImageView+WebCache.h in Headers */, - 0BC55EDEFBE99C75CA61FD21EDFE3552 /* SDAnimatedImageView.h in Headers */, - 414009DB5A8FEDACA9C84C8A6691A68D /* SDAsyncBlockOperation.h in Headers */, - CEBD0FF6D18EDCCEF0F89AA27D3998E7 /* SDDiskCache.h in Headers */, - FE512DCE25B03DFD74C4E4E8C9AF1510 /* SDImageAPNGCoder.h in Headers */, - 4A7EAEFC0078CE4368182546538F822A /* SDImageAPNGCoderInternal.h in Headers */, - 847F2DA153BE2722412CBB167A39F351 /* SDImageAssetManager.h in Headers */, - 61649CACBEA080328B9EE856FEE0590D /* SDImageCache.h in Headers */, - 86A66E1DC4DD16BF5BAB863081DDA0E1 /* SDImageCacheConfig.h in Headers */, - C51DE0F645DE24F16DB83F5135BB8CCE /* SDImageCacheDefine.h in Headers */, - EA045E66DC6EFE4437F7F30891401F8E /* SDImageCachesManager.h in Headers */, - B286A96C4A2EE96D622E68983F971B62 /* SDImageCachesManagerOperation.h in Headers */, - D9EAE559B343934131C96ECBA7FAFFD2 /* SDImageCoder.h in Headers */, - F3DFCCC72D3FEF00C9E45F4DE2730715 /* SDImageCoderHelper.h in Headers */, - 8ACE6DBED0DAC5E8726C99EF7A40945D /* SDImageCodersManager.h in Headers */, - 8A8EDFE322A12B51C795B6E914C10FBA /* SDImageFrame.h in Headers */, - 023FE2B45BC3A082991431F3D04A621B /* SDImageGIFCoder.h in Headers */, - C3022850D6F9786AF8BDA8D0AC173424 /* SDImageGIFCoderInternal.h in Headers */, - 5022D4A1CE920FD774AB38CFD07C7B05 /* SDImageGraphics.h in Headers */, - 0E02E20A0117BA335D2C3216E28B0B7D /* SDImageIOCoder.h in Headers */, - 5F0FBC612C60EBF7AED0384097172524 /* SDImageLoader.h in Headers */, - 62DE881226A379B20C6C04FCD7B57B68 /* SDImageLoadersManager.h in Headers */, - 3D0AA208FDEEE83F57AAD3E2DEC84945 /* SDImageTransformer.h in Headers */, - 6A0ECE72CE30A2F51359D89E2AF867A1 /* SDInternalMacros.h in Headers */, - 3F0FB279F6D8CCFA6CD59BDD1B78056F /* SDMemoryCache.h in Headers */, - 15B19C085E5B174B6F898C0C00B309A4 /* SDmetamacros.h in Headers */, - 4B4C8B194B17693572810F42E02FD0D9 /* SDWeakProxy.h in Headers */, - 3107D05D6B170909AB67163EB76E6422 /* SDWebImage.h in Headers */, - 1107B959C2165E4BE5E312AF671DF48B /* SDWebImageCacheKeyFilter.h in Headers */, - 3B41E9BBE20F12C9DDBD6559965FD6DB /* SDWebImageCacheSerializer.h in Headers */, - 76ABC2FFAA8DEFE633978DCF97F91482 /* SDWebImageCompat.h in Headers */, - E4CF9D2DF84F3E7A8E20C84643DC7170 /* SDWebImageDefine.h in Headers */, - 9FEE7AE3750BDAC678EAC773890FF852 /* SDWebImageDownloader.h in Headers */, - 665DF08B7F52A014422053D4CF293246 /* SDWebImageDownloaderConfig.h in Headers */, - 8B578D461FFE9466F1FBDAA5F4EAD517 /* SDWebImageDownloaderOperation.h in Headers */, - 0162B7E000CBCE2FD49420E425A5521A /* SDWebImageDownloaderRequestModifier.h in Headers */, - AB38C2B4CF467B6B4CA0BBB21179C2BF /* SDWebImageError.h in Headers */, - 6A4DA88E3E913663B02CB21B2822831B /* SDWebImageIndicator.h in Headers */, - BDBF40B6506A90071AEFC5C343F36CAA /* SDWebImageManager.h in Headers */, - 7D0D3403FEACFEF38743EEF46692E98A /* SDWebImageOperation.h in Headers */, - 114D4C4C56064516122D0E9A94E1A622 /* SDWebImagePrefetcher.h in Headers */, - CC33D3B320759EF6209B645ED4E54105 /* SDWebImageTransition.h in Headers */, - 41A86D6E1059138AE9C8460F90015644 /* UIButton+WebCache.h in Headers */, - 5A42405E6149DAF5F2B0525F28883B45 /* UIColor+HexString.h in Headers */, - 326135295FB5894C40483E5AF9BE8C50 /* UIImage+ForceDecode.h in Headers */, - 060512CBD463F07315708D08391D3470 /* UIImage+GIF.h in Headers */, - D1519169EC2F33EE942F1DEF856C5559 /* UIImage+MemoryCacheCost.h in Headers */, - 933D2B8BD6CD87B694F94CD88C5C2852 /* UIImage+Metadata.h in Headers */, - A530670574F1A838BDEFC0C1C001641D /* UIImage+MultiFormat.h in Headers */, - 007A02F8DEFBC4974D036508290723D3 /* UIImage+Transform.h in Headers */, - 8D8C9918111BB05F3EE7D6312AFA353E /* UIImageView+HighlightedWebCache.h in Headers */, - 9E642AB94E1BDDA086B3D5FA63A3CC24 /* UIImageView+WebCache.h in Headers */, - BF7FE158079D46DD14743B248A11E1E2 /* UIView+WebCache.h in Headers */, - E36F4BC553579FC43FF84ADAE2BDE997 /* UIView+WebCacheOperation.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 120E2617744294CA79342D8A144E29A9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 008C2E01AB4F20C78CCE772DF5F73473 /* RNFlingHandler.h in Headers */, - 99CE087E87C61206E7D569F720E55BB0 /* RNForceTouchHandler.h in Headers */, - D7F36535E4778B455CCE5646A127C9A6 /* RNGestureHandler.h in Headers */, - 690215066BB28D4D69D3228670D396DB /* RNGestureHandlerButton.h in Headers */, - AF1C4A60DFEE83C84F21BDADA919FB08 /* RNGestureHandlerDirection.h in Headers */, - 0927FCAF12F0D75C9BB7A0D4C3B50756 /* RNGestureHandlerEvents.h in Headers */, - A4B080BE15DAB4B0693459091914910A /* RNGestureHandlerManager.h in Headers */, - 1A849A7E2B9BAF6D7C979D3146082ED1 /* RNGestureHandlerModule.h in Headers */, - E86F68FD4AA0627099837F56042DDD56 /* RNGestureHandlerRegistry.h in Headers */, - 8500FC229B23F3234D8231B893D26AD5 /* RNGestureHandlerState.h in Headers */, - 0341DDD016EABBA891F01417BED09616 /* RNLongPressHandler.h in Headers */, - 57E0309432CAC3AC617FF845AC2CDCC3 /* RNNativeViewHandler.h in Headers */, - CAB18D5852653616AA10AB0E0E991850 /* RNPanHandler.h in Headers */, - D71AD24B6F9D38D45D7E759F539F1EB7 /* RNPinchHandler.h in Headers */, - D6B7849E652A5EC202A033A442C13677 /* RNRootViewGestureRecognizer.h in Headers */, - A627CAC84F3E2DCDB4EE54601C54E461 /* RNRotationHandler.h in Headers */, - 7A21072B27D4522C714BB993559A1E1D /* RNTapHandler.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 141FB2DE041EA05FC0A10FE711870412 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3D8B1AC4F0D4986B7A5CC2F247ED2EE9 /* CxxModule.h in Headers */, - 237754414586A26826B5DD3F2D9411E3 /* CxxNativeModule.h in Headers */, - 523DADCCC7F5FB6D44829C710FBB91CC /* Instance.h in Headers */, - 41FA4B454D897F9A052CE7CA1C13A6C7 /* JsArgumentHelpers-inl.h in Headers */, - 5442B775782169E3210D3C1A8F6DD952 /* JsArgumentHelpers.h in Headers */, - 155F54BAA05B2D2854BE0AE214400BDC /* JSBigString.h in Headers */, - 9D2DC0F3B8F7C174BEF941E6B88D262D /* JSBundleType.h in Headers */, - FAC794C320AAF42436682EEEAD564001 /* JSDeltaBundleClient.h in Headers */, - 3ECEFA64A7C789629823EE8EDDA2AE3F /* JSExecutor.h in Headers */, - 5AD7044142D8BCC25C8F742A000EE592 /* JSIndexedRAMBundle.h in Headers */, - 8F39821373BD9F2743E00AC6FCCEBB1B /* JSModulesUnbundle.h in Headers */, - 2AB7D2E7A3F1C2F5BD7142F8F4E45342 /* MessageQueueThread.h in Headers */, - 5C20F57647BA6FD777BFA542F5A4AD65 /* MethodCall.h in Headers */, - 075A56CA701E9D9DA071E4E5731E224B /* ModuleRegistry.h in Headers */, - 317036CF71CE437685CDF9586B6FE50D /* NativeModule.h in Headers */, - 6123D9F7F3464A159C162136945ABB4E /* NativeToJsBridge.h in Headers */, - 98BDC239A278D5BA0D3AA01296E0DC1B /* RAMBundleRegistry.h in Headers */, - 0C21650B7F2853C152643986FC30E869 /* ReactMarker.h in Headers */, - E91D76202339EF658EE5C8824A731945 /* RecoverableError.h in Headers */, - 5734AA775FFF744E21A4033F51608C0D /* SharedProxyCxxModule.h in Headers */, - 7844DCB437DB77B45AD95C278628101B /* SystraceSection.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 14B45098E6EF51CDD24BDDF7FF2F60AE /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 211CC95945097064904A5738EE4035FC /* DeviceUID.h in Headers */, - 5F365DA0E242751C37B90BF11299AF17 /* RNDeviceInfo.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1A78DD10F10A5B3319D2C2981BA1C193 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7143EA83B3CAD4ADA4FAD27A750702B5 /* Compression.h in Headers */, - 4E3D2D8F80D7DBF6A083A288F6EFA49F /* ImageCropPicker.h in Headers */, - 7DD28ED391210E6A92C8F2E8A3E4AEFE /* UIImage+Resize.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1C62769DD7F58C50F5BBF40FEA6A94ED /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D0748AC8B77AD17A1DE6C5C6B0769C8 /* RNLocalize.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 20515ECC7F576A113693E9B857D583FA /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F3A85B460C3D7075C30AEAD1314B034 /* RCTLinkingManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2421B2BEB31793521AF7BB2ED8723279 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4CB929E427FE18007FE5916C3564C473 /* bignum-dtoa.h in Headers */, - 412512DFE06BF80C29382028C8AD6410 /* bignum.h in Headers */, - BEC1052E6EC8BDA846B649FFD43F6826 /* cached-powers.h in Headers */, - 4EAC303956D8C220AD690CEAA3F90684 /* diy-fp.h in Headers */, - 3FAA78E7F45F7BAA1325594718AAA891 /* double-conversion.h in Headers */, - E953548BA212D0038557EBF302E5FB1A /* fast-dtoa.h in Headers */, - 2E31E0B3EBD402CEFF64891929293A70 /* fixed-dtoa.h in Headers */, - A189673CE87F612ED3488113F9DAFE98 /* ieee.h in Headers */, - 92A8544B73B2FA29B9CFDE72C5FDDBB6 /* strtod.h in Headers */, - 267A50C4F892793B3ABF4C5AD43020BF /* utils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2659F791136A06DC5D74700205728C85 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 66D1AD6E847FACA2433E9B66DCC41F6A /* SDImageWebPCoder.h in Headers */, - B26D1295BC76B19081C9ACF83616298A /* SDWebImageWebPCoder.h in Headers */, - CB6971947912DB8448E9594D2757829E /* UIImage+WebP.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2C70CDE633B59528E11BA4A38E6FD1FD /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9ECB10047D5016A143B1A262DE904A3F /* JSIExecutor.h in Headers */, - 172AAF0E6D361D9464E2E80F6B355D26 /* JSINativeModules.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 397AA37472266331E5F9F41CEB94CE24 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6D2C2BF5BC43A8EB5E57EEBF12629322 /* RNDocumentPicker.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3C207AD528D2AEC617155F64A0B87F2E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - B2F6FD164190AB50B647E062D2B44308 /* RCTActionSheetManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 42686E7FC8F1C8C4DABA77F280AA96E7 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 54279FFFACBAC44C9595F50969551140 /* RNNotifications.h in Headers */, - C985E08B6D92041D78A5EEEC13FF9E44 /* RNNotificationsBridgeQueue.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 43358434C028E4FC7685224387723748 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4FE3050587B7DAFA03B14CEC81BE1431 /* RNVectorIconsManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 459672CE4865702BD3AA864CFA257BF5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7AF8DAC691316709270640BAC7DD0FAB /* RCTReconnectingWebSocket.h in Headers */, - 187A183B5696C7A24570866E23FD7C65 /* RCTSRWebSocket.h in Headers */, - D5CE2A618E9E8F421A688D35AAEFAC7D /* RCTWebSocketExecutor.h in Headers */, - 5591BC51B110E93D9447A084B0131D17 /* RCTWebSocketModule.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4F8570AFFA1B35A0149F694FD4184485 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D8CB5ADA95728880BC2DDB699C60F24A /* RNCUIWebView.h in Headers */, - 9D81426850C4339EBDBBDC47E498A154 /* RNCUIWebViewManager.h in Headers */, - 5009BEF03F9A4D56E68EE55638828BEC /* RNCWKProcessPoolManager.h in Headers */, - 4998117B130EDF8367C7279C393C568B /* RNCWKWebView.h in Headers */, - 68522411FE4B20EBEDD4626CA7120AB3 /* RNCWKWebViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 518F87C7550A05382BB3F806F296BBB3 /* Headers */ = { + 1020942D13802EA71648A713C7EDB57E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5D5580A8DA06A7878D53847E8DBB074B /* Headers */ = { + 1260CD7A22484237E3B9BD827D93CA69 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9D77969802B796564F6164744A120EDA /* Color+Interpolation.h in Headers */, - 078C3208707025378904EB0CA7CEE57F /* LNAnimator.h in Headers */, - 072525A30F972C8849477C92D0EC2F97 /* LNInterpolable.h in Headers */, - ABD71F11F849C4C95E71870B0BD98B43 /* LNInterpolation.h in Headers */, - F22F8B588F506AD264AFFBECC5243B69 /* NSValue+Interpolation.h in Headers */, - 94FE611CE19B3C532CD9FA05A8061ED1 /* RCTCustomInputController.h in Headers */, - 65EA157A043FC56EA3F3337F8557E9B5 /* RCTCustomKeyboardViewController.h in Headers */, + DA3741389C2A9E9472B15CD05EB0F861 /* RNSScreen.h in Headers */, + 55CC63A5D6FCCDA0E365B8EE4B5AF599 /* RNSScreenContainer.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6199E50C54AD2932637DF85DC60C569F /* Headers */ = { + 12C17672B27FC97B64152E433780BC9F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 63BB559BC6DDA8726779E5435731BBF1 /* EXConstants.h in Headers */, - E6B5795FF7682CBDA63CCD59D0F77A97 /* EXConstantsService.h in Headers */, + 0CF86367DFB5FF483B976493E05BE16C /* CGGeometry+RSKImageCropper.h in Headers */, + B0A319ED4D7700E5661B8133C0C130DF /* RSKImageCropper.h in Headers */, + 11B247E9B2CDAA1E6EB7B7519E7A9EB5 /* RSKImageCropViewController+Protected.h in Headers */, + 3132C0ADF5AF0B93A613EE977ACAB3E2 /* RSKImageCropViewController.h in Headers */, + 8257F41D9487709980872DD27A5AC350 /* RSKImageScrollView.h in Headers */, + 4A26D2E5F7E6A48028F32BC0C76DE530 /* RSKInternalUtility.h in Headers */, + B859AFF0282594C4F94B792584EC3230 /* RSKTouchView.h in Headers */, + 48E30DCA16D270B9AE218F05E071FE0D /* UIApplication+RSKImageCropper.h in Headers */, + 1C92849972A2085BF455EA14BA5A61D6 /* UIImage+RSKImageCropper.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 61E6DBCEE9B396D77ABFA924C63C405E /* Headers */ = { + 1711046D683826C32DDD1CA8BCEDDA55 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6C97AFE8FC4FEB644B3AB2C15CFBD2F3 /* IOS7Polyfill.h in Headers */, - B1A6E8E599C142F9C644BC2E010F1EDD /* RNFetchBlob.h in Headers */, - 0994E05B0EB24FFC37F08A76EFC5784D /* RNFetchBlobConst.h in Headers */, - 8AAD78AAE52795AC0907CEA70C684819 /* RNFetchBlobFS.h in Headers */, - 1D22350C6805AC8FA2E4747C50BE3EF2 /* RNFetchBlobNetwork.h in Headers */, - A44BD72208E2038517FEDEB6B20939F4 /* RNFetchBlobProgress.h in Headers */, - 4A26A635C787587DD6F21ED42E128700 /* RNFetchBlobReqBuilder.h in Headers */, - C041BE8B7BA6CE1F7DFEE8CFE79DC12C /* RNFetchBlobRequest.h in Headers */, + 6A1D4D26D795CDBCE6F5F6FDC19A8D24 /* RCTAdditionAnimatedNode.h in Headers */, + D73C4B192FC47C4B9FD23058C4DA85D9 /* RCTAnimatedNode.h in Headers */, + 55F35A739A6484C597F6EB6280C1193A /* RCTAnimationDriver.h in Headers */, + 39974B45839A99C992844CAAF0123F25 /* RCTAnimationUtils.h in Headers */, + CA3A2F7E49B1FA3C354FA6CB224BC609 /* RCTDecayAnimation.h in Headers */, + 77181A01B37751D9922203EB415BCBC2 /* RCTDiffClampAnimatedNode.h in Headers */, + 757CDE491CEAA65DAEBDBDD752FC9EA4 /* RCTDivisionAnimatedNode.h in Headers */, + 54D09FC145346A0AE808CEC75F15DEC7 /* RCTEventAnimation.h in Headers */, + 0E1E043A17AACF92DD0EC542B831A559 /* RCTFrameAnimation.h in Headers */, + 54DC10503C4A95760F632015260458E0 /* RCTInterpolationAnimatedNode.h in Headers */, + 9EEBF27E492DF40043DFFA62F14CFBF6 /* RCTModuloAnimatedNode.h in Headers */, + CBD991E3A609CA2AC4736035BD26C36E /* RCTMultiplicationAnimatedNode.h in Headers */, + 8AF8336A283399ED97F4A97DBBC6E41B /* RCTNativeAnimatedModule.h in Headers */, + 8B2621F4F288F3CEA2360278C8F0C707 /* RCTNativeAnimatedNodesManager.h in Headers */, + B9A81C66501DBF5932C266B5654C8DA8 /* RCTPropsAnimatedNode.h in Headers */, + 27322744C9773E198182C98F24D02F5C /* RCTSpringAnimation.h in Headers */, + E3A43D4C7C54F3DD440F1D4C74E969D2 /* RCTStyleAnimatedNode.h in Headers */, + 530BEB19DFFDC8FFA7FB0B0A61F11D27 /* RCTSubtractionAnimatedNode.h in Headers */, + 3F0E1DEAEBFD2F0BA43445925F856A7B /* RCTTrackingAnimatedNode.h in Headers */, + 45C7B845876507A4B5428DC369AA0B56 /* RCTTransformAnimatedNode.h in Headers */, + 9AC49E53FC344D305DA93F61B54E1560 /* RCTValueAnimatedNode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 639943405F11AFBA8E9010A94FFA5A55 /* Headers */ = { + 1713A837A1FE327E0017A25E00133094 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 80F0BD55CC1DAAF7BFB980241FF94415 /* ReactNativeShareExtension.h in Headers */, + A1E7EDB0657D5ADD202EDEA16FE9EA8C /* RNSplashScreen.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 66FE569F1F8D06E888FAD8935F734AA0 /* Headers */ = { + 1892A4FDCB79A4A3ACE754CE2B1AFFF1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 06E4426AD355AC2F196260C1C6ECF082 /* RCTDataRequestHandler.h in Headers */, - 3824A48EB5FFB8C08FE58AAAA4E2FB14 /* RCTFileRequestHandler.h in Headers */, - 252EBDCCEF12C3FF00FF6C77B17A3BC6 /* RCTHTTPRequestHandler.h in Headers */, - EC89AED6F1FA8AA534154EAD71E8FDCF /* RCTNetInfo.h in Headers */, - 46F7FA8C9E465479E76A1DADC635F5FA /* RCTNetworking.h in Headers */, - A1EAA1707B54EDE7D99E1A13FBC1A232 /* RCTNetworkTask.h in Headers */, + AA382AEF8ED1D1B9891C53B39338FCDF /* DeviceUID.h in Headers */, + 4FBADC569A8ADE580B547B62A5DA17E9 /* RNDeviceInfo.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1D3985A22DA837BDC6DBF977D850D5B6 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 762A790DBBCF143C8EA9C96691338A6F /* DispatchMessageQueueThread.h in Headers */, + 056897C604A428F5A035B2EDC0B2B5DB /* JSCExecutorFactory.h in Headers */, + 9F0FD18E94C1DF7AD4A9F5385C8D4EDC /* NSDataBigString.h in Headers */, + 16E86DA60220718DEF204FAC9A24E047 /* RCTAccessibilityManager.h in Headers */, + F560B5D9048DE1A215D11BC54BF1E2A1 /* RCTActivityIndicatorView.h in Headers */, + 4D05FD4B2B77DE6AF07AB2AFD195D351 /* RCTActivityIndicatorViewManager.h in Headers */, + 3893EAE9F9E1CDF821C57BEAB1965704 /* RCTAlertManager.h in Headers */, + 7DA2D3792C484D965B2D3B52A47FBA67 /* RCTAnimationType.h in Headers */, + 58A65610DC1C4C1575855A70B30AF5FC /* RCTAppState.h in Headers */, + 554D5DD4A8843F5541CFA6B3F7978227 /* RCTAssert.h in Headers */, + 5BBC53D4431E9E6A6E5DCE59A79AA58C /* RCTAsyncLocalStorage.h in Headers */, + 26C792CDE2D54707167620DAB5EBFB2E /* RCTAutoInsetsProtocol.h in Headers */, + 8AE82A65E9A2225805EE243A5166425A /* RCTBorderDrawing.h in Headers */, + 6E49DE39DDD8E6D68D6B1B2D8DE54521 /* RCTBorderStyle.h in Headers */, + 48BC0EF260DFD3DAA5044128256C7172 /* RCTBridge+Private.h in Headers */, + 791DD36DCE913AD57B4D0B16A0B31B55 /* RCTBridge.h in Headers */, + 70263DBA372F3DD2BFF26D0B64C968FF /* RCTBridgeDelegate.h in Headers */, + B86A55E5449299C2449FCB5053535ABD /* RCTBridgeMethod.h in Headers */, + 4D1B66CE5A81F3711D2C662334FC4663 /* RCTBridgeModule.h in Headers */, + 30D0F4D048ECC53D3338E5C0C25F0EBE /* RCTBundleURLProvider.h in Headers */, + CCE8A63D7E6DD9974A6CF02E64665687 /* RCTClipboard.h in Headers */, + B55444456161C363BFECB1B0BC4D739D /* RCTComponent.h in Headers */, + 66248401B3563C963B8EC06CFD9F2BAF /* RCTComponentData.h in Headers */, + C3957F315BB263CD0F1DEA1E90A8B103 /* RCTComponentEvent.h in Headers */, + C38FDBC883AFE8118CC1D421FA9D7BF7 /* RCTConvert+CoreLocation.h in Headers */, + C9D30771B9341E728D95FD5CD58E874F /* RCTConvert+Transform.h in Headers */, + 59ADCB6EC6D72EE24CA4FA689F0B8A23 /* RCTConvert.h in Headers */, + F4A2831E4FFD6084AEABAD68BF1DAB14 /* RCTCxxBridgeDelegate.h in Headers */, + 5AA37893BD492A3EED9407C88E8987F9 /* RCTCxxConvert.h in Headers */, + 61C4FEE3DA174AE0BD55CC82C71F5206 /* RCTCxxMethod.h in Headers */, + 6DFC85EB812DB1F19708E20E842E69FB /* RCTCxxModule.h in Headers */, + F80BB09BF73ABFFEB0DDF492E43CA7D4 /* RCTCxxUtils.h in Headers */, + 390A3EAAFF75C4F6E654A7FC5CFB13D9 /* RCTDatePicker.h in Headers */, + D77859CCC2805F2A21B9868461842227 /* RCTDatePickerManager.h in Headers */, + 6F55F6A7D6FE013166042354F7D0C833 /* RCTDefines.h in Headers */, + EE5C48AFC241F2B0118A54C8385FE0FB /* RCTDeviceInfo.h in Headers */, + 7EE628FE461F6B8CD58B529FC2C9ECBB /* RCTDevSettings.h in Headers */, + 561132E617F63B3AF7F8BB23C1A0BE4B /* RCTDisplayLink.h in Headers */, + 93CD27877BC6108D7D5D228DB4237B04 /* RCTErrorCustomizer.h in Headers */, + 968238E4B934B993E25AC5B09812260A /* RCTErrorInfo.h in Headers */, + 19C9DE2C4CBF99D3CC17B348625DD9F9 /* RCTEventDispatcher.h in Headers */, + 8BA82EB2E2F0B81D1D188AB39B8FC68D /* RCTEventEmitter.h in Headers */, + 9E60894E55F0F3BF07AFD7583C8C2D31 /* RCTExceptionsManager.h in Headers */, + 069A01C7BC1D2FA001C215B18405A056 /* RCTFollyConvert.h in Headers */, + AE84CB63668213368468AA92493FD7C4 /* RCTFont.h in Headers */, + B00A5164F826396E0599F3E06000B5BC /* RCTFPSGraph.h in Headers */, + 644290BEBABF570EE48490D2708F2E39 /* RCTFrameUpdate.h in Headers */, + 444A2BAD5EE2727CEF35192A8A243169 /* RCTI18nManager.h in Headers */, + 2E3CEAE3222DB23BA0C9D72AE26CB4AD /* RCTI18nUtil.h in Headers */, + 4072EF44CE3A5545591592B2F529024C /* RCTImageSource.h in Headers */, + BEAA737049C4FAC39A3E039D60829843 /* RCTInvalidating.h in Headers */, + E11F82415FA89CBB62E01E5D436A3DCB /* RCTJavaScriptExecutor.h in Headers */, + AC52B2237BE4449B22D6B01E7B85F6F7 /* RCTJavaScriptLoader.h in Headers */, + 6339394AEE439A703E121422138FCDF7 /* RCTJSStackFrame.h in Headers */, + CE4606A8345A3F2509D4E8CFB55538A8 /* RCTKeyboardObserver.h in Headers */, + C39F379B35E73938F65F0332CEF5F16D /* RCTKeyCommands.h in Headers */, + CCAF79521C4CCCCE0A28B1295B56DA3F /* RCTLayout.h in Headers */, + 1FF4405B941E392F5D9739CB3821B69A /* RCTLayoutAnimation.h in Headers */, + 1517C1E74E5A8443CB1622C1D5484B83 /* RCTLayoutAnimationGroup.h in Headers */, + 9037D36919073C524C3DABC3D5447735 /* RCTLog.h in Headers */, + F612364D54523AFB622555C78FD66779 /* RCTMacros.h in Headers */, + 62628E05CF35EDA688C5B1119DE98C5C /* RCTManagedPointer.h in Headers */, + 1A0DDA4C563E18F46C429A32C93B5E94 /* RCTMaskedView.h in Headers */, + B8CA1D6F3FBA65A9AFDE78A8C019CDD2 /* RCTMaskedViewManager.h in Headers */, + 10C16016F2F83A0D716FC0E7886DC497 /* RCTMessageThread.h in Headers */, + CA8C8E8B3A3F144385122EC591BF922B /* RCTModalHostView.h in Headers */, + 7CEF2CFDD0435E6266BA4EFD40D64AB3 /* RCTModalHostViewController.h in Headers */, + 068CBFB55EE8609D8BCCB330675B6530 /* RCTModalHostViewManager.h in Headers */, + 0E18032099613AF401EFE6FA5D6AC0ED /* RCTModalManager.h in Headers */, + 5CF851A31B3D82A07466A4C6F644CD0C /* RCTModuleData.h in Headers */, + 0522EC8463FFAC9278A3CC7973C2D26A /* RCTModuleMethod.h in Headers */, + 660E349F3359A6F72881FC1AE555D426 /* RCTMultipartDataTask.h in Headers */, + 0114C39DF533041F6311C3F87937F457 /* RCTMultipartStreamReader.h in Headers */, + 29F55EB30E2A63A10E8084382C1241C6 /* RCTNativeModule.h in Headers */, + 8742284E112EB1DF5AED30560CCC27EC /* RCTNullability.h in Headers */, + 40CE32C23D0DACFF21D93CA9242072B7 /* RCTObjcExecutor.h in Headers */, + F215E432783296D6734B8B3B32288645 /* RCTParserUtils.h in Headers */, + 74952E610F98C7FEAAA7B6FF8EDC09AC /* RCTPerformanceLogger.h in Headers */, + 62A9D5CA069454F3F92D5CE06BE6C9DD /* RCTPicker.h in Headers */, + DFF932BD18C4E731B37172EACB5CEBA2 /* RCTPickerManager.h in Headers */, + 941CEA10AA0A21B4522E0718EE060C7A /* RCTPlatform.h in Headers */, + 2D7DB8F3E2D7EA0AB7ECA605D8421A78 /* RCTPointerEvents.h in Headers */, + 5A3E4ED23FF2D2576A18B6280D7A27EB /* RCTProfile.h in Headers */, + 64F650EB3477061C84E20FD0EF7791FA /* RCTProgressViewManager.h in Headers */, + 84E083757032D7C7544AFC1F158055BE /* RCTRedBox.h in Headers */, + FA4D803576E87480F661A614507AAFBE /* RCTRedBoxExtraDataViewController.h in Headers */, + EA0CBAC1DB1A38ACC00947FABC4E9596 /* RCTRefreshControl.h in Headers */, + 1627CA13277FC4AA34B8C1ACF81206FC /* RCTRefreshControlManager.h in Headers */, + 31E95EB37F4F60878309C721E9F53044 /* RCTReloadCommand.h in Headers */, + C31B160C2083F8B72026278F46E815AD /* RCTRootContentView.h in Headers */, + EB3E8DEC790E9C337F9F8277EE5C110B /* RCTRootShadowView.h in Headers */, + 80B183FCC3BC8E1ED1899B0BDB1DEFC0 /* RCTRootView.h in Headers */, + FEBEAC3EF6DAEA0350B7DA0D2D903762 /* RCTRootViewDelegate.h in Headers */, + 8DFB67028C8D98A0C744C411DD3BF12B /* RCTRootViewInternal.h in Headers */, + 6FD12654AE15D8F1506B3EFB620F042D /* RCTSafeAreaShadowView.h in Headers */, + B6D05046B5DC0A726944197D6F4A075B /* RCTSafeAreaView.h in Headers */, + BEAF7BD8CBEE3B7B19266F78CBB9F69A /* RCTSafeAreaViewLocalData.h in Headers */, + 56C66F08B5B515B3C3FFB696B9E4878E /* RCTSafeAreaViewManager.h in Headers */, + C20D7BBD4C27DA58537743F2AA55076C /* RCTScrollableProtocol.h in Headers */, + 3B5E9902C3E04B3D1C924A8F8229BAFB /* RCTScrollContentShadowView.h in Headers */, + 65D2F32E2F2CE2E5D4F709E525BB281F /* RCTScrollContentView.h in Headers */, + 3D8FC1D43A485210AB4A7B0DA9F53224 /* RCTScrollContentViewManager.h in Headers */, + FF6F2ADCDCD0719E721520B6A3AFF8C0 /* RCTScrollView.h in Headers */, + 8689FCEB3D2E34C74ABD98E1DDC95C83 /* RCTScrollViewManager.h in Headers */, + 15A65DE9960FC67476EC8449E4618823 /* RCTSegmentedControl.h in Headers */, + 1D38ABF524A18A17E21749D54C8CA377 /* RCTSegmentedControlManager.h in Headers */, + 27D6542AB19FF808A606366FD89C0FD5 /* RCTShadowView+Internal.h in Headers */, + 41FAA7F567602D68088EE7D6414E868E /* RCTShadowView+Layout.h in Headers */, + E88577B9000E83E5416F7173A8C35A47 /* RCTShadowView.h in Headers */, + 196D2804C1699D915F8FA512197C296F /* RCTSlider.h in Headers */, + 9F02F686A1DFA67FD5FE416B98E5F2B5 /* RCTSliderManager.h in Headers */, + 0DD3F4EE7F51367BA6308E78958AD147 /* RCTSourceCode.h in Headers */, + 14A7ABF66EEDCE670969A6477FA65DE5 /* RCTStatusBarManager.h in Headers */, + 0B462216888B4F8AE1FBAC56770DBC93 /* RCTSurface.h in Headers */, + E8B208603D5FA681007D0C48CC0D404C /* RCTSurfaceDelegate.h in Headers */, + A8274327658BDC5B4644510F78F7E2A1 /* RCTSurfaceHostingProxyRootView.h in Headers */, + 787D98D4BEC25BDFA25D0C19501424C1 /* RCTSurfaceHostingView.h in Headers */, + 64C7DFCA02CAD577DD57BF9BD949AA0F /* RCTSurfacePresenterStub.h in Headers */, + 93A1804AECAF77B3FDB1400D41EC3EEB /* RCTSurfaceRootShadowView.h in Headers */, + 0677FACDBAC365D2CFFEB16CBE069DE4 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + 5A2DB0CE2DF0F5AF5B7ED59B901601FB /* RCTSurfaceRootView.h in Headers */, + 7634B11564C4BAEB190FE798FB7F0209 /* RCTSurfaceSizeMeasureMode.h in Headers */, + A446F63C492B343AECECCBEA5D47C165 /* RCTSurfaceStage.h in Headers */, + C690A8C2CADD7E2A2DFD4C7A5DFFB534 /* RCTSurfaceView+Internal.h in Headers */, + A1328A8A86952DA3F2E76DC24F01AFDF /* RCTSurfaceView.h in Headers */, + BCEAF6471A56CB55193FB69087CDD5D1 /* RCTSwitch.h in Headers */, + DF93D3132767D5A30C420511EB97738D /* RCTSwitchManager.h in Headers */, + CADE0DB2D37FB3BEC25532F0F67FF549 /* RCTTextDecorationLineType.h in Headers */, + 4E6C575607B8D21B86778A9D7B574410 /* RCTTiming.h in Headers */, + 62B6082E98678AE097A0EF93397AC07F /* RCTTouchEvent.h in Headers */, + 5F859670B4E98FED892450ED16DF757B /* RCTTouchHandler.h in Headers */, + 74A433C3DD36657F540BB2B33DD009BF /* RCTUIManager.h in Headers */, + 33512DDE68DCFCEE51D60F38A3E88C8A /* RCTUIManagerObserverCoordinator.h in Headers */, + F975976DDB651EF44A3B4CFCC4F4C7E5 /* RCTUIManagerUtils.h in Headers */, + 82E37F666B39786529F3FFD8EF6B16F1 /* RCTUIUtils.h in Headers */, + 0D6A184D4C97F4E9DFCC24DC698A7096 /* RCTURLRequestDelegate.h in Headers */, + C508036F8E310F90B8C4E50B2778C676 /* RCTURLRequestHandler.h in Headers */, + 665A064DF77B38BA385F55B212407AF1 /* RCTUtils.h in Headers */, + E5A54D9A1F282C84A6DC0DE08FF0ADF4 /* RCTVersion.h in Headers */, + CB31A9DD320EDD8C8AFFAF0B8CDACC4B /* RCTView.h in Headers */, + B4BF81D1F570C5745DFE0242A19CCA39 /* RCTViewManager.h in Headers */, + 3C36EF54B077E07BD013CEE9A3064703 /* RCTWrapperViewController.h in Headers */, + 6BFD213B6427743A8CC26B1F002D5D7A /* UIView+Private.h in Headers */, + A3CF074D6EC0D9337ED8B29C9E0CEE7C /* UIView+React.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2203AB066D4CD3F505DFCC82F2AE8D25 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 268AE9AFA73DC683ACCD4A02D703D997 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A00EAE52F1044A912C4A1530D8BFDFA /* RCTActionSheetManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2848B639CF67D4A54D7CCBDF0159840E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C2BFA76840764DCA72804A884F460A2 /* RCTBlobCollector.h in Headers */, + 4B8739711C826B0D2A19E40B3B64508C /* RCTBlobManager.h in Headers */, + 351C07CF3846712283DEA93D78DCDC9A /* RCTFileReaderModule.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 333231765791337D25D9741A0A425093 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B228AF0B7C24A8F713F58B459B5944CB /* alphai_dec.h in Headers */, + DADC68ED7A2AB231A78C9F6028703F3B /* animi.h in Headers */, + ACCA27DC4F6F8C390074424FED7FD38D /* backward_references_enc.h in Headers */, + 7804445B7CD702322F79E3BC935E2FC7 /* bit_reader_inl_utils.h in Headers */, + DC88BAA92C5B808AF5B0D7C5A3C79E2C /* bit_reader_utils.h in Headers */, + A0ADF36EE968C77C15A6A7E57F6BC64F /* bit_writer_utils.h in Headers */, + 881BC6887A850335DCFE882A43AE1DEF /* color_cache_utils.h in Headers */, + F947E60368FB57DD42BE1F7B9E5DF63D /* common_dec.h in Headers */, + 654A43FF8B26C75B22D815FF6F0C1C8A /* common_sse2.h in Headers */, + 18EB7C3CBA58A5DC165F810F1A874B9F /* common_sse41.h in Headers */, + 5A4CA4F12F9B1388E3ED48EA44E01A0B /* cost_enc.h in Headers */, + A12C28B1E020A7B9DE77233844D71E53 /* decode.h in Headers */, + C8F973D08C44033AC8B403816B3631C5 /* demux.h in Headers */, + 0249F543F3D4DE42CA28C0F0A2E047A6 /* dsp.h in Headers */, + C898D3669E98B7F42BB8328D584DC2DF /* encode.h in Headers */, + 55D326D6BA49F1B24D065E248A921B66 /* endian_inl_utils.h in Headers */, + 14D6D775B188ACE7961748B5F2BA1AE9 /* filters_utils.h in Headers */, + C3C93DACE0E9EEF0EF249E59B5029155 /* format_constants.h in Headers */, + 3D6DCA5B3EB9ED7C0A9A32C46A1B6437 /* histogram_enc.h in Headers */, + 2F55DA7F747C3F6EA8ACA81C5A0AAFBE /* huffman_encode_utils.h in Headers */, + FF3F0D6CFACF2219E04A2E864C7D1BE3 /* huffman_utils.h in Headers */, + A5E0E806DF61163BACEFB0920B086EBB /* lossless.h in Headers */, + 0A5991EAECBA7BA29B1FFDCF5788A915 /* lossless_common.h in Headers */, + 34B42A33665C5A252980FB05ECD7B4EC /* mips_macro.h in Headers */, + 2C755E7A1AC5CB4B9081C92FE5B065E0 /* msa_macro.h in Headers */, + 6EE25D0393A0D244B129E2D9F4129F57 /* mux.h in Headers */, + 2C30BC92E911D60D9DC4D6065FF61B9F /* mux_types.h in Headers */, + B1A5920BC6426FBF5B1B63A2EDB43B0C /* muxi.h in Headers */, + 9F8127BC94FB9F6F6AD299A1103DA3DC /* neon.h in Headers */, + 983DBB45C5772E1DE14861D55B045B15 /* quant.h in Headers */, + C7E6E232C64901067530BA05F3C0953A /* quant_levels_dec_utils.h in Headers */, + 74570C368475EC43BD48008B45951F3A /* quant_levels_utils.h in Headers */, + C9B0DC5947857E7C29E29C6BB49E41DF /* random_utils.h in Headers */, + 2E6B7EB49F791C7C09F32CBD320404AC /* rescaler_utils.h in Headers */, + 0666748405EE22EDF99790693B225619 /* thread_utils.h in Headers */, + E3BE083D419B8752EECCE8F175D49329 /* types.h in Headers */, + 207FF4ED74F3BA43A973A79D5417E7BF /* utils.h in Headers */, + 0E61E82C8A58A7118D7D957E5814F738 /* vp8_dec.h in Headers */, + 1546C1DC4CBBCBE599EB83498AE49779 /* vp8i_dec.h in Headers */, + BC91AD944D2D442B3987191BF3FEE1E6 /* vp8i_enc.h in Headers */, + 5224B1E49277626FA2A9BC8D8673277D /* vp8li_dec.h in Headers */, + 0D081003EC0122AE9F5760C564FF401C /* vp8li_enc.h in Headers */, + 8C662A02AEA856E32578FA6A64AAC155 /* webpi_dec.h in Headers */, + 97D309BF1EC2284DFAE427A6F1F346E8 /* yuv.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 38C085C4F265B8BF394748685D6B46FF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A5DDC10A80B3D13D207E7E0A87E4A405 /* SDImageWebPCoder.h in Headers */, + 4E23BF2FDF4C82630C9B755FEE1A9700 /* SDWebImageWebPCoder.h in Headers */, + D6FD167F971AE96DDAA8CF0E55A8A803 /* UIImage+WebP.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3931CE772F17ABD849815CEE69EA536D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8A78F6525B0B706FB3CAF33DDA6A023A /* EXHapticsModule.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4B1025182D0D3AB5C79EFA6BC4455AD9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 49B990DD8FE83D1F17D55988EACD52F5 /* RCTDataRequestHandler.h in Headers */, + 64BAC9D41582D17926F505464A26CD31 /* RCTFileRequestHandler.h in Headers */, + 92CD5BBB2F9C943B996C61AAC009E733 /* RCTHTTPRequestHandler.h in Headers */, + 13A44A4F0BE4CD8FBDE331EE7806045E /* RCTNetInfo.h in Headers */, + 6295EAF1DC24131C099B1127A36CF062 /* RCTNetworking.h in Headers */, + 0EFED5DD047FE90F9EAE569219ACE8A2 /* RCTNetworkTask.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4C82527F7B4BCE85C29E9A57C361C36F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C62441A00C5ED540E8ADE05F54123C05 /* FFFastImageSource.h in Headers */, + C11B88AAB7F8B65CBB136ACE69742394 /* FFFastImageView.h in Headers */, + A124D87F85664610CB616B104272F75A /* FFFastImageViewManager.h in Headers */, + DF8043DB7046B88A82335DD3057F414B /* RCTConvert+FFFastImage.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 50A447EE72A5BED7B27D4112476C676F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8F570D7EDC52FE248FDB9380B7840C33 /* KeyboardTrackingViewManager.h in Headers */, + 2BEFA46D73248FBED083F814D0822B03 /* ObservingInputAccessoryView.h in Headers */, + 397B56D44A1B67D398CC5125C717EEE2 /* UIResponder+FirstResponder.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 57970FF267A8D0B445561A19D07777F8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 032A2BE4FBB00DE9FEA0DD3EB7A5A278 /* JSIExecutor.h in Headers */, + 440FBCD09C9CFDF5DD7E351FB06E1CDE /* JSINativeModules.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F068A53D0E4182D96AD681DF158C680 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6A374D817D010A96AD30EBCE2064A212 /* RCTVideo.h in Headers */, + 3EC01C1C8EEC4DD0C38D3EF062FED004 /* RCTVideoManager.h in Headers */, + B0D6019437625F6BC2F08BEBAE357483 /* RCTVideoPlayerViewController.h in Headers */, + D86C6E115D9049F35617F5A17A6B349D /* RCTVideoPlayerViewControllerDelegate.h in Headers */, + C0EEDA18A85FDB551C372854DE367447 /* UIView+FindUIViewController.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 61698BC202FC782A51764864349541FF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C91BBA1FB4C0CFC035BE56A4DE22A2C8 /* RNNotifications.h in Headers */, + 9C092A32046AA51B1B6F3132070FC338 /* RNNotificationsBridgeQueue.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 654D01B9C85FC0043CAA19C64F537B7B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2C5BB68BA63133676F53EEED7CDA28F4 /* UMBridgeModule.h in Headers */, + FCAC44D7399A320F0123BA4755E82A42 /* UMModuleRegistryAdapter.h in Headers */, + 24B340378C9C6A56F3E7B4520AE28435 /* UMNativeModulesProxy.h in Headers */, + D3AE87CAE09ACF8CAD2796B69D617BC7 /* UMReactFontManager.h in Headers */, + 01B1C81D1DF5299605A9725E0036AF3E /* UMReactLogHandler.h in Headers */, + 9165C00FE8CD485B81F0A06C6C47736F /* UMReactNativeAdapter.h in Headers */, + A413B6CD009E229E512E4F0564FCF00E /* UMReactNativeEventEmitter.h in Headers */, + 89C3B9589E1E51E54FED1B43F08F2EA1 /* UMViewManagerAdapter.h in Headers */, + B936B719A86370DAB45DD29B66EF256A /* UMViewManagerAdapterClassesRegistry.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66A5356E0277AF09F40DA52F8D49F60B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 17208CC4BB3CD6044E6EC92A56A0B25C /* Orientation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66FE2509C2563F1779C8A52D466FB97C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 02540D1466EF8942D08DBBD73D012B6E /* RCTSettingsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10017,207 +10158,313 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6C8BCD3B77FC94783EAAD010BF28BED2 /* Headers */ = { + 6C245D7A9BA4DCDBBEE883A489C8ED11 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 28604B4D3827B464B65B83632BA7C424 /* FFFastImageSource.h in Headers */, - 03ED9B2AD2FFD14C69697A6F19B81ED2 /* FFFastImageView.h in Headers */, - 96FB9431AACF4EB027507878FBB91805 /* FFFastImageViewManager.h in Headers */, - 9CEA66A1121D0FAF7C856A73209F067E /* RCTConvert+FFFastImage.h in Headers */, + 0CC9E88F0C4BAFA0A8AADF146B72B900 /* RNCUIWebView.h in Headers */, + 14E94F04562858CE69AF03C94E34C40C /* RNCUIWebViewManager.h in Headers */, + 96DE36BA9174FDD101906DD339E7F705 /* RNCWKProcessPoolManager.h in Headers */, + FC9D06B2BA81AB550D39C7F888F1A0F2 /* RNCWKWebView.h in Headers */, + A8DA933DA90B20D568EFC27B5406CC1C /* RNCWKWebViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6CC6163E2929C9BA22EA886B7510B431 /* Headers */ = { + 7BCE6740C1956DB89891BD6F4A6AE044 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + DEBDC71B78F63208A5178DBADA1E8DBA /* EXDownloadDelegate.h in Headers */, + 96693844C50716001E11A1A1B0FAB3F3 /* EXFilePermissionModule.h in Headers */, + 334FD83F947E195B6B62B98DFEAD03EC /* EXFileSystem.h in Headers */, + 5B24C61116DA3149D83CCAC5B8D4F6F1 /* EXFileSystemAssetLibraryHandler.h in Headers */, + B52BC606F68E178A9A77961D0F49D878 /* EXFileSystemLocalFileHandler.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7A72BEE17CE02E81CC771CDDEA2ADE3D /* Headers */ = { + 7BE2C8AC0CEAC1A704EF427A2C4075B8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 33C3E42976480C18AB58BCA2B8ACF38F /* CompactValue.h in Headers */, - C66E2A2C2C293520F6C38B06A3530EBB /* event.h in Headers */, - 4F91638BD1AD9100CE8649B762854270 /* instrumentation.h in Headers */, - 05A4C21DD006FCC4D867EC338E07DD78 /* log.h in Headers */, - 8F53F2C2D6E90701A070CD15E049D265 /* Utils.h in Headers */, - A91F39E92903744764D27886D84BD8DC /* YGConfig.h in Headers */, - 438B0F6E1E61CB1DCDD690A6F21E6634 /* YGEnums.h in Headers */, - 76CE97F10061083A052CDA23CAFE0B92 /* YGFloatOptional.h in Headers */, - AAB4E1AEE9F0A8A24EB84CD28CCBEFEB /* YGLayout.h in Headers */, - AC2D17D8D19284DA095ACD5AF20116EE /* YGMacros.h in Headers */, - ED5685DE90F664D091E6E2F210C92CAC /* YGMarker.h in Headers */, - 274CC0731D23D88AB08A2CF603E321CC /* YGNode.h in Headers */, - DFD520BF1320F5623700E6913E1AEE48 /* YGNodePrint.h in Headers */, - 9C62B120CE18729F56CFD0287D083E02 /* YGStyle.h in Headers */, - 82F75DBCDB7F97BEEE85E8D680A4F8F4 /* YGValue.h in Headers */, - E7F169258870B1FA3E442D0622F380D1 /* Yoga-internal.h in Headers */, - 7B7A1CDD9C635CF05C4CBB6C050BCAAB /* Yoga.h in Headers */, + 0C63A1A9FB5BBBC652F000EC687EAD53 /* AudioRecorderManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 80FA7446EB0E1CABF756D64D11315C93 /* Headers */ = { + 7C75A1195B3633120859FD542309A28F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1EB643710BF4D5407256CB29DDC06A90 /* RCTVibration.h in Headers */, + F7785755D00BD629F44E19E70242AFF1 /* UMAppDelegateWrapper.h in Headers */, + 4B36E488844F33246DD27858C65EDED5 /* UMAppLifecycleListener.h in Headers */, + DFBDFF433059306D0E80770512F15C74 /* UMAppLifecycleService.h in Headers */, + FF1ACB706A6B7CBDEDE5E56103C77869 /* UMDefines.h in Headers */, + 7F27DC6073A61FD6CE1D3A51E303BB1F /* UMEventEmitter.h in Headers */, + 757F5F4560089A27289BFC45B8E28881 /* UMEventEmitterService.h in Headers */, + 16E7AD971A8C64747F7B1E5207EB28F0 /* UMExportedModule.h in Headers */, + 89A91379BA936471ABD92062A42FE14C /* UMInternalModule.h in Headers */, + A9BEF0B50915D2B3AC8BC1A890E4ADF1 /* UMJavaScriptContextProvider.h in Headers */, + 3972FE6095DF71F6091188C712E9A122 /* UMKernelService.h in Headers */, + 0649814FCE8D1A872EEEE4760938BF7E /* UMLogHandler.h in Headers */, + 99FCA10852C44775B1FC3B6004D56A1D /* UMLogManager.h in Headers */, + 41C9EA6EEEE1D42DD14D721F1BF3DEBF /* UMModuleRegistry.h in Headers */, + 20C667BDA560C5D5EE23F8A14D3BA8CE /* UMModuleRegistryConsumer.h in Headers */, + 0FBC3916AAAFD9B34F65BFE3DDF349FE /* UMModuleRegistryDelegate.h in Headers */, + 068F141A4D4F93685151DDA6BC5270D0 /* UMModuleRegistryProvider.h in Headers */, + F6FF8F0BD489DB9F28B169C1914043BD /* UMSingletonModule.h in Headers */, + 5C25F0E8F29D70CD722B76C5B5E10385 /* UMUIManager.h in Headers */, + 33519CEB7A0FFF0BDB8526C28B0B5F42 /* UMUtilities.h in Headers */, + A9DA59F953FCF4BCD610E5E70342169A /* UMUtilitiesInterface.h in Headers */, + A5C2C9A87ABEA51968F34749801E3E19 /* UMViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87C538E28E557761C168B0F0AFC9515D /* Headers */ = { + 860CCE55712E1D81788AF714D555101A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5AEC2E0EF9F9EDE83420FB73347FAAA2 /* RNUserDefaults.h in Headers */, + 2AC94355665DDB513BE55D966D2D0A89 /* RCTGIFImageDecoder.h in Headers */, + DA50442179C837844D9466CB3F8D81C9 /* RCTImageBlurUtils.h in Headers */, + 06DF5C414F672BDF3F793D92366EC263 /* RCTImageCache.h in Headers */, + 146B5D8E607873322ED4AF29BDD3DC63 /* RCTImageEditingManager.h in Headers */, + 24B728D5BC420F727683CEF3E24ECC63 /* RCTImageLoader.h in Headers */, + 44E97FBFF508E487BCB67DBF309C4CC6 /* RCTImageShadowView.h in Headers */, + B5C7E505D986724FDDC6E260C7D86816 /* RCTImageStoreManager.h in Headers */, + 34086BB2C04FB9B334902B337B659692 /* RCTImageUtils.h in Headers */, + 0811C809EFBC49D2DFD0794B4A05001F /* RCTImageView.h in Headers */, + A1A57CA9CF62137321F156C7EF086BA4 /* RCTImageViewManager.h in Headers */, + 05B52A806344A61204220504D70196D3 /* RCTLocalAssetImageLoader.h in Headers */, + CCDE6E33D58943C0DD58E3AD4B49426C /* RCTResizeMode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 89F78584E7D5FBC8641AD524CB35604A /* Headers */ = { + 8648011405DE5F4313A7F0CED9D83905 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 550F77F3CF9F927287E519BC06DD45D4 /* Orientation.h in Headers */, + A84E2222AE7E0830480F94868534A004 /* QBAlbumCell.h in Headers */, + 0FAA384744A3F8921827D8AB80F8F299 /* QBAlbumsViewController.h in Headers */, + 3E4A18E6B46F4E17EBDF624E7F5253A3 /* QBAssetCell.h in Headers */, + E958D37EDBE1F8B640FB1BF604870DE6 /* QBAssetsViewController.h in Headers */, + F7588AB2CE9523E36EEFD833ACF5409E /* QBCheckmarkView.h in Headers */, + 818B76FE06C8B2115576FA48DF429770 /* QBImagePickerController.h in Headers */, + 29C65282FC1DC1396C15334DD362FC17 /* QBSlomoIconView.h in Headers */, + 7EB98AEF538D977B9A3FA27BEF1CC395 /* QBVideoIconView.h in Headers */, + 13C90ADCC756ABDC6D4D7F0FB63CA33E /* QBVideoIndicatorView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8FE1EEE53CE2A1F52535265A447CCC71 /* Headers */ = { + 8D106552690D8257BF9E37E253C1315C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 09C6CE0857FC06E76B158447B5C16390 /* RCTVideo.h in Headers */, - 8A0F184CA58320ED2BE7043DD3DE5A04 /* RCTVideoManager.h in Headers */, - D40C3932907261DFEDF4DA03837616E0 /* RCTVideoPlayerViewController.h in Headers */, - 7BD1DD89DD4818C0262CB24219D0C3FC /* RCTVideoPlayerViewControllerDelegate.h in Headers */, - 635801D2CFB98EB689196530EE5D52C2 /* UIView+FindUIViewController.h in Headers */, + D356675C94D83A36082AC475DE9073C4 /* InspectorInterfaces.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95F2CE2B67BADFD7974F0E43EC5769D3 /* Headers */ = { + 9308D3939AFAB2C5117CBAD222E15FE1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6ED9A027EC668042C7E2AB7A29DDA4BE /* RCTAdditionAnimatedNode.h in Headers */, - 360C75EAE17AB879095E39F4393FDF9C /* RCTAnimatedNode.h in Headers */, - 3DA09E8ED84E17FFA6C941A65440E611 /* RCTAnimationDriver.h in Headers */, - C8BB941C9270C679AB8ACF014A02B334 /* RCTAnimationUtils.h in Headers */, - CA7F405D36F0914EF9B42504B92BEE51 /* RCTDecayAnimation.h in Headers */, - 875D0CEC70CD70F758EDC7AB0EFEDBBC /* RCTDiffClampAnimatedNode.h in Headers */, - 3CF760F32BA0F2D645A6491897AC6486 /* RCTDivisionAnimatedNode.h in Headers */, - D4D7A1559B42089E421AB0F3FD08194B /* RCTEventAnimation.h in Headers */, - 960AC51C376044D9028B786B3010C9B8 /* RCTFrameAnimation.h in Headers */, - 7F9CAE8E08C5FE2EF65B71CD8087124E /* RCTInterpolationAnimatedNode.h in Headers */, - FD032E626C412BA98E2BC74EF0B1E8A5 /* RCTModuloAnimatedNode.h in Headers */, - 704DA0651B2A5D36CCEE0D6D35F24EB1 /* RCTMultiplicationAnimatedNode.h in Headers */, - 86281B524C66A7E9DF054EEC25E9CD5F /* RCTNativeAnimatedModule.h in Headers */, - 5A6C7E0F1CD5F9B02D61522451C59667 /* RCTNativeAnimatedNodesManager.h in Headers */, - B1A77C269F78D94DE93978EC48F0F079 /* RCTPropsAnimatedNode.h in Headers */, - 3EE593BECFD89A8BFEFA62F6E09360FE /* RCTSpringAnimation.h in Headers */, - 3AEF37A7B45434695AAFB212317F3200 /* RCTStyleAnimatedNode.h in Headers */, - 710617693A312E1099F2EBA68BD04D02 /* RCTSubtractionAnimatedNode.h in Headers */, - AF9C0D8B6DF828C5845269C44C5D9A7F /* RCTTrackingAnimatedNode.h in Headers */, - 673A63893D5D2DB871B9A2B4DFBF3B70 /* RCTTransformAnimatedNode.h in Headers */, - 8FAF2F4DDA6A08BF24D15B0925931394 /* RCTValueAnimatedNode.h in Headers */, + C9DBB2FDFF186442599314D1ED853E4E /* EXAppLoaderInterface.h in Headers */, + D4CD33481457050508DCFB2F1183BE8B /* EXAppLoaderProvider.h in Headers */, + 5DF5101487DF8545DD8F50F68AEDAF45 /* EXAppRecordInterface.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A3A5B2E2800021588F8FE2322D1D495E /* Headers */ = { + 931B91D60A10F80CF19EB7C72867F774 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + A8A950AC4D68AD848DFAA86FD0CAA73D /* EXWebBrowser.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A8194D23D54745CF45EF12E3F3FB6447 /* Headers */ = { + 9DBE455CA4A8CBDDAF0D4CD8AE27897E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 15627052C7D61443F90CEF6753413DC1 /* InspectorInterfaces.h in Headers */, + 88A17269085198B6E32730FEAFB4FC3B /* IOS7Polyfill.h in Headers */, + 1BD0EB736299523A447CDDE328B6782A /* RNFetchBlob.h in Headers */, + E553A5A65F480C90FCC7D43EDFA1F2E4 /* RNFetchBlobConst.h in Headers */, + 800D3359F63B331C3B6082716F28AEFE /* RNFetchBlobFS.h in Headers */, + 671B54132BEE59389C5CD610A83E7830 /* RNFetchBlobNetwork.h in Headers */, + 06814385F0D872D3C8CF4808146A3B38 /* RNFetchBlobProgress.h in Headers */, + FFADF494A1816A49B6B4C4AC89124B96 /* RNFetchBlobReqBuilder.h in Headers */, + 7C88FB5FBA8EC6D9FA4336F254F06F35 /* RNFetchBlobRequest.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A9C34A5CB4095B949EFE8BE00D392D5B /* Headers */ = { + 9E9FCD2A25638F4FE1C766131D9B358D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BA88EAFC9EC2420C740378A1A66187C7 /* RNRealmPath.h in Headers */, + 71A862EEE3D57B3D9E8666692CF1C78F /* CxxModule.h in Headers */, + 7250B08431255ABD58421979DF9D13BD /* CxxNativeModule.h in Headers */, + 13F8856091B3747BA12F6D01B12417BA /* Instance.h in Headers */, + 2D48D591D8A574676374CA51491C9AA7 /* JsArgumentHelpers-inl.h in Headers */, + DCE45702D0F3A115390E84C711BA90C2 /* JsArgumentHelpers.h in Headers */, + AA4B08D5B83EB8923C2FB460358510B9 /* JSBigString.h in Headers */, + D22C118BC12DD36D538A6AFB30B8C788 /* JSBundleType.h in Headers */, + ADE15F11F22584403AC6810299EFDB89 /* JSDeltaBundleClient.h in Headers */, + A4B389FFCDF66D94CF6009CED6F20548 /* JSExecutor.h in Headers */, + B7CA1F760FD25C6408C8EE3CA1A827CF /* JSIndexedRAMBundle.h in Headers */, + 3E54EB94624EA145427E4C8F79847C50 /* JSModulesUnbundle.h in Headers */, + 035B9D6F9EDBE29C8B708FF66F9DD3F3 /* MessageQueueThread.h in Headers */, + 26FFCF38168AB3BF78BFEF8D88AF128D /* MethodCall.h in Headers */, + F84FC003558676B5C8AC68585A2EDF34 /* ModuleRegistry.h in Headers */, + 0CEB1D96E071298C17DABDE0CA7861BB /* NativeModule.h in Headers */, + 1A3518AEADBF3B8BCBEA6B04E6E9CDCC /* NativeToJsBridge.h in Headers */, + 6939E5F1D696D62F80D035D365247CB2 /* RAMBundleRegistry.h in Headers */, + 156570DD3BA5C91F8A23B8C405337B58 /* ReactMarker.h in Headers */, + F5F545C780356C3E05006D285FEC074F /* RecoverableError.h in Headers */, + FC3201D989A8AEF8096F672AAB5DB4ED /* SharedProxyCxxModule.h in Headers */, + BAD378805FD2E0FB4D757AEAFC4A982C /* SystraceSection.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - AA517D53EABBEEF54C36061036AF7E8E /* Headers */ = { + A0E34B23EC5FF39BA871EDFCF0F941CE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 36388A08D56DE29CA9BC7D085456B32A /* RNSScreen.h in Headers */, - 546DBDF2F998E8AFF65C1FD54FC9BCCB /* RNSScreenContainer.h in Headers */, + 7342310BFE30E958F9841054C6E4A1A1 /* RNUserDefaults.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B0A97C39D7014C40E9C4D6E33698B0E1 /* Headers */ = { + B001E216CC76F649C1E9BF450C2AE3D1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E54E9518A3100D2B04B8199F98347462 /* UMBridgeModule.h in Headers */, - B3F9C5A62EA532F98D3169F516F2E9B1 /* UMModuleRegistryAdapter.h in Headers */, - FE201FC917473721A69FA5AFF303CCF3 /* UMNativeModulesProxy.h in Headers */, - 0291C56CD2BF8947BA2C4D0A4E738850 /* UMReactFontManager.h in Headers */, - 5AE51C3AF044226104B6DF27E0CF160D /* UMReactLogHandler.h in Headers */, - 9DDDB2EEDCAA2BFA29F21CD8EB354F98 /* UMReactNativeAdapter.h in Headers */, - 48975E873A3309A4712F1058F77B5B9D /* UMReactNativeEventEmitter.h in Headers */, - 2F99804D331075F2B923A4337F56FE66 /* UMViewManagerAdapter.h in Headers */, - A3BDC0AFB5AA0F8A19DDD143E5283EAB /* UMViewManagerAdapterClassesRegistry.h in Headers */, + F20856582B2C5CECADB62CCB3DE61F0A /* RNFlingHandler.h in Headers */, + F942BC06FEF7511D832D9C460958B92B /* RNForceTouchHandler.h in Headers */, + 56E351FA21529A408DB7A033865E0C6B /* RNGestureHandler.h in Headers */, + F6EF662ED69B4B79D6F8F54339CDE20D /* RNGestureHandlerButton.h in Headers */, + 3E93F52F9B456C9CA52E54728BF87E24 /* RNGestureHandlerDirection.h in Headers */, + 80AA759767CE5B71B71D034960E0AEC9 /* RNGestureHandlerEvents.h in Headers */, + 5244328AF8D9DCF7C520596E89616F61 /* RNGestureHandlerManager.h in Headers */, + 6D8A9D2800648D8FC86F0916ABD3C196 /* RNGestureHandlerModule.h in Headers */, + 4381EC756DEDB5BE8523229158326C95 /* RNGestureHandlerRegistry.h in Headers */, + 061235AB4219A2FE308A4DBC09F2D2BF /* RNGestureHandlerState.h in Headers */, + CBB3EAECF7D26C9AD78C13E7DEB39357 /* RNLongPressHandler.h in Headers */, + E35E3479A095287E5DF4798B7ACA0D63 /* RNNativeViewHandler.h in Headers */, + 19E77571A65E4FC43E6CB6D6125B8DB3 /* RNPanHandler.h in Headers */, + 9A0FB02204AC357192BAA59ECB831C88 /* RNPinchHandler.h in Headers */, + 0A5E1D23B028EBA8D59E5E1D435B1BC4 /* RNRootViewGestureRecognizer.h in Headers */, + F8C50468DE29A3A6080EE95716E7B90D /* RNRotationHandler.h in Headers */, + 2AA0CFCAEB4B01DBAE9FF3CC9E44CA33 /* RNTapHandler.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B1D5051568743298F39DAE80DD5B460C /* Headers */ = { + B16EECDA04C71820E9C2E5DEC3A868D9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F07F50A9DCFCD88674698B0F8C99AD75 /* log_severity.h in Headers */, - 603EFF9C2425B63CCD4172D7C4F6137B /* logging.h in Headers */, - 011A77AE2F540844992BAB9676FB8004 /* raw_logging.h in Headers */, - 7C0C75175218DFF2C2285DC38C128BDB /* stl_logging.h in Headers */, - 0CD8F20434FF990AD37A2BE53B96C2CE /* vlog_is_on.h in Headers */, + 4B1A2E62769E3544C9982916A3864D93 /* ReactNativeShareExtension.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B7CB2EC3DDAC45307E0CE898F50ED7BE /* Headers */ = { + BC9193C167BE9B36176CCC2F87F66711 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9CCB0D60BC5963A87E407CCBC369DAA5 /* QBAlbumCell.h in Headers */, - 355CF4FD1F0E0AF1F73012BE5BE3CAB6 /* QBAlbumsViewController.h in Headers */, - E54B1C469B798CC6FA3E5C25113D6E81 /* QBAssetCell.h in Headers */, - 94C15E4CA035E730C7321077CF0056ED /* QBAssetsViewController.h in Headers */, - D6038C218FB798472D3773D5B9053A99 /* QBCheckmarkView.h in Headers */, - C7042B937C62F01EC3329FD64DFE6380 /* QBImagePickerController.h in Headers */, - BCD1EE00088CC829DC23EEDAC1F611C6 /* QBSlomoIconView.h in Headers */, - E4DD54BFF4B997BC974B3882F63E3994 /* QBVideoIconView.h in Headers */, - 163BF69B61035B4D6403738DBC5C723C /* QBVideoIndicatorView.h in Headers */, + B1F4ABA4FFCC6546267F19D3D8F68E2F /* BannerComponent.h in Headers */, + 8ADF991DF09E9A8CF108E8B49BF54AF9 /* NativeExpressComponent.h in Headers */, + 9F56DF83FF332722FEABB57A5C61879C /* RCTConvert+UIBackgroundFetchResult.h in Headers */, + CF991E85D0028BA99D50CD3E7810A709 /* RNFirebase.h in Headers */, + C9556E0241191982BFC33523969BD8AF /* RNFirebaseAdMob.h in Headers */, + 54F89C003A7AA66736C900D4102819CA /* RNFirebaseAdMobBannerManager.h in Headers */, + F50EBA0D342375DF09F2FE421D200740 /* RNFirebaseAdMobInterstitial.h in Headers */, + 8DA8EE9476774AA7771991085F421098 /* RNFirebaseAdMobNativeExpressManager.h in Headers */, + 4C2E66E6171A3D94009485B3B5B543F0 /* RNFirebaseAdMobRewardedVideo.h in Headers */, + B6135A14FB811A3899188851821F31A9 /* RNFirebaseAnalytics.h in Headers */, + F7F7D8D8B122FD741EBBA852D8C7846D /* RNFirebaseAuth.h in Headers */, + A6DE2154CA90859AFB31B663C4E1B53F /* RNFirebaseCrashlytics.h in Headers */, + AEC7979B028E2BA91CF02745FE410711 /* RNFirebaseDatabase.h in Headers */, + 9F67822C22CD29B58A0DB876C24D6A68 /* RNFirebaseDatabaseReference.h in Headers */, + DA3529CD06E8D6C2F46001C49DD03D7C /* RNFirebaseEvents.h in Headers */, + 3BCEDA88560813E4C8D5F5F80A09F5A6 /* RNFirebaseFirestore.h in Headers */, + 79FD149D02A550095FE61F7209D6933D /* RNFirebaseFirestoreCollectionReference.h in Headers */, + 7718ABA29E8441B0D9A9BE842E846DD3 /* RNFirebaseFirestoreDocumentReference.h in Headers */, + B52EBF4DB7CA084DDDFBC59B26CC9115 /* RNFirebaseFunctions.h in Headers */, + B75D0289017A4A2075E826C410D6CE6C /* RNFirebaseInstanceId.h in Headers */, + 8789096A8E4CE0862A90535F6E694C51 /* RNFirebaseLinks.h in Headers */, + 95CF678983DBBC23FF36404BE2DF7520 /* RNFirebaseMessaging.h in Headers */, + 156716037AA26BB29F5185F890A1D19C /* RNFirebaseNotifications.h in Headers */, + 57BEFE571B1227D53D7A2B6A171D8380 /* RNFirebasePerformance.h in Headers */, + B9868E7DFC46A1B7687113AC962C5B5E /* RNFirebaseRemoteConfig.h in Headers */, + 1E2A9EB3B175C3F6724156B7244445B7 /* RNFirebaseStorage.h in Headers */, + 3DB3976B41105DEBC3FDDDCF9C82A8E4 /* RNFirebaseUtil.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C8F51655E8DC48BAB3B0C28BA2D5CD9D /* Headers */ = { + C303D5E9437CC86653D5C395D9D704F3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5AD2D50EA0EA95CD2488782E90B478B6 /* EXAppLoaderInterface.h in Headers */, - 979FE135AD6F5501E856E33EC5CA8E15 /* EXAppLoaderProvider.h in Headers */, - F2F6F02B1856ADC0493B59A86843B567 /* EXAppRecordInterface.h in Headers */, + 49B369449C16E469A39897975F8EFD55 /* fishhook.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - CA08E1126E2EED28DC45A14AE3200DDD /* Headers */ = { + C440D0F84B337028150BC476E3B7E55D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */, - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */, - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */, - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */, - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */, + 4CAC5C41A979BBB722A08B34F0509BA8 /* RNLocalize.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C63381F4C23B52A79B281F62EDAEBFAC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 971A797D1573C90846EC7847F3529E49 /* EXConstants.h in Headers */, + A8D5113CF95A396D35F179C25A3E27EA /* EXConstantsService.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C72B8B49C8EB276B7B53CB502FE12426 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 50B452735FF53114E3E68DC884D120ED /* decorator.h in Headers */, + 5352A6DFDB7ECDC0FAA6440C7A546D14 /* instrumentation.h in Headers */, + 48E1F121B2D2B1492AF5EBA51E85EB9D /* JSCRuntime.h in Headers */, + 7B6CB3B32AB75E0FADC560CC44355062 /* jsi-inl.h in Headers */, + DC4FDF6220C2F5D0DED86A22286A0843 /* jsi.h in Headers */, + ACDC8EFF2E1C9890115CF37F9BC609E2 /* JSIDynamic.h in Headers */, + 831A01E088DA07FC3866EB33024B4279 /* jsilib.h in Headers */, + 5E01D1F677A96A3A5A8AE2856BF8A38B /* threadsafe.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C95DE5D585E67E20A24DCF98D46DB557 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 52A0D0FCCFC8A15A5891A5368D81EAA7 /* RNDocumentPicker.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CA23B0AAC65F1A35495584BEBF58867C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 942DD8546144030425DB0C8AA67AC9F7 /* CompactValue.h in Headers */, + 420EAED4A42F2B1E8BC64FC70162F25D /* event.h in Headers */, + 71F203CCEBC00318FBB3342A579FEECB /* instrumentation.h in Headers */, + B34D3A328040D5EA690D0D1966E34970 /* log.h in Headers */, + 22A23375BB2449087EA9018EB46705E0 /* Utils.h in Headers */, + 9066364CB2B178ABA0653CA2B6ECDFA2 /* YGConfig.h in Headers */, + 87A1A648015553C08D3C1BBE87538699 /* YGEnums.h in Headers */, + 6ED0A03EA1FF6FB256C71251C3FE5FA6 /* YGFloatOptional.h in Headers */, + A4082544CD50BAC1BFD330C868AB6EFE /* YGLayout.h in Headers */, + 0990151FBB2EAB836AC8D3C731304558 /* YGMacros.h in Headers */, + EF544DEF5AAD4BE9DB08B95F258831FB /* YGMarker.h in Headers */, + BFC10329F129DEDC6926CDB4924B8BA9 /* YGNode.h in Headers */, + E586BBD12EC74036598F530573F38C9F /* YGNodePrint.h in Headers */, + 7E165EEB124A829779A95E879555A671 /* YGStyle.h in Headers */, + 0FE0D0F77B1C23A5BE49F3E7D7A3CD2A /* YGValue.h in Headers */, + E6DD8B706075FC2B4F9E395E60943CEA /* Yoga-internal.h in Headers */, + D0A1B4317D993C3D94BA904D2DE83301 /* Yoga.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10249,6 +10496,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CE25D7AD56E256540F183CCE77F380C0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D0D527EA38AABA37E5DA413560C28849 /* RCTReconnectingWebSocket.h in Headers */, + 36C7FD93EECA3180A3B6767B19457B23 /* RCTSRWebSocket.h in Headers */, + 209560EF23DBE4291AF75840D4E4813C /* RCTWebSocketExecutor.h in Headers */, + 1766C9FBC6FD564032C9D33F2FF5123B /* RCTWebSocketModule.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D00D8DD9260F6B1E4606D79C794A73CF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10260,237 +10518,69 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D267C5A651B39A9303271F5B02D268E7 /* Headers */ = { + D1EDA93B5DD5E31AAB249B340D213D42 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EEB554EB4F7DB4DA7DAFF45913BB2E9C /* RNSplashScreen.h in Headers */, + FAA9F0DBD3672EF74CB64FAF375D4F73 /* RCTVibration.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D2D1D2A85D1DEC3CEA0731067DB224E0 /* Headers */ = { + D95CBC46EBBD71FBA9966F1FB7D6B16F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 8F36B8DD7D3169B12C7270FE8CABB774 /* DispatchMessageQueueThread.h in Headers */, - FD4D403AFA11EE422150AC5DAE570544 /* JSCExecutorFactory.h in Headers */, - B8FFE9CC70A96DE440A362AC17ECF2A2 /* NSDataBigString.h in Headers */, - 61F3710B3DC91E81151F2348CF0B451B /* RCTAccessibilityManager.h in Headers */, - DAE70B4ADC90757A33FC7B7BD85100D5 /* RCTActivityIndicatorView.h in Headers */, - 4746F9BFED77052D1B358964D4805D75 /* RCTActivityIndicatorViewManager.h in Headers */, - EF37CB7C558B510714A71B3BBC83EA6B /* RCTAlertManager.h in Headers */, - 2C6B9DC8E673706352593D51BE58C5B7 /* RCTAnimationType.h in Headers */, - 38960923336C167B59BB53874050F794 /* RCTAppState.h in Headers */, - ED56102DCDC0904D07C9B6A80571D777 /* RCTAssert.h in Headers */, - FE18ECF7C1342F3C42695E09640013A4 /* RCTAsyncLocalStorage.h in Headers */, - E950366E760D2F31E7D8C9A60EAEE766 /* RCTAutoInsetsProtocol.h in Headers */, - 40D8E4B4917C0B95A2AB645DFA7215DF /* RCTBorderDrawing.h in Headers */, - 1E75C55A6E8E20A4B85AF130009D7AC4 /* RCTBorderStyle.h in Headers */, - 10F1DB8FA82FBEEFFAE40C4A466467C1 /* RCTBridge+Private.h in Headers */, - 3E180B066206CC068CD482236FF9C782 /* RCTBridge.h in Headers */, - 0923D0CFABC7AA54C841D568354C5BE8 /* RCTBridgeDelegate.h in Headers */, - E8D07A0F75CC4CA9E844301DF0F5A8C1 /* RCTBridgeMethod.h in Headers */, - E18473C2C2E301BC74DADDEE1826BF08 /* RCTBridgeModule.h in Headers */, - 1EB6CDFBFF8660D8F429DD66F1E559A1 /* RCTBundleURLProvider.h in Headers */, - A5D58029D069D961CA6377FFFB5459C8 /* RCTClipboard.h in Headers */, - C11A3DC2A14531B1CB1F9916A9DEA3E3 /* RCTComponent.h in Headers */, - 4819563D13173F8D8F6F798799E57E87 /* RCTComponentData.h in Headers */, - C91B222AF86B2D97B149672E693CDC16 /* RCTComponentEvent.h in Headers */, - BDB1E0EA2C8A0D4C5FC75EBEFAB7D50C /* RCTConvert+CoreLocation.h in Headers */, - 8F175C752B7835196A13BF0D8D6138E5 /* RCTConvert+Transform.h in Headers */, - FE338EDDB5AA47808DBD9A1AF928C5E9 /* RCTConvert.h in Headers */, - 1FFBE5DD9B8A573886DB008B503B3E39 /* RCTCxxBridgeDelegate.h in Headers */, - C5C337932155B00480516E9827CCDDB5 /* RCTCxxConvert.h in Headers */, - 8CD56A4AC9F44A78F0F1F2B01C159E9A /* RCTCxxMethod.h in Headers */, - 88AF43C6CF142A54627B10F4B749F013 /* RCTCxxModule.h in Headers */, - E7421B5C467FB7F90A1947DB82601B9E /* RCTCxxUtils.h in Headers */, - 2F384307F3A8D6F7AF3F4D73B449F2E3 /* RCTDatePicker.h in Headers */, - E8C838C902F658E3AF6631FE16CE5F72 /* RCTDatePickerManager.h in Headers */, - 5C28C147A46C8F6D0FC9BAC1F52B77FF /* RCTDefines.h in Headers */, - 04A90656E34337A92E56AB32BC082A4F /* RCTDeviceInfo.h in Headers */, - 8A08B2B037D0740635F7D9F5D5DF7A13 /* RCTDevSettings.h in Headers */, - 9CBE1726A623B8A2A8E1BB06ACA3125C /* RCTDisplayLink.h in Headers */, - 5CACC0F22035B852FFD6DA22C32F8695 /* RCTErrorCustomizer.h in Headers */, - 893539BE4FE9E02CD14930DA8CF80CA9 /* RCTErrorInfo.h in Headers */, - 750F17C5DB4C598024959C4439DA0446 /* RCTEventDispatcher.h in Headers */, - F8FD83CD85EE083441FED1EA8375AE63 /* RCTEventEmitter.h in Headers */, - 25CEC5CBE03E6D9C8FB3D260CBDFCF07 /* RCTExceptionsManager.h in Headers */, - 35D171240AD5E9988F531C6C00CB51E6 /* RCTFollyConvert.h in Headers */, - 156470E05570103970880FE8ADF519AB /* RCTFont.h in Headers */, - E862D8E36B00C71FB5FA8FBDF4BB34AA /* RCTFPSGraph.h in Headers */, - AF7514F8367EA06738F07D61345E2CB6 /* RCTFrameUpdate.h in Headers */, - 01ADD3217D47E467CE0A1314A8134152 /* RCTI18nManager.h in Headers */, - 5609F49E3F94B18A94FB680988610BE0 /* RCTI18nUtil.h in Headers */, - D8E7F545CC1D08956F769D9A7D5DBC39 /* RCTImageSource.h in Headers */, - 03CAB326C573E10A3743EE2C87470279 /* RCTInvalidating.h in Headers */, - A8E843A41761DF59DE86BA8D38411FEB /* RCTJavaScriptExecutor.h in Headers */, - D0352779887F0F7EFB7277D4ED8B2CA8 /* RCTJavaScriptLoader.h in Headers */, - B8659D9C6051984500A8504E5072426B /* RCTJSStackFrame.h in Headers */, - EF6B9ECF41B404B47D778E922DB9435C /* RCTKeyboardObserver.h in Headers */, - 83FF420ABD0ADC5B19B4EA50065923A8 /* RCTKeyCommands.h in Headers */, - BEAC060A20FF4BD10A34CC6E3B64F79B /* RCTLayout.h in Headers */, - 0EA52A345DCC5690E25A5BF7D28C6A07 /* RCTLayoutAnimation.h in Headers */, - 0AC31CD3C30352FCE9D388C0DF234C44 /* RCTLayoutAnimationGroup.h in Headers */, - DB0A08D916FA65B709EA08FFD11AFB4C /* RCTLog.h in Headers */, - C1C8E56C72B1D760E165EC6C558EF3DC /* RCTMacros.h in Headers */, - CC7F26BFA0D103C995D98921BE6B75DA /* RCTManagedPointer.h in Headers */, - 19424129F335ABCFFE51B5C237E0B1E7 /* RCTMaskedView.h in Headers */, - 1B9725F42357C80A5C725748B15C9CE0 /* RCTMaskedViewManager.h in Headers */, - 1140C43117C329F65D3D262DAE17BB0C /* RCTMessageThread.h in Headers */, - 23EC47279F6DC8C822E7F2B40F2F3388 /* RCTModalHostView.h in Headers */, - 1AFEB981FAC8F9F51D198CFBAE4A711B /* RCTModalHostViewController.h in Headers */, - 3A9A9678F9114EC4568A849601C9890A /* RCTModalHostViewManager.h in Headers */, - 92FE012CBE3C8F8CD9D8777E2DF689F6 /* RCTModalManager.h in Headers */, - B5ED0CAB4CB550487B505FB9FE6CADA2 /* RCTModuleData.h in Headers */, - C474B0333EB85212FF1F4B4F98A59542 /* RCTModuleMethod.h in Headers */, - FC6294274CF3741A670254DFB47DDA3C /* RCTMultipartDataTask.h in Headers */, - C584EF87D695B2626A5C476DFE6D8A9B /* RCTMultipartStreamReader.h in Headers */, - AED93C977221657A312C2C9F1879D52E /* RCTNativeModule.h in Headers */, - FA119CB1CD5AA6D7C2D655770DD44CBF /* RCTNullability.h in Headers */, - DAEFF6DAC0E6C5DCEBA263A95226AF73 /* RCTObjcExecutor.h in Headers */, - 87BB49CF46CC75CD72685301A197196A /* RCTParserUtils.h in Headers */, - 54D93C588984F1FBD3B1057DF492B4CB /* RCTPerformanceLogger.h in Headers */, - 2D53814EFEACA3AF44A58A73D80EE042 /* RCTPicker.h in Headers */, - 1465CDBB58443D973381EB63503EA965 /* RCTPickerManager.h in Headers */, - AF341C0470D428705B51F45BC8F70A07 /* RCTPlatform.h in Headers */, - B45D5ACE0CFE98E64417DFBE838AE337 /* RCTPointerEvents.h in Headers */, - E758BB1D5A2F03D89DB141F9F521DF7A /* RCTProfile.h in Headers */, - 2A70419C3824282535C6DCE02DAD2B69 /* RCTProgressViewManager.h in Headers */, - C4F9F07968D80C7EE732DA3485963A12 /* RCTRedBox.h in Headers */, - 3B62D2681FA39BAF30EA82FEE92384F9 /* RCTRedBoxExtraDataViewController.h in Headers */, - 68D3C591528DC4FF7BB58BB89B5A2F3F /* RCTRefreshControl.h in Headers */, - BCB6E8A4481FF9AFBB05FAE674955C98 /* RCTRefreshControlManager.h in Headers */, - AFA1758997FCD654D6F3B18B28763568 /* RCTReloadCommand.h in Headers */, - 9F86958947B470DA607317F5C31164D1 /* RCTRootContentView.h in Headers */, - 069EA2EF93E386ADAF68E92263B3ED0D /* RCTRootShadowView.h in Headers */, - A368E2273E1E0F8AA6DD724D556DC6CA /* RCTRootView.h in Headers */, - F7C3C195087DF63CE323053BBB678B15 /* RCTRootViewDelegate.h in Headers */, - DDB837469730E793D85067FC88C576BA /* RCTRootViewInternal.h in Headers */, - 9CD16B1B5A6468D31CD2F02DC888850A /* RCTSafeAreaShadowView.h in Headers */, - 4686E59A86A8B520A51DC330F41DFBCE /* RCTSafeAreaView.h in Headers */, - B238B14979858761F0B4C0A41BF56FB4 /* RCTSafeAreaViewLocalData.h in Headers */, - B09C59D6E0516C0B6B551301257AAC6B /* RCTSafeAreaViewManager.h in Headers */, - 52BB110866C74D23AAD5FA712B7A6F53 /* RCTScrollableProtocol.h in Headers */, - C3CC9B5A47ED86706AA6242786394D8C /* RCTScrollContentShadowView.h in Headers */, - EDFE6BE51F88E6196A92CF1CC397DE84 /* RCTScrollContentView.h in Headers */, - AEAC897DFA182C06F2C72A3FECA23AA3 /* RCTScrollContentViewManager.h in Headers */, - 862B68819908E134C165223E558C57B9 /* RCTScrollView.h in Headers */, - A481B299739EF282431A71675BB94E2B /* RCTScrollViewManager.h in Headers */, - C4A50FB64CD9306D85F7CC9176E4ACDA /* RCTSegmentedControl.h in Headers */, - BFDC2E17F83F0BEB0962402A292E0894 /* RCTSegmentedControlManager.h in Headers */, - 1714062EDA4C406FC2293E1AABE68945 /* RCTShadowView+Internal.h in Headers */, - F1FE6ED335B4BC8BDD0095A0E7203E6D /* RCTShadowView+Layout.h in Headers */, - 8E13C2DA5B160E2B513DDE9AFC4543C9 /* RCTShadowView.h in Headers */, - E42A4A032E5E30A15BA185F90199FAB1 /* RCTSlider.h in Headers */, - BAE3510BFFDA8920B7FF45D6B510A63E /* RCTSliderManager.h in Headers */, - BF9449E294ADB88C28EFA25B30FCC211 /* RCTSourceCode.h in Headers */, - 93FA818BC930A60ECDC53718992787D8 /* RCTStatusBarManager.h in Headers */, - 7C1D6BB74BEA422BF1D821351F31AF34 /* RCTSurface.h in Headers */, - 406ECFF33BCF327DB84B5327B32B808E /* RCTSurfaceDelegate.h in Headers */, - 6F9AE58424205D885312C8E3CCF48B41 /* RCTSurfaceHostingProxyRootView.h in Headers */, - CAE6CC670C16A794EB37BAD7407B8784 /* RCTSurfaceHostingView.h in Headers */, - 50EC3F8AD34687392C33308E9044D91B /* RCTSurfacePresenterStub.h in Headers */, - EC03F72BD97EABA1A1EB21C6F6CCFA30 /* RCTSurfaceRootShadowView.h in Headers */, - 559E72AEF3D7F8A45C7C740C87962D82 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, - 9A2A6715052BD8A92010F6E88E5F394C /* RCTSurfaceRootView.h in Headers */, - 1C6F8999DFCD81082EAF4C5A0620E80D /* RCTSurfaceSizeMeasureMode.h in Headers */, - CB58852F372DF211612B55D003E52BE3 /* RCTSurfaceStage.h in Headers */, - 2877CB975ECB3E1C25993898CBEDAB12 /* RCTSurfaceView+Internal.h in Headers */, - D9ED45258AAB60592912A9EC41EE601B /* RCTSurfaceView.h in Headers */, - 9C61B07BA5A6253EBDA889AF37EC0696 /* RCTSwitch.h in Headers */, - 6F8070F2A6AAC18CB52DDF94FE4558BE /* RCTSwitchManager.h in Headers */, - C74CD94881FFA66689DD0AA813D14BB9 /* RCTTextDecorationLineType.h in Headers */, - C5C4ADE42CF0476FA1553A3B80101449 /* RCTTiming.h in Headers */, - F6F30ABD7043569E8F8350E6FA5354A7 /* RCTTouchEvent.h in Headers */, - D72B0B4A61E2DFF3146DE93812247EBF /* RCTTouchHandler.h in Headers */, - 62577026C46A1DD711AC8E22E84700F6 /* RCTUIManager.h in Headers */, - 4E5021A6C17C2050A7905EE14B5B4C06 /* RCTUIManagerObserverCoordinator.h in Headers */, - 2F471626A3C5E5811AAF604F3F215513 /* RCTUIManagerUtils.h in Headers */, - 78F83FF225ADF39860288E3D7FB20B1D /* RCTUIUtils.h in Headers */, - FE94585A0D7E97CD7901967F2ADBCD6D /* RCTURLRequestDelegate.h in Headers */, - 99DE434218CAE9E8C0F43034802C526A /* RCTURLRequestHandler.h in Headers */, - E4822D5F30241129E4674AB7068CD18E /* RCTUtils.h in Headers */, - A1583AB40CC66F1BF3A5934377BC5859 /* RCTVersion.h in Headers */, - 63BC8B99CFF663E73B322AF120BEA43E /* RCTView.h in Headers */, - 08AB0DE8CC0454D3A483964C8C8B5078 /* RCTViewManager.h in Headers */, - D44863F5BFBEE9DC27F0716E2F3A4C06 /* RCTWrapperViewController.h in Headers */, - 3159AFB0F81A20E0B98372A3918ADCCE /* UIView+Private.h in Headers */, - 05E0BF605EB2BF9DFB07775E90F4E7A7 /* UIView+React.h in Headers */, + A04D90E734F4133B3AB4429B1F41EE77 /* RNRealmPath.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D30117FFEF8192C0214010106B49F00D /* Headers */ = { + E2080F763498E7306A1CD805F9A653FB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1FED8BF827F63613F24737A842CAC64A /* RCTDevLoadingView.h in Headers */, - 3E21D34EF879EE03EB2A7F754AC98400 /* RCTDevMenu.h in Headers */, - 1B17599567978807FB4C9ED01AFAACAE /* RCTInspector.h in Headers */, - 7F5DDFA06B2F17A657CDBF8347FA66EF /* RCTInspectorDevServerHelper.h in Headers */, - F7634F4A2B484DBB5F97930353484A8F /* RCTInspectorPackagerConnection.h in Headers */, - DFAC32C13A774EFEBA8AFA5657A595CC /* RCTPackagerClient.h in Headers */, - 6E4322910300D6BE3123835D24DC77F6 /* RCTPackagerConnection.h in Headers */, + 62825760B895542D30194A59B53D82EA /* log_severity.h in Headers */, + C327914498A09C2E0C953F8AE792E601 /* logging.h in Headers */, + 5417751F797161B8F8A945B9169880B8 /* raw_logging.h in Headers */, + 6D3913895B99C9CA1AC7B01A3FDB3E40 /* stl_logging.h in Headers */, + 20F0D13F0C31A19295812D26BA9F58B9 /* vlog_is_on.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D5BBAC5022A2F534BB86A7ACB45F0169 /* Headers */ = { + E9D4F69E09B8696AF15A48C72D23F784 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A9AE3BDB584B702A75A15B1032FB6C99 /* RCTGIFImageDecoder.h in Headers */, - 14FDF2F4F27156B45F5DA2A8435D8480 /* RCTImageBlurUtils.h in Headers */, - 9A712E096D24E51F4D807DC37AF7D873 /* RCTImageCache.h in Headers */, - D58CF950296EF563CA806593E14E6E89 /* RCTImageEditingManager.h in Headers */, - 3F375AEB30B1112ED61D67D2D8D16F5E /* RCTImageLoader.h in Headers */, - 72A33F12B33EFE1C0E4CB82C28BD821C /* RCTImageShadowView.h in Headers */, - A711BEFFE33EA4B9C3251BD1694251E6 /* RCTImageStoreManager.h in Headers */, - DC94B424E2855D28A66F42818811103C /* RCTImageUtils.h in Headers */, - 913072B44E4781C92C4BD0D8C60BA95B /* RCTImageView.h in Headers */, - 8E0FBFABEC475F208E709CAC3343CE89 /* RCTImageViewManager.h in Headers */, - E98A3FD7B5A4529ED960F2F2B211B538 /* RCTLocalAssetImageLoader.h in Headers */, - CBEB5FA55DE63DA4D6DAED10690D93B1 /* RCTResizeMode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E4D17E96D903B293E993863B6F717145 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */, - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */, - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */, - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */, - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */, - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */, - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */, - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */, - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */, - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */, - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */, - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E54FB740164D5376FFD0E9419BC8AABF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3D96C5283457B1D7BA64C97E45ECF55C /* decorator.h in Headers */, - A830794D36CD55827E055BF4889DE9E9 /* instrumentation.h in Headers */, - 5B062B7A8CBD11527577ADBDF41C7D5D /* JSCRuntime.h in Headers */, - A582BA420194C97EDD0C44B435CC8D05 /* jsi-inl.h in Headers */, - D9597AF1845681232A25820622251D26 /* jsi.h in Headers */, - CA5CFED45FCD34E958583B165CB6A568 /* JSIDynamic.h in Headers */, - 341BA281837756D50FF6EF45FCE56217 /* jsilib.h in Headers */, - 657E8F76BDF4C7B214D05B6BD003D92B /* threadsafe.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E878A576929A6F843017ABC6ECDC8E42 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */, + 00B69F2F3DB3B77F03393F6A7C8F99D6 /* NSTextStorage+FontScaling.h in Headers */, + 222BA2F1A1EF07FB5DBD4CA0B54441AD /* RCTBackedTextInputDelegate.h in Headers */, + 6CBAA57F19EE6D7B1BD485FCF2CDD418 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + F8A29D8EF95D14ACDDCD4FD1252A93D2 /* RCTBackedTextInputViewProtocol.h in Headers */, + 0EB9F0DEA199C34346153CECE07285B4 /* RCTBaseTextInputShadowView.h in Headers */, + 50246D341A1537329EA87327541B96A0 /* RCTBaseTextInputView.h in Headers */, + 406B26FA6FA8929D162645E5C2A683D7 /* RCTBaseTextInputViewManager.h in Headers */, + 4961C89138FF302318C05B66A9222380 /* RCTBaseTextShadowView.h in Headers */, + 6270008790881FA50893F989001666DA /* RCTBaseTextViewManager.h in Headers */, + 6D27617BA4AF78F54594FC22A596345F /* RCTConvert+Text.h in Headers */, + D8F7F6DB1C689C85472D7B410D37DDA1 /* RCTInputAccessoryShadowView.h in Headers */, + 6454F9AF85DB98B53B1F26DDC4D6378E /* RCTInputAccessoryView.h in Headers */, + 7DCC29CD6A0D4A038E05BAB8723B613D /* RCTInputAccessoryViewContent.h in Headers */, + A9A98AF3B002D9676405023A5F925B0E /* RCTInputAccessoryViewManager.h in Headers */, + 3D14556B78DEEAB7577967849842882C /* RCTMultilineTextInputView.h in Headers */, + 3D7D5E67500DC64CD35B27FFEC7BD0BD /* RCTMultilineTextInputViewManager.h in Headers */, + 91B936BFC4E3B2BF9B9EBAC5817EEEB9 /* RCTRawTextShadowView.h in Headers */, + 75CDF1E527722ADC4F8DEB45A03BA58A /* RCTRawTextViewManager.h in Headers */, + 81681B17F5B9C4ED9A97986910139734 /* RCTSinglelineTextInputView.h in Headers */, + 344F90085B93DBC892E641D38054731F /* RCTSinglelineTextInputViewManager.h in Headers */, + C178F33B2595D2345D62A7136912EFD0 /* RCTTextAttributes.h in Headers */, + 02A5305E69D8AC121965BB75FCD4C098 /* RCTTextRenderer.h in Headers */, + 84E4CB015C33B1EF8524F24E9688C415 /* RCTTextSelection.h in Headers */, + BE4F9F25BD00EC623780AB089A8879A5 /* RCTTextShadowView.h in Headers */, + A5F0BCE3ACC0232C2A676AAE9D4A6B8A /* RCTTextTransform.h in Headers */, + 701BAD637AAC7BA99FC0F178FE78B54F /* RCTTextView.h in Headers */, + 0776080654BBCD641A1FCFC5A4B1AFFD /* RCTTextViewManager.h in Headers */, + E77B0200D88553201C9D874073D36BAD /* RCTUITextField.h in Headers */, + D1EC195534AF78092FECD200A97A6D43 /* RCTUITextView.h in Headers */, + C8B7BB3BDC60A86370CC7E68BF841E0E /* RCTVirtualTextShadowView.h in Headers */, + 74848B1580B0F26BF32FDDD604058F24 /* RCTVirtualTextViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10536,113 +10626,164 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - ED12364714C6DB5E228873420CD4E96E /* Headers */ = { + EB49B7BF2C3CAD02FF08976556DE6B01 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E363C5C4D58AA6B01CBFED0610C28D6B /* AudioRecorderManager.h in Headers */, + C82EB62A3FC02F6065F3110957FFE819 /* NSBezierPath+RoundedCorners.h in Headers */, + 25FD3F9359EF16DA57E29EE3961E09D3 /* NSButton+WebCache.h in Headers */, + 8A338A7714BCEF966D5653FC9F0F3C92 /* NSData+ImageContentType.h in Headers */, + 54744B5442C371084417027539C39131 /* NSImage+Compatibility.h in Headers */, + 06838064003A1650E6B981654B760496 /* SDAnimatedImage.h in Headers */, + DFF9AAD6C485B3E273B1C7FB1A372E23 /* SDAnimatedImageRep.h in Headers */, + 18E671E9F35033DBEDCE0F188C7F836A /* SDAnimatedImageView+WebCache.h in Headers */, + 2BA2679FD6CE5186A63164B78DFD9AFB /* SDAnimatedImageView.h in Headers */, + EA6A2B75853B75BD3A98822DA25C185D /* SDAsyncBlockOperation.h in Headers */, + 8891001A522F339F63ED7EBD4A5038BD /* SDDiskCache.h in Headers */, + 5707D0481250E7DD907384C715A7D65E /* SDImageAPNGCoder.h in Headers */, + 42C33DF5BFE6E59A908CDAB22F61050A /* SDImageAPNGCoderInternal.h in Headers */, + 958BA6CB36502EACA46E742DE847C9F2 /* SDImageAssetManager.h in Headers */, + FEC3971F0BF603B76D5980E2C6813E41 /* SDImageCache.h in Headers */, + 4009CDB08A4777379B17F4CEFBF1BF84 /* SDImageCacheConfig.h in Headers */, + 0CD2F51A9A49C5DEAE94E36576C4FCC0 /* SDImageCacheDefine.h in Headers */, + EE20285690CE459E20C93BF865DD69FF /* SDImageCachesManager.h in Headers */, + 041CBC4B0E6473E3A7EF93875979D21D /* SDImageCachesManagerOperation.h in Headers */, + 7975A228F937726735A855942DDC5A39 /* SDImageCoder.h in Headers */, + 3D247F1F56F1683BD2D1619D66DF44B3 /* SDImageCoderHelper.h in Headers */, + 62918A8D184D5795CAA92D8BB46ABA83 /* SDImageCodersManager.h in Headers */, + 97B4F5AD8CE8C313EC37CEDB155D95AC /* SDImageFrame.h in Headers */, + 213381D5BFE49AB003B410FDF4706865 /* SDImageGIFCoder.h in Headers */, + 2F7B474A841AE0D33662A2504EB4AF01 /* SDImageGIFCoderInternal.h in Headers */, + 6FD1E86B5999CF0210F37D194ABA317B /* SDImageGraphics.h in Headers */, + 6AE8CE142F97105EB361D917437403A2 /* SDImageIOCoder.h in Headers */, + 56A73B25EAFD4776904050F3BFCC7D08 /* SDImageLoader.h in Headers */, + A176833E0C68758382E31628F0D91BAE /* SDImageLoadersManager.h in Headers */, + 2BB822820D43AA5B0F4C995E051E6E46 /* SDImageTransformer.h in Headers */, + 6ABFF70FCC2C8B8E96D18DA1F5929605 /* SDInternalMacros.h in Headers */, + 7767FD9FFF9DE27CE5267E47DE639445 /* SDMemoryCache.h in Headers */, + A2444FB8C28C236395940E4EEC425FBA /* SDmetamacros.h in Headers */, + 6E9A38C215FF258A1B0166F56E9476B7 /* SDWeakProxy.h in Headers */, + 443CDBEB49A3E565D2C9947D6FE00133 /* SDWebImage.h in Headers */, + 53602DD76BF8EF118F21CF2A6D2BB723 /* SDWebImageCacheKeyFilter.h in Headers */, + 5ADE98BC9566E9298C81F4D0A596ED5F /* SDWebImageCacheSerializer.h in Headers */, + 23453A9B6950D40E8F53B933AB4AD1BF /* SDWebImageCompat.h in Headers */, + 0AE1148528FBA901AAD7B58D65487189 /* SDWebImageDefine.h in Headers */, + EE81B0E7D383DE4EFFAF62C7141156F3 /* SDWebImageDownloader.h in Headers */, + 5A0B2F1B08817E814E1FAA5D71C7716C /* SDWebImageDownloaderConfig.h in Headers */, + AE70FEF13ADEB88102EBA81EB4849C32 /* SDWebImageDownloaderOperation.h in Headers */, + 5A07ABC14715FCCA66BA415E270411A7 /* SDWebImageDownloaderRequestModifier.h in Headers */, + B292DF13ED32CAAC6F7BC77B25C499B9 /* SDWebImageError.h in Headers */, + 2E66ABC3B33E3A2B6DF4A801A06A897C /* SDWebImageIndicator.h in Headers */, + B56BE651E240EF1F34C737B9B00A6BF5 /* SDWebImageManager.h in Headers */, + CD15661BE2E1E47C23B50D4D641A23A4 /* SDWebImageOperation.h in Headers */, + 885127F8BF1DA16756297DE606D2A45B /* SDWebImagePrefetcher.h in Headers */, + 5DEFA092657A57AF5F5F6204CA047121 /* SDWebImageTransition.h in Headers */, + 0984E512C5DFDC303F770A7F140CB925 /* UIButton+WebCache.h in Headers */, + 4A97C6DB83B1314595F357A294164120 /* UIColor+HexString.h in Headers */, + BD01150CB5D6AD70828B34DFE3B8AF18 /* UIImage+ForceDecode.h in Headers */, + 8E2E6DFAAFEE2BD5B29EA9E277AD2554 /* UIImage+GIF.h in Headers */, + 93CC7E74297AED3C323203B104D6AED1 /* UIImage+MemoryCacheCost.h in Headers */, + 7D933E7F8F157C4E10E40BED1F727860 /* UIImage+Metadata.h in Headers */, + B67887BEF2C5E7F209995AB5A0AC7FD3 /* UIImage+MultiFormat.h in Headers */, + EF84CE785006993D0226118101D8287B /* UIImage+Transform.h in Headers */, + 26CE88764B16D6BBDF06F00A7357A23C /* UIImageView+HighlightedWebCache.h in Headers */, + B0593175121353DF2285518457606755 /* UIImageView+WebCache.h in Headers */, + 6E4C438E8BE8196910957BCB0D7C5B37 /* UIView+WebCache.h in Headers */, + D19A877890C2E77900D00AE6AF3502DA /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE4856F05357C8EC8715A60B8CE2FD00 /* Headers */ = { + EBB1A9185198110E34CB4DBD9DD9C19C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 637FB0F4074AFE5A7AFD95A3604D9723 /* BannerComponent.h in Headers */, - 070A2EA0F03D0454B1AEEF286AEEAF47 /* NativeExpressComponent.h in Headers */, - 888EC97D24B128FFA287D0A3594118A9 /* RCTConvert+UIBackgroundFetchResult.h in Headers */, - DB55D636EFC52DE3B1BFA1C4B3873A0C /* RNFirebase.h in Headers */, - 0490609F0085A7319EF9AABB46BD6A5C /* RNFirebaseAdMob.h in Headers */, - 2F855785AD125F732C29F27FDDA61245 /* RNFirebaseAdMobBannerManager.h in Headers */, - 8247F1640D466E1E0AB797820594C47A /* RNFirebaseAdMobInterstitial.h in Headers */, - EA6122B2AA4E20906A08C3153133762B /* RNFirebaseAdMobNativeExpressManager.h in Headers */, - D4AC0F6C0F4F5545B57C62951ABC4A5B /* RNFirebaseAdMobRewardedVideo.h in Headers */, - FFE08F63D05534C4CFC43A45FB93A119 /* RNFirebaseAnalytics.h in Headers */, - 0F8C4CA65E9AB7195C5CC2E2E883B725 /* RNFirebaseAuth.h in Headers */, - FAFBF3352C961FE5DE821F3E9650143B /* RNFirebaseCrashlytics.h in Headers */, - 672E3F2FE92D789FA87D72769C3972AA /* RNFirebaseDatabase.h in Headers */, - 14F3D0A098DC8BC0C682BCF950DA1F0C /* RNFirebaseDatabaseReference.h in Headers */, - 2B5E610A8B03173ABCF4E09A3D38E950 /* RNFirebaseEvents.h in Headers */, - C2D7EC78E392DD336840F1195A10B036 /* RNFirebaseFirestore.h in Headers */, - 9BF79CEB01604F380377365247A77A1C /* RNFirebaseFirestoreCollectionReference.h in Headers */, - A1271A9D592D85AC3402E1171559A725 /* RNFirebaseFirestoreDocumentReference.h in Headers */, - 984A7D2F9DF365F47E423FD0E1C8193A /* RNFirebaseFunctions.h in Headers */, - 41088A67E446DA59A26326C584177AEF /* RNFirebaseInstanceId.h in Headers */, - 6703AFD087166EA1F752D80BF525FEA4 /* RNFirebaseLinks.h in Headers */, - A72158893BC7A2B9CDE765E165C237A9 /* RNFirebaseMessaging.h in Headers */, - ED95A7C99945358D6615F1E7614C5445 /* RNFirebaseNotifications.h in Headers */, - 19B6A14B6D4D4BA9DAB009C1292F6041 /* RNFirebasePerformance.h in Headers */, - 76068B2E77E50394A5149AEC455F4762 /* RNFirebaseRemoteConfig.h in Headers */, - 9FAD496B62F1C02D438C61CAD0FDA704 /* RNFirebaseStorage.h in Headers */, - CF581B8D8F4C05E6846B67EB3A141EAD /* RNFirebaseUtil.h in Headers */, + E5CB05C05044BC7B849CA63083EF063A /* RCTLinkingManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F990F70B9F870C6375E0F7ABCB101F61 /* Headers */ = { + F0B1F23044114DFEA5FC2143910A62F7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 168D24685F86185CCA8EBFEB5C1F84D0 /* NSTextStorage+FontScaling.h in Headers */, - 13BDA29EAF2865A777BE1764C5488A83 /* RCTBackedTextInputDelegate.h in Headers */, - 35F4A3A30BB28FAC6B0929E6D669A0AD /* RCTBackedTextInputDelegateAdapter.h in Headers */, - D6D16E97A20595021A12BD7A4C027800 /* RCTBackedTextInputViewProtocol.h in Headers */, - 962E3E59BDA52C33A0F3BE0B14E8932D /* RCTBaseTextInputShadowView.h in Headers */, - 5E027FB8582B304C060F1DF42DCD4A01 /* RCTBaseTextInputView.h in Headers */, - 884C26551BA449FB9085E90840DD3E7A /* RCTBaseTextInputViewManager.h in Headers */, - D0BDC58C9388BD22C119DD2B8F21E54C /* RCTBaseTextShadowView.h in Headers */, - D3648758055F21D495C2B535023744F5 /* RCTBaseTextViewManager.h in Headers */, - D1F340973DCC7B22E4DFDAF634C39EB2 /* RCTConvert+Text.h in Headers */, - 3AFD324A4538C7347EC23FEB0F8329A5 /* RCTInputAccessoryShadowView.h in Headers */, - 5542FEA65949265EB6B7CAF7EF1EDA78 /* RCTInputAccessoryView.h in Headers */, - 1060C19C119AC73893B6BD35659924EC /* RCTInputAccessoryViewContent.h in Headers */, - 9FB5AEA3452D622BCF45D6D6CF00163D /* RCTInputAccessoryViewManager.h in Headers */, - B9C6EF9AB791D4DFD0427B210DC9B91B /* RCTMultilineTextInputView.h in Headers */, - 2A1018939B2C4CE3A11EA1BE4D8DA02A /* RCTMultilineTextInputViewManager.h in Headers */, - 848036843930602907B83E4D5EB0227E /* RCTRawTextShadowView.h in Headers */, - 79F11A3793749DC396616A3A3900C848 /* RCTRawTextViewManager.h in Headers */, - 2076661BDF51240279C4E0C327E0965E /* RCTSinglelineTextInputView.h in Headers */, - 0EEB67D98532D221BA554B6B3E377578 /* RCTSinglelineTextInputViewManager.h in Headers */, - E4F3C1BF1F5EE270CADCDD15ECA47140 /* RCTTextAttributes.h in Headers */, - 57844EE2921711F886DC51FD156B3827 /* RCTTextRenderer.h in Headers */, - 52DF037F68184EA2518423AD2188695C /* RCTTextSelection.h in Headers */, - CDFF87CB87B358B7DAA957F7E19D9127 /* RCTTextShadowView.h in Headers */, - 735018E60D46D3A49269DAD3E2A1278D /* RCTTextTransform.h in Headers */, - 03B8C66BD1EEC69E087BFB85EFBE37FD /* RCTTextView.h in Headers */, - AC437A7C202D6A3D886BD122612192DE /* RCTTextViewManager.h in Headers */, - EAE47CF05136F8CF1DDDAF097AB3F546 /* RCTUITextField.h in Headers */, - 7CF46CB74115399D01CED72466C583AD /* RCTUITextView.h in Headers */, - 017DADA2952B15354EBBB66BC54E78CD /* RCTVirtualTextShadowView.h in Headers */, - 18471D0D2630A7E03E4531F3555939FE /* RCTVirtualTextViewManager.h in Headers */, + 41DCC5B01FC5961F8939011C1BFDBC89 /* RNVectorIconsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F99DF0DC8FC6FB408AFB0C6B5A8D6DB8 /* Headers */ = { + F24819217D2ACBB8AA8D2459D53DED8A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 011234D64AEF68FD66A72B72D5CCD7E1 /* RCTSettingsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FD25B89AF4EE5507BCCCAF6E9D6BB263 /* Headers */ = { + F33571E12163C2D1D2AFB17BC0EE0018 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9E7144D960581A0FFA38508DC374E0A0 /* CGGeometry+RSKImageCropper.h in Headers */, - 366A79D229642BFB5EAE327916133BCD /* RSKImageCropper.h in Headers */, - 7CBA93D78459E58003B110D95E5C7586 /* RSKImageCropViewController+Protected.h in Headers */, - 21A6121048B0F5421EECB59AAC820E81 /* RSKImageCropViewController.h in Headers */, - A42B89AFA514A8A3D4A1BFF54307CDAF /* RSKImageScrollView.h in Headers */, - 35728E937D09F82F070EA9E90320AFD9 /* RSKInternalUtility.h in Headers */, - 45A101F994C097EACC23D00E2DF55AAE /* RSKTouchView.h in Headers */, - 25F5A841396B26B990BC353D92E0AC24 /* UIApplication+RSKImageCropper.h in Headers */, - DA5D0109F226CCD29A7ABD490E7C907E /* UIImage+RSKImageCropper.h in Headers */, + 2584C583A1EC540BC37533CE6E4AC624 /* RCTDevLoadingView.h in Headers */, + 05823BE4BE530E41EF2FB395E524185D /* RCTDevMenu.h in Headers */, + 8E70FD5EAD728C8F8336AAD41DCC6794 /* RCTInspector.h in Headers */, + AF0CBA59B993135800AD25C2DF653814 /* RCTInspectorDevServerHelper.h in Headers */, + A3C7D87F654EC7799ED50EFBE4E32974 /* RCTInspectorPackagerConnection.h in Headers */, + 4E59AA2E1EC85DB6888C6B742902D2DE /* RCTPackagerClient.h in Headers */, + 261317387F1229E284D2408CB9674269 /* RCTPackagerConnection.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F8437A19394AA4E3BE0F60DB9BD904E9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + BDB782197DCA33C4425DC48FFFC074E9 /* Color+Interpolation.h in Headers */, + 6AA5B40ACCD63DF53F27B296E1E470F4 /* LNAnimator.h in Headers */, + A1E0CBB5A712864E57E913CDFB416DC3 /* LNInterpolable.h in Headers */, + 09D24FD9AF1F973619588B95980263DF /* LNInterpolation.h in Headers */, + DCF4A75A0433D7179C9B5BBAF97B5AD2 /* NSValue+Interpolation.h in Headers */, + FE3AB4240DCBA7B6CD47FFEF8B890EC5 /* RCTCustomInputController.h in Headers */, + C9A5201073D89A2353A1BD9DC134B1FE /* RCTCustomKeyboardViewController.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FCB5BE3FB2ED720DC04BF2DDD0BDA3D7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 08AA3599F2E941302E152C039AEEAA98 /* EXAudioRecordingPermissionRequester.h in Headers */, + 0FBF6BE462F9B1EDF1D24CF41C77BC94 /* EXCalendarRequester.h in Headers */, + 934BF8388331FB129A20DB0B63644921 /* EXCameraPermissionRequester.h in Headers */, + 77C87A19EFEF92929BE2A52DB57040DA /* EXCameraRollRequester.h in Headers */, + FC73CF45898655A99060A7A3CC51958A /* EXContactsRequester.h in Headers */, + 0A22011D34F56D40C55D8124106DAAD3 /* EXLocationRequester.h in Headers */, + F1A61C1D8004320F4ABEBA3E2F1DED32 /* EXPermissions.h in Headers */, + C78365E2347A577353B1F935C89C48E3 /* EXReactNativeUserNotificationCenterProxy.h in Headers */, + 761010BA374317F8FF28DA5C6CAFF92A /* EXRemindersRequester.h in Headers */, + 0A42B05646032C26BCD812C94D27B004 /* EXRemoteNotificationRequester.h in Headers */, + E2E07878F80C3CA380F84AF10840308B /* EXSystemBrightnessRequester.h in Headers */, + 8ABB9154AF58BEE92ACA7C4E8BB9795B /* EXUserNotificationRequester.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6A7B8C856F6DE3F63705B1D98E1D09B9 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildPhases = ( + 4B1025182D0D3AB5C79EFA6BC4455AD9 /* Headers */, + 6EC299E22AFC2757B6C0A738E4357081 /* Sources */, + C6D82AAC0DB27C1C08A3668C126AD3F5 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 8BE45C7EDB9A0B7D3F78F9B24DF5B252 /* PBXTargetDependency */, + ); + name = "React-RCTNetwork"; + productName = "React-RCTNetwork"; + productReference = 781B06D0CFFC2FE232616D1B538B10F1 /* libReact-RCTNetwork.a */; + productType = "com.apple.product-type.library.static"; + }; 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */ = { isa = PBXNativeTarget; buildConfigurationList = 272C318C3C138518DD0B0FB5BF575E70 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; @@ -10658,36 +10799,144 @@ ); name = FirebaseCore; productName = FirebaseCore; - productReference = D1AB7864B5EE75DBC1F120748ABFC5A1 /* libFirebaseCore.a */; + productReference = 07362CDC2B328AF861365D422B0560CB /* libFirebaseCore.a */; productType = "com.apple.product-type.library.static"; }; - 04FCE79D0A22829D9A4EBD84294A52E2 /* RNFastImage */ = { + 09F1FC25963913E654C70CC471A5F75C /* RNUserDefaults */ = { isa = PBXNativeTarget; - buildConfigurationList = 45D0E46ABDF8BC9100BA38D92E10C608 /* Build configuration list for PBXNativeTarget "RNFastImage" */; + buildConfigurationList = 6CE5374698F95CF8C23F6B0DFFF93BFA /* Build configuration list for PBXNativeTarget "RNUserDefaults" */; buildPhases = ( - 6C8BCD3B77FC94783EAAD010BF28BED2 /* Headers */, - C4DAD852343C2F9F83EE0CC6712F3EE2 /* Sources */, - FEFF8349562BE1003D8AF09805B8587D /* Frameworks */, + A0E34B23EC5FF39BA871EDFCF0F941CE /* Headers */, + FED34E43C6E4058092B3EFA7A250539E /* Sources */, + EEFD40AF91AA2403345CBBC014C21D86 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A7761F4272D447FC1596E2C5844DDFC5 /* PBXTargetDependency */, - 17482D257EF5C428E2F6A9E55DCC5B56 /* PBXTargetDependency */, - 9A83CBE00E3604D3D78824A1C661A4C6 /* PBXTargetDependency */, + E1FAF366B970B0882020FA5973029DC0 /* PBXTargetDependency */, ); - name = RNFastImage; - productName = RNFastImage; - productReference = 6840616A626B806A494B347BEF3A5FD7 /* libRNFastImage.a */; + name = RNUserDefaults; + productName = RNUserDefaults; + productReference = E4E338349B947B978918D0AD89D9D3CA /* libRNUserDefaults.a */; productType = "com.apple.product-type.library.static"; }; - 1DBC3090C8BE77C9F4202B0421E0791E /* glog */ = { + 0E42F44C118F74854B3E7EA2250E50CA /* react-native-orientation-locker */ = { isa = PBXNativeTarget; - buildConfigurationList = 30E42B671739C46568E4210EC736D325 /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = D957B6E3EF8F870D0ECADE2F7854B392 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; buildPhases = ( - B1D5051568743298F39DAE80DD5B460C /* Headers */, - 715E09027CA318C969E65C308BCD0F36 /* Sources */, - B8165C55B9049D277EC22BB093B9FBD5 /* Frameworks */, + 66A5356E0277AF09F40DA52F8D49F60B /* Headers */, + DAFA70E4DB8AB4676BBEA1FEDF057712 /* Sources */, + E370D910AA4228F37D8380E11024E44D /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F611A3E1940924FD010FABD5B8E4C63E /* PBXTargetDependency */, + ); + name = "react-native-orientation-locker"; + productName = "react-native-orientation-locker"; + productReference = 86988BACF9CE1FA22E6A26A1CCD69E57 /* libreact-native-orientation-locker.a */; + productType = "com.apple.product-type.library.static"; + }; + 1235A03F7DFFF02CBDBA4F307A53B14E /* React-RCTSettings */ = { + isa = PBXNativeTarget; + buildConfigurationList = ECA72B168B166330F70AA5AFD28B3618 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; + buildPhases = ( + 66FE2509C2563F1779C8A52D466FB97C /* Headers */, + DD35416C53D10E1B39F5403A9E44C993 /* Sources */, + 0051DF422221B8F59D60A638C76C4FF2 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 67ED64F3451683FB3E389BBB0245E65D /* PBXTargetDependency */, + ); + name = "React-RCTSettings"; + productName = "React-RCTSettings"; + productReference = AA428A506128AE86AB321366E6C2D86B /* libReact-RCTSettings.a */; + productType = "com.apple.product-type.library.static"; + }; + 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3252239A3789995739FB7B8C8A95B493 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildPhases = ( + 0E96AC29E4425A68227A380021E382A2 /* Headers */, + D86389FAB23B906ECC58B3E3B72F979B /* Sources */, + 977B34A80819F5A745CF5B52D9236AFD /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = DoubleConversion; + productName = DoubleConversion; + productReference = 16AE27F409AF8CA0A53DFC47071E088E /* libDoubleConversion.a */; + productType = "com.apple.product-type.library.static"; + }; + 19F722576EC250DD914E060FA79CEE85 /* RNImageCropPicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0F840B341DF92B713BCF3B401007046A /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; + buildPhases = ( + 01D264878A0970834BC9D0179998D821 /* Headers */, + D990B28E81C02368CAAE8259E58583A3 /* Sources */, + 75439FD49CC54593FE621F5156028F9E /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F2EA8D88A80308F3BBE242D4FA868538 /* PBXTargetDependency */, + D21849E299A03DF514E1452075D161D6 /* PBXTargetDependency */, + A1F14754C34F6DC5257DC9C9177B87B3 /* PBXTargetDependency */, + 84CAE717CBD140C352FCBF72420FAAD4 /* PBXTargetDependency */, + ); + name = RNImageCropPicker; + productName = RNImageCropPicker; + productReference = 7C191821A9EE5E3721C2AA4B7A2A228B /* libRNImageCropPicker.a */; + productType = "com.apple.product-type.library.static"; + }; + 1B2D57F438BB2AA7350DD32E7F4F4AA6 /* React-RCTText */ = { + isa = PBXNativeTarget; + buildConfigurationList = CE7BFE8F8C647A543560B914C9A85AEE /* Build configuration list for PBXNativeTarget "React-RCTText" */; + buildPhases = ( + E9D4F69E09B8696AF15A48C72D23F784 /* Headers */, + A7921B4DE8DC87584B56AF6CE05518B8 /* Sources */, + 96A0A8CE79F5B0A6C756D0A0EAE6FC5F /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 714AB9D9C1DF7E265ABE1A07B3DFFB90 /* PBXTargetDependency */, + ); + name = "React-RCTText"; + productName = "React-RCTText"; + productReference = EA92D52D74E2AC15A87A4452E6C88D7C /* libReact-RCTText.a */; + productType = "com.apple.product-type.library.static"; + }; + 240504C276270018DE05B3D0F038B1E5 /* EXWebBrowser */ = { + isa = PBXNativeTarget; + buildConfigurationList = CC3B8958A2965669C0A321A46414DD85 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */; + buildPhases = ( + 931B91D60A10F80CF19EB7C72867F774 /* Headers */, + D8BADC07DACE496C6A1D36DECF9264FB /* Sources */, + 86975FA8969769E1025A58E3FEA10506 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 88F4CBC37EDC22A18C73D6723A7C8552 /* PBXTargetDependency */, + ); + name = EXWebBrowser; + productName = EXWebBrowser; + productReference = BB5CC5A9A3A4EF5D30BF1418AA810EF2 /* libEXWebBrowser.a */; + productType = "com.apple.product-type.library.static"; + }; + 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3D743A9AAF6ED7D9DB954EDB605D83CF /* Build configuration list for PBXNativeTarget "glog" */; + buildPhases = ( + E2080F763498E7306A1CD805F9A653FB /* Headers */, + AF829BE92D58695327AF249681FCAEDD /* Sources */, + 933DA3B844AA36790E1184CF33F53746 /* Frameworks */, ); buildRules = ( ); @@ -10695,62 +10944,162 @@ ); name = glog; productName = glog; - productReference = 00D16812858302A3987E3C50A9203ABE /* libglog.a */; + productReference = 497D192CA2121E888B83DF3DEBBC1E68 /* libglog.a */; productType = "com.apple.product-type.library.static"; }; - 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */ = { + 2F8CF410B0326B6DEB5A2CDA4E2A2D8B /* EXConstants */ = { isa = PBXNativeTarget; - buildConfigurationList = CF773BF3AB5B99203184D051A085CCDC /* Build configuration list for PBXNativeTarget "Folly" */; + buildConfigurationList = 8BB472139D3ECDA53A44FD1DBBB24808 /* Build configuration list for PBXNativeTarget "EXConstants" */; buildPhases = ( - 518F87C7550A05382BB3F806F296BBB3 /* Headers */, - 73763C6E7BD2820F0CD7E11ECAE71AF2 /* Sources */, - E9F22D6501C6AEB59FD7D4E41CAF3D58 /* Frameworks */, + C63381F4C23B52A79B281F62EDAEBFAC /* Headers */, + A6C5040BCE203F411247AC644E4ECCA8 /* Sources */, + EC3F1E53CF0CD26EF63ACE35EEDCDC87 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 18A0E09FE601E01C0D44FC1CEB9A9F12 /* PBXTargetDependency */, - 5F3518D836F3905EBFCBE88425EE90B6 /* PBXTargetDependency */, - 26514345C480A4C45F1045D773CE3CBE /* PBXTargetDependency */, + 902BB8686A0FE9AA3973C9B0A3563691 /* PBXTargetDependency */, + FF684D0FC6B49662CAC11992F333F7B4 /* PBXTargetDependency */, ); - name = Folly; - productName = Folly; - productReference = C2274C24666E681CBFB8EECA68B32882 /* libFolly.a */; + name = EXConstants; + productName = EXConstants; + productReference = A7D64589B1B0026CEB6AB90B75153AB2 /* libEXConstants.a */; productType = "com.apple.product-type.library.static"; }; - 2BCFAED62710F274CC587CEB62B9A16A /* React-jsinspector */ = { + 32A3B35D930A76BB20877855518F43C7 /* Pods-RocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 4A6D81EAD34A1BE90526C087510D974C /* Build configuration list for PBXNativeTarget "React-jsinspector" */; + buildConfigurationList = F4FB2E2B50346248EB9BC41F14A9C1B2 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; buildPhases = ( - A8194D23D54745CF45EF12E3F3FB6447 /* Headers */, - 854016DB2371FA0ABC2731FA4D2E8D72 /* Sources */, - 899032794F052B339B5DFE1843827352 /* Frameworks */, + 1020942D13802EA71648A713C7EDB57E /* Headers */, + 8CB37745C37DAE5D3075F43E639E84D2 /* Sources */, + DB2E25FBD6CE3DDACD8B0EEED6EEA932 /* Frameworks */, ); buildRules = ( ); dependencies = ( + BA2744D370F04060096ED9535B26C467 /* PBXTargetDependency */, + 131ECCD4B487D0EAF89EE05D3B048BFA /* PBXTargetDependency */, + 7717935771A18FDEFD9EF119196D22C4 /* PBXTargetDependency */, + 55DA4E89E916E1C791374765F71C734F /* PBXTargetDependency */, + 4426D841C772839FCD4D0328EAF753CE /* PBXTargetDependency */, + DC4A63C4D934C6666C012ACA91EBAE15 /* PBXTargetDependency */, + 60CED787BB85091582FD906BC95C59E3 /* PBXTargetDependency */, + 6E84E1084591BBFDD83A1514BF0336CD /* PBXTargetDependency */, + 009A0C087EF3860A8FF585C1A75A0C2A /* PBXTargetDependency */, + 42A99C9EF7B5091ACA2B7D6A0480E8E5 /* PBXTargetDependency */, + 94A30FF5E2B1AE7342C7CDDF104F5031 /* PBXTargetDependency */, + B93DDAB2B853168D606A825DC60A4FA8 /* PBXTargetDependency */, + AB84C2AF2E0EF74A5DB3F62B3E24D72D /* PBXTargetDependency */, + A72986367F419C534A6C363EEFDF27A5 /* PBXTargetDependency */, + 1F69F5B09914C841E3F0AFCBBDDCF346 /* PBXTargetDependency */, + 0D109155EA52BF2B0CBDA8DF2A72A872 /* PBXTargetDependency */, + 177CBA0E040364ABAAE1F72E2763CB5C /* PBXTargetDependency */, + 00F3AE867AB32E0192DA0885D867BC67 /* PBXTargetDependency */, + 59D7ABCA7D3AA1679B3CC2412D641398 /* PBXTargetDependency */, + BF3E1573F9C1F26E2300177DF01265AA /* PBXTargetDependency */, + 3B9AE65068750406A55BC93A7F86BBE2 /* PBXTargetDependency */, + D7B6E69ABBAE3F10AA56CE83A1ED417D /* PBXTargetDependency */, + DAA88A60C677C7D98AFF0387F9310E23 /* PBXTargetDependency */, + 35CDA477AED38DA2A584F394B1BC92AD /* PBXTargetDependency */, + 3FF9EEC78A4C096B1E396E069379EFC4 /* PBXTargetDependency */, + 7754F26919FEFC443C796599FE3A7321 /* PBXTargetDependency */, + EB2CBB8B1516428E8E7324C55895B685 /* PBXTargetDependency */, + 49AF13AC26B5439EC34D422F871892BD /* PBXTargetDependency */, + 71DF00869ED94FA609130F96E87AA427 /* PBXTargetDependency */, + ADE28390490396BD630A86DDEEC371A6 /* PBXTargetDependency */, + D7AB6011E36E8F4A7AD545097293BEBA /* PBXTargetDependency */, + 918E662498F6EECC8B1B18C1E1C018D2 /* PBXTargetDependency */, + 76F92B7DC601ECD5DDA1548359D62B94 /* PBXTargetDependency */, + CF49769EA09F6EFBC6C8E8ABC2788CB3 /* PBXTargetDependency */, + 03F0D7812971734D6AEEC751E762DEEC /* PBXTargetDependency */, + 449DAED85A020D3030E09DB23A8F2F94 /* PBXTargetDependency */, + 98F569B58BEE4B476523B45DC6F220EE /* PBXTargetDependency */, + 09962D84F18A8E05630B84028ACE0725 /* PBXTargetDependency */, + 89319E1603631D50726245BC9DDA10A5 /* PBXTargetDependency */, + 60F17DD680FF2CD5D139E97BEBB48B90 /* PBXTargetDependency */, + 26BD2C480C099C03214875402BE8A0FE /* PBXTargetDependency */, + D393D26F88307F75F0CF5CFEE839A25B /* PBXTargetDependency */, + 50513F67CA078A5AD0D81906C061A940 /* PBXTargetDependency */, + C3257EA10BE9B79D297C945862227A51 /* PBXTargetDependency */, + 0EC848D14055E4AE208D7D7B4297ADEF /* PBXTargetDependency */, + C29E6F91811B95CF5EB966F899EFB580 /* PBXTargetDependency */, + CB9049B30166AAED1A4CA2C036BC9CD7 /* PBXTargetDependency */, + 8B72991AFD15AF0301FCB5C044660A80 /* PBXTargetDependency */, + BD0CF02120880963DE852D7CC8F37370 /* PBXTargetDependency */, + EF8F510B10CD53963EFE894B84582F7D /* PBXTargetDependency */, + F04B03BF53F8CB7BDE4C56D5FCA4D3F9 /* PBXTargetDependency */, + 1BB2E3171775716E86A03DC651E1983D /* PBXTargetDependency */, + 47FF50EB9666268B5423200B92F065E4 /* PBXTargetDependency */, + 448907D490B9869F502CC30352C09AF5 /* PBXTargetDependency */, + 33BA66335BF016949F4437A154C2C317 /* PBXTargetDependency */, + A2D0C12608B74D00FB8414CB1A19791A /* PBXTargetDependency */, + 8FB3CE7E97672DD8C5AACFE7DAE00AAF /* PBXTargetDependency */, + 86C7DFA68C62E652418C6A0FBF6DD248 /* PBXTargetDependency */, + EFAC7DAA4D5D74565CE01D76E91DD2AC /* PBXTargetDependency */, + E52C055550B50E8336ABFAF9B392FE36 /* PBXTargetDependency */, + 1686D7EF66034797539B7CC68F599CCF /* PBXTargetDependency */, + AA812D007E5AC0D99B6E5BE7328A69DF /* PBXTargetDependency */, + AD5873D13D0FBCF86077C1361DEC8AE7 /* PBXTargetDependency */, + C836A56CF57B166648FE58B896DB433F /* PBXTargetDependency */, + 2C138323412B00DEDE9C7BBEBF900F1A /* PBXTargetDependency */, + B725638E31AD6D46442C6D24604E942B /* PBXTargetDependency */, + B34B3CA9E1F83C945A1A3FECD9E0B821 /* PBXTargetDependency */, + 7F415BE4CF63DB9F0E9E9B8E33B58FD0 /* PBXTargetDependency */, + 610B0DF95A794EE87A6B6DC0BD6EF8E3 /* PBXTargetDependency */, + 25161CA6A957EE06084D94B6CAB1FD97 /* PBXTargetDependency */, + 0984947E482E7E41D6CD5BD520F13580 /* PBXTargetDependency */, + 3657E847C5992C38BF2FD305D5285284 /* PBXTargetDependency */, + 6F8F5121FC22F81F5F2C9926A073502C /* PBXTargetDependency */, + 7A572D59F1EB5739C31065EDE1A10E64 /* PBXTargetDependency */, + 392148F8929B9CE4EE16096168F2067B /* PBXTargetDependency */, + DB8FF1C92E8075428449CA5334528C17 /* PBXTargetDependency */, ); - name = "React-jsinspector"; - productName = "React-jsinspector"; - productReference = B42E372D174993763F41D1275D0C3803 /* libReact-jsinspector.a */; + name = "Pods-RocketChatRN"; + productName = "Pods-RocketChatRN"; + productReference = 16041806BB25EFFDD8A4E9B59E59DD00 /* libPods-RocketChatRN.a */; productType = "com.apple.product-type.library.static"; }; - 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */ = { + 3A15CD84BD492426DC82F44685C9083B /* React-cxxreact */ = { isa = PBXNativeTarget; - buildConfigurationList = 975DB669D87B909DF73C1ED06006FFC0 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildConfigurationList = A45E0B9A1C701DDBEC2DE4D036A804D2 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; buildPhases = ( - 66FE569F1F8D06E888FAD8935F734AA0 /* Headers */, - CCA135F81807B5825000F4F2D83B0233 /* Sources */, - D1326D65580411BCFCF3B1E015628751 /* Frameworks */, + 9E9FCD2A25638F4FE1C766131D9B358D /* Headers */, + AB476E5A1EAC939C9205D3BDB1913AB5 /* Sources */, + 83D13E17E8B857463E184807AB088835 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 517A1494B207C9C417C1CA45B6CA3047 /* PBXTargetDependency */, + 0FC19592FEEE58AA9FCD08887CD47F5F /* PBXTargetDependency */, + CAD84517E00C71A49981BB324893409D /* PBXTargetDependency */, + 7AECEDFA3E8B3EE83775254E80A23BCF /* PBXTargetDependency */, + 0F6432D20D0D75BEB30D71E3C65958BE /* PBXTargetDependency */, + 1C6A9138B3B656AAD559EBA8506DDC89 /* PBXTargetDependency */, ); - name = "React-RCTNetwork"; - productName = "React-RCTNetwork"; - productReference = CDCCD7949CE1A2E71570F4CE19FA346C /* libReact-RCTNetwork.a */; + name = "React-cxxreact"; + productName = "React-cxxreact"; + productReference = CC2B46E71144CD98FCECD5568AD76399 /* libReact-cxxreact.a */; + productType = "com.apple.product-type.library.static"; + }; + 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */ = { + isa = PBXNativeTarget; + buildConfigurationList = 20F64D12C4339D28865C0FF78BF656B6 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildPhases = ( + 1D3985A22DA837BDC6DBF977D850D5B6 /* Headers */, + 035699814EF59405B0A561FFF4D9D6D0 /* Sources */, + CD68B7901E740336383AEBDDD89904D8 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C058BAEDC56CE97954E15D7520DDCDEB /* PBXTargetDependency */, + 23EF1A1562069C92A835DBCF921EC9FA /* PBXTargetDependency */, + 0368E74A001550B9CEFBB2E5CF71B1F4 /* PBXTargetDependency */, + 26D8228B5B2678603D7029688C52936E /* PBXTargetDependency */, + ); + name = "React-Core"; + productName = "React-Core"; + productReference = EFE9E20E5CAA2BC84B6C06D3BE4A7506 /* libReact-Core.a */; productType = "com.apple.product-type.library.static"; }; 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */ = { @@ -10769,16 +11118,34 @@ ); name = FirebaseInstanceID; productName = FirebaseInstanceID; - productReference = D693051636C7957D456571BF7B4227D0 /* libFirebaseInstanceID.a */; + productReference = 6D309736AADD29B836B909C61EF57A7F /* libFirebaseInstanceID.a */; productType = "com.apple.product-type.library.static"; }; - 427A5566E42596B2649019D00AA80F10 /* libwebp */ = { + 3D46F4674A72D98AF9C2A357DD1D534C /* RNVectorIcons */ = { isa = PBXNativeTarget; - buildConfigurationList = F944EC980025D596B8E45B606869A385 /* Build configuration list for PBXNativeTarget "libwebp" */; + buildConfigurationList = 2E53837C59CE1F0C2A1FE86F63B45764 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; buildPhases = ( - 0836AD2EC79CAE365766D818CDFB1AA8 /* Headers */, - 59F97D89BBC2B90F1CBE80A4C710B6F0 /* Sources */, - 5C5B7DD3B4EDBDEBFA4A411C0B2A807F /* Frameworks */, + F0B1F23044114DFEA5FC2143910A62F7 /* Headers */, + 67829C8E8B85A23D8CDD1E639BD54BA4 /* Sources */, + 4939081524CA7DB7341597EE0349C4D7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C744134FE7CB344DBCD799677CA421B8 /* PBXTargetDependency */, + ); + name = RNVectorIcons; + productName = RNVectorIcons; + productReference = 166A2737D600EAAE9F5E952307B5940E /* libRNVectorIcons.a */; + productType = "com.apple.product-type.library.static"; + }; + 41A27ACB01F70C8C5C3ED9278AA25AF7 /* libwebp */ = { + isa = PBXNativeTarget; + buildConfigurationList = 99A30BD53F31F6DE5E3994025D86614D /* Build configuration list for PBXNativeTarget "libwebp" */; + buildPhases = ( + 333231765791337D25D9741A0A425093 /* Headers */, + 69F5605B44676E2E027062B4CCAA7F14 /* Sources */, + 1EF6C89EC1E43027B2DC284D5092113C /* Frameworks */, ); buildRules = ( ); @@ -10786,336 +11153,16 @@ ); name = libwebp; productName = libwebp; - productReference = D01BCBE811FCE0387DB303FA77E12D1F /* liblibwebp.a */; + productReference = 4C4775A7B5BD226BFBE8550AE94C10D1 /* liblibwebp.a */; productType = "com.apple.product-type.library.static"; }; - 4903CAEAE5D64F277012A848C645658C /* RSKImageCropper */ = { + 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 16BDA9CED72A98C851E9AFB4B2780E22 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildConfigurationList = CB97C076225DC55B9B4D746BCDD41E96 /* Build configuration list for PBXNativeTarget "UMCore" */; buildPhases = ( - FD25B89AF4EE5507BCCCAF6E9D6BB263 /* Headers */, - 59113A9F357A2E622C57CB192CFA5F01 /* Sources */, - E0F38DF6A8E737A31A9B7F7DC3AA66B3 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = RSKImageCropper; - productName = RSKImageCropper; - productReference = 2B462DA86C8B2D665034A7CAA23096FF /* libRSKImageCropper.a */; - productType = "com.apple.product-type.library.static"; - }; - 49671D93ABEF7B79816BFCEDA4818018 /* react-native-notifications */ = { - isa = PBXNativeTarget; - buildConfigurationList = E1B9C4ADCE4A8C76C8791B8A009A64D8 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; - buildPhases = ( - 42686E7FC8F1C8C4DABA77F280AA96E7 /* Headers */, - 5D2E02FF80FF928EF759526D08103B9F /* Sources */, - 5761A4181B360E19E51EFBD6730427A0 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - DF1F15F69AA2B0A04779BFCFCFD03574 /* PBXTargetDependency */, - ); - name = "react-native-notifications"; - productName = "react-native-notifications"; - productReference = 551320B3CFE57E84D30CC9B873665A1C /* libreact-native-notifications.a */; - productType = "com.apple.product-type.library.static"; - }; - 4C21E5387C02BFF1BCC718904F7DBCDC /* SDWebImageWebPCoder */ = { - isa = PBXNativeTarget; - buildConfigurationList = DC8B1F2B4E8F92B918F3E2C395A594D5 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; - buildPhases = ( - 2659F791136A06DC5D74700205728C85 /* Headers */, - 0FB8F09DF6D07F1952802C1176B8455B /* Sources */, - 677E47C85DCADCDAB455E114FFEE9062 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - EBCF3E3A7E93972B70A17F641FDEE679 /* PBXTargetDependency */, - 5D1EB7D693A456C44B1983C4CB594702 /* PBXTargetDependency */, - ); - name = SDWebImageWebPCoder; - productName = SDWebImageWebPCoder; - productReference = B94F4C92C11A931F9DDCE78003575AF0 /* libSDWebImageWebPCoder.a */; - productType = "com.apple.product-type.library.static"; - }; - 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */ = { - isa = PBXNativeTarget; - buildConfigurationList = 097AF50B67E3908773078466CE352AD4 /* Build configuration list for PBXNativeTarget "EXAppLoaderProvider" */; - buildPhases = ( - C8F51655E8DC48BAB3B0C28BA2D5CD9D /* Headers */, - 95AA49EBDF2DA6FE542B14055FAE3440 /* Sources */, - 9CAAEBC5F620E83BD5CB56084AC45E09 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = EXAppLoaderProvider; - productName = EXAppLoaderProvider; - productReference = 6607CF5EB9B949081448716C83EBF284 /* libEXAppLoaderProvider.a */; - productType = "com.apple.product-type.library.static"; - }; - 528ED92DB13350266F8213EE54C8BFD5 /* React-cxxreact */ = { - isa = PBXNativeTarget; - buildConfigurationList = 78C1E16065FCB22E38E134D46604E190 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; - buildPhases = ( - 141FB2DE041EA05FC0A10FE711870412 /* Headers */, - 38E52BAA499BB82EDE80523B28EF6094 /* Sources */, - D9D4EAA9B38742E3D5C600889C045A79 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 72B3AE8D79ADF87A3E394B7362F8BB99 /* PBXTargetDependency */, - 171C3DDA45E724B086217700EB13DA46 /* PBXTargetDependency */, - 72789FDE38DD99E5F27DDB301C45263E /* PBXTargetDependency */, - 5A3217D8E5EF434FC316AB597C8CCB09 /* PBXTargetDependency */, - FD7C89A58213F3478EC6B509C26FC5C6 /* PBXTargetDependency */, - ); - name = "React-cxxreact"; - productName = "React-cxxreact"; - productReference = 4765385DB91D3054646C18E6244A7512 /* libReact-cxxreact.a */; - productType = "com.apple.product-type.library.static"; - }; - 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */ = { - isa = PBXNativeTarget; - buildConfigurationList = 22051F6710614105BA04E0EF4915F952 /* Build configuration list for PBXNativeTarget "EXHaptics" */; - buildPhases = ( - E878A576929A6F843017ABC6ECDC8E42 /* Headers */, - BCDCD0C34A5BF68884EE50161FA4DE35 /* Sources */, - 29DDCCCAF9B1EDCC9998ECDADEFF7D8A /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 96DA387B98978C2974700F14ACFDEBCE /* PBXTargetDependency */, - ); - name = EXHaptics; - productName = EXHaptics; - productReference = 14F5D8900C8F619F1EFE329AA8218E99 /* libEXHaptics.a */; - productType = "com.apple.product-type.library.static"; - }; - 5D488505C2C2B7C420A54928E48A36AD /* react-native-video */ = { - isa = PBXNativeTarget; - buildConfigurationList = FA47B2D5F60A43F2827E3A88C90F51FF /* Build configuration list for PBXNativeTarget "react-native-video" */; - buildPhases = ( - 8FE1EEE53CE2A1F52535265A447CCC71 /* Headers */, - 9B7869BAB950D244F9AA8BBE9073E56F /* Sources */, - 7502386C7C2B766102CEEDA0199D367F /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 3973ACF5F479354E8B2943C56204CD1B /* PBXTargetDependency */, - ); - name = "react-native-video"; - productName = "react-native-video"; - productReference = 9C05067F653AE729ABB86F1BCD587C59 /* libreact-native-video.a */; - productType = "com.apple.product-type.library.static"; - }; - 5F4262955306D07C956AA7D0CA50549D /* RNGestureHandler */ = { - isa = PBXNativeTarget; - buildConfigurationList = D2A58E617FEF0E0E0B2EA4AB84E576CC /* Build configuration list for PBXNativeTarget "RNGestureHandler" */; - buildPhases = ( - 120E2617744294CA79342D8A144E29A9 /* Headers */, - 56A99C4834DA6373ED92C4C0B6CDFA11 /* Sources */, - F9B77005BF7233AA42C47403EFDC8DB3 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - CE57E167A8336446809B562127E16481 /* PBXTargetDependency */, - ); - name = RNGestureHandler; - productName = RNGestureHandler; - productReference = D8DDA18C1AB4E7C3FDDD1DF2962FEDB8 /* libRNGestureHandler.a */; - productType = "com.apple.product-type.library.static"; - }; - 618670D09032F19B46AF1FBDA9923E6B /* react-native-keyboard-input */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8B3DABD859855D9AF54813BBFDE622B5 /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; - buildPhases = ( - 5D5580A8DA06A7878D53847E8DBB074B /* Headers */, - 3B021CD3806D1E3077B73A4CBD3E019E /* Sources */, - BF445430609583D89EA16A6DACE400FC /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 97D46BAB40495AAB9540770E98040901 /* PBXTargetDependency */, - ); - name = "react-native-keyboard-input"; - productName = "react-native-keyboard-input"; - productReference = F00BD25232E52064DE28D029538F0D03 /* libreact-native-keyboard-input.a */; - productType = "com.apple.product-type.library.static"; - }; - 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0569CCDF3B3B687CF01EE8D4001AA7CC /* Build configuration list for PBXNativeTarget "DoubleConversion" */; - buildPhases = ( - 2421B2BEB31793521AF7BB2ED8723279 /* Headers */, - D2E928F6BD7C13F0A38CA485964DF301 /* Sources */, - 68E4DC721715B13364B7CFA56B002488 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = DoubleConversion; - productName = DoubleConversion; - productReference = BD83A06973128A328FBEA7451BFD9D58 /* libDoubleConversion.a */; - productType = "com.apple.product-type.library.static"; - }; - 68378979F5877023E3281780FBB7481E /* React-jsi */ = { - isa = PBXNativeTarget; - buildConfigurationList = 12C472246D98C031CA08D2C78D4566D9 /* Build configuration list for PBXNativeTarget "React-jsi" */; - buildPhases = ( - E54FB740164D5376FFD0E9419BC8AABF /* Headers */, - 6D17A403C8C239D93A6663A7A08EAA26 /* Sources */, - 3213114D1CBA11168D20AA3C71BC2AE9 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 12439CA4CBE6F9ACF564FF5F68751C68 /* PBXTargetDependency */, - 8E8FF04E0DC836931DEEEE56DAD24B10 /* PBXTargetDependency */, - 1A84195AE76813AFA9051BA99152E8B7 /* PBXTargetDependency */, - D607D7540E90D8BD60DC018A1965C06C /* PBXTargetDependency */, - ); - name = "React-jsi"; - productName = "React-jsi"; - productReference = 91D85935ACD88C11321C8F24051DECB3 /* libReact-jsi.a */; - productType = "com.apple.product-type.library.static"; - }; - 6AB9A1E08C9212B7012060492EB79C26 /* RNFirebase */ = { - isa = PBXNativeTarget; - buildConfigurationList = C0CB6AEDC9E3B42F88893953220DDBFF /* Build configuration list for PBXNativeTarget "RNFirebase" */; - buildPhases = ( - EE4856F05357C8EC8715A60B8CE2FD00 /* Headers */, - E3446724BEB19705033081CB33736FC9 /* Sources */, - 2F0A72B3754B9B234FC49DC5F5154D06 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 698A54B890672579EC5DCE5B562116BC /* PBXTargetDependency */, - 98DFF4239E18DA79E5B6E2B95D8D900B /* PBXTargetDependency */, - 066F3F432973B5A5C90F4E8D36E82D6F /* PBXTargetDependency */, - F3020523CD2CDDCC9C1E3C5734C2E175 /* PBXTargetDependency */, - ); - name = RNFirebase; - productName = RNFirebase; - productReference = 50F6B00FE7647188914CA5A9454ADB49 /* libRNFirebase.a */; - productType = "com.apple.product-type.library.static"; - }; - 7900D6EA9FD1303780BCF29B275DF5FD /* Pods-ShareRocketChatRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = BEE22762BF16A28FCBE03722F1D6816A /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; - buildPhases = ( - 6CC6163E2929C9BA22EA886B7510B431 /* Headers */, - 9E8B4514A9A5AE2FB60C1766C30F8C0F /* Sources */, - 6F3BA6A202462634A1723C78E3DFC7DD /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0CCDD494FC4E9DD76F2B65AF581F0EE5 /* PBXTargetDependency */, - 11298AE1F932E4BA32F3A1C082172841 /* PBXTargetDependency */, - 4035685FF53A4CF24317B6EB053631FE /* PBXTargetDependency */, - FA1D05FF06E30EEE248FCE02EED0E912 /* PBXTargetDependency */, - B704A9578ED1291D7F4E57BCC7B4BAAC /* PBXTargetDependency */, - E616F03356EE0AC402F9FA7386961E45 /* PBXTargetDependency */, - 6103CF0C82C9E22FA18C0C78A5752789 /* PBXTargetDependency */, - AA02919B1938C65022CFA980D347F88B /* PBXTargetDependency */, - E623FB246F08A8B6C17C96A0AE41793F /* PBXTargetDependency */, - 092275FA281E092E8C83746009D7EA65 /* PBXTargetDependency */, - 4BF2AED1665DA7DB87012706A4968458 /* PBXTargetDependency */, - C080F22EFEEB274452D0B2C7B85D246C /* PBXTargetDependency */, - BB7A629FF5038A8D9AEA244228471E40 /* PBXTargetDependency */, - F14F411A437E49BE1C38A32ED5662AB1 /* PBXTargetDependency */, - 00FC60226EB7F2412EB1047C13E099F9 /* PBXTargetDependency */, - 11EE282FE05C815A80A6F6C273EC9299 /* PBXTargetDependency */, - AF1BA3CE8A1AF5986374703AA4550DE9 /* PBXTargetDependency */, - 2CF0CCA13C675A05D8BD27D42E8CB4A9 /* PBXTargetDependency */, - B6495984203784742B0A1F6E3E542984 /* PBXTargetDependency */, - 55B1463F84EA797E94B5E0F22B039812 /* PBXTargetDependency */, - DE2E7DC05CCED441B9C9BB7F3BD5D521 /* PBXTargetDependency */, - 3D87246AE32B40664AF42FC93B562260 /* PBXTargetDependency */, - 56E99F4ECC0950EB417051AA6A85A0A6 /* PBXTargetDependency */, - 0BC7935BD40E9A121DE075518EE80509 /* PBXTargetDependency */, - 42BD543CA069B14DFA2784F20899F44E /* PBXTargetDependency */, - 4CA7613CE337EF012339220422555D73 /* PBXTargetDependency */, - 1AEDF0905077D41525FE35EB59707061 /* PBXTargetDependency */, - 7FEC020C30B5C972588A953106512723 /* PBXTargetDependency */, - 932D252E0E1FBC7296A50A9BF951B97E /* PBXTargetDependency */, - 6CFCFF86C4C2F44C2DE717D5DBAE17E7 /* PBXTargetDependency */, - 6DCC2DB11D4DD5DBC5690ECE73CB4333 /* PBXTargetDependency */, - D1F40FC9F05BB7CFCADB11858EC6CF3C /* PBXTargetDependency */, - 1DD87A4EC470E86EFA9657C4F36E8761 /* PBXTargetDependency */, - CBBB679702DBD6C068B5CEC929795AB4 /* PBXTargetDependency */, - 017494D05C9DF543DFE1DFE09B4C2D55 /* PBXTargetDependency */, - 2A6E6714F5223BB1F3948A78D7926652 /* PBXTargetDependency */, - 21042832F3D1EEF15CCE0AFA01A8FA6E /* PBXTargetDependency */, - 74C5EAAD3D05668BEDF2A81BAC24C9F5 /* PBXTargetDependency */, - 3FF61325A1A9865E8E38814526596716 /* PBXTargetDependency */, - B8904DAA7A7F443A0046FCCFDE491533 /* PBXTargetDependency */, - 4E2A6473B1C6D2B07308FDF51D772425 /* PBXTargetDependency */, - 50683314561845F7819C41B256676C70 /* PBXTargetDependency */, - 11BAF60619A346B27FAE7A8FE95ACB6E /* PBXTargetDependency */, - 4F4A3FA280AF935C4FA5C3DA105A491A /* PBXTargetDependency */, - DEDCB6C8E715D05AB08484EBAB52EB7F /* PBXTargetDependency */, - 64A8C32A1CD9AE2C4A92C88419C94EFE /* PBXTargetDependency */, - 983815F6A5884D9CEB2760B8AC06385E /* PBXTargetDependency */, - 1067483AD851B6889BB093461E26C551 /* PBXTargetDependency */, - F991287990EE03AD26A8BA91407137B3 /* PBXTargetDependency */, - 4B68801C9B66BA230B2C73F726B04446 /* PBXTargetDependency */, - 69C8A2AD21CE8D765FBF0153AED3BE0D /* PBXTargetDependency */, - 46D08BFCDE3C50CD839541F66008E52C /* PBXTargetDependency */, - FD4779B397014FCC334571C38506665A /* PBXTargetDependency */, - A05896D78452D6FD4563E58546E7910D /* PBXTargetDependency */, - 6EA6DA8DC6A1F9BBCAD08B32D07003A2 /* PBXTargetDependency */, - 65027EF43093BD28D6580F97E74DCA67 /* PBXTargetDependency */, - D3626C7867550E9774A9FB22BFDC3BAC /* PBXTargetDependency */, - ); - name = "Pods-ShareRocketChatRN"; - productName = "Pods-ShareRocketChatRN"; - productReference = E995DFD7D0BD789963479C0FD8FBB5EB /* libPods-ShareRocketChatRN.a */; - productType = "com.apple.product-type.library.static"; - }; - 7B12853C280DA2A0481D23B289724433 /* React-jsiexecutor */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7CB8F3DF017BBAA611C1D5660A6539EB /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; - buildPhases = ( - 2C70CDE633B59528E11BA4A38E6FD1FD /* Headers */, - 137C6F1BFE41A684D42B14E7FAA9E150 /* Sources */, - 68F3F32E4EE43BFAF5AC7F6059DE337D /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - F9E8C46BC4A3DBA1B1671B3D081374D1 /* PBXTargetDependency */, - 727BB153336DBB688C4C81C2CB5CC4E3 /* PBXTargetDependency */, - 1CE48C556E9EDCF305A480F37EC9A8C6 /* PBXTargetDependency */, - 851AE32FDBC562E475984ADDA94ED4BE /* PBXTargetDependency */, - C5C86EA22ABA30078AF2C72EE510D231 /* PBXTargetDependency */, - ); - name = "React-jsiexecutor"; - productName = "React-jsiexecutor"; - productReference = EBC25E9A7BE4E2D1C948AC2AAB5A5934 /* libReact-jsiexecutor.a */; - productType = "com.apple.product-type.library.static"; - }; - 8601F7B19425496C5312C6F111D6E777 /* UMCore */ = { - isa = PBXNativeTarget; - buildConfigurationList = 86FB6036B4221D1FE19A24194599B43C /* Build configuration list for PBXNativeTarget "UMCore" */; - buildPhases = ( - 02DE3190B20BF1974373B344574C34CD /* Headers */, - 63B5C59657683A239FEB79ACF5597581 /* Sources */, - 03E04BE339D7014A9B11F8DD9200C161 /* Frameworks */, + 7C75A1195B3633120859FD542309A28F /* Headers */, + A02A2E9F7389315B01604240D3D927B8 /* Sources */, + 61756F3B6B9110FB5A6EF1095BF8F721 /* Frameworks */, ); buildRules = ( ); @@ -11123,475 +11170,536 @@ ); name = UMCore; productName = UMCore; - productReference = F8873C150D8A2F8F5F57008E6361D8AF /* libUMCore.a */; + productReference = F8783D4EE952155EA1AD92D9808C794C /* libUMCore.a */; productType = "com.apple.product-type.library.static"; }; - 8854F6B1A9C01495D6201A67B8A8762E /* RNVectorIcons */ = { + 45018F5317EE8A727FB05D4B61A678A6 /* EXHaptics */ = { isa = PBXNativeTarget; - buildConfigurationList = A8AD7E15F973B6ACC3FBD0ABC33656AC /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; + buildConfigurationList = 0B02CA2BF83F91E03F27D2A61E8A7DC9 /* Build configuration list for PBXNativeTarget "EXHaptics" */; buildPhases = ( - 43358434C028E4FC7685224387723748 /* Headers */, - 2D2F3E0F36818DF2352B4BC75938E327 /* Sources */, - 221DD45815F2B3229A8F2854148B6A8F /* Frameworks */, + 3931CE772F17ABD849815CEE69EA536D /* Headers */, + 7626A7BB2A7AF80AE33C0010A5BC2CE9 /* Sources */, + 473A8110860C0093E3A3B485287B1D20 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 9914DEE39A6E7CCF735B9416E1C5B6FF /* PBXTargetDependency */, + 22441E5AFBE737F69854BEFE69E9F1B0 /* PBXTargetDependency */, ); - name = RNVectorIcons; - productName = RNVectorIcons; - productReference = 96176EE6D66E957D8D701B6EA918C5D4 /* libRNVectorIcons.a */; + name = EXHaptics; + productName = EXHaptics; + productReference = 3A098AD8BE766F2665E7265616A079E4 /* libEXHaptics.a */; productType = "com.apple.product-type.library.static"; }; - 88C0BF32377A1B0FF918F73BDAD3089C /* RNImageCropPicker */ = { + 46B8C172A3410E1C530F6E2A1D20AC3C /* UMReactNativeAdapter */ = { isa = PBXNativeTarget; - buildConfigurationList = 9E26AF5BCE6390815ADCB3BE5D72B189 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; + buildConfigurationList = 1611027B49499F5821B28E28604AF7F6 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; buildPhases = ( - 1A78DD10F10A5B3319D2C2981BA1C193 /* Headers */, - 4A070649E31A3AFD12A816E1DD220D6F /* Sources */, - CCD390B86F9312B928D8073BCC31B229 /* Frameworks */, + 654D01B9C85FC0043CAA19C64F537B7B /* Headers */, + 7D5645462BEB5145749B6DEE6DF032DC /* Sources */, + CBD5115243FB4E2CC312E2CFB18708F6 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 5D3216DC72DCF0D0B609D6B5B5C31C38 /* PBXTargetDependency */, - 97CC7C2BBDCCB377240A543E8336668B /* PBXTargetDependency */, - 68EC439666F33ECBBDA2CB786E61FC93 /* PBXTargetDependency */, - F9DBA443F24C18CC04778DB40147245B /* PBXTargetDependency */, - ); - name = RNImageCropPicker; - productName = RNImageCropPicker; - productReference = 09DDA79FF5B3D6C44953135A9344421A /* libRNImageCropPicker.a */; - productType = "com.apple.product-type.library.static"; - }; - 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */ = { - isa = PBXNativeTarget; - buildConfigurationList = 24760D031FA24C7E3115A6BA59E136BD /* Build configuration list for PBXNativeTarget "React-RCTWebSocket" */; - buildPhases = ( - 459672CE4865702BD3AA864CFA257BF5 /* Headers */, - 510778730C415F6DC4BA2F304EE06D03 /* Sources */, - 9707BD5C247ED1D9FE514C060935EAA3 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - BE3C4E18164D1E0F0A167C00610ED016 /* PBXTargetDependency */, - 90DFC7B282780C6B4C85F2BB055E7632 /* PBXTargetDependency */, - ); - name = "React-RCTWebSocket"; - productName = "React-RCTWebSocket"; - productReference = 23DE10D0232ADA5C7165CDFE54189A7F /* libReact-RCTWebSocket.a */; - productType = "com.apple.product-type.library.static"; - }; - 912BD21A871F9BCC399B6211788498BE /* RNAudio */ = { - isa = PBXNativeTarget; - buildConfigurationList = 882E81D91A30E034724B253F13AEDF34 /* Build configuration list for PBXNativeTarget "RNAudio" */; - buildPhases = ( - ED12364714C6DB5E228873420CD4E96E /* Headers */, - D5F5D5FDE29833EDBC525D0627E5EC65 /* Sources */, - ACBB22944EEC870F9862328539FC5140 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - E7C17AA33D520F009D5855A47993478A /* PBXTargetDependency */, - ); - name = RNAudio; - productName = RNAudio; - productReference = E544E9095DC2ECA4CE444F477AFEF2F8 /* libRNAudio.a */; - productType = "com.apple.product-type.library.static"; - }; - 919D9DC0A51EE5D3E459FBEB73B8B955 /* react-native-webview */ = { - isa = PBXNativeTarget; - buildConfigurationList = FA50F54A6CAAA4B99C283B7A8AB40463 /* Build configuration list for PBXNativeTarget "react-native-webview" */; - buildPhases = ( - 4F8570AFFA1B35A0149F694FD4184485 /* Headers */, - 7CF9E0AAD0FBC2173F480022AE952EB9 /* Sources */, - 4FCB4B44763131D4A72A61B3CB275EDF /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 5B34C52C14C6BF41BDDC57B69C500800 /* PBXTargetDependency */, - ); - name = "react-native-webview"; - productName = "react-native-webview"; - productReference = 9E499ED7A971ED66E06A0DB04E8460AA /* libreact-native-webview.a */; - productType = "com.apple.product-type.library.static"; - }; - 959E0025C98D0201AEDAE0CEA5C2516A /* React-RCTImage */ = { - isa = PBXNativeTarget; - buildConfigurationList = AEC9D3E735090FA78850D72984754978 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; - buildPhases = ( - D5BBAC5022A2F534BB86A7ACB45F0169 /* Headers */, - F548C0824077A4D65C5E5BDD9390D2D4 /* Sources */, - D9FD3FE5C1B08EEAD8FCBBC2DD6A3A42 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - EEC7171CB9E1E7C5B5C79B74797B79A9 /* PBXTargetDependency */, - 65120CA70EE2668ECDA1EE8D5D99362F /* PBXTargetDependency */, - ); - name = "React-RCTImage"; - productName = "React-RCTImage"; - productReference = A8147EBE37CE206FD0DBCAC671F33CE2 /* libReact-RCTImage.a */; - productType = "com.apple.product-type.library.static"; - }; - 966EA574C8E1C978B04E5737F2A7254B /* UMReactNativeAdapter */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9BAE0D9CF48B050643C20CEE45E6ED9F /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; - buildPhases = ( - B0A97C39D7014C40E9C4D6E33698B0E1 /* Headers */, - 1C250363840E22468094B3D1978C43AC /* Sources */, - 19D631DB640FAAB8080CED5D054A1CD3 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0451E80D71367DF0D065F2A9FE18744F /* PBXTargetDependency */, - 8675DC28C60BFFFDF2C881FB9E2FACCC /* PBXTargetDependency */, - A550886A0A52BA91DABC9E21C1698757 /* PBXTargetDependency */, + E07496416CCF32CC25893DC380FFE6AC /* PBXTargetDependency */, + 005B711F1BCFC76FB219DF16AD31CF74 /* PBXTargetDependency */, + FCE6B84ACD74D6DA423A3A9570113917 /* PBXTargetDependency */, ); name = UMReactNativeAdapter; productName = UMReactNativeAdapter; - productReference = C340B6370BB254F5C81D09C381B5E4BA /* libUMReactNativeAdapter.a */; + productReference = D9ED07273D4CD34777C1D7FDC6A9A423 /* libUMReactNativeAdapter.a */; productType = "com.apple.product-type.library.static"; }; - 9676E9E3B8F0E7E8CAAD8CA8F2EAE58E /* RNUserDefaults */ = { + 4ACFFE0534A988E2B80B6B369A72D6DB /* RNFastImage */ = { isa = PBXNativeTarget; - buildConfigurationList = D1D426B46311D13A2BCC08046E11301B /* Build configuration list for PBXNativeTarget "RNUserDefaults" */; + buildConfigurationList = 9ABE3F902EEC14FED3306E367435E00E /* Build configuration list for PBXNativeTarget "RNFastImage" */; buildPhases = ( - 87C538E28E557761C168B0F0AFC9515D /* Headers */, - FA535C56FAC4B7F4EAD57F2AAAC56259 /* Sources */, - 2F3EF6F0DCF9EF741F5D3C7953EAB6B3 /* Frameworks */, + 4C82527F7B4BCE85C29E9A57C361C36F /* Headers */, + F98788572324FD10F50688D76B7D19E2 /* Sources */, + 963898C8AA2F602D564077D762524713 /* Frameworks */, ); buildRules = ( ); dependencies = ( - B402AE90BA6658AFFDF494DC6AA5CC00 /* PBXTargetDependency */, + 50B5A4868601902DCDE9A65973F602F0 /* PBXTargetDependency */, + F6D3C82DA01E15B8DE7496049B89A42E /* PBXTargetDependency */, + 95AD7C7D539E094D45B4C35959E6CAA5 /* PBXTargetDependency */, ); - name = RNUserDefaults; - productName = RNUserDefaults; - productReference = 5280C6D5AEDE7876AA0DE21797E8C877 /* libRNUserDefaults.a */; + name = RNFastImage; + productName = RNFastImage; + productReference = DC4C6C2273877F7B943E52BAABD85A31 /* libRNFastImage.a */; productType = "com.apple.product-type.library.static"; }; - 96AD9E66465072A50C86623B0973086B /* React-RCTLinking */ = { + 4D0816301F6CEBE4FBDA197F8FF33076 /* React-jsiexecutor */ = { isa = PBXNativeTarget; - buildConfigurationList = 8B379E6575174F20FBECBFFFCF7762EF /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; + buildConfigurationList = 73719F7106BF8559C9C2EAC4EBDBC246 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; buildPhases = ( - 20515ECC7F576A113693E9B857D583FA /* Headers */, - BFBC48042B1114D7160F56FB0EE57D26 /* Sources */, - 6AE7C4E4C886EA32B65BD1E2AB9D615A /* Frameworks */, + 57970FF267A8D0B445561A19D07777F8 /* Headers */, + 84E4FA76850D6BF8473B2171ACEB7663 /* Sources */, + B996757141976AC67645FF15BAE1473D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 5F9DC125E8CA35E9C063BF7692580DB4 /* PBXTargetDependency */, + 950966D5BD427D4DE1F28AF7CFE17F70 /* PBXTargetDependency */, + 2A5AE3DBEC9472CF30040F51BE6E76CC /* PBXTargetDependency */, + 823269AF2C7B3756714BB7A91EF4E463 /* PBXTargetDependency */, + 47449199597C9E0BBA9FA7177AF9EFB6 /* PBXTargetDependency */, + 8581938F0DF6EE262654403CC7374F57 /* PBXTargetDependency */, ); - name = "React-RCTLinking"; - productName = "React-RCTLinking"; - productReference = 5840980E483D456390E520DA054B414B /* libReact-RCTLinking.a */; + name = "React-jsiexecutor"; + productName = "React-jsiexecutor"; + productReference = 524337C9F49E3335A99BD03E239E4713 /* libReact-jsiexecutor.a */; productType = "com.apple.product-type.library.static"; }; - 9796048FF7E134083560FA57C0A09FB3 /* rn-fetch-blob */ = { + 5ED05858D3E3C1599A062FB1C45FE359 /* EXPermissions */ = { isa = PBXNativeTarget; - buildConfigurationList = DBC23831D820EEB778C141FB352F129F /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */; + buildConfigurationList = 6938A94AF739B9819D20E572908D3D5E /* Build configuration list for PBXNativeTarget "EXPermissions" */; buildPhases = ( - 61E6DBCEE9B396D77ABFA924C63C405E /* Headers */, - 8474ABF4B74D6E8867E557F255187ED2 /* Sources */, - 246A1863FBF08AD6443DDF3BAD5978BC /* Frameworks */, + FCB5BE3FB2ED720DC04BF2DDD0BDA3D7 /* Headers */, + AF7E2A8BB3196AB169293F1A66B46A56 /* Sources */, + 9C1143E77695FB4B58AA5D992DD06087 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 05F4C22C1A62F5863AB9829701B35973 /* PBXTargetDependency */, + FBF22B08572B8004330FD47E0D07AC6F /* PBXTargetDependency */, + 1C7BC65EE5D0AE985F3F9D390F082C25 /* PBXTargetDependency */, ); - name = "rn-fetch-blob"; - productName = "rn-fetch-blob"; - productReference = 44969EC40D0666FAB761C93F30D7F5C7 /* librn-fetch-blob.a */; + name = EXPermissions; + productName = EXPermissions; + productReference = 56D90FAA41EAA68EAC6FF04BC691E5E4 /* libEXPermissions.a */; productType = "com.apple.product-type.library.static"; }; - 98E4FA9206DB3CD4B583BFA69BC2FB2C /* react-native-document-picker */ = { + 5F5A7ABB9250359B65C5898C226972A3 /* react-native-splash-screen */ = { isa = PBXNativeTarget; - buildConfigurationList = 7506E93B18AC8E518FDA7C8BAA432139 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; + buildConfigurationList = 91F1C55EB8ACC089F419B469F09C318B /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */; buildPhases = ( - 397AA37472266331E5F9F41CEB94CE24 /* Headers */, - 56D91A5C0EB9A7E5C31D9909DE087683 /* Sources */, - 0623704D8276C19200EE6B901048A917 /* Frameworks */, + 1713A837A1FE327E0017A25E00133094 /* Headers */, + DD772844FED63C01C67C89FB5EB32FCC /* Sources */, + 01A6A66A0652AE92F8C691586D09CDC6 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 84FCB8A19FC38779FBC932BF4D726DD8 /* PBXTargetDependency */, + 6AA37B72A0684BDD932B28D3CD94024A /* PBXTargetDependency */, ); - name = "react-native-document-picker"; - productName = "react-native-document-picker"; - productReference = 7E35015E2F7D6104C74A69F46F3B6F65 /* libreact-native-document-picker.a */; + name = "react-native-splash-screen"; + productName = "react-native-splash-screen"; + productReference = B057235EDDDEA0A19448F7A0E11E0927 /* libreact-native-splash-screen.a */; productType = "com.apple.product-type.library.static"; }; - 9F99514E34D566400A205BF4ECBCC208 /* RNScreens */ = { + 6857E4DE33EB4FF1B9F3F0A9E659A5A8 /* RNLocalize */ = { isa = PBXNativeTarget; - buildConfigurationList = D5D75762A5BBF3F51D821D9005E20862 /* Build configuration list for PBXNativeTarget "RNScreens" */; + buildConfigurationList = C28AC3581E07BF22F340AFC02E94F81F /* Build configuration list for PBXNativeTarget "RNLocalize" */; buildPhases = ( - AA517D53EABBEEF54C36061036AF7E8E /* Headers */, - 1B5973E543D14E5922450D47E24EA2FC /* Sources */, - 58D0D9C85F02CD766E33520494B04A64 /* Frameworks */, + C440D0F84B337028150BC476E3B7E55D /* Headers */, + 9C89432EFB82E8E2FFF8FFABC4C44D14 /* Sources */, + 25A7A449B5002FDC29B737667A758BA1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 4EC4A46044288DAC9211356F410614E4 /* PBXTargetDependency */, + FF307BDFB18D3265BD704EDB6543385E /* PBXTargetDependency */, ); - name = RNScreens; - productName = RNScreens; - productReference = 302B94B37E9BC227BB6E4C8ED97E477C /* libRNScreens.a */; + name = RNLocalize; + productName = RNLocalize; + productReference = 0DBCBB6BDD943F7F16CAC33D20D1B8EF /* libRNLocalize.a */; productType = "com.apple.product-type.library.static"; }; - A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */ = { + 6BFF63EB65229754461AE235A2D9DFE8 /* react-native-realm-path */ = { isa = PBXNativeTarget; - buildConfigurationList = C70B8DD136F9BAD341C1B40C899208EC /* Build configuration list for PBXNativeTarget "EXConstants" */; + buildConfigurationList = BD3A93F518842F10E8F652F6B22E6441 /* Build configuration list for PBXNativeTarget "react-native-realm-path" */; buildPhases = ( - 6199E50C54AD2932637DF85DC60C569F /* Headers */, - 292310AC1ACDD8EBFEF69008F27A606E /* Sources */, - 3A98B18BFA5EB2FE5C28511CAD147EDA /* Frameworks */, + D95CBC46EBBD71FBA9966F1FB7D6B16F /* Headers */, + C5F9F47CCB5F2226CB548CC662D16B3C /* Sources */, + F5793D51D4A9FCA6229F639225628A04 /* Frameworks */, ); buildRules = ( ); dependencies = ( - BE70AB1116776A9F90A3C783B9F1769B /* PBXTargetDependency */, - C685EEFD7FF4D4C3F16AD088F18AD053 /* PBXTargetDependency */, - ); - name = EXConstants; - productName = EXConstants; - productReference = D72783EDB22B20AA2A012EE59D78BA97 /* libEXConstants.a */; - productType = "com.apple.product-type.library.static"; - }; - AA0A6F2AE959EF86430EB3F762F0D878 /* react-native-realm-path */ = { - isa = PBXNativeTarget; - buildConfigurationList = D75140CD6D335DB5BE601B37BC555C08 /* Build configuration list for PBXNativeTarget "react-native-realm-path" */; - buildPhases = ( - A9C34A5CB4095B949EFE8BE00D392D5B /* Headers */, - E68AE4ECDFF60289AEEC8DABEFF92F5F /* Sources */, - A2C5F0BA3DF77EF1CF33741679A025CE /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - AF688BBAE2C6742F3AADF7C0DAF678A2 /* PBXTargetDependency */, + 77432839A9D15B4C9A31A580A0E602EE /* PBXTargetDependency */, ); name = "react-native-realm-path"; productName = "react-native-realm-path"; - productReference = 9DC85892BE035CB7DA52ABE94BAF7D81 /* libreact-native-realm-path.a */; + productReference = CC2690EC6DAB9BD159758E6E2343D785 /* libreact-native-realm-path.a */; productType = "com.apple.product-type.library.static"; }; - AD356B1CDB2188451AB519896EB39251 /* rn-extensions-share */ = { + 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */ = { isa = PBXNativeTarget; - buildConfigurationList = D53208B248348E2F5F2FA6CFF124818D /* Build configuration list for PBXNativeTarget "rn-extensions-share" */; + buildConfigurationList = ABC2AC78D827A86B03AB3D791A9FE29E /* Build configuration list for PBXNativeTarget "React-RCTWebSocket" */; buildPhases = ( - 639943405F11AFBA8E9010A94FFA5A55 /* Headers */, - E33F2513DFE690E4F56FB52978C0FBA0 /* Sources */, - D87441F3CA499BD658F6A6997E3E1B67 /* Frameworks */, + CE25D7AD56E256540F183CCE77F380C0 /* Headers */, + 78EBA5F1FEF562620D0C57BE2C9B4C79 /* Sources */, + 4BA6789A2C785DD5A51C340CB210FD6D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 96355AC00FE3A7DAF2ADD502EE8357C4 /* PBXTargetDependency */, + F93E581CE6C0080D5A7BB755D0BC45DA /* PBXTargetDependency */, + 0941F368B91B31F85D82AC65E239FFF4 /* PBXTargetDependency */, ); - name = "rn-extensions-share"; - productName = "rn-extensions-share"; - productReference = 3AF89AD8500D5D76F825D3033FCC246E /* librn-extensions-share.a */; + name = "React-RCTWebSocket"; + productName = "React-RCTWebSocket"; + productReference = BC119C805AE3C4F26E1AA453BE42D332 /* libReact-RCTWebSocket.a */; productType = "com.apple.product-type.library.static"; }; - B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */ = { + 6ED4A9C0E44E782CA0396DD39B827099 /* React-RCTImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 08C4767D793682C307862495EDFC6F37 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */; + buildConfigurationList = 0D8621BB14F4D97E15229FEA15EF8D82 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; buildPhases = ( - 07EA496922703B388FA6473ED46A4F8D /* Headers */, - D89D7FE949ACB9856F33FBF82572B196 /* Sources */, - 9A22F16A5E9D7F5EA2A5F36905D8D1DD /* Frameworks */, + 860CCE55712E1D81788AF714D555101A /* Headers */, + C502BEF46C3519B7E7E09A6ECDFC298C /* Sources */, + 96119BED41CC2BEB41A87E3650152AA8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */, + 71C08E90EEC8065B4C8686227ACC0336 /* PBXTargetDependency */, + B4E11AD7B740D87A9D17C4306E83F334 /* PBXTargetDependency */, ); - name = EXWebBrowser; - productName = EXWebBrowser; - productReference = C13554EAB0B398B1A3087D3B142C039B /* libEXWebBrowser.a */; + name = "React-RCTImage"; + productName = "React-RCTImage"; + productReference = EFBE9B7769DFA73982B18973C5B08EAE /* libReact-RCTImage.a */; productType = "com.apple.product-type.library.static"; }; - B3C26471B7A1783724AB9857B72F9BB9 /* react-native-orientation-locker */ = { + 7094569F2488F4CA30A017B4CEA25032 /* rn-fetch-blob */ = { isa = PBXNativeTarget; - buildConfigurationList = 944BD51805498015AF02086E75E05A54 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; + buildConfigurationList = A8C26D1B2F160AB38954B9EFBB3F6068 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */; buildPhases = ( - 89F78584E7D5FBC8641AD524CB35604A /* Headers */, - 88070FA9F3A24C0E5B7EE531CD59AA9A /* Sources */, - 25E0B5B5F56E4086BC9CB332E022C1EE /* Frameworks */, + 9DBE455CA4A8CBDDAF0D4CD8AE27897E /* Headers */, + 9983E019F64B0E462D6B187C0151A0C9 /* Sources */, + 0D2BD23EC4DE107D7364DE980F339326 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 229DF741E6E882CD8F683E63436E27A3 /* PBXTargetDependency */, + A37495996AF466CC5767316265E8DC66 /* PBXTargetDependency */, ); - name = "react-native-orientation-locker"; - productName = "react-native-orientation-locker"; - productReference = F99E916748D5C66CA4DC687D0735B024 /* libreact-native-orientation-locker.a */; + name = "rn-fetch-blob"; + productName = "rn-fetch-blob"; + productReference = 95D3773507D3BF04795090830DCF7179 /* librn-fetch-blob.a */; productType = "com.apple.product-type.library.static"; }; - B41A5688DB0CDE458BCF4B286AE9D098 /* yoga */ = { + 75D8F7D2C82DF708A04994DC005AD9A8 /* Pods-ShareRocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = A455176B574BC436340B3026D57B77A1 /* Build configuration list for PBXNativeTarget "yoga" */; + buildConfigurationList = D0DD71DEF9B191399C5FDABB550016ED /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; buildPhases = ( - 7A72BEE17CE02E81CC771CDDEA2ADE3D /* Headers */, - EE45F214C26C3139D1AE5DBE6AC36B7C /* Sources */, - FE415282D14721851B786CCFF4CD4AA2 /* Frameworks */, + F24819217D2ACBB8AA8D2459D53DED8A /* Headers */, + EBAC38786501014CC9672BE9C1A2BA3A /* Sources */, + FF19F946E3F74A8ED549247ECB672C13 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1B34ECBA9BD9EC428CB4F223232B228B /* PBXTargetDependency */, + 50FB843E9FE86C9999B7023580226BC0 /* PBXTargetDependency */, + 820FFFCD334D82F534F119FFC154860D /* PBXTargetDependency */, + 4187B7F338E6694413638ADEB8D7F893 /* PBXTargetDependency */, + 9E667DC08F5B101C44DD8747B41801E8 /* PBXTargetDependency */, + 7FE0AA52D358EB682FBA37C7F98263FC /* PBXTargetDependency */, + AD4CC7BA16C0254A8B68D781799DB88E /* PBXTargetDependency */, + 0DF2751D88B4CD8AFA57ECCDC75F1A0E /* PBXTargetDependency */, + 656EA82FEFB013B94777DEF8E17B5C1F /* PBXTargetDependency */, + 4652AB8367F3BCDCDF80EDDDA7408B44 /* PBXTargetDependency */, + ED9722FB029E3614822D04CD2D28C11A /* PBXTargetDependency */, + 28AEB1ECB34BD88511A768B3F5343FFF /* PBXTargetDependency */, + 265AAC191D7ED2C27632F294EF3AD556 /* PBXTargetDependency */, + 3F1919E8708C36517F9AE2E03C365EEE /* PBXTargetDependency */, + F3F218A83F0F8A53CC4D5E08064C2DA9 /* PBXTargetDependency */, + 305CAB9B4DF3493055E65FB95535E961 /* PBXTargetDependency */, + E1BF69B771F0686405A7CE9F572840E7 /* PBXTargetDependency */, + FE4C3EBED504F78A1E96D2102BB54EE8 /* PBXTargetDependency */, + 9BCE22E713A69EC56E6CD1860FFE415B /* PBXTargetDependency */, + 2E9962AD7AA44666E1FE892E17F6EF29 /* PBXTargetDependency */, + 2CEB265625B4BD6E772B245C8C6DAB73 /* PBXTargetDependency */, + A9CCC85E5BD6143655610F2D084F9215 /* PBXTargetDependency */, + BC1D8F7BB69FE6D1187E59F5E9677A57 /* PBXTargetDependency */, + B561798F5474F3A7D2B1853844A063BF /* PBXTargetDependency */, + A85617C4886725DBA10D4E2781629139 /* PBXTargetDependency */, + 3C9DA17CEE3F7541600BD88BBFD7C285 /* PBXTargetDependency */, + 3EFD15F0A1DFBA62ACC5BF65C9C699FF /* PBXTargetDependency */, + 15AAE16212D2A35C545E3AD8F687E784 /* PBXTargetDependency */, + 6A53FD59965DDACDD78CB81D08F9E175 /* PBXTargetDependency */, + 325F1A8E80BF5B6361DDF567EF451C81 /* PBXTargetDependency */, + 3D45A6C4F052ACE15187EB25F4A8AC07 /* PBXTargetDependency */, + 7FE4B4A9C58FAB6F11CF412BA18CED20 /* PBXTargetDependency */, + 35FAE3BF49902B66CB7C6CA0BBECA9AB /* PBXTargetDependency */, + 931AA7DA28C1013CBE0D1435C3D1A94F /* PBXTargetDependency */, + 04600D558C5573F7CDAF01290C8BB9DC /* PBXTargetDependency */, + ADB188C201560CBE7B52952194235F2D /* PBXTargetDependency */, + A369B182E44847081D1A6447ED391D93 /* PBXTargetDependency */, + 06B64F1A669ADA950C4A87656266CACF /* PBXTargetDependency */, + DB859ED0F394A72191615C5B1159F2CD /* PBXTargetDependency */, + 852570FC314E1044B96FED552DD08C32 /* PBXTargetDependency */, + 97AD883B3150D08273C26AA433AAB498 /* PBXTargetDependency */, + 2DE5C341114AB4DC3A85C3317C0730E8 /* PBXTargetDependency */, + 0A6BE37E048FB28F673FE8527F1CCF26 /* PBXTargetDependency */, + 771C5EF98ECB07ACD21413761266BFF0 /* PBXTargetDependency */, + BD47DB4584BA325F1A2F839C6448137C /* PBXTargetDependency */, + 1F803C5A70B754338907EC73A3B57B0D /* PBXTargetDependency */, + 42CC22A9DECE747B2CAE45D715413400 /* PBXTargetDependency */, + 863C3A10F7E7A3488C915C94A57F1932 /* PBXTargetDependency */, + 763BF4DC66BCE7C74C2B5A0666E1B9B5 /* PBXTargetDependency */, + AA7534364EE1ABC3B08F501CCBEE9B21 /* PBXTargetDependency */, + F94176876BFD61E007E3361BBDA29293 /* PBXTargetDependency */, + 00A463C906DC4A63F07D42D5B6B2CC92 /* PBXTargetDependency */, + 467B207A6FB7B321530A86FF16AF4C66 /* PBXTargetDependency */, + 2D123D49132246705EB334AAB48F37E2 /* PBXTargetDependency */, + 895F931D7338A6EE5DADC06F0A46EA79 /* PBXTargetDependency */, + 81C19057844886FE591F9ADD53FC648C /* PBXTargetDependency */, + 3E5F9EFE83DC5A1F33BE06D6537F8522 /* PBXTargetDependency */, + 208CA61EC0C7329DC7A3C0F060D8082A /* PBXTargetDependency */, + ); + name = "Pods-ShareRocketChatRN"; + productName = "Pods-ShareRocketChatRN"; + productReference = EDC92688860036102724512498E31246 /* libPods-ShareRocketChatRN.a */; + productType = "com.apple.product-type.library.static"; + }; + 7651863001A946A72D0A291B4571C795 /* React-fishhook */ = { + isa = PBXNativeTarget; + buildConfigurationList = 34DCDC1D340BA9093050960DBA224D5C /* Build configuration list for PBXNativeTarget "React-fishhook" */; + buildPhases = ( + C303D5E9437CC86653D5C395D9D704F3 /* Headers */, + 8F8514D99AB5F2C815DC2DACED83DE3A /* Sources */, + 7298855CCDE8C928B42E55099FB1A0D4 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = yoga; - productName = yoga; - productReference = 17B7E221B67B092055B45BD2956D0AB4 /* libyoga.a */; + name = "React-fishhook"; + productName = "React-fishhook"; + productReference = B905C6B76EDFB238D3C8B66970CC3A9B /* libReact-fishhook.a */; productType = "com.apple.product-type.library.static"; }; - B4C505DE6DFFC6EB6319CEDC08B364D1 /* RNDeviceInfo */ = { + 76B0EDFC91EA4A672DB56E46044E27E0 /* SDWebImageWebPCoder */ = { isa = PBXNativeTarget; - buildConfigurationList = 9FFAEC3AC7C9265F4DBB63BDB91144AB /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; + buildConfigurationList = A9FC92E2F7B9465010FDF56EB443BE26 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; buildPhases = ( - 14B45098E6EF51CDD24BDDF7FF2F60AE /* Headers */, - 377A1C5C8D457CF942A92A85CCE44799 /* Sources */, - 1264A5BA84F932CE5786A5D898EB743C /* Frameworks */, + 38C085C4F265B8BF394748685D6B46FF /* Headers */, + 4815D6382EEDDD4AB313ADF16B17EDA0 /* Sources */, + 24B03611EF0806BE301629FB7692EA61 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 2AA8D55B227750D5D7DE9D47759E038D /* PBXTargetDependency */, + CD38194E04A79E2F1F86986D74D66BD7 /* PBXTargetDependency */, + 88AB93D56123C6085B043057950EAC64 /* PBXTargetDependency */, + ); + name = SDWebImageWebPCoder; + productName = SDWebImageWebPCoder; + productReference = 49CD1290847099B3873F908127A06BF7 /* libSDWebImageWebPCoder.a */; + productType = "com.apple.product-type.library.static"; + }; + 8B5C8AF652AE6B80A89243C59EE8D789 /* React-jsinspector */ = { + isa = PBXNativeTarget; + buildConfigurationList = DA5E4A84970F9D8B9F587B5EA681DAA5 /* Build configuration list for PBXNativeTarget "React-jsinspector" */; + buildPhases = ( + 8D106552690D8257BF9E37E253C1315C /* Headers */, + C48690BDEEC777C92AA7EB6825B7E542 /* Sources */, + 51522A85A200A5D6B95E787680FC5825 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "React-jsinspector"; + productName = "React-jsinspector"; + productReference = 2BAE8239D95374EB01F913800D459549 /* libReact-jsinspector.a */; + productType = "com.apple.product-type.library.static"; + }; + 8DE3C1ADCD852EBCEE604A558D45AA4C /* QBImagePickerController */ = { + isa = PBXNativeTarget; + buildConfigurationList = 66EF556FBEDE9CA3B336EB65F32266D3 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; + buildPhases = ( + 8648011405DE5F4313A7F0CED9D83905 /* Headers */, + 4EC6503B105672C147533A8C9566083E /* Sources */, + D0A39A352CC566A4629F81A17E84BDD4 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C3BF1069BA8CE7560BC2C80CB828A6F9 /* PBXTargetDependency */, + ); + name = QBImagePickerController; + productName = QBImagePickerController; + productReference = F12CB860D6B6425550D42966D40C55E8 /* libQBImagePickerController.a */; + productType = "com.apple.product-type.library.static"; + }; + 8F45415D70B4B8AD22EE66ABEECB2F1F /* React-RCTAnimation */ = { + isa = PBXNativeTarget; + buildConfigurationList = B45275CE54B51473FE37D9F8B0F5CB86 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; + buildPhases = ( + 1711046D683826C32DDD1CA8BCEDDA55 /* Headers */, + CC24E825255B9CECCBDC42F588CF9BAD /* Sources */, + AA38590FBE27D04643CC2473A0234DE7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 023E70142500A754E16AA3D7DB076328 /* PBXTargetDependency */, + ); + name = "React-RCTAnimation"; + productName = "React-RCTAnimation"; + productReference = 629DAA9DC761BB7B652894B116E998BB /* libReact-RCTAnimation.a */; + productType = "com.apple.product-type.library.static"; + }; + 8F9FB30742F24E06348CA6BB7BE816B4 /* EXFileSystem */ = { + isa = PBXNativeTarget; + buildConfigurationList = 126AE8970754A6BA5FE9DA02CA010B2A /* Build configuration list for PBXNativeTarget "EXFileSystem" */; + buildPhases = ( + 7BCE6740C1956DB89891BD6F4A6AE044 /* Headers */, + 7CD392B2F5800AD37DD5DCE1C984884E /* Sources */, + 70DCC08B264C6FCAAF9029986DC4F583 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 2FA54EC112515E4A3EF63E83EBC8D733 /* PBXTargetDependency */, + 3E56B5BEA3C0A0A4A52D8A2EDD469759 /* PBXTargetDependency */, + ); + name = EXFileSystem; + productName = EXFileSystem; + productReference = 7BA4ABA8865298522A7F48BE5EE05D07 /* libEXFileSystem.a */; + productType = "com.apple.product-type.library.static"; + }; + 937F8A519C79095C763BF07054D07825 /* RNGestureHandler */ = { + isa = PBXNativeTarget; + buildConfigurationList = ADD419D52647E32EF4BA139DF2C07698 /* Build configuration list for PBXNativeTarget "RNGestureHandler" */; + buildPhases = ( + B001E216CC76F649C1E9BF450C2AE3D1 /* Headers */, + 3C75B092FD2386C08CF6A97AE6A3660C /* Sources */, + 4DE36605EFD2EB27D7F07A4EEA503673 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 2CAF21A37C5C1A2B473AD7ABAD3629ED /* PBXTargetDependency */, + ); + name = RNGestureHandler; + productName = RNGestureHandler; + productReference = 15018EBBFA1A29EE7C158DB7704073F7 /* libRNGestureHandler.a */; + productType = "com.apple.product-type.library.static"; + }; + 940584898CBF891FCCBD5FEB550AE7D5 /* React-jsi */ = { + isa = PBXNativeTarget; + buildConfigurationList = F85C9E299469CDD61FBC6E25AB8B0990 /* Build configuration list for PBXNativeTarget "React-jsi" */; + buildPhases = ( + C72B8B49C8EB276B7B53CB502FE12426 /* Headers */, + 60286470A2F2C9BA3E1E16B8F2B58835 /* Sources */, + E45B62C34213005952519D3FA82C964D /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 784F855D4F7674A2A921E2D6B0B991B2 /* PBXTargetDependency */, + 86112D4612DFE3A588165B47A0D7DD8B /* PBXTargetDependency */, + 0AF2F0B49C5E42E8488A20264B242444 /* PBXTargetDependency */, + 0C46D4AE3832E57DC7CA5BC4BB78054F /* PBXTargetDependency */, + ); + name = "React-jsi"; + productName = "React-jsi"; + productReference = EC20D613F9D0BC84866084F2AA581AE8 /* libReact-jsi.a */; + productType = "com.apple.product-type.library.static"; + }; + 9697ED9079A6935BE55AEC2E2C236A25 /* RNDeviceInfo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 16B4A8845AB0D937749D8D2AEB9B9B20 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; + buildPhases = ( + 1892A4FDCB79A4A3ACE754CE2B1AFFF1 /* Headers */, + 26BE9F7104206BA3E6EEC772CC53FBEF /* Sources */, + 2942F2C187581CB66B858EA9DF71FF52 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C521D9A7E78A60960B3B6BAA1CED0BDA /* PBXTargetDependency */, ); name = RNDeviceInfo; productName = RNDeviceInfo; - productReference = 0DDB7F48D12A73A44ED6CE9F9C5AF44F /* libRNDeviceInfo.a */; + productReference = CB2EE536C96AC6BA3418663E967861D2 /* libRNDeviceInfo.a */; productType = "com.apple.product-type.library.static"; }; - C32D55FEA182722BB25597D4E80E67CB /* React-RCTSettings */ = { + 9825963C45F2D3AF9E1F39CEA2D6A3CE /* React-RCTActionSheet */ = { isa = PBXNativeTarget; - buildConfigurationList = 1D981F763FADAD55F3F4E8907E2FB637 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; + buildConfigurationList = 9C28C7D18FE7F79A2A49D31056166024 /* Build configuration list for PBXNativeTarget "React-RCTActionSheet" */; buildPhases = ( - F99DF0DC8FC6FB408AFB0C6B5A8D6DB8 /* Headers */, - 67C78AB0936548040805C595718D4455 /* Sources */, - 44F4435DCBC62DE46B0A0378950D279A /* Frameworks */, + 268AE9AFA73DC683ACCD4A02D703D997 /* Headers */, + 8D987080AA878EEDCB47FA1349EE361F /* Sources */, + 19769189F027C16620F85CD5122BF601 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 857940918B0D1A7012157DD8DF43114C /* PBXTargetDependency */, + ACCB4E738E99AA1E8DD8794CB1ED8D2C /* PBXTargetDependency */, ); - name = "React-RCTSettings"; - productName = "React-RCTSettings"; - productReference = 482D3E7BAFDACE8A021BE800E462A28A /* libReact-RCTSettings.a */; + name = "React-RCTActionSheet"; + productName = "React-RCTActionSheet"; + productReference = 9E614A9B86533F9CEBC4206D36D73306 /* libReact-RCTActionSheet.a */; productType = "com.apple.product-type.library.static"; }; - C35209F3B3D372D77626B3D23A9EFD22 /* Pods-RocketChatRN */ = { + 9856D7AE82CF0E8587628DB4576F1654 /* QBImagePickerController-QBImagePicker */ = { isa = PBXNativeTarget; - buildConfigurationList = CB82025D22AA274700539C4B91D0C232 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; + buildConfigurationList = 1AAFFB3C97C257299B2EA7C0115EA31D /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; buildPhases = ( - A3A5B2E2800021588F8FE2322D1D495E /* Headers */, - 8336CCA982FBA0E58801250B382D60E5 /* Sources */, - 178BA93A4438E332BD857DF1F6CA64AF /* Frameworks */, + C3A3CF31E19F513918D046D4FCB976ED /* Sources */, + C00620FB1ABA723E0C4955FF3C915DD1 /* Frameworks */, + 697094B479871310D96B9B1B46613A1B /* Resources */, ); buildRules = ( ); dependencies = ( - 6D0502BA69934E50721423AF3DE77F6B /* PBXTargetDependency */, - 557FECA36ED33FA7A5BF0EDAA5DCB0DC /* PBXTargetDependency */, - 4BDC990C70F8C212BB4088A19AC98647 /* PBXTargetDependency */, - 192520EAF96BA6AF9ADF2886738EF88A /* PBXTargetDependency */, - 377CE3BA8CD5D6D5BE0D360C73EFA9B1 /* PBXTargetDependency */, - AB1AF7D831516DB1D07F8CF4296ED181 /* PBXTargetDependency */, - CD78BA3CD732C7B57543B99A62728136 /* PBXTargetDependency */, - EAEE96A9B5B9B54B473F2E8441BA4AD0 /* PBXTargetDependency */, - 6DCBCC3930EA4BA706099C3852B081C7 /* PBXTargetDependency */, - B38BBDDBED9DA9F89228A580D4EF4F95 /* PBXTargetDependency */, - BCCE01821F5FD257503A6ED6D453AEF5 /* PBXTargetDependency */, - 86FEF8B982E815C6791A75BB09F511C1 /* PBXTargetDependency */, - 6DC84938878D1F953CA51B70D03E1C20 /* PBXTargetDependency */, - CC14E264C83DE75309B03FE8B7215DEC /* PBXTargetDependency */, - 410AEAB084098C90348A9529683AE84A /* PBXTargetDependency */, - EC7B8205D0E6B2B9E6C7E9418AC61CB3 /* PBXTargetDependency */, - 2E938F33FFE45DCDC72E4B8EFA5E2E11 /* PBXTargetDependency */, - 7CCC418EAA6BF4E814C1EC37A8906F62 /* PBXTargetDependency */, - 7843C112FFC1C695E506ABF22EA85132 /* PBXTargetDependency */, - 7854EA8EB3466697710266147F4B6810 /* PBXTargetDependency */, - C3E31EF75018C4CB0EFE00D7D7DED1DC /* PBXTargetDependency */, - 3BCA36E29EFAAD318213E45496852638 /* PBXTargetDependency */, - BBED2D68E89C2FAF380E1BCEF19EABBD /* PBXTargetDependency */, - B6F69B92AC0E7313DDF4A7EBC86484EF /* PBXTargetDependency */, - C265DA5209B4BDE5B642FF258D5D6C89 /* PBXTargetDependency */, - 71BE1338554460D3880D5679F359FB78 /* PBXTargetDependency */, - 6EC9CFAFFBAB80A37AD427690425EB95 /* PBXTargetDependency */, - D7FC7D01B3EE56FFE9C426BA27C9D880 /* PBXTargetDependency */, - EF20DABB25DBD391AA988A6475B17DB3 /* PBXTargetDependency */, - AB0E84DCF5E60155DA78F83BDB1E2821 /* PBXTargetDependency */, - E78583454CADE68DED2837B10065D18F /* PBXTargetDependency */, - 5EA297119690CBADFCEFDC506B4A6BD0 /* PBXTargetDependency */, - 88BEEE455B9CCDA387C5C16E18494A89 /* PBXTargetDependency */, - 71F9975601A1AC07B8D94585629682D0 /* PBXTargetDependency */, - 6A6FBBACBDC9EF1949BDC624C22E04E0 /* PBXTargetDependency */, - EE956E53C29629268DDC8C24727E112F /* PBXTargetDependency */, - BCE8961C5C9B30BCC1BA80DDB5E272E6 /* PBXTargetDependency */, - B0F58AA625CF1994BFC905B60E396A6A /* PBXTargetDependency */, - A9DB6CE693F338BF17AF48CA9B5BEA3C /* PBXTargetDependency */, - 99B3B6FC2F89945119BE553D0D9816B1 /* PBXTargetDependency */, - 6EB586B055EB7CDA7F081FA51C6129C2 /* PBXTargetDependency */, - 4E54C72F2E954EE1FEB50BD62A1C8910 /* PBXTargetDependency */, - B159ADF783465D39DA998740436BF771 /* PBXTargetDependency */, - D8769DD0446215CBCA2541F52D96E3B7 /* PBXTargetDependency */, - E937F9191FDA664777CAFF32A6F7670D /* PBXTargetDependency */, - C936C405186FA880313C86CE1385D406 /* PBXTargetDependency */, - 5BE1BAD5ACD4DB53B9105C9EBA8673CD /* PBXTargetDependency */, - 4E1A0D48F53D2333F81682AB381B5F7C /* PBXTargetDependency */, - 8A39DE1D4CAD9440AA11DEE03526A19C /* PBXTargetDependency */, - 0C15CF1CDA23A7545F2B8DB46A4D6182 /* PBXTargetDependency */, - 05FCF82B9AD451BDD859A187A0922868 /* PBXTargetDependency */, - 4D23B3F5856FB20209BA334CE821190F /* PBXTargetDependency */, - E78180A26B25C9F630962DB799FAD74C /* PBXTargetDependency */, - 9453E861BDA775CFF3C97D5E1BB138FD /* PBXTargetDependency */, - 6FBDBC405A77AD46A32B935F1A8429CE /* PBXTargetDependency */, - C0F2F65FF80BC4D510965610085E5BE4 /* PBXTargetDependency */, - 0B30BEAA764310BA850261485B4BD478 /* PBXTargetDependency */, - 8E8EE0430039467CD436F9496D8C50D9 /* PBXTargetDependency */, - 22400878F7C5DD7A4AD190567CF55216 /* PBXTargetDependency */, - D014F17A4E120FF11236B52AF757FED2 /* PBXTargetDependency */, - CDEF622A5490AE66E397B50B040FAF54 /* PBXTargetDependency */, - 999FC5FA68697140432EC563C636F90E /* PBXTargetDependency */, - 79C0F50EBB34C9C0D05E74FD2896771B /* PBXTargetDependency */, - E8F515FBDCC76746BBC3D99C18969804 /* PBXTargetDependency */, - 8449DE8729FC1CD347A0E04F0DC89A18 /* PBXTargetDependency */, - 3B0165CA85CDA49D522CBB47C8CEC5AF /* PBXTargetDependency */, - 8F3EDB9697904278A9E577F5F67F4D47 /* PBXTargetDependency */, - BA8D16376CBED2B58452E781CD868AD1 /* PBXTargetDependency */, - 79295AB7158BF8B3DD6B087506BD52A0 /* PBXTargetDependency */, - D20C8E881F0278426BF15BC740239F8C /* PBXTargetDependency */, - 0BFA1F50742F0426F2748CCC30A63B10 /* PBXTargetDependency */, - 7693616E3512BEE08AA16EB61FBE007E /* PBXTargetDependency */, - 6CC30CE16CFC4758AF073DC2A0D2B03E /* PBXTargetDependency */, - 65B9FED947F2E54BC005A16E55AA609B /* PBXTargetDependency */, - 34780FA7F1875B68C5DAE92E685A005B /* PBXTargetDependency */, ); - name = "Pods-RocketChatRN"; - productName = "Pods-RocketChatRN"; - productReference = BC47B8B14562B4DBC9AAEE884A5ED8AD /* libPods-RocketChatRN.a */; + name = "QBImagePickerController-QBImagePicker"; + productName = "QBImagePickerController-QBImagePicker"; + productReference = CB7AC43E33A1A2800BD8302027C19C39 /* QBImagePicker.bundle */; + productType = "com.apple.product-type.bundle"; + }; + 9BEBECB74DA7EB85F9CBBDCD86773E2A /* react-native-document-picker */ = { + isa = PBXNativeTarget; + buildConfigurationList = CD502EFA20EA535112ED763BCACC1963 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; + buildPhases = ( + C95DE5D585E67E20A24DCF98D46DB557 /* Headers */, + A778361624248B7996824D8B27D0C409 /* Sources */, + 5DE0368C7EDEE716DF202B8EEB1C6870 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 735EC21414AF5EE525019A84ABFBE9D7 /* PBXTargetDependency */, + ); + name = "react-native-document-picker"; + productName = "react-native-document-picker"; + productReference = 703FF7A8FE6CD2D913B2AC40646C8002 /* libreact-native-document-picker.a */; productType = "com.apple.product-type.library.static"; }; - C3EB40F0A847A936227A474B5E8D66BF /* SDWebImage */ = { + 9E5F89794487A4D31F3E4B4C7C6E6203 /* RNScreens */ = { isa = PBXNativeTarget; - buildConfigurationList = C27BE5BCF617FEFE2C8F29BDAFB429E9 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = 4FBFB40FE9A18006D37EB33683215DC3 /* Build configuration list for PBXNativeTarget "RNScreens" */; buildPhases = ( - 0F308773F131EB8FBB57BA50CA66FAE1 /* Headers */, - CAC1033846F46595DFC932AC2803A724 /* Sources */, - 6A42A5D6F432362B6424F42BCFE30749 /* Frameworks */, + 1260CD7A22484237E3B9BD827D93CA69 /* Headers */, + D8AC67C0B20297DA3C9F167B1B8FC92C /* Sources */, + F3F9DD8B746630BBFEDB6CC7D7B8364D /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 14BDB67BE38464BEC80122694BB32D3A /* PBXTargetDependency */, + ); + name = RNScreens; + productName = RNScreens; + productReference = 2056330ECB92CED9B9D537A7EEC7C804 /* libRNScreens.a */; + productType = "com.apple.product-type.library.static"; + }; + A2D209CF47F9A1371EB8ABD4E8E9BE76 /* SDWebImage */ = { + isa = PBXNativeTarget; + buildConfigurationList = EB8729583828DD9AF042B5948AE2676B /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildPhases = ( + EB49B7BF2C3CAD02FF08976556DE6B01 /* Headers */, + 11E2CF7E05473F6FF5C575EC83D14546 /* Sources */, + A9FD1E1A2E9AAEA72C77A899ED65CBC6 /* Frameworks */, ); buildRules = ( ); @@ -11599,121 +11707,171 @@ ); name = SDWebImage; productName = SDWebImage; - productReference = 77CCB6CFE020013A5B0A2CEDE0300365 /* libSDWebImage.a */; + productReference = 25071DAE388EA3DECF743D5ED2DDBD9A /* libSDWebImage.a */; productType = "com.apple.product-type.library.static"; }; - C836169522283AFFC01E381229A3449E /* React-RCTActionSheet */ = { + A2D3E1472FC63D93628C4A1CD76B048C /* react-native-keyboard-input */ = { isa = PBXNativeTarget; - buildConfigurationList = 9AA685517813885223380F2513AFDF2F /* Build configuration list for PBXNativeTarget "React-RCTActionSheet" */; + buildConfigurationList = 25E1B83DE104E9FB1E8C5C476F2CC6AD /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; buildPhases = ( - 3C207AD528D2AEC617155F64A0B87F2E /* Headers */, - B905DD1BF4E0ACAC4251F967DAF0111C /* Sources */, - A4FCF8C5C18A009A64870AFF3699B67D /* Frameworks */, + F8437A19394AA4E3BE0F60DB9BD904E9 /* Headers */, + 60E278F0B522EFB73B91832CD095337C /* Sources */, + 586AD80831673A43E240A5B451B211B3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 8B63087BC60BEE06C3EC27633DEFCA0D /* PBXTargetDependency */, + F0AC2D670304ABFB49FAFF907ED42F75 /* PBXTargetDependency */, ); - name = "React-RCTActionSheet"; - productName = "React-RCTActionSheet"; - productReference = 1A17C2E0099CB12356EDAB2611F1F2EA /* libReact-RCTActionSheet.a */; + name = "react-native-keyboard-input"; + productName = "react-native-keyboard-input"; + productReference = 451B0CAC610751DA8BBCC7C504F6DBBA /* libreact-native-keyboard-input.a */; productType = "com.apple.product-type.library.static"; }; - C8896B616E4A848E70C80E6B7334B632 /* React-RCTBlob */ = { + A88D56618644DA6D24743D608EED79AA /* react-native-webview */ = { isa = PBXNativeTarget; - buildConfigurationList = E3A49DEE639F508B0A759685E5270FBC /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; + buildConfigurationList = 05E8FBBC2E0998082B55B21B0369FF13 /* Build configuration list for PBXNativeTarget "react-native-webview" */; buildPhases = ( - 00FCE617E3A4F363AC636332FDF2F90F /* Headers */, - F00E41E268BDD912E411F6AA33F33552 /* Sources */, - 23B5B2D06DDFE7E7836DA937FDA20A52 /* Frameworks */, + 6C245D7A9BA4DCDBBEE883A489C8ED11 /* Headers */, + 4C7B4F3450CB22407CB94BF00638D018 /* Sources */, + 3AEFB31251F0CE139EE316D0208533D9 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 502C15264EA9331EAFD50B6FC0AF90C3 /* PBXTargetDependency */, - 3D6E72BD4C5C9338DEA67B3D4FD0662C /* PBXTargetDependency */, - 31FF97AEFF386981B9D887280E07CFB6 /* PBXTargetDependency */, + 1D1688C4B6C8E121BD490036AE8B8EED /* PBXTargetDependency */, ); - name = "React-RCTBlob"; - productName = "React-RCTBlob"; - productReference = 96C575BC2C72F10CF8C4C1E9F442D2D0 /* libReact-RCTBlob.a */; + name = "react-native-webview"; + productName = "react-native-webview"; + productReference = 9DF3F87D6384F6C4175BD33AAA033318 /* libreact-native-webview.a */; productType = "com.apple.product-type.library.static"; }; - CA155DFD4E455214BD46FB799E1E905A /* React-Core */ = { + BEB1CE836D8C73E87E13A613FF4260C8 /* React-DevSupport */ = { isa = PBXNativeTarget; - buildConfigurationList = DFDC7872A757C2CCD8FEB0B0F2D18F82 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildConfigurationList = E1F2D9C32C51AB116D7A1CAFB97F8A83 /* Build configuration list for PBXNativeTarget "React-DevSupport" */; buildPhases = ( - D2D1D2A85D1DEC3CEA0731067DB224E0 /* Headers */, - EF4A7925176BF9CF6A66FADB32BF6ACB /* Sources */, - D3EFEED4B2FC0D441ADA91725048A8F4 /* Frameworks */, + F33571E12163C2D1D2AFB17BC0EE0018 /* Headers */, + E4BB9517E09C15A574CC982ACD98934A /* Sources */, + 16A13AA232850FBC501A96C10D7AC22F /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7BE0128B6D1DD1264E2F54C5311CCCF0 /* PBXTargetDependency */, - 223D74D5A641680BA66A7F97817D6709 /* PBXTargetDependency */, - AD75505E76BBB506538ECFADFF705651 /* PBXTargetDependency */, - AFCD5523A5EE61E8A548BE403F379DF4 /* PBXTargetDependency */, - ); - name = "React-Core"; - productName = "React-Core"; - productReference = 7E27D877C76B0FA9F35E59530AD02BB6 /* libReact-Core.a */; - productType = "com.apple.product-type.library.static"; - }; - CAEFA118491E382CE5B574F2E27E94EC /* React-DevSupport */ = { - isa = PBXNativeTarget; - buildConfigurationList = BD43577F2F8F6D6D9881F64656EA6AD3 /* Build configuration list for PBXNativeTarget "React-DevSupport" */; - buildPhases = ( - D30117FFEF8192C0214010106B49F00D /* Headers */, - 1B94908E5AAB0633D706833FD4C4D447 /* Sources */, - 6AE1C80EC0B969FB97A8CEE9BB8A4A27 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 51B05732C81888CCC04CFA7372C0927E /* PBXTargetDependency */, - 652630CAEE5B0F4CA2B8CC7F900D7114 /* PBXTargetDependency */, + A8DC792A3465AE739E1E996AD8728EC1 /* PBXTargetDependency */, + C1A149B83EAB9647306A1FB959AF9140 /* PBXTargetDependency */, ); name = "React-DevSupport"; productName = "React-DevSupport"; - productReference = B5BD8C708C3038D308A508B624C71A3F /* libReact-DevSupport.a */; + productReference = 5083C980D88D35D82D027445D80DC93B /* libReact-DevSupport.a */; productType = "com.apple.product-type.library.static"; }; - D1DC98384D018186AFCB20F988CF3458 /* react-native-splash-screen */ = { + C0492A956A6727A42C28F23A51D9CE02 /* RNFirebase */ = { isa = PBXNativeTarget; - buildConfigurationList = 0C8F272F8AB964FF61EE5543B08FE996 /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */; + buildConfigurationList = 39DB0D689E1416E54F8DD9E39B6068EF /* Build configuration list for PBXNativeTarget "RNFirebase" */; buildPhases = ( - D267C5A651B39A9303271F5B02D268E7 /* Headers */, - 149324490E91F66CC800385ED9BB4E27 /* Sources */, - 72820C1E55B48C1D177EB643BF912A35 /* Frameworks */, + BC9193C167BE9B36176CCC2F87F66711 /* Headers */, + C95B4CD564E0E761F9B12053B2A4AEFB /* Sources */, + FB8749BA49D1E1DE623E60BEDC946F30 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7F7956512194A47FB60F4EC5CEE430B1 /* PBXTargetDependency */, + DC162E5AC2CC41D31CAF12D3B158FAEC /* PBXTargetDependency */, + 3912CB1379ED3BFE0FBFB7D9A23260B1 /* PBXTargetDependency */, + 95FB7CA62D4163E7B340A2CB24123E42 /* PBXTargetDependency */, + 5060AE0EED4132268E809EE9E6BB0731 /* PBXTargetDependency */, ); - name = "react-native-splash-screen"; - productName = "react-native-splash-screen"; - productReference = BBFD709B8DAE19E6F96AAC9C4614901A /* libreact-native-splash-screen.a */; + name = RNFirebase; + productName = RNFirebase; + productReference = 2DA75386D872F1FC2511CA68237E358F /* libRNFirebase.a */; productType = "com.apple.product-type.library.static"; }; - D2039495C87791A1938EC6C0922E5B33 /* React-RCTAnimation */ = { + C3DCE8DC8B0A22CBB9BC32B7679F440F /* react-native-video */ = { isa = PBXNativeTarget; - buildConfigurationList = F0858B5BC584001F12204A62A2D13DC0 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; + buildConfigurationList = D20E92FF1701117E654F08A8A32FC675 /* Build configuration list for PBXNativeTarget "react-native-video" */; buildPhases = ( - 95F2CE2B67BADFD7974F0E43EC5769D3 /* Headers */, - BA921B4A715276866F8FBE7DFD3FF40A /* Sources */, - 5517663B44437311598F6C553089F665 /* Frameworks */, + 5F068A53D0E4182D96AD681DF158C680 /* Headers */, + 2052AD07AFB708AE90A98BF5AEBC66F4 /* Sources */, + C3BEE68B40E37AD52A6982D2958AF8E2 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E5E573094D23FE84C5107590C3E6524F /* PBXTargetDependency */, + 9C1753DCDCF64B96B1635A224E406477 /* PBXTargetDependency */, ); - name = "React-RCTAnimation"; - productName = "React-RCTAnimation"; - productReference = 9099719F717C35C92BB31EAB32553B67 /* libReact-RCTAnimation.a */; + name = "react-native-video"; + productName = "react-native-video"; + productReference = 70183AF78B3E67FE8992EA052927FDDD /* libreact-native-video.a */; + productType = "com.apple.product-type.library.static"; + }; + CBE6EA70C0DEECECAE16DB00717145E3 /* rn-extensions-share */ = { + isa = PBXNativeTarget; + buildConfigurationList = A493E648E55A264189E71D0A9EAB4BEE /* Build configuration list for PBXNativeTarget "rn-extensions-share" */; + buildPhases = ( + B16EECDA04C71820E9C2E5DEC3A868D9 /* Headers */, + BDD1E2220DD26FAB5ECD1AC07377A7AD /* Sources */, + 7FA1BD1C54BED76F5D3B3575BB67BEE0 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + FD4F5500C60FDA0FDE708FD9CF10376C /* PBXTargetDependency */, + ); + name = "rn-extensions-share"; + productName = "rn-extensions-share"; + productReference = 6A34C2DF54B8BEEDE46C5B1EC3B2F06C /* librn-extensions-share.a */; + productType = "com.apple.product-type.library.static"; + }; + CC1C921020F74D84A65DCA50ED477F91 /* react-native-keyboard-tracking-view */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6ED0060792C1652953943AD2F4B725F9 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */; + buildPhases = ( + 50A447EE72A5BED7B27D4112476C676F /* Headers */, + DCA16D9C823FA4CDA8F179F61F141EEA /* Sources */, + 344A9B06AE70FB186FB2891B6B7F210C /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + E406DA7032D1AD599F3F8F5D9B07A2A6 /* PBXTargetDependency */, + ); + name = "react-native-keyboard-tracking-view"; + productName = "react-native-keyboard-tracking-view"; + productReference = C71F7BF761FD0D32B4D3C2572FAE3D83 /* libreact-native-keyboard-tracking-view.a */; + productType = "com.apple.product-type.library.static"; + }; + CC2BC3A15EC58E2862697C87EE2717B9 /* yoga */ = { + isa = PBXNativeTarget; + buildConfigurationList = 04DF455CCD011AC7F21F3516F031759D /* Build configuration list for PBXNativeTarget "yoga" */; + buildPhases = ( + CA23B0AAC65F1A35495584BEBF58867C /* Headers */, + 1BFB61414C9E458B5A336F8EE3560CD2 /* Sources */, + 4505404D95865E589073730DE8D577BC /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = yoga; + productName = yoga; + productReference = A02F83AA2C29984F974BDAA6F8D717C4 /* libyoga.a */; + productType = "com.apple.product-type.library.static"; + }; + CF49050485BE5CBEFF2CDD050898370F /* RSKImageCropper */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5AB8468DF58308BE5EF7182B0040A49F /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildPhases = ( + 12C17672B27FC97B64152E433780BC9F /* Headers */, + 92A0AD9870ADA03FFED93FB885FA618B /* Sources */, + CE743063613D2FCD5811F9B445FC7078 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RSKImageCropper; + productName = RSKImageCropper; + productReference = 8CD9BFF04B3B76AEAEC9785ABA031424 /* libRSKImageCropper.a */; productType = "com.apple.product-type.library.static"; }; D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */ = { @@ -11730,79 +11888,63 @@ ); name = GoogleUtilities; productName = GoogleUtilities; - productReference = AB6134D4BBA666C8B682A6FF6BC649F2 /* libGoogleUtilities.a */; + productReference = C6C1EA095F7FB5911B6FD5AE87175E70 /* libGoogleUtilities.a */; productType = "com.apple.product-type.library.static"; }; - DECE7A88581E5117E7A465B57E55D658 /* React-RCTVibration */ = { + DF470A1028ED32C9E70DBDAA805F8802 /* Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = FF735153C15DF880BC69FDE78AC1E0CA /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; + buildConfigurationList = 9811B54698490F73C0B6CC6E1889626F /* Build configuration list for PBXNativeTarget "Folly" */; buildPhases = ( - 80FA7446EB0E1CABF756D64D11315C93 /* Headers */, - C00D49DB554F94F03FAD94DE4A3757FC /* Sources */, - 84FF45CD44E12531820C0F9A658D8C56 /* Frameworks */, + 2203AB066D4CD3F505DFCC82F2AE8D25 /* Headers */, + 5FB00FA1F1269AE77FB2EAF6C8E61AD0 /* Sources */, + C09BF11F1881278EB1AC1B19C7436806 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3205720C8BEB0496DAA1221E837D50F6 /* PBXTargetDependency */, + C83FC2C3E8CEC32DD8932E44896D7CFB /* PBXTargetDependency */, + BD2C22AF6121E6B72DFB98F8BBAB9A69 /* PBXTargetDependency */, + 8C00E3FF0B5CEFE1A868AC9062D115FF /* PBXTargetDependency */, + ); + name = Folly; + productName = Folly; + productReference = 137AB61F0D545D65C591170A755919B3 /* libFolly.a */; + productType = "com.apple.product-type.library.static"; + }; + E32787950696B75FA5E263E5CCAB9FDB /* React-RCTVibration */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7BF15DD80566F3776CC6DBEFEB21A36C /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; + buildPhases = ( + D1EDA93B5DD5E31AAB249B340D213D42 /* Headers */, + 17123FEC88A1CA6EC280C074C687BA39 /* Sources */, + 07CAA3A9E51C4FEF19895CAE428332CD /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + E3316BA048742BFACE9DC0362F9B5F67 /* PBXTargetDependency */, ); name = "React-RCTVibration"; productName = "React-RCTVibration"; - productReference = 0C16680DF1AF44D31EEDA5203DD5B028 /* libReact-RCTVibration.a */; + productReference = 7F221EBC596C6A58AD78AF0BCC8234DF /* libReact-RCTVibration.a */; productType = "com.apple.product-type.library.static"; }; - E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */ = { + E3CA180101DC4BD7F3AFD727C8DCDF4F /* RNAudio */ = { isa = PBXNativeTarget; - buildConfigurationList = 694A8CE4B2F3D4A51F73B435FF654E3C /* Build configuration list for PBXNativeTarget "EXPermissions" */; + buildConfigurationList = 280E2ED1B5E57B917D043D7E8B403D36 /* Build configuration list for PBXNativeTarget "RNAudio" */; buildPhases = ( - E4D17E96D903B293E993863B6F717145 /* Headers */, - 9609AAA15E463B8786B346FAC04672A0 /* Sources */, - 7E45C3FC79B9029C8BDA87BBEF9B76A0 /* Frameworks */, + 7BE2C8AC0CEAC1A704EF427A2C4075B8 /* Headers */, + 40DA1FF62E9B6CD893756A20362186F4 /* Sources */, + BF28C71BDE9FFA81B8B0B4F74C9F20B3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */, - B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */, + 4CD59459590869333A6DE736AA2795A2 /* PBXTargetDependency */, ); - name = EXPermissions; - productName = EXPermissions; - productReference = C2BF80CC70D339FF1E8B7362F8AEB502 /* libEXPermissions.a */; - productType = "com.apple.product-type.library.static"; - }; - E3FC033051FA5676AC2B6B1089FD2A59 /* React-RCTText */ = { - isa = PBXNativeTarget; - buildConfigurationList = 18C242ACE00A8CCB7606EA78F832C8D2 /* Build configuration list for PBXNativeTarget "React-RCTText" */; - buildPhases = ( - F990F70B9F870C6375E0F7ABCB101F61 /* Headers */, - ECBD842928256D6D11087E918D54E49C /* Sources */, - 4D5E752225EDCC1AEB91B7B7D7B60EE8 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - CF5CBAC5410A646F3D55BAC832481064 /* PBXTargetDependency */, - ); - name = "React-RCTText"; - productName = "React-RCTText"; - productReference = 25310BCDA4491C1E6007E41A9BE28488 /* libReact-RCTText.a */; - productType = "com.apple.product-type.library.static"; - }; - E7CEF81CAD5237DFC20F8D2F5C20ACCD /* React-fishhook */ = { - isa = PBXNativeTarget; - buildConfigurationList = D07F419F0F2E7AF17CF966201C8B135E /* Build configuration list for PBXNativeTarget "React-fishhook" */; - buildPhases = ( - 0151B2D38470AD526217403F4C591A91 /* Headers */, - C5B61B5CAD9F92E7B0A9ADB6B326F200 /* Sources */, - C9B0ADCD3F02A4C39FD1E0B689B94C57 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "React-fishhook"; - productName = "React-fishhook"; - productReference = FF8D8A8246AC6B63C3ADD48C97E2CBCC /* libReact-fishhook.a */; + name = RNAudio; + productName = RNAudio; + productReference = B99F3EB8A227E350832854313782E82D /* libRNAudio.a */; productType = "com.apple.product-type.library.static"; }; E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */ = { @@ -11819,79 +11961,80 @@ ); name = nanopb; productName = nanopb; - productReference = 16B00A3D3D817AAF45FAD7C16B6379EC /* libnanopb.a */; + productReference = 7EEA2E196C8C72645E6611C2BDE6A1FC /* libnanopb.a */; productType = "com.apple.product-type.library.static"; }; - E9E3AD07DBCF9200C61AD3238F10F0FC /* QBImagePickerController */ = { + EFADBFF995FA59153BF4BFF831937E6A /* React-RCTLinking */ = { isa = PBXNativeTarget; - buildConfigurationList = C9232D8EDF404C714997EB875C674734 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; + buildConfigurationList = 09217596FDA6F6DD37D2CF711215CD55 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; buildPhases = ( - B7CB2EC3DDAC45307E0CE898F50ED7BE /* Headers */, - 0238FDE03D1E45C069B5794EBFC480B2 /* Sources */, - E904452F6BB89B65A7470DAF863FB530 /* Frameworks */, + EBB1A9185198110E34CB4DBD9DD9C19C /* Headers */, + 13687D9227D6167DBB3CAFBD17926A5D /* Sources */, + EA99BF063F0DF313EED1A49F96F24C53 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 40CCCEE559C160066E6A71ECE498800D /* PBXTargetDependency */, + 725871E641B50074F869A19562CC78E0 /* PBXTargetDependency */, ); - name = QBImagePickerController; - productName = QBImagePickerController; - productReference = 0C2EECE3746F4EB339343338E8DF58D5 /* libQBImagePickerController.a */; + name = "React-RCTLinking"; + productName = "React-RCTLinking"; + productReference = EB254116145BE7B18FE7A76AE7C4E1CA /* libReact-RCTLinking.a */; productType = "com.apple.product-type.library.static"; }; - F0102D23D459EEB56B02B903CCDB36C5 /* QBImagePickerController-QBImagePicker */ = { + F42432668A0F81BE898F1FEA0D6A83B7 /* EXAppLoaderProvider */ = { isa = PBXNativeTarget; - buildConfigurationList = FEAB35D3C6B903DD6B295B1FDDCD730A /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildConfigurationList = 1C32006CC07DA731A4A3EB74DE490502 /* Build configuration list for PBXNativeTarget "EXAppLoaderProvider" */; buildPhases = ( - BFE1A06E52556ACC36C98E07CE077E23 /* Sources */, - 99B6313628E74B38D8F82EF345064226 /* Frameworks */, - 8B2D4A2F26A17705E13965414689D093 /* Resources */, + 9308D3939AFAB2C5117CBAD222E15FE1 /* Headers */, + 6B872F375232FDACC3D546EF9D28485C /* Sources */, + CEED69BFDF6A885185DB264BF3D59019 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = "QBImagePickerController-QBImagePicker"; - productName = "QBImagePickerController-QBImagePicker"; - productReference = B080CD3BC4A32C75D0070C7387C06CA1 /* QBImagePicker.bundle */; - productType = "com.apple.product-type.bundle"; - }; - FAAF4E02E860566B3DC4D95CD07D2F8E /* RNLocalize */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6B910ED90E7C2A099A44C9A8AFFF3BC3 /* Build configuration list for PBXNativeTarget "RNLocalize" */; - buildPhases = ( - 1C62769DD7F58C50F5BBF40FEA6A94ED /* Headers */, - 9E47017E9F6DBD903976F1312ACCF1EE /* Sources */, - 4E5DFDDED85973C9602D464BF47581CF /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 18022331084B10B31E0F8B94C0703899 /* PBXTargetDependency */, - ); - name = RNLocalize; - productName = RNLocalize; - productReference = EA67612F77627339B71E435C856B8D09 /* libRNLocalize.a */; + name = EXAppLoaderProvider; + productName = EXAppLoaderProvider; + productReference = 69CC59F76717160A7FDE7075460A59D0 /* libEXAppLoaderProvider.a */; productType = "com.apple.product-type.library.static"; }; - FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */ = { + F74A498BC0FACF43CAB2708F922AE3FD /* React-RCTBlob */ = { isa = PBXNativeTarget; - buildConfigurationList = FBC40A7F6CC2304CFC78A61E757FCC99 /* Build configuration list for PBXNativeTarget "EXFileSystem" */; + buildConfigurationList = DC087FFE35837AC44D3F77A49AFA0791 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; buildPhases = ( - CA08E1126E2EED28DC45A14AE3200DDD /* Headers */, - B53F6EED305935D2B2365FE6336F4F34 /* Sources */, - B8E263271A672B5588806F2987A6EFCF /* Frameworks */, + 2848B639CF67D4A54D7CCBDF0159840E /* Headers */, + 3E8FA71AB1A0FB4A68DD16A37A272225 /* Sources */, + 7AB0E7C4C3D703E74D2B6867A0C12B52 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 25FF94CB1F0E40824E1E6AF9F1F0421A /* PBXTargetDependency */, - 4F7FBAA168FB752BC980C4CB37D4732D /* PBXTargetDependency */, + 40EF02793DF5848F2A5DE0DD3B9983A9 /* PBXTargetDependency */, + CA4B478AE70D74E9148504D882722C9C /* PBXTargetDependency */, + D99F29B1884218EBCC6FCDA6FDF0D2D5 /* PBXTargetDependency */, ); - name = EXFileSystem; - productName = EXFileSystem; - productReference = 6E463C97A3400E6E9438829B0EC933F8 /* libEXFileSystem.a */; + name = "React-RCTBlob"; + productName = "React-RCTBlob"; + productReference = CFCD3DD864CDFD938D1B3F4DBE05C33B /* libReact-RCTBlob.a */; + productType = "com.apple.product-type.library.static"; + }; + FFE7652D1DAC696C7D28E4C18D77A3CA /* react-native-notifications */ = { + isa = PBXNativeTarget; + buildConfigurationList = D413F9BBAFE5A0823A8FFAAE14C18F43 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; + buildPhases = ( + 61698BC202FC782A51764864349541FF /* Headers */, + A3A72D9C509E5E11B45C460F4CAEE770 /* Sources */, + D942316A0869CB420B10C96B5ADCD215 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 54426D81F6E427B6F68EF2630724D8BB /* PBXTargetDependency */, + ); + name = "react-native-notifications"; + productName = "react-native-notifications"; + productReference = 15068F514A4938200C7B5796F969294E /* libreact-native-notifications.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -11900,8 +12043,8 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1100; - LastUpgradeCheck = 1100; + LastSwiftUpdateCheck = 1020; + LastUpgradeCheck = 1020; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; @@ -11911,103 +12054,104 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 9E845B58C9C2A153D96BF55CE67AD5B2 /* Products */; + productRefGroup = ED2282E542AEF7D7753197E82EF65B2A /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */, ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */, - 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */, - 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */, - A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */, - FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */, - 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */, - E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */, - B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */, + 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */, + F42432668A0F81BE898F1FEA0D6A83B7 /* EXAppLoaderProvider */, + 2F8CF410B0326B6DEB5A2CDA4E2A2D8B /* EXConstants */, + 8F9FB30742F24E06348CA6BB7BE816B4 /* EXFileSystem */, + 45018F5317EE8A727FB05D4B61A678A6 /* EXHaptics */, + 5ED05858D3E3C1599A062FB1C45FE359 /* EXPermissions */, + 240504C276270018DE05B3D0F038B1E5 /* EXWebBrowser */, D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */, 799B29F9D6DCE28B98CC259440382F20 /* Firebase */, 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */, 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */, 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */, - 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */, - 1DBC3090C8BE77C9F4202B0421E0791E /* glog */, + DF470A1028ED32C9E70DBDAA805F8802 /* Folly */, + 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */, 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */, D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */, - 427A5566E42596B2649019D00AA80F10 /* libwebp */, + 41A27ACB01F70C8C5C3ED9278AA25AF7 /* libwebp */, E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */, - C35209F3B3D372D77626B3D23A9EFD22 /* Pods-RocketChatRN */, - 7900D6EA9FD1303780BCF29B275DF5FD /* Pods-ShareRocketChatRN */, - E9E3AD07DBCF9200C61AD3238F10F0FC /* QBImagePickerController */, - F0102D23D459EEB56B02B903CCDB36C5 /* QBImagePickerController-QBImagePicker */, - C415E68F7D14EFE76D5D69A609C79476 /* React */, - CA155DFD4E455214BD46FB799E1E905A /* React-Core */, - 528ED92DB13350266F8213EE54C8BFD5 /* React-cxxreact */, - CAEFA118491E382CE5B574F2E27E94EC /* React-DevSupport */, - E7CEF81CAD5237DFC20F8D2F5C20ACCD /* React-fishhook */, - 68378979F5877023E3281780FBB7481E /* React-jsi */, - 7B12853C280DA2A0481D23B289724433 /* React-jsiexecutor */, - 2BCFAED62710F274CC587CEB62B9A16A /* React-jsinspector */, - 98E4FA9206DB3CD4B583BFA69BC2FB2C /* react-native-document-picker */, - 618670D09032F19B46AF1FBDA9923E6B /* react-native-keyboard-input */, - 49671D93ABEF7B79816BFCEDA4818018 /* react-native-notifications */, - B3C26471B7A1783724AB9857B72F9BB9 /* react-native-orientation-locker */, - AA0A6F2AE959EF86430EB3F762F0D878 /* react-native-realm-path */, - D1DC98384D018186AFCB20F988CF3458 /* react-native-splash-screen */, - 5D488505C2C2B7C420A54928E48A36AD /* react-native-video */, - 919D9DC0A51EE5D3E459FBEB73B8B955 /* react-native-webview */, - C836169522283AFFC01E381229A3449E /* React-RCTActionSheet */, - D2039495C87791A1938EC6C0922E5B33 /* React-RCTAnimation */, - C8896B616E4A848E70C80E6B7334B632 /* React-RCTBlob */, - 959E0025C98D0201AEDAE0CEA5C2516A /* React-RCTImage */, - 96AD9E66465072A50C86623B0973086B /* React-RCTLinking */, - 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */, - C32D55FEA182722BB25597D4E80E67CB /* React-RCTSettings */, - E3FC033051FA5676AC2B6B1089FD2A59 /* React-RCTText */, - DECE7A88581E5117E7A465B57E55D658 /* React-RCTVibration */, - 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */, - AD356B1CDB2188451AB519896EB39251 /* rn-extensions-share */, - 9796048FF7E134083560FA57C0A09FB3 /* rn-fetch-blob */, - 912BD21A871F9BCC399B6211788498BE /* RNAudio */, - B4C505DE6DFFC6EB6319CEDC08B364D1 /* RNDeviceInfo */, - 04FCE79D0A22829D9A4EBD84294A52E2 /* RNFastImage */, - 6AB9A1E08C9212B7012060492EB79C26 /* RNFirebase */, - 5F4262955306D07C956AA7D0CA50549D /* RNGestureHandler */, - 88C0BF32377A1B0FF918F73BDAD3089C /* RNImageCropPicker */, - FAAF4E02E860566B3DC4D95CD07D2F8E /* RNLocalize */, - 9F99514E34D566400A205BF4ECBCC208 /* RNScreens */, - 9676E9E3B8F0E7E8CAAD8CA8F2EAE58E /* RNUserDefaults */, - 8854F6B1A9C01495D6201A67B8A8762E /* RNVectorIcons */, - 4903CAEAE5D64F277012A848C645658C /* RSKImageCropper */, - C3EB40F0A847A936227A474B5E8D66BF /* SDWebImage */, - 4C21E5387C02BFF1BCC718904F7DBCDC /* SDWebImageWebPCoder */, - 5B2A241066DE910F55AAE47D3A045F76 /* UMBarCodeScannerInterface */, - 6270570549FCD306735A2964D34291EC /* UMCameraInterface */, - 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */, - 8601F7B19425496C5312C6F111D6E777 /* UMCore */, - 514E6E3AB554A8E3882D69710CF78F5A /* UMFaceDetectorInterface */, - 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */, - 9562090F28DE880A62FCD90995380CCB /* UMFontInterface */, - 68F0C188B4E9C1C7092217508F848185 /* UMImageLoaderInterface */, - 76CC3A2D036B8B64B5F70A7078274100 /* UMPermissionsInterface */, - 966EA574C8E1C978B04E5737F2A7254B /* UMReactNativeAdapter */, - FBCD7290C933DD8419DE4A5DBFBB4B18 /* UMSensorsInterface */, - 27885611ACF01B70F7F60ADF4A7D43D3 /* UMTaskManagerInterface */, - B41A5688DB0CDE458BCF4B286AE9D098 /* yoga */, + 32A3B35D930A76BB20877855518F43C7 /* Pods-RocketChatRN */, + 75D8F7D2C82DF708A04994DC005AD9A8 /* Pods-ShareRocketChatRN */, + 8DE3C1ADCD852EBCEE604A558D45AA4C /* QBImagePickerController */, + 9856D7AE82CF0E8587628DB4576F1654 /* QBImagePickerController-QBImagePicker */, + D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */, + 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */, + 3A15CD84BD492426DC82F44685C9083B /* React-cxxreact */, + BEB1CE836D8C73E87E13A613FF4260C8 /* React-DevSupport */, + 7651863001A946A72D0A291B4571C795 /* React-fishhook */, + 940584898CBF891FCCBD5FEB550AE7D5 /* React-jsi */, + 4D0816301F6CEBE4FBDA197F8FF33076 /* React-jsiexecutor */, + 8B5C8AF652AE6B80A89243C59EE8D789 /* React-jsinspector */, + 9BEBECB74DA7EB85F9CBBDCD86773E2A /* react-native-document-picker */, + A2D3E1472FC63D93628C4A1CD76B048C /* react-native-keyboard-input */, + CC1C921020F74D84A65DCA50ED477F91 /* react-native-keyboard-tracking-view */, + FFE7652D1DAC696C7D28E4C18D77A3CA /* react-native-notifications */, + 0E42F44C118F74854B3E7EA2250E50CA /* react-native-orientation-locker */, + 6BFF63EB65229754461AE235A2D9DFE8 /* react-native-realm-path */, + 5F5A7ABB9250359B65C5898C226972A3 /* react-native-splash-screen */, + C3DCE8DC8B0A22CBB9BC32B7679F440F /* react-native-video */, + A88D56618644DA6D24743D608EED79AA /* react-native-webview */, + 9825963C45F2D3AF9E1F39CEA2D6A3CE /* React-RCTActionSheet */, + 8F45415D70B4B8AD22EE66ABEECB2F1F /* React-RCTAnimation */, + F74A498BC0FACF43CAB2708F922AE3FD /* React-RCTBlob */, + 6ED4A9C0E44E782CA0396DD39B827099 /* React-RCTImage */, + EFADBFF995FA59153BF4BFF831937E6A /* React-RCTLinking */, + 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */, + 1235A03F7DFFF02CBDBA4F307A53B14E /* React-RCTSettings */, + 1B2D57F438BB2AA7350DD32E7F4F4AA6 /* React-RCTText */, + E32787950696B75FA5E263E5CCAB9FDB /* React-RCTVibration */, + 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */, + CBE6EA70C0DEECECAE16DB00717145E3 /* rn-extensions-share */, + 7094569F2488F4CA30A017B4CEA25032 /* rn-fetch-blob */, + E3CA180101DC4BD7F3AFD727C8DCDF4F /* RNAudio */, + 9697ED9079A6935BE55AEC2E2C236A25 /* RNDeviceInfo */, + 4ACFFE0534A988E2B80B6B369A72D6DB /* RNFastImage */, + C0492A956A6727A42C28F23A51D9CE02 /* RNFirebase */, + 937F8A519C79095C763BF07054D07825 /* RNGestureHandler */, + 19F722576EC250DD914E060FA79CEE85 /* RNImageCropPicker */, + 6857E4DE33EB4FF1B9F3F0A9E659A5A8 /* RNLocalize */, + 9E5F89794487A4D31F3E4B4C7C6E6203 /* RNScreens */, + 09F1FC25963913E654C70CC471A5F75C /* RNUserDefaults */, + 3D46F4674A72D98AF9C2A357DD1D534C /* RNVectorIcons */, + CF49050485BE5CBEFF2CDD050898370F /* RSKImageCropper */, + A2D209CF47F9A1371EB8ABD4E8E9BE76 /* SDWebImage */, + 76B0EDFC91EA4A672DB56E46044E27E0 /* SDWebImageWebPCoder */, + 79C1A2CBA6641D19D3387E565BDB9E68 /* UMBarCodeScannerInterface */, + B3FD7F79EC337D5ED12A92ADB21D92F0 /* UMCameraInterface */, + D6CDBA4F567B018F442382D2520D6D27 /* UMConstantsInterface */, + 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */, + 0CACAA2090CDFE53847B4982708DA0C0 /* UMFaceDetectorInterface */, + 031F6220C2D49E4AD5F61FAA0ECADF64 /* UMFileSystemInterface */, + 42596A45EBB71AB1A96330476B19FB67 /* UMFontInterface */, + 50A940670A90AB8FB959E0A1AE922317 /* UMImageLoaderInterface */, + 037B3080D17C0918F3E81F3A1BC9210D /* UMPermissionsInterface */, + 46B8C172A3410E1C530F6E2A1D20AC3C /* UMReactNativeAdapter */, + 3B235D684B47AC9D454CEB2E2928086B /* UMSensorsInterface */, + D601F4DF05759D283B5E468ED87B1030 /* UMTaskManagerInterface */, + CC2BC3A15EC58E2862697C87EE2717B9 /* yoga */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 8B2D4A2F26A17705E13965414689D093 /* Resources */ = { + 697094B479871310D96B9B1B46613A1B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - DA2D7EFF6A8FB1E32A4E15339341868E /* de.lproj in Resources */, - B3B334DD322C05071BE3646DFF8DBDED /* en.lproj in Resources */, - 733B288330BD234FD91211274F324A97 /* es.lproj in Resources */, - 01A6356CA846EBCD09368C15062A97E7 /* ja.lproj in Resources */, - 0825817E8BAEDEBCE062BD8945FFCD32 /* QBImagePicker.storyboard in Resources */, - 575AF1C1A204F00EA92275BCFF1E39BB /* zh-Hans.lproj in Resources */, + B24E1389AFB5F9410CAE806D3F7D035A /* de.lproj in Resources */, + E7737FB1EFB818399019826DFE20D271 /* en.lproj in Resources */, + 7B2E2DE87DA8845D10509A5C723DEA22 /* es.lproj in Resources */, + FEF0F5AA5ECACF083AF0155CA9D793EB /* ja.lproj in Resources */, + C98B526106D477377A3D2358A5A776E2 /* QBImagePicker.storyboard in Resources */, + 1264719FCE1651F4E7563432D0E3789A /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12033,90 +12177,235 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0238FDE03D1E45C069B5794EBFC480B2 /* Sources */ = { + 035699814EF59405B0A561FFF4D9D6D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 653D6692F9CA03EC481A0F686D26B512 /* QBAlbumCell.m in Sources */, - 6B2C3C23FCC7F31F5D41D3FD8D7E5371 /* QBAlbumsViewController.m in Sources */, - B8DAF2F98D5B3F5516512425FE73D756 /* QBAssetCell.m in Sources */, - 2EF84CF1499AFB1BA39C38B5A682FB80 /* QBAssetsViewController.m in Sources */, - E4E5D74C656313DEFA33BFCB7B6D37DE /* QBCheckmarkView.m in Sources */, - C934E13A4D75669C2EEA2AD2EF28199E /* QBImagePickerController-dummy.m in Sources */, - AB51AF03A96BA177BA3FF2FC6CDC27A1 /* QBImagePickerController.m in Sources */, - 0A3F71A88A026F84D91B53A6E307E063 /* QBSlomoIconView.m in Sources */, - A469DD52EAE62B55CA4EA86D18ED78A3 /* QBVideoIconView.m in Sources */, - E73F36FEFC8D1D06603A60E8EE70A371 /* QBVideoIndicatorView.m in Sources */, + E4F0F50BC390FBC55A1D85E62FF43ABA /* JSCExecutorFactory.mm in Sources */, + 0A9D411367BE5781A00685A4BC95FB59 /* NSDataBigString.mm in Sources */, + 2F012CD8D93FF5E95B6AC90F6A05186C /* RCTAccessibilityManager.m in Sources */, + 0D9CD2A663AEC231D949A4172B3C7896 /* RCTActivityIndicatorView.m in Sources */, + F374A0D21C028B013B39652E9DC639F4 /* RCTActivityIndicatorViewManager.m in Sources */, + 4218CAC8F2F49B808DB3A9B9B7A3A147 /* RCTAlertManager.m in Sources */, + C91EE6074BB836754AA94B0F00523E0B /* RCTAppState.m in Sources */, + 89566A7156B72EDAABCF0CC68DED3550 /* RCTAssert.m in Sources */, + 95C1BC1F5D3B7E00EEDE1CCC648A0B6A /* RCTAsyncLocalStorage.m in Sources */, + ECA81748BCA77A68A414E2993E61A1F8 /* RCTBorderDrawing.m in Sources */, + 6BC3D75123682A36C15BCD2242B52F4A /* RCTBridge.m in Sources */, + CAC6A78FC245C1593528FEAEA8584C63 /* RCTBundleURLProvider.m in Sources */, + FB2AB601CE30B50C52921DBD1469CD0A /* RCTClipboard.m in Sources */, + 72E59FEC23BF3A64032923ED1160A787 /* RCTComponentData.m in Sources */, + 0BA5AD7E6C483709042A994AC31357C9 /* RCTComponentEvent.m in Sources */, + 1DDD13E6009DFCDDB3943B757E698B8E /* RCTConvert+CoreLocation.m in Sources */, + EEC0714D02252AE9DA239B111554C389 /* RCTConvert+Transform.m in Sources */, + CC9B140476E8C0050C5D47E5A3D97C23 /* RCTConvert.m in Sources */, + 0FC744DB60D870CC3DD9138BC4B74701 /* RCTCxxBridge.mm in Sources */, + F42D3263E6811029B63B260D43B8E1C7 /* RCTCxxConvert.m in Sources */, + E6C1690C8669A576AAFBF976B4BBEDB3 /* RCTCxxMethod.mm in Sources */, + 8FE5282194C906967C5F04DCAF5B0475 /* RCTCxxModule.mm in Sources */, + 6E12A1FEA58F01047073C7E1C312A904 /* RCTCxxUtils.mm in Sources */, + 5FE827EB19BEFEC487BFBD61B4259A4A /* RCTDatePicker.m in Sources */, + 72CC49A48870291D9303655BFD023120 /* RCTDatePickerManager.m in Sources */, + 4406763C17EF09C1C5D37707F5EFDBC1 /* RCTDeviceInfo.m in Sources */, + 7C00AE5BC035B8339EC73D0ADB744EBC /* RCTDevSettings.mm in Sources */, + C9499C39F4991FFDDBD2F1043718B116 /* RCTDisplayLink.m in Sources */, + A264CB87E1F33A3E9B9ED68480B23E5B /* RCTErrorInfo.m in Sources */, + BC7D97D67C388EA7DF6EB417D56DE605 /* RCTEventDispatcher.m in Sources */, + 1086BE02065108E924576531C23DCCFD /* RCTEventEmitter.m in Sources */, + 0F8227F7AC9E84ACA1B7C386301323FE /* RCTExceptionsManager.m in Sources */, + 7FA02941BF1AA76681E566164CAE323C /* RCTFollyConvert.mm in Sources */, + FA8DAF65FEA652342B41C147C61585F3 /* RCTFont.mm in Sources */, + 03C8B38F6FF104A7BAD87574DEA776D1 /* RCTFPSGraph.m in Sources */, + 2E398AD28BADCFCF74A2CC1E873CB0E3 /* RCTFrameUpdate.m in Sources */, + 43CFBFEB9C729FC13326C98A3B461351 /* RCTI18nManager.m in Sources */, + E949BAE9904381BBA90CA9BC7B3CF9CA /* RCTI18nUtil.m in Sources */, + 037E3EF5A01E3425C4804E46649BEC7F /* RCTImageSource.m in Sources */, + 36DF865CA2544364608CDDC2344B9204 /* RCTJavaScriptLoader.mm in Sources */, + 554817FE45290E538BDBD4001D91E16E /* RCTJSStackFrame.m in Sources */, + 2848AAAE937BACF171E977E37D5E775D /* RCTKeyboardObserver.m in Sources */, + C22C674A18190B408ADE57BB9048BBA2 /* RCTKeyCommands.m in Sources */, + 52DE588528BBB6F870534101F5E4A0B2 /* RCTLayout.m in Sources */, + 658F10040090B034309943E23C68ADF5 /* RCTLayoutAnimation.m in Sources */, + 0A99204FFC0C48FED60780352F85C6FA /* RCTLayoutAnimationGroup.m in Sources */, + C6E34B450AAD4C67F54742B7A6AF759F /* RCTLog.mm in Sources */, + 423532359081AB27942969C76BA69575 /* RCTManagedPointer.mm in Sources */, + 5ECCC610EA625CA3B65D6B92C8EE5E6D /* RCTMaskedView.m in Sources */, + 5B7D674385D8A46CBE20360D691FCDE0 /* RCTMaskedViewManager.m in Sources */, + 5834AFEEC82F997261F818AD533C6A98 /* RCTMessageThread.mm in Sources */, + D27DA1DDEA29E6891D1D2B27A42B94EE /* RCTModalHostView.m in Sources */, + BCD15F9C1617C7B816EA32A3588FEEFB /* RCTModalHostViewController.m in Sources */, + 211B76C2C81A7CE890C6AB39EA1BC2F0 /* RCTModalHostViewManager.m in Sources */, + EF7BFE564000414C367A59ADCDC31F03 /* RCTModalManager.m in Sources */, + EFCAD1C100D5B5FA013E6B1860E3D22F /* RCTModuleData.mm in Sources */, + 922B281B98F20AA18BDECDBC6BB270E8 /* RCTModuleMethod.mm in Sources */, + 5DFD1DCBFAB9DCD69413711BC5204F96 /* RCTMultipartDataTask.m in Sources */, + A5F52B336FFAA1947C99DB242B0634BA /* RCTMultipartStreamReader.m in Sources */, + 277166D722389B7E4A3C2DA791C32C45 /* RCTNativeModule.mm in Sources */, + AE6154B24F7DDCDAF88BF00BB42E9E83 /* RCTObjcExecutor.mm in Sources */, + C8EB2E66216D2237F63C8A935CE7F330 /* RCTParserUtils.m in Sources */, + 53FF2CFA8FBDA72AD3A37C2FA119EDA1 /* RCTPerfMonitor.m in Sources */, + 2D118C54ABA7EDA8FDC334A7362967CD /* RCTPerformanceLogger.m in Sources */, + 6797F1DF3187B1DD2D87A7247592D709 /* RCTPicker.m in Sources */, + 82CAAE9D9C5C09FB05623570B6AEA3E2 /* RCTPickerManager.m in Sources */, + 93E5C91116BED1980589E8A4E3C512E8 /* RCTPlatform.m in Sources */, + 65E6C1A6D8D1C25B1BC58692F1C8F39D /* RCTProfile.m in Sources */, + 5838357B45311F2D90B440F565409F86 /* RCTProfileTrampoline-arm.S in Sources */, + 04FC71C610E37869176D6EC346FFDC32 /* RCTProfileTrampoline-arm64.S in Sources */, + 3A8E8E83E5446F0DD294FD19AED187D6 /* RCTProfileTrampoline-i386.S in Sources */, + DD0F03971A2693EB69C87AD503A6F186 /* RCTProfileTrampoline-x86_64.S in Sources */, + 60203DA0DF46D6DCB0E3EA12815198ED /* RCTProgressViewManager.m in Sources */, + 97F3C98434D00D9CE77838C1982790E3 /* RCTRedBox.m in Sources */, + 5EE224ECCA19B6B1A7453904BE7250D5 /* RCTRedBoxExtraDataViewController.m in Sources */, + 6F6FDF2C14EA525208F95B196E89506C /* RCTRefreshControl.m in Sources */, + 52A2F913D8A61E62DEFF8CB797000AFB /* RCTRefreshControlManager.m in Sources */, + 066B48FF7191E487AE77D0E9CCBE5EAD /* RCTReloadCommand.m in Sources */, + 26E482C4AA197F30D0A8C9AE1519825F /* RCTRootContentView.m in Sources */, + 7AC4FC8D740E16EB6FD13D009EC338B3 /* RCTRootShadowView.m in Sources */, + 067BD8222ADF05B07E8D6B651FE3EA09 /* RCTRootView.m in Sources */, + B4D52D449C1B17A4645D95CE60C4167D /* RCTSafeAreaShadowView.m in Sources */, + A5E52B4CFA9830EC9FFBFBB0C6B1C18D /* RCTSafeAreaView.m in Sources */, + 6B5FC8FA8F01E7AE46ED4E8DAA0AF751 /* RCTSafeAreaViewLocalData.m in Sources */, + B4CB9C712BD0A25B719DD009CEE74262 /* RCTSafeAreaViewManager.m in Sources */, + 2BF325D38582425BC0568F61EE13DE43 /* RCTScrollContentShadowView.m in Sources */, + E5A87D9D7A316AE8FC471CC3DE5AA62B /* RCTScrollContentView.m in Sources */, + 6E1A4DBF0966C263441DB10B09592357 /* RCTScrollContentViewManager.m in Sources */, + 0769B0C7B58DD953E77A375E104DDB65 /* RCTScrollView.m in Sources */, + 55B5900A09AFE1CDBBF1BF5E576A62D1 /* RCTScrollViewManager.m in Sources */, + 4EE52540A911807590ED701018873BA5 /* RCTSegmentedControl.m in Sources */, + E0D3A11E7419FA0429DBE7660600D5C0 /* RCTSegmentedControlManager.m in Sources */, + 359BD69BAAFB6E54242AFDA6A9EC43B5 /* RCTShadowView+Internal.m in Sources */, + 91A5D05A53A19B17288470B5F390338A /* RCTShadowView+Layout.m in Sources */, + A1CDA9BE1FCD3394010612267B843346 /* RCTShadowView.m in Sources */, + D5D0DE8C80B3DC501ABC3381BC802224 /* RCTSlider.m in Sources */, + 3F732486D2B9A746F04E3F6EF848B8D7 /* RCTSliderManager.m in Sources */, + 9B98A1B34FB66DD9CC58A69B8D9206C2 /* RCTSourceCode.m in Sources */, + 3B6B37F9BA1CFD7541A96CB834B304B8 /* RCTStatusBarManager.m in Sources */, + FEB07EFB2C84C847FABC4E42A30B7DDE /* RCTSurface.mm in Sources */, + 83CDD62735441356E95BB2595BDE43FB /* RCTSurfaceHostingProxyRootView.mm in Sources */, + 381D27735C044400B8D80922CE2F858B /* RCTSurfaceHostingView.mm in Sources */, + BF3353F85F1C600FFC90E8ED57A3405B /* RCTSurfacePresenterStub.m in Sources */, + B48ADB3E0EEA8FEC304EDF6EE5ADD11A /* RCTSurfaceRootShadowView.m in Sources */, + 84E4C2D261349B19AFBD253F21AE7F6A /* RCTSurfaceRootView.mm in Sources */, + 00EED4736E548F17F10911461FD4DAB6 /* RCTSurfaceSizeMeasureMode.mm in Sources */, + BB47DD95D7D7BC60B759A447A2F40EF5 /* RCTSurfaceStage.m in Sources */, + F10895B339D8594F861238E27A2A8C6C /* RCTSurfaceView.mm in Sources */, + D7C69643EAA0BDFC261CC66D2D3B8DDC /* RCTSwitch.m in Sources */, + 7ECC59580258A9270F8887D330F876E9 /* RCTSwitchManager.m in Sources */, + 7C8321044AC18DF6DE4A52899D74E6BA /* RCTTiming.m in Sources */, + 5DCCEE1BC7B44E275E76917396273A78 /* RCTTouchEvent.m in Sources */, + 12B0AFE9DABC324D5634C08A31106806 /* RCTTouchHandler.m in Sources */, + 0681CB1459BE7309030062673A812215 /* RCTUIManager.m in Sources */, + E87D80764C10E7C62131C126A79E7D68 /* RCTUIManagerObserverCoordinator.mm in Sources */, + 8F14E2DC339A3E306EB4DCAC565C3E5F /* RCTUIManagerUtils.m in Sources */, + 29526446B26E288197FD07A6D882DAAF /* RCTUIUtils.m in Sources */, + 5E7DEC6CC50E4916F1F8F461AAFF14CE /* RCTUtils.m in Sources */, + 99C0D50B1FA28A61EE6B75179D8B6A39 /* RCTVersion.m in Sources */, + E57E8968AF59B98A5E61510742F121D8 /* RCTView.m in Sources */, + 8CCF58D32837B7B8169C72A00AEFF0B2 /* RCTViewManager.m in Sources */, + 8DFC1FA1EE0DAEB09B7CB4B37B3583D4 /* RCTWrapperViewController.m in Sources */, + 6B9734C6A6DC2D2D2398E1E24ADC7945 /* React-Core-dummy.m in Sources */, + E48858E5ACFD3169F7E2646756A5034E /* UIView+React.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0FB8F09DF6D07F1952802C1176B8455B /* Sources */ = { + 11E2CF7E05473F6FF5C575EC83D14546 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 17AAFAC878CE673F657F600746C690AF /* SDImageWebPCoder.m in Sources */, - 66733ADAECAF6AC3D34E0D923B414519 /* SDWebImageWebPCoder-dummy.m in Sources */, - B84E8D5E14E8454795F43708312855B4 /* UIImage+WebP.m in Sources */, + 04F55686DB8C608578BB43A32BB6546B /* NSBezierPath+RoundedCorners.m in Sources */, + 1220144BD96301B9173D1B51E921136D /* NSButton+WebCache.m in Sources */, + 50E573114AF3CF478624DB7200A00789 /* NSData+ImageContentType.m in Sources */, + BE5C008367CDDC860BD8DD7A5A970C49 /* NSImage+Compatibility.m in Sources */, + E5591412E108E15E19F319ABC1D09146 /* SDAnimatedImage.m in Sources */, + 167FA096752A788280E089D4C1CF2DE7 /* SDAnimatedImageRep.m in Sources */, + 9B73B0C3922553E0BD6AEF61874D30D8 /* SDAnimatedImageView+WebCache.m in Sources */, + A2B5237269DD42147D934BE5EE0D8B1B /* SDAnimatedImageView.m in Sources */, + A4D7A1F3A8A3AD5185FEA6DB261BB33E /* SDAsyncBlockOperation.m in Sources */, + 587E3D83854D9EE04D482E7130D657AD /* SDDiskCache.m in Sources */, + 504C3CB0152C80A713F8C55A11E67FFE /* SDImageAPNGCoder.m in Sources */, + D00E3242F740FC0331E962AEBFC13BCB /* SDImageAssetManager.m in Sources */, + 07AC8868F53D788B03BAD0EF62A0F125 /* SDImageCache.m in Sources */, + F4CE03278419E2490AB93EBB7A89340B /* SDImageCacheConfig.m in Sources */, + 50306D7C9C1A08B691DE51D849A6C6C5 /* SDImageCacheDefine.m in Sources */, + D4EB74A02410235AD9250DC620A40C38 /* SDImageCachesManager.m in Sources */, + 9066EFFFC3C4FEF32486AB096F313C05 /* SDImageCachesManagerOperation.m in Sources */, + 36ED7FA95180F9FDC4CD278988AD29CF /* SDImageCoder.m in Sources */, + 415F6412E96134BBFE1C8AB430D39829 /* SDImageCoderHelper.m in Sources */, + 5E72A09FE0CB0EB6463F110B8352EB80 /* SDImageCodersManager.m in Sources */, + 3DD490C9393C8161C20BF70CF6FB0210 /* SDImageFrame.m in Sources */, + 9719A51BDE30DCC17DC10D315F696C83 /* SDImageGIFCoder.m in Sources */, + 6C5AC4204D3751A6FFDFAFBD3BD35891 /* SDImageGraphics.m in Sources */, + CC7BAF3DDB35435C9DFEC7A08D276581 /* SDImageIOCoder.m in Sources */, + 60EDE35AD65DD41FC716197E4DD3D7D3 /* SDImageLoader.m in Sources */, + E8AE6B320967730E0477B5AFAF87032F /* SDImageLoadersManager.m in Sources */, + E72F733F4014C73E07C348927D75EA2F /* SDImageTransformer.m in Sources */, + CAE5CE44B167F6AEA104DD004C2EE4CB /* SDInternalMacros.m in Sources */, + 9BC70B4F4336D1E071888FAE1755134C /* SDMemoryCache.m in Sources */, + 07FA7C83F1881C31DDF6C18E849EDD6D /* SDWeakProxy.m in Sources */, + 116BC0AEA8BB04CB9223D1D430A5AB24 /* SDWebImage-dummy.m in Sources */, + B88126A6D23C313D20DC53DAC7770BFA /* SDWebImageCacheKeyFilter.m in Sources */, + A46A8306F9D0482F876A3007F66B9C3B /* SDWebImageCacheSerializer.m in Sources */, + EB59E8B88CAE74B2AA6E2366FF45BE2B /* SDWebImageCompat.m in Sources */, + FB955584CBB40819ACAC058C4AC8F0C8 /* SDWebImageDefine.m in Sources */, + 76680234060655B2FECCCB37B2B279C6 /* SDWebImageDownloader.m in Sources */, + 5E2324430588F24F0978672D3379B213 /* SDWebImageDownloaderConfig.m in Sources */, + 8FD2B391784D6A6DC6FC426B1B3BF1C5 /* SDWebImageDownloaderOperation.m in Sources */, + E7DBC8260DD19AB0C025B71E728155E8 /* SDWebImageDownloaderRequestModifier.m in Sources */, + 799F6F0F9453BB4833F781E62388C84C /* SDWebImageError.m in Sources */, + 2444E71B846F6FF72E2C93DECC46496F /* SDWebImageIndicator.m in Sources */, + 9A6522C06C96FBA9F20D138997B1309A /* SDWebImageManager.m in Sources */, + FA69CECC9599F784166C7C07A3D336C0 /* SDWebImagePrefetcher.m in Sources */, + 32C6D11928EB7B52165B7D2A6D42EE38 /* SDWebImageTransition.m in Sources */, + F383A3F187A671ECE7D7B033208A6AFD /* UIButton+WebCache.m in Sources */, + 33ABE333D8CF09D3B8AA2F0C29F62ED5 /* UIColor+HexString.m in Sources */, + 59A721A22F83374C390BFEB7E9563A19 /* UIImage+ForceDecode.m in Sources */, + 34E6D49DAA2E82ABF2C9E2440179A4FC /* UIImage+GIF.m in Sources */, + B25A99F69F07D129E1EBF61B6637C10D /* UIImage+MemoryCacheCost.m in Sources */, + 55DF39334919486700FA5DC09FF22C92 /* UIImage+Metadata.m in Sources */, + E01C4686DC6EB15CDBD6338CA9BAE08A /* UIImage+MultiFormat.m in Sources */, + ADCFBB5ADF71997A3B41D448EF768E30 /* UIImage+Transform.m in Sources */, + 7013F57C047EC2ACA305A06BE1C6CA21 /* UIImageView+HighlightedWebCache.m in Sources */, + 1E795483BD4668C674BEF1071FE4F8DD /* UIImageView+WebCache.m in Sources */, + 981AA9568981EB7A444C54680035EDCC /* UIView+WebCache.m in Sources */, + 76E9436D5BDBBFFB8C6D483D22D499E4 /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 137C6F1BFE41A684D42B14E7FAA9E150 /* Sources */ = { + 13687D9227D6167DBB3CAFBD17926A5D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9F75E47761C089B7E8640CF52EF104C3 /* JSIExecutor.cpp in Sources */, - F77F888B8E605627A6FAF2246DBE69D7 /* JSINativeModules.cpp in Sources */, - 12DCAE33B921924384D38CD3E0A5BAF2 /* React-jsiexecutor-dummy.m in Sources */, + 46AA158ECF2FB6C747BA4140E4C17EB8 /* RCTLinkingManager.m in Sources */, + D031E690C94349863F68EADB02E37040 /* React-RCTLinking-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 149324490E91F66CC800385ED9BB4E27 /* Sources */ = { + 17123FEC88A1CA6EC280C074C687BA39 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F43162B87087AEA0D68AB1E34E264297 /* react-native-splash-screen-dummy.m in Sources */, - 7A5D0046FFB56AF0B095D396547F8AD6 /* RNSplashScreen.m in Sources */, + 2C9CFB52954426249511FC7F293FAA5B /* RCTVibration.m in Sources */, + 0A321B4B7EF5803AE00818A84786880F /* React-RCTVibration-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1B5973E543D14E5922450D47E24EA2FC /* Sources */ = { + 1BFB61414C9E458B5A336F8EE3560CD2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D42F4D72BEFB164F4D3A7436291D8EAC /* RNScreens-dummy.m in Sources */, - D8AC56A17AD902B7F361FF5AEF4CC356 /* RNSScreen.m in Sources */, - 5155B4B203A3F60628C721854F1004E0 /* RNSScreenContainer.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1B94908E5AAB0633D706833FD4C4D447 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2CCD453AE95A962492B73A67683FFFFB /* RCTDevLoadingView.m in Sources */, - 4CCB4AD3F3ECB6C549DC0E0120B7FB59 /* RCTDevMenu.m in Sources */, - AA4DA59EE3126E324AAD6992870C743B /* RCTInspector.mm in Sources */, - 8AFF99550C807777CB3668977DB6CBCD /* RCTInspectorDevServerHelper.mm in Sources */, - 6B2421B49B3C223F0E29CDEE3E0663F1 /* RCTInspectorPackagerConnection.m in Sources */, - 190C1BD6A9182F9BCE73A20B9D34C3B0 /* RCTPackagerClient.m in Sources */, - D703A23676E5AD06B75687FA7C52C93B /* RCTPackagerConnection.mm in Sources */, - 6F79205D4F984A3915A1BE42F6615246 /* React-DevSupport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1C250363840E22468094B3D1978C43AC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1D0128A2E054FE60F4E7324F1B85E163 /* UMModuleRegistryAdapter.m in Sources */, - 8C6D57F4E798BCACB9C8A8322EFED5C0 /* UMNativeModulesProxy.m in Sources */, - 279C0E8D68DB6832E7EA1D555879B875 /* UMReactFontManager.m in Sources */, - FE45A8CF64430504EFC1744BE7BE0945 /* UMReactLogHandler.m in Sources */, - 1B7CD630EBB193A946DFD2D49417AF9E /* UMReactNativeAdapter-dummy.m in Sources */, - 9F6095BCA37F6D42D57C4815EE4FDE3E /* UMReactNativeAdapter.m in Sources */, - 149E517B8856AD05286DBBAECECA2EF6 /* UMReactNativeEventEmitter.m in Sources */, - 565DB009F7951A9EBADB16F90DE5C5CF /* UMViewManagerAdapter.m in Sources */, - 0C3144C5807E7D1541C84ACAACD490AF /* UMViewManagerAdapterClassesRegistry.m in Sources */, + EFE9174EBF9A9D87986AF7E122A2ADD3 /* event.cpp in Sources */, + 1485556A6B9E5A7FB0D15C0BDB7F97D1 /* log.cpp in Sources */, + 19E9FE4F0F411408A961E4DE2F543913 /* Utils.cpp in Sources */, + 242340FDE2244174E94D222F68AE81DF /* YGConfig.cpp in Sources */, + 94B1EF3257B5F0EB255D3EA39A1573FE /* YGEnums.cpp in Sources */, + CD1E6D3C3AC8BD633199B7E727AA81FC /* YGLayout.cpp in Sources */, + AF484958F1EAFA004B96806E0D1BAE45 /* YGMarker.cpp in Sources */, + 206C60D20721D2E29B615A63762CC9E1 /* YGNode.cpp in Sources */, + CBB6468C8301D2D585E47A07244FB548 /* YGNodePrint.cpp in Sources */, + 0CA04B69A8D898585701B1536662FE64 /* YGStyle.cpp in Sources */, + 72804478DBA50F77B054950C86DF9196 /* YGValue.cpp in Sources */, + EC1C0D314982B8ABF25A807850164250 /* yoga-dummy.m in Sources */, + 64234B3E6C60B59F501F230DCC723A3F /* Yoga.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12141,76 +12430,78 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 292310AC1ACDD8EBFEF69008F27A606E /* Sources */ = { + 2052AD07AFB708AE90A98BF5AEBC66F4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 441CC59E05CD1798A940EABEC9260FCC /* EXConstants-dummy.m in Sources */, - BFED0E108BCCB32ADC7B04527528CB87 /* EXConstants.m in Sources */, - 6BB06CB7446BCBD59FD95F327DF028BF /* EXConstantsService.m in Sources */, + 78E9B5B35E7BFE476ED9204B13A1B08C /* RCTVideo.m in Sources */, + 2E137E7C7A69821C6594D1B367356749 /* RCTVideoManager.m in Sources */, + 45E7E3018C1FA271072B926776AA829E /* RCTVideoPlayerViewController.m in Sources */, + C49C084422D5563407F8E5C7152007FB /* react-native-video-dummy.m in Sources */, + 96DDED5C6B2D41E96050FB60D9C4FC41 /* UIView+FindUIViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2D2F3E0F36818DF2352B4BC75938E327 /* Sources */ = { + 26BE9F7104206BA3E6EEC772CC53FBEF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FB34ED6FE582A8710795FE3D084586BE /* RNVectorIcons-dummy.m in Sources */, - 483C15C210FE8BE0B7A96E3A2F2BCFAA /* RNVectorIconsManager.m in Sources */, + D4DCBD3512E2A49BA6544BC5C63390A0 /* DeviceUID.m in Sources */, + 698D3B7846A7DD3880B219A29D315179 /* RNDeviceInfo-dummy.m in Sources */, + 6452C60C00190C2FDDAD61162E0C84FF /* RNDeviceInfo.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 377A1C5C8D457CF942A92A85CCE44799 /* Sources */ = { + 3C75B092FD2386C08CF6A97AE6A3660C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1E8C6B62C507DCE5E822639CD614C7B8 /* DeviceUID.m in Sources */, - E87E973ACE148BB95136C1819A410050 /* RNDeviceInfo-dummy.m in Sources */, - 952C5B26BA8A88E81E10EE15F1960B77 /* RNDeviceInfo.m in Sources */, + 8742FC0C94649EF7EADD4C5C36E644BB /* RNFlingHandler.m in Sources */, + 62EFA9BF65F5FC2A2D49DBB7BF401BC5 /* RNForceTouchHandler.m in Sources */, + 0850E1314A13E5B954F504B272FBEE69 /* RNGestureHandler-dummy.m in Sources */, + 7F052AD02A1A1F2444297BA140D177B5 /* RNGestureHandler.m in Sources */, + E7691EC87FA6FBB63956B7FC95B61217 /* RNGestureHandlerButton.m in Sources */, + 1B0DE6573ECEE8D1FA62FEF0B30E9E17 /* RNGestureHandlerEvents.m in Sources */, + 8DB460E99F1E5948945DE4F7D6394FC5 /* RNGestureHandlerManager.m in Sources */, + A16DD8B868634D670155F869217AA0E0 /* RNGestureHandlerModule.m in Sources */, + F1F45A5EBACF43676C457A875744AD43 /* RNGestureHandlerRegistry.m in Sources */, + 5FEE44E3F8FC5379029AB46BB283F06D /* RNLongPressHandler.m in Sources */, + 6E1BD77828237A1A5AE73891F5067912 /* RNNativeViewHandler.m in Sources */, + 3FAA76EF1852F0F22C4FF040BB63EEDA /* RNPanHandler.m in Sources */, + 9A40C0F6B8BADB006177AF195E929583 /* RNPinchHandler.m in Sources */, + 1F93F338AF782C1FB16EF96C5C31F733 /* RNRootViewGestureRecognizer.m in Sources */, + 3277383C917DB1B7DD3EFF2128BB28BF /* RNRotationHandler.m in Sources */, + 6FFCA31108D99A8091DD7D75E4860B6F /* RNTapHandler.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 38E52BAA499BB82EDE80523B28EF6094 /* Sources */ = { + 3E8FA71AB1A0FB4A68DD16A37A272225 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 47A8DB2BEFFB3A96FF242D421538E0E5 /* CxxNativeModule.cpp in Sources */, - AF48861EB170DBE3B54D25B0AEE97481 /* Instance.cpp in Sources */, - E1094C9F1F176ADD53A46CD8D97438EE /* JSBigString.cpp in Sources */, - 7870186589FF48AC2FC0519C50FFE5E1 /* JSBundleType.cpp in Sources */, - 4978B0F95C97234EB4E1E0099F02CD71 /* JSDeltaBundleClient.cpp in Sources */, - 93D592A4F50E0D013CF26E069FA87205 /* JSExecutor.cpp in Sources */, - A1B35638557735CCFFDA022606076454 /* JSIndexedRAMBundle.cpp in Sources */, - 7D1D461D33A9398003C7D5A0B2EA9111 /* MethodCall.cpp in Sources */, - EE5EA8B49613B9924E875A25B75E2643 /* ModuleRegistry.cpp in Sources */, - 0A0E18DA20F799C8782906B2A4F9384B /* NativeToJsBridge.cpp in Sources */, - DB8B34F575AD4B5BF6BBC5FD469C37FC /* RAMBundleRegistry.cpp in Sources */, - FBD3DE7215517072139C51B0D082B1C8 /* React-cxxreact-dummy.m in Sources */, - E20217E9DDF776A6E68BD480A586A39F /* ReactMarker.cpp in Sources */, + FC439541E4BC6552A0E0D3CC0FA615B1 /* RCTBlobCollector.mm in Sources */, + 0CEB08A435039D821BC7DC9C8208BF1F /* RCTBlobManager.mm in Sources */, + 055326C6E4A91020BA342D59541042BE /* RCTFileReaderModule.m in Sources */, + 37A0A9EE6322CBDACCF25AADC79EC710 /* React-RCTBlob-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B021CD3806D1E3077B73A4CBD3E019E /* Sources */ = { + 40DA1FF62E9B6CD893756A20362186F4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5BAC58EE85BA6324F83A806EFDDAF85F /* Color+Interpolation.m in Sources */, - BFC314F64A4C6E2E819D48A6A0433DE1 /* LNAnimator.m in Sources */, - 51E916A8F333179E163ECEFBFA98DAEA /* LNInterpolable.m in Sources */, - CD632A4C26C1D6B81FCF76739B5D0FF3 /* RCTCustomInputController.m in Sources */, - F783774A758EB9B8E7D9A510A06C2C86 /* RCTCustomKeyboardViewController.m in Sources */, - 54328E67FEBFF2E17A93A63C39B95104 /* react-native-keyboard-input-dummy.m in Sources */, + D3D35876D36FE3E6063F6EE088BC1E9F /* AudioRecorderManager.m in Sources */, + 8398E1DB276CECB958947113BD536AF8 /* RNAudio-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4A070649E31A3AFD12A816E1DD220D6F /* Sources */ = { + 4815D6382EEDDD4AB313ADF16B17EDA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B269426FBD60A52C41952EA0D3159F9D /* Compression.m in Sources */, - 4F350F599E7E387AEF3DA1458234217B /* ImageCropPicker.m in Sources */, - 817E4FEB8507E1498A792565D4A50FFA /* RNImageCropPicker-dummy.m in Sources */, - AAF3847152EA1BF491EF4C3FF62970C7 /* UIImage+Resize.m in Sources */, + 87E73BA3024CFB10C233E70381AA310E /* SDImageWebPCoder.m in Sources */, + BC607DE0736D738C95106A7F646DE686 /* SDWebImageWebPCoder-dummy.m in Sources */, + AF790531C31DEEFC0BB2127935370F25 /* UIImage+WebP.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12251,232 +12542,236 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 510778730C415F6DC4BA2F304EE06D03 /* Sources */ = { + 4C7B4F3450CB22407CB94BF00638D018 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7AB1CCEC182121E3A7617F425B0E95CA /* RCTReconnectingWebSocket.m in Sources */, - D7DB18D82195143AA44CA04EE2ACE03D /* RCTSRWebSocket.m in Sources */, - 090066BFE0FA2FF544967EFC1E05EE51 /* RCTWebSocketExecutor.m in Sources */, - E35A196F4D901535278F362A753B8857 /* RCTWebSocketModule.m in Sources */, - 5C419C3B5D5A398A4A0C1D47B2DC811D /* React-RCTWebSocket-dummy.m in Sources */, + 393E46631914934BEE36D1843C3FEB1F /* react-native-webview-dummy.m in Sources */, + 2615E9ABCE3F4D16FA77A3306C05302B /* RNCUIWebView.m in Sources */, + 7A2B4170C3B384DF0824CBB7A06CE21B /* RNCUIWebViewManager.m in Sources */, + 089EE5271DDB7CC9B4BEDBF5231ED504 /* RNCWKProcessPoolManager.m in Sources */, + 5FD1381C2A70C74A99F1CDE502CF934C /* RNCWKWebView.m in Sources */, + 7DA44BBE1D48D6C1F051CEEC0F2A5237 /* RNCWKWebViewManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 56A99C4834DA6373ED92C4C0B6CDFA11 /* Sources */ = { + 4EC6503B105672C147533A8C9566083E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C1B394544308A1DE33AC999254D23F88 /* RNFlingHandler.m in Sources */, - EC36FCDC2E2C426F68CB80F82CBBC208 /* RNForceTouchHandler.m in Sources */, - B9FB9C60A86BF5C2963910339368BA0D /* RNGestureHandler-dummy.m in Sources */, - 39BF9111C94253D58766ACD629A27980 /* RNGestureHandler.m in Sources */, - 06DDA2161BE9B218C59BC8ACA7F58AE9 /* RNGestureHandlerButton.m in Sources */, - CC07AB2D78210DA98BA7E86667B12976 /* RNGestureHandlerEvents.m in Sources */, - F22C824A35FC712A14E3E9146CB3E1A3 /* RNGestureHandlerManager.m in Sources */, - 1F3184EA964E283EA591902B50748C91 /* RNGestureHandlerModule.m in Sources */, - 3F4BC68C32955018CCA0673043EE2DCC /* RNGestureHandlerRegistry.m in Sources */, - B21A421D2E591A4D538627C12404F2D2 /* RNLongPressHandler.m in Sources */, - 1A778C53D0B7BE3DAABE186277488DB9 /* RNNativeViewHandler.m in Sources */, - 7713CB96674D6C65D483751EA3D1922D /* RNPanHandler.m in Sources */, - 88F04D22902F153A391E21A854037B5E /* RNPinchHandler.m in Sources */, - DD829FE687B6D57F8CE9A45B7C31C87B /* RNRootViewGestureRecognizer.m in Sources */, - 65CDAB8563C2A6A25D5DB7FB796E5CE1 /* RNRotationHandler.m in Sources */, - 4C8D31A431E25213E3BE47A06B5D8662 /* RNTapHandler.m in Sources */, + 3B58B3FA57273C6284269FC5F87EA838 /* QBAlbumCell.m in Sources */, + 68C8B98C8178D483730D9069CA88C930 /* QBAlbumsViewController.m in Sources */, + 1F80F239B9BD7D2CDF2F0AAB6ED26EAB /* QBAssetCell.m in Sources */, + 4C3DC84488E5A51880FE403F0DBEE067 /* QBAssetsViewController.m in Sources */, + 7F71370CD774FEC59D474D94F444980E /* QBCheckmarkView.m in Sources */, + DC677811D25878F1008A5EB5AABAE1B7 /* QBImagePickerController-dummy.m in Sources */, + 92AC066E912C53F5B9F6EE59A3D4C0F4 /* QBImagePickerController.m in Sources */, + 7BAF1D5378D4436D00119545F9D1466F /* QBSlomoIconView.m in Sources */, + BC2DAB6F668219AEFD5F11E0D9AE9F21 /* QBVideoIconView.m in Sources */, + ED86A9CCB652215FED80E63DFC71CFEE /* QBVideoIndicatorView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 56D91A5C0EB9A7E5C31D9909DE087683 /* Sources */ = { + 5FB00FA1F1269AE77FB2EAF6C8E61AD0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 35F68CC048E61DED6CC3623E6370D14A /* react-native-document-picker-dummy.m in Sources */, - 302BA0EC538C3EA8A24C2341A1A9FAD9 /* RNDocumentPicker.m in Sources */, + 41B0DC8D381DA6E0EE5E67012276F4E9 /* Assume.cpp in Sources */, + B7DF82D1664AB3C9BACE69F3FDC346AC /* ColdClass.cpp in Sources */, + D18F94239B6F5E01BC19155458E4E756 /* Conv.cpp in Sources */, + 2A6F6802B1E8284F66ECA5D84E4A796F /* Demangle.cpp in Sources */, + 0EAEA3880FD31236FBDB09510A50231D /* Demangle.cpp in Sources */, + 18DC543B6592CE57973FB995DA040650 /* dynamic.cpp in Sources */, + 0A389C092879280FD03E79968DA657B3 /* F14Table.cpp in Sources */, + 87223E1BEAB415F791755EBF9E002C66 /* Folly-dummy.m in Sources */, + 43394EA339FD410ECDBAC8314C436A01 /* Format.cpp in Sources */, + 8F03BDFEF5DCDB6783B7A01168C475C1 /* json.cpp in Sources */, + C8E11CF8388DC273C0AAEB9CCDE56D3C /* json_pointer.cpp in Sources */, + F4C0AAC3799DAA4805A09C0AA7323529 /* MallocImpl.cpp in Sources */, + 5DDBBA21AA385FC0B671E320CE0552EF /* ScopeGuard.cpp in Sources */, + B22752B74FF5C8EF1328411769992956 /* SpookyHashV2.cpp in Sources */, + 60C14C6388648D03AD9227F02EE9AF1A /* String.cpp in Sources */, + 7D6A9F78EAE0273C9E5A91B854A57C1B /* Unicode.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 59113A9F357A2E622C57CB192CFA5F01 /* Sources */ = { + 60286470A2F2C9BA3E1E16B8F2B58835 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 79938EE40E2C99EE5B928DBBB62497D9 /* CGGeometry+RSKImageCropper.m in Sources */, - 60E720A837C12B5A065BBC89F9499AA1 /* RSKImageCropper-dummy.m in Sources */, - B61A11ECE2315DA8B08523AD2E23FE99 /* RSKImageCropViewController.m in Sources */, - 8B99EC0F74946A80107605B76A9C1881 /* RSKImageScrollView.m in Sources */, - 0ABD2C8CB67C11D5D24F77D8DB5744F1 /* RSKInternalUtility.m in Sources */, - FB665363C2F86EBE9CBF5715B0396EA1 /* RSKTouchView.m in Sources */, - A74816CA7C40DE792CC8B398E328DDC5 /* UIApplication+RSKImageCropper.m in Sources */, - C2A7D682984DE97DBE42E3AE5352DE5E /* UIImage+RSKImageCropper.m in Sources */, + CF25C61686A9AB3E4FCB14700A1D1ECF /* JSCRuntime.cpp in Sources */, + 668C844F7B7A67AB4F8BAA7701BD4F54 /* jsi.cpp in Sources */, + 957B0C577F17CF55452B038EEC1441FA /* JSIDynamic.cpp in Sources */, + 541B03C3C6563912BB0EBBC396C01C77 /* jsilib-posix.cpp in Sources */, + 25D36A36B77140E03E0BDE73E5224B75 /* jsilib-windows.cpp in Sources */, + 12DB06263A6DB829C4FFCBD3D0507DF6 /* React-jsi-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 59F97D89BBC2B90F1CBE80A4C710B6F0 /* Sources */ = { + 60E278F0B522EFB73B91832CD095337C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 02CC3115AB4B885AB679CB89CAA22686 /* alpha_dec.c in Sources */, - 08602634F40722C30A90B6F3572B639A /* alpha_enc.c in Sources */, - AA6FD30C2E41C5828D10AC115BF0D278 /* alpha_processing.c in Sources */, - B950C322F3047EBBF4113A72B21A774F /* alpha_processing_mips_dsp_r2.c in Sources */, - B3115B87C80669BE7BCEE8EA9E0B631C /* alpha_processing_neon.c in Sources */, - 1222E7AB723CB2D3E5811C261AF342E4 /* alpha_processing_sse2.c in Sources */, - 1875FC9F710D7CE0D6B9C3BB919D18B1 /* alpha_processing_sse41.c in Sources */, - 38BBA21348DCF9947155442372A8E735 /* analysis_enc.c in Sources */, - 23BD7EAF0F4EBEA12B17AE7D21D916DA /* anim_decode.c in Sources */, - 41B89098A007746270DD180D70EC71F5 /* anim_encode.c in Sources */, - 6293B34D59BC5B39CBB09D323E9D3FDC /* backward_references_cost_enc.c in Sources */, - 2EEF2428BF4748087D8E774D39E0A4F4 /* backward_references_enc.c in Sources */, - 45A40F884619367E2D134F45E8496BEF /* bit_reader_utils.c in Sources */, - 82F9B54A62E5D0DFDF2791B03C17993E /* bit_writer_utils.c in Sources */, - 4CF92FEC7E0E43011AEB755E85944BB3 /* buffer_dec.c in Sources */, - BFA4A4BB1C3EAD3C592403CE215F3BD7 /* color_cache_utils.c in Sources */, - 5A2FEA1B25DA5D3DB81EA2927DA1CB09 /* config_enc.c in Sources */, - EB84C96FCA76318795D1CCA9A7E47337 /* cost.c in Sources */, - 6E9BFAD5B692CACAAC407E94819C5C8E /* cost_enc.c in Sources */, - AEFDDCD92E687A0A93BAAA2AB9DAEFFF /* cost_mips32.c in Sources */, - CE72EF385B8B27FF89B34D0E2D52513D /* cost_mips_dsp_r2.c in Sources */, - 63DF1931079EE301A7422BEAA101EC70 /* cost_neon.c in Sources */, - 025C5E676828C11A8A6C602CEFCEF805 /* cost_sse2.c in Sources */, - 95559824769C8A828EE38FBB74F3F973 /* cpu.c in Sources */, - 6446867E20E972E64B5659B208B143C7 /* dec.c in Sources */, - F8AE6C3A4F28C464C3E322BC0978D266 /* dec_clip_tables.c in Sources */, - 1606C1BAAC2E20C7E7E6A3CCAF15711F /* dec_mips32.c in Sources */, - D602CA83D7A250B11256793383883037 /* dec_mips_dsp_r2.c in Sources */, - 21ABF1293012F0600F05DF3D7ABE5928 /* dec_msa.c in Sources */, - 30B7FADFDC6C72E866EDF0B76639D177 /* dec_neon.c in Sources */, - 5AEE52A5A72E036A8C066F41EF446DDB /* dec_sse2.c in Sources */, - 2C2AC1E8B0605625D9F2D5B5D3480055 /* dec_sse41.c in Sources */, - C66F02A9A969980F69AFC5623853E78C /* demux.c in Sources */, - 964ABA3C96E97D837CF19EF6ADAC7E3F /* enc.c in Sources */, - D53F382A3D3DA2FD3C31DE200394F712 /* enc_mips32.c in Sources */, - 80AC5B0498F2D2CCEE4DEA1CA335C6A2 /* enc_mips_dsp_r2.c in Sources */, - 1E456BCB8628607BE1E2DCDBC170FAE4 /* enc_msa.c in Sources */, - 31A575CE50A281D0F123B2947B4399BD /* enc_neon.c in Sources */, - FCF21519D6B7BE358AF1AAACC5267EA6 /* enc_sse2.c in Sources */, - 64A68133486FD6417146155B801438E9 /* enc_sse41.c in Sources */, - 20D2D943E25749537AFD4D44A90B515F /* filter_enc.c in Sources */, - 513E985ABDDDF0D1E6521BE3FA2C248D /* filters.c in Sources */, - 8EE80AB91ADA3A9A2C6253A49BE3664D /* filters_mips_dsp_r2.c in Sources */, - C9F6FA78C31CA00B5CB0BBB00645A435 /* filters_msa.c in Sources */, - 785991A68E98C37DE3C394FCDC94C615 /* filters_neon.c in Sources */, - C45B9CE58C772716966E57A69062A1DF /* filters_sse2.c in Sources */, - C0E2071C1ECA238C47C90E7041CEB933 /* filters_utils.c in Sources */, - 4F1B88A1C4970DF955ECD048D7CEA807 /* frame_dec.c in Sources */, - 2A6007CC43D8EEA9B2BC68DD9C588117 /* frame_enc.c in Sources */, - DFF94299EBFD53A2C967D837D2E906E1 /* histogram_enc.c in Sources */, - F864CE3C245F1BDF3E4A177FD9F45C2C /* huffman_encode_utils.c in Sources */, - 30787BC4F5F2D1BF6C15CF616FD2EFF1 /* huffman_utils.c in Sources */, - 62CB8189A8DFDB52140C78C76EA04823 /* idec_dec.c in Sources */, - B4915265CA25AFBEF72EEDAC5372E840 /* io_dec.c in Sources */, - F820FC5D04E496FF37B057F3DFCF5012 /* iterator_enc.c in Sources */, - B2E03206695085DC3C168497F94704F0 /* libwebp-dummy.m in Sources */, - E2B7A1B54C0403C79E71E3DE34AD8B7A /* lossless.c in Sources */, - 65DA5CA0B43BE1A8253C7A67256FC3C5 /* lossless_enc.c in Sources */, - B1F0D8BF7A1CE374F9985295E86695C3 /* lossless_enc_mips32.c in Sources */, - C6B820384E4D780B742E4436010840A6 /* lossless_enc_mips_dsp_r2.c in Sources */, - C500FB8AA7AB3E5D115E9589A148D829 /* lossless_enc_msa.c in Sources */, - 2DB4F42CEBDC24A79C3C19B323720090 /* lossless_enc_neon.c in Sources */, - DCAC9CE673B917B1F1772C266A09DC72 /* lossless_enc_sse2.c in Sources */, - 83CBD6741F2817605776207A9D4EE8A6 /* lossless_enc_sse41.c in Sources */, - BB28C8FC324F6E7DC7CBC08C55561AB2 /* lossless_mips_dsp_r2.c in Sources */, - 90891F4884E27C8201EE582CB7949F16 /* lossless_msa.c in Sources */, - 2CBE448FB6CEF4C98AF0A90B1DAA3E22 /* lossless_neon.c in Sources */, - A3899A422351CF681012352754EFDED9 /* lossless_sse2.c in Sources */, - 87C77CE28E3EF45AEFE750BB7575FFFC /* muxedit.c in Sources */, - 69D0CEF50A2D9B50B92B2C4772683296 /* muxinternal.c in Sources */, - F06CE2C5BB5EF02B82AAC45839664EF4 /* muxread.c in Sources */, - F35AE33B0AF486D966DAAE3DF3D3AF16 /* near_lossless_enc.c in Sources */, - 70FAC5BC128DFF5CD80CBAB721D7365C /* picture_csp_enc.c in Sources */, - 73E56E4F2078B208F760010D1C081DD5 /* picture_enc.c in Sources */, - 87A37B963F458EC671B112D8B216C59E /* picture_psnr_enc.c in Sources */, - 0F7D0326C38FA3CF8745C0A798D6ACE1 /* picture_rescale_enc.c in Sources */, - 1FF2C3BBF640A90238FDCE88B9F4BDA1 /* picture_tools_enc.c in Sources */, - 6C313331E905110E725915EB39D5616D /* predictor_enc.c in Sources */, - 7219BDA57912F639EDE3430A5F74DA01 /* quant_dec.c in Sources */, - CFAB74EAFB7B0A0A423B9306F3ACFFA4 /* quant_enc.c in Sources */, - CE1AC1D3FB716EE5B282B086AA1EDE20 /* quant_levels_dec_utils.c in Sources */, - E4988068F00F7F1B67427233470219DC /* quant_levels_utils.c in Sources */, - 4AF533E5A6AFF13467F5968EC8A6EEFE /* random_utils.c in Sources */, - 00FAD6C011B67C0B8057A2D664227716 /* rescaler.c in Sources */, - 91F98C0368F0FCC6306D4CA7B4CE4131 /* rescaler_mips32.c in Sources */, - 6F4E8B663EB256B775EA2F06FC361A76 /* rescaler_mips_dsp_r2.c in Sources */, - DDEFD576BF8D5977530AFF787117B3E4 /* rescaler_msa.c in Sources */, - 428DA569F1EB3E48A5F26F0FF30A9061 /* rescaler_neon.c in Sources */, - 14C992D410FCB6E0B19C4DFE74646164 /* rescaler_sse2.c in Sources */, - 8649A76A297D2E21447A67155DF34A79 /* rescaler_utils.c in Sources */, - D12F6FDBE47E1E7BFC5B3DACC4027A58 /* ssim.c in Sources */, - 699A3647F99D6D97EAE31610A587772D /* ssim_sse2.c in Sources */, - 8F2FFF7829D53299777DCF5ADBD4E4F4 /* syntax_enc.c in Sources */, - D48077AD3B49A588423560183A9FEBAF /* thread_utils.c in Sources */, - 79D771190DC28CC5FA02B46AAA902880 /* token_enc.c in Sources */, - 5911F2C36EE1970C228AE32A316816B6 /* tree_dec.c in Sources */, - AC6AC70E3EC8B0747B28E02CB723332F /* tree_enc.c in Sources */, - 1CBD943A26A60CC472C6AFEC0098FF91 /* upsampling.c in Sources */, - 0317CDBD45DD1F08482E2C1D2C55D2D5 /* upsampling_mips_dsp_r2.c in Sources */, - A478B88053C971FA3749431C59577E83 /* upsampling_msa.c in Sources */, - A2BCACD8EA23E21607E2B81D655C81FE /* upsampling_neon.c in Sources */, - 335029A6D67395F3DF335ED8328DCDF9 /* upsampling_sse2.c in Sources */, - 86DAEF8820731D1C15928424330BA767 /* upsampling_sse41.c in Sources */, - B2CA11C70BAE56E96D0654BA8607AC75 /* utils.c in Sources */, - 0415955DF1142B1087CD77F9631924BE /* vp8_dec.c in Sources */, - 8F3B79F769C77B1242AD6920F841972E /* vp8l_dec.c in Sources */, - 845A994AD06C3A97A7E1B733653C29E4 /* vp8l_enc.c in Sources */, - E013C99C68F6C512DA43F88FED52DDFD /* webp_dec.c in Sources */, - 7A907775D8693790C443C198381D1025 /* webp_enc.c in Sources */, - 7FFE3E50F543939A64CFB94D5314A518 /* yuv.c in Sources */, - EF8033FBE008CD4B0826A361DF15F3A2 /* yuv_mips32.c in Sources */, - 142DDBA72CDBBC8F357722E76EB54EDA /* yuv_mips_dsp_r2.c in Sources */, - 6948C8D514B377447A15A08AD73DA213 /* yuv_neon.c in Sources */, - 47D26569084E23199966F0D962D65D0B /* yuv_sse2.c in Sources */, - B542243C6D641A7F17F389530CCA9DBE /* yuv_sse41.c in Sources */, + D8A4C32564AE1AE0B594399B9A8BBFFE /* Color+Interpolation.m in Sources */, + E1FD56887D0DD9BFFBCF6943C70520D3 /* LNAnimator.m in Sources */, + FEAD6CFCC05C3D34369E244A1E888F14 /* LNInterpolable.m in Sources */, + 76A066E58BCC274C6898252DBBC6D592 /* RCTCustomInputController.m in Sources */, + D4210CFD63A249FDDC8188D4737BC682 /* RCTCustomKeyboardViewController.m in Sources */, + 8F5D49705F3957E34B4E0DA997C4BF29 /* react-native-keyboard-input-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5D2E02FF80FF928EF759526D08103B9F /* Sources */ = { + 67829C8E8B85A23D8CDD1E639BD54BA4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2BB3328E58BBCBC44A8764E14BC41B2D /* react-native-notifications-dummy.m in Sources */, - FF596FC4B4D7165694AD01273096D3CE /* RNNotifications.m in Sources */, - FE03683C3C7885F6C4B6B854632A68A5 /* RNNotificationsBridgeQueue.m in Sources */, + 2E4186B405887E093AD656E42C36F7C5 /* RNVectorIcons-dummy.m in Sources */, + 0A9239C1F571D73464F838DE9B638581 /* RNVectorIconsManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 63B5C59657683A239FEB79ACF5597581 /* Sources */ = { + 69F5605B44676E2E027062B4CCAA7F14 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5672F848FF959C3A5CCFA56FE0288E79 /* UMAppDelegateWrapper.m in Sources */, - 2D822AD060B6E93CBF52A50B8AC79A16 /* UMCore-dummy.m in Sources */, - 96FD686C41E663615A658BF61C0B8576 /* UMExportedModule.m in Sources */, - F454325F2E9D4B5FD1334D032F1BDE09 /* UMLogManager.m in Sources */, - D712995844A0D90F73F6CADE63E65849 /* UMModuleRegistry.m in Sources */, - 594680F9B579D06A192B669A7B3CA711 /* UMModuleRegistryProvider.m in Sources */, - E1A5D28034F1E75F82E9FAD6D7FD4885 /* UMSingletonModule.m in Sources */, - F5DCA182C2EEA0BEAD8576F5D5DA4CDE /* UMUtilities.m in Sources */, - E3A43BC61EF23E803811938C47263A10 /* UMViewManager.m in Sources */, + D8DFA8CD9906527C961C9317238B68FE /* alpha_dec.c in Sources */, + D4CAE1E3D4636E304C500A172660BC74 /* alpha_enc.c in Sources */, + C03737F3BBC9EE4BE37E9AE8C14CC356 /* alpha_processing.c in Sources */, + 1DB96C9409DC21B9E418ADB3B7A05BEA /* alpha_processing_mips_dsp_r2.c in Sources */, + 5275451382E01316C2383B499046C66F /* alpha_processing_neon.c in Sources */, + C22F50F1EC7DE4FC7732EBC6FA2FCD71 /* alpha_processing_sse2.c in Sources */, + C697BA7E21E4CF3BAB1767A8A1C45570 /* alpha_processing_sse41.c in Sources */, + 66BC9D5A696560F2F9EB4556FB0F7031 /* analysis_enc.c in Sources */, + 4FEB429F8C2ABFB8237A53FE225AD3CC /* anim_decode.c in Sources */, + 183B16EBF161D2D7C6345082B10FF5AB /* anim_encode.c in Sources */, + F426286BB1C4D5554304C77500E8761A /* backward_references_cost_enc.c in Sources */, + 196FF0879D6D2389A773E68959EFBED2 /* backward_references_enc.c in Sources */, + 498C2A3B4744B4E99E4A720E7443510D /* bit_reader_utils.c in Sources */, + 1454718CDF1A7CD8F055675C0F3AB5EA /* bit_writer_utils.c in Sources */, + 8B0E7AD7B4F1A15831A22ADAF0720A79 /* buffer_dec.c in Sources */, + DFFED3647BF1E86CE2ED94DE0AC159BE /* color_cache_utils.c in Sources */, + 65A20FAFD520390800089CE922FA2460 /* config_enc.c in Sources */, + 258A1C4D4C9E4417E3E01AF3E5513CAF /* cost.c in Sources */, + F9A69F8077F79A457EF3D9B8BF5E2DEF /* cost_enc.c in Sources */, + 92C6694CB8E68D823B66E5024798E482 /* cost_mips32.c in Sources */, + 5F404F4D8D32DEC31700401039F73818 /* cost_mips_dsp_r2.c in Sources */, + C3139DC95C56F4418F057842CD93EA54 /* cost_neon.c in Sources */, + 82A79D8080CBB375ADBD17D4075253AF /* cost_sse2.c in Sources */, + 3E7EEC408B10CBC59944862B5F8C4F80 /* cpu.c in Sources */, + D41357B62367CF57D03C83040AED8E48 /* dec.c in Sources */, + D27D114E148FA71B96E62CFD512FF37B /* dec_clip_tables.c in Sources */, + A34E87FD76F8A67C78DCC556EA58F8D4 /* dec_mips32.c in Sources */, + A77618B5F600264179F2443D77032D67 /* dec_mips_dsp_r2.c in Sources */, + BE46214491EF29CE590761088364112D /* dec_msa.c in Sources */, + 4022269A748BB256044DB3F311DEADC5 /* dec_neon.c in Sources */, + DD9EB44CCB554A723D767F2B781B9C05 /* dec_sse2.c in Sources */, + F3008F389BBDFDFF3364ECDE17A8E9CE /* dec_sse41.c in Sources */, + AC13A4FB835C6EEA6D97B09963454E6A /* demux.c in Sources */, + 28DE55E00AE22282D914E524DD484521 /* enc.c in Sources */, + 5C9E84CCF9DAC156C964F4EE141AACED /* enc_mips32.c in Sources */, + C740CCDDF3B4A44F819EEC9D97C5FDD2 /* enc_mips_dsp_r2.c in Sources */, + EC996876C0E750D08B10CCA54153AE86 /* enc_msa.c in Sources */, + A885E71E04F737E37303499C4AC7A7AD /* enc_neon.c in Sources */, + 61F17328A2BC88248D24F5D1FB0F757E /* enc_sse2.c in Sources */, + 21984EC4260CFD234201D232E6DE1E83 /* enc_sse41.c in Sources */, + 87D3205A6F2767E4285FD53E4EC90ABA /* filter_enc.c in Sources */, + FF92999B21618888F3DBE8F78BD2638E /* filters.c in Sources */, + E56C94C5049FD195ADABD7D401754C08 /* filters_mips_dsp_r2.c in Sources */, + F7A61E6CB97B9DD128D8378EEE34FEE1 /* filters_msa.c in Sources */, + 054E2167D1A835FEA7395C7B89A05E03 /* filters_neon.c in Sources */, + 6C650535AACF5E0D86B0AB5D1238EE5E /* filters_sse2.c in Sources */, + D91BE45A3A0E86C3F8D4E71EF95EC82C /* filters_utils.c in Sources */, + 38118A9AE62A290321B82EECF0F94631 /* frame_dec.c in Sources */, + 342B7B322172B4CC2E99CC408F9AF8B2 /* frame_enc.c in Sources */, + FECE4ABF480E9020E15AC13536FAF041 /* histogram_enc.c in Sources */, + 0438F6B832E53400B315FC6CD3503171 /* huffman_encode_utils.c in Sources */, + D2364452513FF803A514DBFA30FD0367 /* huffman_utils.c in Sources */, + BBA4FBBAB399383DD7E8E382E7008B24 /* idec_dec.c in Sources */, + 95B76A0C56B9C56E287C9027C83A31FC /* io_dec.c in Sources */, + 9D70EB54C1E8D449352D6A5554413B2B /* iterator_enc.c in Sources */, + 22B8D10DFA8950E34E50E30CC657F264 /* libwebp-dummy.m in Sources */, + B3D8F84A4389C30DE6012981D6F3AC23 /* lossless.c in Sources */, + 84FF5A3DF1000F7BFD286E277302A8FB /* lossless_enc.c in Sources */, + 47E4B7CF8C73A96D8AD9CD1F1810D657 /* lossless_enc_mips32.c in Sources */, + F3B67B852510313D9ECA3692F72B080B /* lossless_enc_mips_dsp_r2.c in Sources */, + C1A0341929FA5C94F13FEB132CFA2B91 /* lossless_enc_msa.c in Sources */, + 1D6E5F81BAE880ACF403C4A2A707F4A3 /* lossless_enc_neon.c in Sources */, + EE02EAE97881E8FBD3A6B8EACC3071D5 /* lossless_enc_sse2.c in Sources */, + 29453FDFAA2146F5B51F3CC6A9004313 /* lossless_enc_sse41.c in Sources */, + 1953F56A97F34EA54B161BEB6BFAE0BD /* lossless_mips_dsp_r2.c in Sources */, + 25021CA0371DDE892F9C4420E3136998 /* lossless_msa.c in Sources */, + BF736E8503187F22E984CB9D9A300E07 /* lossless_neon.c in Sources */, + DAA4683B177C3AF41415DA38CA1A08A1 /* lossless_sse2.c in Sources */, + B4CAE2595B77630196DB016E0D32E671 /* muxedit.c in Sources */, + 30866EB8CA3ED815A19386ED9401C038 /* muxinternal.c in Sources */, + 98F02B45C7928FE94E6021C6A60CC9E3 /* muxread.c in Sources */, + DB7430435DFBEF1E565EBBAAC4C84555 /* near_lossless_enc.c in Sources */, + CFEEA5929FD64B3E8FA516E4402F789A /* picture_csp_enc.c in Sources */, + FA6E859C07588DC28FD9B6596B00E2FC /* picture_enc.c in Sources */, + A4E3C69D5604FA306FF08F6EDE05CC44 /* picture_psnr_enc.c in Sources */, + BE979766F6A1402F993E25A4C66AF2F2 /* picture_rescale_enc.c in Sources */, + 4D4399156A893AADC1B3C21F694E3864 /* picture_tools_enc.c in Sources */, + C63D79CBDE7A2CB90248B68FA3608CB5 /* predictor_enc.c in Sources */, + 3C7BA5F8657D13BD2BD37A035608D869 /* quant_dec.c in Sources */, + 956B757369194CBFFF72BAE0E95FEB5B /* quant_enc.c in Sources */, + CFE5A11D64CD7E3C923A9A8DA941E9E3 /* quant_levels_dec_utils.c in Sources */, + 645031CDBF7AABA03465386D67BECF05 /* quant_levels_utils.c in Sources */, + B8A9C38D58EE25E6A1FC6C829FE62750 /* random_utils.c in Sources */, + 6F92C003CA193C6B4648168319A7EC36 /* rescaler.c in Sources */, + A1D4B80B9018ECB3EE2FD34BFF6093E7 /* rescaler_mips32.c in Sources */, + 27CC7491156D8154855E426B75A57F87 /* rescaler_mips_dsp_r2.c in Sources */, + 3D7EDE2B471A20D8841BC1CC92AC7F68 /* rescaler_msa.c in Sources */, + 658DE3D6C2CD5F27381C826A10568D8A /* rescaler_neon.c in Sources */, + 144DDD4813090CCA54AA026B5F25F167 /* rescaler_sse2.c in Sources */, + 8763E485BCDD40EF098DAD4C5A8CD6BF /* rescaler_utils.c in Sources */, + A32D6F0EDBBCDC5F6C2824B4B6B94108 /* ssim.c in Sources */, + 6D4090FDF065324C7027A309D3C8A025 /* ssim_sse2.c in Sources */, + 9C083E78CC498AC70F3F465ECD1DA5FC /* syntax_enc.c in Sources */, + CDE46ED22F507A31EB82E1D91964F16B /* thread_utils.c in Sources */, + 18C80C524B234E58A3C08DAEE310DA73 /* token_enc.c in Sources */, + 42CC17E727A8854388CAF6FEB7BDD0CB /* tree_dec.c in Sources */, + 072B9F7F39D27D597E3CBA856D70388B /* tree_enc.c in Sources */, + 074B225D58FF5CD89027BE10698EE48A /* upsampling.c in Sources */, + 5EDB159F6EFF43933C655B7473B196E8 /* upsampling_mips_dsp_r2.c in Sources */, + 233E16FB49EAA06C287E90B9F7DAED3A /* upsampling_msa.c in Sources */, + 56FB73132B5C325C1EE6E9067CF6EC3F /* upsampling_neon.c in Sources */, + E5020C7BB834243A9B8FE7EABDE591A8 /* upsampling_sse2.c in Sources */, + 9D856DC57B1F288DC9EF4A59F27AB54B /* upsampling_sse41.c in Sources */, + 2C3AC56DA7287FA0DB3640AFB2F48582 /* utils.c in Sources */, + 9A85120042EB3265613917040A5BBBC6 /* vp8_dec.c in Sources */, + F0B8469CD70389957110B9AB5C57061A /* vp8l_dec.c in Sources */, + A5526D96EAE4F0168EB9655B4ACF9ABF /* vp8l_enc.c in Sources */, + D75EE0EF0D3D1FC0B6433B70E0AC5D2C /* webp_dec.c in Sources */, + F8DCB8618D0E00D433A0DBDE8A043B27 /* webp_enc.c in Sources */, + BF4B4659D6D929A86E693190CF304937 /* yuv.c in Sources */, + D3F1B32E09AE9B3AAA78B4FCDDFA3334 /* yuv_mips32.c in Sources */, + 88C58AECBAC07BE2963F542BCD19E1E7 /* yuv_mips_dsp_r2.c in Sources */, + 2DA78B38FFEE44F7027EE16CBF47EFF9 /* yuv_neon.c in Sources */, + 92D4191EBA5067740AB88467B79876AA /* yuv_sse2.c in Sources */, + 52855966B3C88AE6D4999622266862F5 /* yuv_sse41.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 67C78AB0936548040805C595718D4455 /* Sources */ = { + 6B872F375232FDACC3D546EF9D28485C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6F24BB0A1B77D1F482299E848FC631FF /* RCTSettingsManager.m in Sources */, - D0551B0147B9BBF171C29CE3B67BCC0B /* React-RCTSettings-dummy.m in Sources */, + 307CB65169E8986E7C907168C1FDDF66 /* EXAppLoaderProvider-dummy.m in Sources */, + EFDFE7E1BAA482B57A5362F7936B8D96 /* EXAppLoaderProvider.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6D17A403C8C239D93A6663A7A08EAA26 /* Sources */ = { + 6EC299E22AFC2757B6C0A738E4357081 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C30233EDB32FA53E6344FF410753433B /* JSCRuntime.cpp in Sources */, - 9225B0672F415077E65E807CCB6EB768 /* jsi.cpp in Sources */, - 679ABD70E79B92B68702802ACC2E4A0F /* JSIDynamic.cpp in Sources */, - 9991F8367660B830E1C37CF106C22568 /* jsilib-posix.cpp in Sources */, - 24A026BDAA8F8624AB0F9EF999D3D2AD /* jsilib-windows.cpp in Sources */, - 41D05D129A095B7EAB3DD70F6672D52C /* React-jsi-dummy.m in Sources */, + 03595EEE4A99EE6E0B05BFA134F2CCC8 /* RCTDataRequestHandler.m in Sources */, + 86E272FB602203490AD5D18E287F0A3F /* RCTFileRequestHandler.m in Sources */, + 30ABBCE6C31A2B0AE5F41DDD3990F302 /* RCTHTTPRequestHandler.mm in Sources */, + 7ADA01BD36BE07CE765BE1361AC79F9C /* RCTNetInfo.m in Sources */, + CF606480DDF2603EA3750E51761D6463 /* RCTNetworking.mm in Sources */, + 947FACEB211A2A8DE069DABC5DE35CF7 /* RCTNetworkTask.m in Sources */, + 8316A20FC1374573CDEEDE409FB43CD7 /* React-RCTNetwork-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12491,665 +12786,549 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 715E09027CA318C969E65C308BCD0F36 /* Sources */ = { + 7626A7BB2A7AF80AE33C0010A5BC2CE9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3B93E3C5E514CDDED0AF2EF5337C9205 /* demangle.cc in Sources */, - 18087B07058A5806EF2B54F62AFA6418 /* glog-dummy.m in Sources */, - C7EF5D464DC7FE11FE7C1FFF514A6953 /* logging.cc in Sources */, - 38EA4AAD64E83EB7193482C27661B26F /* raw_logging.cc in Sources */, - 08C49A214BFC3880DBCADB851829DE1A /* signalhandler.cc in Sources */, - FA2606EB1669B4222DB02E53067C2A7A /* symbolize.cc in Sources */, - 8F489E4D24EAB845E1E2E80DEA0CE886 /* utilities.cc in Sources */, - 4BCA9867945190E4682A06841C53E07A /* vlog_is_on.cc in Sources */, + DA9405922A91004A0BF6AF5F3574BE81 /* EXHaptics-dummy.m in Sources */, + CC7E5E3068B8A7F3A12B2BDBCB96E302 /* EXHapticsModule.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 73763C6E7BD2820F0CD7E11ECAE71AF2 /* Sources */ = { + 78EBA5F1FEF562620D0C57BE2C9B4C79 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3A5F82BF711C367FDC3DAF457264B0D3 /* Assume.cpp in Sources */, - F29B2E7D6887017992179F1D4DC946B4 /* ColdClass.cpp in Sources */, - 2F7CE43B9277D9B036AC078D93F7AB09 /* Conv.cpp in Sources */, - 91511861215B8288BE24745A2E6DDCE8 /* Demangle.cpp in Sources */, - FF48CA5F926F145C37C70922C46348F0 /* Demangle.cpp in Sources */, - 7995F449C97E77C98BBBB42B500A8456 /* dynamic.cpp in Sources */, - 44A3DAFF21674CBE4C301D338C573CA0 /* F14Table.cpp in Sources */, - 02AC2E0F8684EB425FA13499B3AA0B12 /* Folly-dummy.m in Sources */, - A3ED3D5C3A226BFEF6B4095E843AB378 /* Format.cpp in Sources */, - DE825D2DC5D4D88EA5639C508BFA8EF9 /* json.cpp in Sources */, - DA32EDB06C3E15A5FFB2C8267402CF6E /* json_pointer.cpp in Sources */, - 22B28E3835A44E349150C0B8778DCF46 /* MallocImpl.cpp in Sources */, - 698634BF21224C52EEA8CB29E3CCA919 /* ScopeGuard.cpp in Sources */, - 2DDB55655A0F9416CCC94A81F76E8BE6 /* SpookyHashV2.cpp in Sources */, - CE75EEE4F520C74FDA6E1EC01A55AA24 /* String.cpp in Sources */, - 4AACA6CBD203E74F256F9A404DF19742 /* Unicode.cpp in Sources */, + A2D0E341FFF6E9B4D52AE17FD19D48C0 /* RCTReconnectingWebSocket.m in Sources */, + 3BA69B1E3FA875FADEBC8E5AA505306F /* RCTSRWebSocket.m in Sources */, + 3BC97BC83260BBC0E63176D5799B13DB /* RCTWebSocketExecutor.m in Sources */, + C6E12DAC42E71B29EFED62156A35D006 /* RCTWebSocketModule.m in Sources */, + 8E2B410C2DE16A1A0A4395773C67021A /* React-RCTWebSocket-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7CF9E0AAD0FBC2173F480022AE952EB9 /* Sources */ = { + 7CD392B2F5800AD37DD5DCE1C984884E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E57DF780819A65514FE419F0C164AC26 /* react-native-webview-dummy.m in Sources */, - 1F46D19BF5360233521FDE4BA832DE0D /* RNCUIWebView.m in Sources */, - 27BC85C6D23F93CA5A948F45EF15386B /* RNCUIWebViewManager.m in Sources */, - EFD9E8A54C6A460B577093E8BC74ED15 /* RNCWKProcessPoolManager.m in Sources */, - E3BE38A02EA0931E86F44E11DD53A55F /* RNCWKWebView.m in Sources */, - D6ED431CC5020F3F37E22C7E06703AF9 /* RNCWKWebViewManager.m in Sources */, + 741BE50BA5F881A3983CB7F192225344 /* EXDownloadDelegate.m in Sources */, + C63ACD8218A2D9E10EE682934D0F4CFC /* EXFilePermissionModule.m in Sources */, + C18ABBF4D019811130D472686862B429 /* EXFileSystem-dummy.m in Sources */, + 8D47D902B89DCD2A92DEDDE21C74D541 /* EXFileSystem.m in Sources */, + F9A5B02F41A79DC79E3279F53783AF90 /* EXFileSystemAssetLibraryHandler.m in Sources */, + 6B31930D61CE82588E6115C8E41479CA /* EXFileSystemLocalFileHandler.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8336CCA982FBA0E58801250B382D60E5 /* Sources */ = { + 7D5645462BEB5145749B6DEE6DF032DC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 55429E740238D3525106F8210EC5DC14 /* Pods-RocketChatRN-dummy.m in Sources */, + AB87E07DB185467D2B3F7986EF835C43 /* UMModuleRegistryAdapter.m in Sources */, + DA1B35594F4382C9899765DB70D158B9 /* UMNativeModulesProxy.m in Sources */, + E986561FB88979A1F4CC139394E9853F /* UMReactFontManager.m in Sources */, + 324B21E83E6AD538B8B795F3D46126BB /* UMReactLogHandler.m in Sources */, + 8381BD19D4E6D414F12A44DC5B9B65C5 /* UMReactNativeAdapter-dummy.m in Sources */, + D7C6C6F99C93E53186A6D3A889C2081D /* UMReactNativeAdapter.m in Sources */, + F75C84FBAED4E5BA1F504C995A93B03C /* UMReactNativeEventEmitter.m in Sources */, + 3BCC2D34229A5CD07A6EB68EEAC83DD9 /* UMViewManagerAdapter.m in Sources */, + FA65ED6BD7B9267E7E931D1EC5E11ABD /* UMViewManagerAdapterClassesRegistry.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8474ABF4B74D6E8867E557F255187ED2 /* Sources */ = { + 84E4FA76850D6BF8473B2171ACEB7663 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 89B6B0628AA2CA10CEFA0A4CEBA8B6A2 /* rn-fetch-blob-dummy.m in Sources */, - 94323A347AC9D7DA59BFB90D40A10826 /* RNFetchBlob.m in Sources */, - 65EA455A46FEBD53338D8C846949311A /* RNFetchBlobConst.m in Sources */, - 719972BA47C05AD2897E854E04C6A58B /* RNFetchBlobFS.m in Sources */, - D065BE1CEE6DF47E0078EFDB70B2FED8 /* RNFetchBlobNetwork.m in Sources */, - 9E6D9C57646784712BFEB1022CD8F2D8 /* RNFetchBlobProgress.m in Sources */, - 91C94DE10181DB155E53CC0FCEDEB630 /* RNFetchBlobReqBuilder.m in Sources */, - 4854542176B05F76ABDA38AC58C3FC57 /* RNFetchBlobRequest.m in Sources */, + 359C5A99900EF446CC1E0ABD2606C56F /* JSIExecutor.cpp in Sources */, + F47B6FC3FDFE8A066F9887967BC33DB6 /* JSINativeModules.cpp in Sources */, + 5CFB0B5A4B0E0BCC20316C4587CBE38A /* React-jsiexecutor-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 854016DB2371FA0ABC2731FA4D2E8D72 /* Sources */ = { + 8CB37745C37DAE5D3075F43E639E84D2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1AA96642FA728663E8413FF254B2D9E7 /* InspectorInterfaces.cpp in Sources */, - 784C1B7FEEC5D88C04E8CA5CA0D4BAB4 /* React-jsinspector-dummy.m in Sources */, + 5124B14EEB6ADB70BD923A4B4E7AD798 /* Pods-RocketChatRN-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 88070FA9F3A24C0E5B7EE531CD59AA9A /* Sources */ = { + 8D987080AA878EEDCB47FA1349EE361F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C65989C186890F6FF11889964B1E740B /* Orientation.m in Sources */, - 15BA6AADEFC4D765197D66F8017EB881 /* react-native-orientation-locker-dummy.m in Sources */, + 853B4F64122BC5D9D388DEFA91D113E4 /* RCTActionSheetManager.m in Sources */, + 670CFE03200734479AF5776D74CD6B4B /* React-RCTActionSheet-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95AA49EBDF2DA6FE542B14055FAE3440 /* Sources */ = { + 8F8514D99AB5F2C815DC2DACED83DE3A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5BF763F8EF91BF90AEC8E80EDA35C4F8 /* EXAppLoaderProvider-dummy.m in Sources */, - CE914509B01236ABB20E6682E2829DB7 /* EXAppLoaderProvider.m in Sources */, + AA92054AA43F91D35F3E4AF3EDEE9D74 /* fishhook.c in Sources */, + E6EDD472224D2BB68FB95DD052062BB3 /* React-fishhook-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9609AAA15E463B8786B346FAC04672A0 /* Sources */ = { + 92A0AD9870ADA03FFED93FB885FA618B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 78BF1F947D28284C6C5B06636B83AEF7 /* EXAudioRecordingPermissionRequester.m in Sources */, - 51C79C88820B5197AB3CDB9376396195 /* EXCalendarRequester.m in Sources */, - 4747F8766746305A6925482005F441C1 /* EXCameraPermissionRequester.m in Sources */, - 17B03B21474472F7EB23CCA083EB6CE0 /* EXCameraRollRequester.m in Sources */, - 8C7A15FBAE7271D2AB49E08463F5BC95 /* EXContactsRequester.m in Sources */, - 0C631B56D84BB38DC0844EBACC4893C5 /* EXLocationRequester.m in Sources */, - 2ABD5D9936F366E87BB7EA022DE746CF /* EXPermissions-dummy.m in Sources */, - 24725EF526B66947DFCFB06F8B0442D9 /* EXPermissions.m in Sources */, - CE399A301E038CE8427A92FD187093C7 /* EXReactNativeUserNotificationCenterProxy.m in Sources */, - AEA0571AD000EA6F97808A38CED466A8 /* EXRemindersRequester.m in Sources */, - 0B2D30F38EB2951F5650351BB4C018E6 /* EXRemoteNotificationRequester.m in Sources */, - 3D3E47E5F83FB0562F67CCE9A4AAA4F1 /* EXSystemBrightnessRequester.m in Sources */, - D4ECBFB97245592DB4156EB77244A90F /* EXUserNotificationRequester.m in Sources */, + AE6AE98EAF8D1870A030668A0321F6F5 /* CGGeometry+RSKImageCropper.m in Sources */, + 6423197F70509623F82BEE6FCCBA9EF4 /* RSKImageCropper-dummy.m in Sources */, + 856369C099A179D5FBDCA5A691569040 /* RSKImageCropViewController.m in Sources */, + 33BB5AD278DA82C5DBC02CD13F5C180F /* RSKImageScrollView.m in Sources */, + 9E20FA23025DCAD38C165369EE7097FF /* RSKInternalUtility.m in Sources */, + E9986B5D48B27486B57D42A436D057BC /* RSKTouchView.m in Sources */, + D24A03FD1BBE7DE03D7813EFFF60ADA1 /* UIApplication+RSKImageCropper.m in Sources */, + 871FDE375F392303D64431F5BAF19879 /* UIImage+RSKImageCropper.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9B7869BAB950D244F9AA8BBE9073E56F /* Sources */ = { + 9983E019F64B0E462D6B187C0151A0C9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AFA8E5DFFEB2A205D9279C50FBA73275 /* RCTVideo.m in Sources */, - 6C6D5DD9334B9431B8C9AE05C22DB886 /* RCTVideoManager.m in Sources */, - 9F9BA4B66948E5864074D8EE8CA7A03B /* RCTVideoPlayerViewController.m in Sources */, - E939DB874F99067787C4DCC7A8779874 /* react-native-video-dummy.m in Sources */, - 0C957BABEB6CCBE84E75013A02C568A4 /* UIView+FindUIViewController.m in Sources */, + 2104BF676681E022426654C2E54D873C /* rn-fetch-blob-dummy.m in Sources */, + A35D380151B31E21C1D30C0E60DA6114 /* RNFetchBlob.m in Sources */, + BDEBBCF0A734872323A3F67F69E57FC6 /* RNFetchBlobConst.m in Sources */, + ADC1E8A42ED2F3D7F05A6AB8FE7E1638 /* RNFetchBlobFS.m in Sources */, + 67A8F857E4B210F1E91FCB8D78D2C3C7 /* RNFetchBlobNetwork.m in Sources */, + 6E5002EC6980908801198C89F32F71B4 /* RNFetchBlobProgress.m in Sources */, + 322134202CB0C033241D38A3329D8738 /* RNFetchBlobReqBuilder.m in Sources */, + 7A717DB34B18EA65C5DE03A1DF6B0132 /* RNFetchBlobRequest.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9E47017E9F6DBD903976F1312ACCF1EE /* Sources */ = { + 9C89432EFB82E8E2FFF8FFABC4C44D14 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7B8F4B801737B4E0D77138A77689BA3A /* RNLocalize-dummy.m in Sources */, - 454D47B77CAEFE55DA1EB6B57D585196 /* RNLocalize.m in Sources */, + 6C891D7886D240AB5AE90A5B658B3D71 /* RNLocalize-dummy.m in Sources */, + 0EE40EF775400A0207BA455DDBEE2A02 /* RNLocalize.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9E8B4514A9A5AE2FB60C1766C30F8C0F /* Sources */ = { + A02A2E9F7389315B01604240D3D927B8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3EB44AA9A5862745240ADE3F82A8D79F /* Pods-ShareRocketChatRN-dummy.m in Sources */, + 12ACC94DE2E5700B6CCF85313043EEC5 /* UMAppDelegateWrapper.m in Sources */, + 91C88BBB4D58DE4F230D9B75482C1AF8 /* UMCore-dummy.m in Sources */, + CC1F690FF76AE0E45622809281DB2B49 /* UMExportedModule.m in Sources */, + 7FF3C3998D7CF5C363AC1CAA696B6162 /* UMLogManager.m in Sources */, + 1FE4B39F4357606FF23D1632FD3BD1FA /* UMModuleRegistry.m in Sources */, + DA496E0597C64A3404628E03E447F7F0 /* UMModuleRegistryProvider.m in Sources */, + 7966A7B37EDE4A16158C6E51151957D3 /* UMSingletonModule.m in Sources */, + 6EE78D91771E29D2D7E741FCA2F1A07B /* UMUtilities.m in Sources */, + DECFC95C86D393B452CD612C5232AB73 /* UMViewManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B53F6EED305935D2B2365FE6336F4F34 /* Sources */ = { + A3A72D9C509E5E11B45C460F4CAEE770 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E126D849B2811DAB3717ADEC424D7657 /* EXDownloadDelegate.m in Sources */, - C198AB42A29594802AA8D6276A808FD3 /* EXFilePermissionModule.m in Sources */, - EF057C036B7B732BC9F983413A29C1E0 /* EXFileSystem-dummy.m in Sources */, - FCC887881586BEC4B9D0A24B7E3A2BB6 /* EXFileSystem.m in Sources */, - 91446633BDBBF72BFFE0F45182D49D33 /* EXFileSystemAssetLibraryHandler.m in Sources */, - 330B6B072E57ED740584170F1D33629C /* EXFileSystemLocalFileHandler.m in Sources */, + 158D3554CA8AF736F3A860CE60F8C0CF /* react-native-notifications-dummy.m in Sources */, + CE49B9B8D464BBBE5D7215026B631CB6 /* RNNotifications.m in Sources */, + 7ACC2C3AD833B0E8EFD1258D2C7B6F11 /* RNNotificationsBridgeQueue.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B905DD1BF4E0ACAC4251F967DAF0111C /* Sources */ = { + A6C5040BCE203F411247AC644E4ECCA8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8ACFD521712D993166916D58F4E370E4 /* RCTActionSheetManager.m in Sources */, - E73FB5A918694031420A77C782BE5EF2 /* React-RCTActionSheet-dummy.m in Sources */, + F691D9FA47A573CADDCF5584D7D693DE /* EXConstants-dummy.m in Sources */, + 5DBBB91027255885AAE7B300C895779A /* EXConstants.m in Sources */, + CDBC59077AD1D33760F3265595534A61 /* EXConstantsService.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BA921B4A715276866F8FBE7DFD3FF40A /* Sources */ = { + A778361624248B7996824D8B27D0C409 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CD9DC837BE80219DF2F32E2A5879E792 /* RCTAdditionAnimatedNode.m in Sources */, - 72BBB39CAB7432B03C7AB208A6354421 /* RCTAnimatedNode.m in Sources */, - FFBCD3BA7BAA7F027E7EA3CCD39F067B /* RCTAnimationUtils.m in Sources */, - C25C06765F3F4DA2F081670C6946C942 /* RCTDecayAnimation.m in Sources */, - 423EBC8945FCA228193D1C494F097685 /* RCTDiffClampAnimatedNode.m in Sources */, - 5F7E90B2857812E34A62B47296063015 /* RCTDivisionAnimatedNode.m in Sources */, - F03130E042768CDCBF1DCB047175142E /* RCTEventAnimation.m in Sources */, - CA6F10E021AFFCA6D378032BB4A9F63B /* RCTFrameAnimation.m in Sources */, - 06594DFA6D9D73D21001FB3709043BF9 /* RCTInterpolationAnimatedNode.m in Sources */, - 6D2217CA6AA696ECC397EB0587E524F6 /* RCTModuloAnimatedNode.m in Sources */, - 0A3B15F9F2C8B2D8DFE50C23FE9DA9D7 /* RCTMultiplicationAnimatedNode.m in Sources */, - 5792BCE1774577F47DDF372737AB9F54 /* RCTNativeAnimatedModule.m in Sources */, - CED79CC15D7BFEF1E379BCC02281978E /* RCTNativeAnimatedNodesManager.m in Sources */, - FD1EF174E68057114F0376B4011F97DF /* RCTPropsAnimatedNode.m in Sources */, - 51E72AFDCA630951AB936CC32D64E070 /* RCTSpringAnimation.m in Sources */, - 7B411BA961888E6248A085C0594AD26E /* RCTStyleAnimatedNode.m in Sources */, - 80ED9D43F59ECB59B20AC5429D13FFE9 /* RCTSubtractionAnimatedNode.m in Sources */, - 828B42424E83366C14B7B20560D70A65 /* RCTTrackingAnimatedNode.m in Sources */, - 55A28E7D0976AA5FCB10B9FEDE492D87 /* RCTTransformAnimatedNode.m in Sources */, - DAF6201FA3E4FFDDF821B5E5F301813E /* RCTValueAnimatedNode.m in Sources */, - B6B07FEC1C52FF8DEEB2DECC75AF6223 /* React-RCTAnimation-dummy.m in Sources */, + E4A67A9EC60CF1B476906F44C62BF21C /* react-native-document-picker-dummy.m in Sources */, + 9E8D17BBCF387E932E1246F60658F754 /* RNDocumentPicker.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BCDCD0C34A5BF68884EE50161FA4DE35 /* Sources */ = { + A7921B4DE8DC87584B56AF6CE05518B8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AE50881383D99425658602348D1744B0 /* EXHaptics-dummy.m in Sources */, - 9C2121F5D96BDE54DA8B179237762DE2 /* EXHapticsModule.m in Sources */, + 6F79CC100A375BA2A853CB8E7DC228BF /* NSTextStorage+FontScaling.m in Sources */, + 46F96716F4041C315787A037DEC72D44 /* RCTBackedTextInputDelegateAdapter.m in Sources */, + 1AE0FD72CF28C433365DB7823A0A858C /* RCTBaseTextInputShadowView.m in Sources */, + 6CF66AF68A516BBCEBF076D16C0978F7 /* RCTBaseTextInputView.m in Sources */, + 1F3E8AA4B498AE32F363A0E9594E4960 /* RCTBaseTextInputViewManager.m in Sources */, + 1A8CE6E6EBE78F0DD9B99C82033A8CBA /* RCTBaseTextShadowView.m in Sources */, + CA17A0D82CA5560313B9EE3E0C9649B0 /* RCTBaseTextViewManager.m in Sources */, + 8F77ED7FA0920092525B31BF0715D4B8 /* RCTConvert+Text.m in Sources */, + DBFB1607C85A9AB4A7E0A2CFB83C6CEE /* RCTInputAccessoryShadowView.m in Sources */, + 741F285C295BC45F6CC4290423E5B323 /* RCTInputAccessoryView.m in Sources */, + A4A8EF11329E30AF4581A4EC4F1839CC /* RCTInputAccessoryViewContent.m in Sources */, + 3BA42042E82F104E195BBF712ACE8C58 /* RCTInputAccessoryViewManager.m in Sources */, + 2F90676F251EA0F66816A8E0CB69A32D /* RCTMultilineTextInputView.m in Sources */, + B31F71F68035F354B4C98E457980C438 /* RCTMultilineTextInputViewManager.m in Sources */, + CBE3E3EBE0E1AD19FD53FF49543460CD /* RCTRawTextShadowView.m in Sources */, + 36F5B5DC326D85E0C69975696E0D88C2 /* RCTRawTextViewManager.m in Sources */, + 9A334547AD2CC9D85F4A69AE680B98B0 /* RCTSinglelineTextInputView.m in Sources */, + D1441403E5CC89E178F209DDC88F8FD9 /* RCTSinglelineTextInputViewManager.m in Sources */, + 893E9C3254B55B0480DAC015B48033D8 /* RCTTextAttributes.m in Sources */, + A135851690EA13FAB747A5AAEB5F88F6 /* RCTTextRenderer.m in Sources */, + 79495E479F422823C22200147DCBEBC2 /* RCTTextSelection.m in Sources */, + A68C208A7E258FED46C2E5EFA9A142B0 /* RCTTextShadowView.m in Sources */, + 0DBC9A4BF32F76F6E014542A271E3864 /* RCTTextView.m in Sources */, + 0A51C43D0E6ED1CD224B7A85B8E69F5F /* RCTTextViewManager.m in Sources */, + A1A241A54D54F46A8201C3C6B60D9988 /* RCTUITextField.m in Sources */, + 41320C8B3DDF898AB49CC3AED395140C /* RCTUITextView.m in Sources */, + 79B1BDF00CEF88F5FF8A917ED02457ED /* RCTVirtualTextShadowView.m in Sources */, + BDE57F830C02DC7024EE1E65048C7FD3 /* RCTVirtualTextViewManager.m in Sources */, + 0125F15CB1839E3C12109C5548D6B04A /* React-RCTText-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BFBC48042B1114D7160F56FB0EE57D26 /* Sources */ = { + AB476E5A1EAC939C9205D3BDB1913AB5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CB02625083EC0CC1E4D39B624E947694 /* RCTLinkingManager.m in Sources */, - 6BF3F3544EDE9CAAE363371E195BD597 /* React-RCTLinking-dummy.m in Sources */, + E21E5612EC51EBA334AB3F60B41354F5 /* CxxNativeModule.cpp in Sources */, + 5374C4D2BEA35A56CD732A9A733586F0 /* Instance.cpp in Sources */, + 85251CD02DD674230CA984A67AEE83B9 /* JSBigString.cpp in Sources */, + C240911FBE453E400D75B95CEBF52095 /* JSBundleType.cpp in Sources */, + 0FED38C7E122D6A44271BE8F8EF3ECFF /* JSDeltaBundleClient.cpp in Sources */, + 200083AEF34F33FB133F83B156F4D24C /* JSExecutor.cpp in Sources */, + E024C4457F76816A02D2436C4D5EEB7B /* JSIndexedRAMBundle.cpp in Sources */, + 3015EED0EE046ADBED8025A7EFC6B95F /* MethodCall.cpp in Sources */, + 418D03E0DC36ECE2A819765B38D635A3 /* ModuleRegistry.cpp in Sources */, + 5F3493051E95688BC4C176D865FC2711 /* NativeToJsBridge.cpp in Sources */, + 5D7CEA3BDBAD9C386EA8EB6C5F7E212E /* RAMBundleRegistry.cpp in Sources */, + 3C3D87D186DB57315966E94458D005A3 /* React-cxxreact-dummy.m in Sources */, + 51D2E6B7B228FD5D69C2960376F50D57 /* ReactMarker.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BFE1A06E52556ACC36C98E07CE077E23 /* Sources */ = { + AF7E2A8BB3196AB169293F1A66B46A56 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 708B5E67847F332FFC954B77D1526F4B /* EXAudioRecordingPermissionRequester.m in Sources */, + 30EED7A34D9A1000D1EB522E97493972 /* EXCalendarRequester.m in Sources */, + 097FAB099558BE69C5B07C5CBF958442 /* EXCameraPermissionRequester.m in Sources */, + 1E7F403014ACA53DDDFB3DEF4C6AA08C /* EXCameraRollRequester.m in Sources */, + 05784E4F577C71F801295AA360FEDBAA /* EXContactsRequester.m in Sources */, + 592F5C115D492157BAB057FC36627C58 /* EXLocationRequester.m in Sources */, + EF93A2F86BD6725C49F5EBC66CD115FD /* EXPermissions-dummy.m in Sources */, + 9D3100ACF474922057D60AEFC59E8DBD /* EXPermissions.m in Sources */, + ED6EE21B477CD958C06BB06515712F3D /* EXReactNativeUserNotificationCenterProxy.m in Sources */, + 488CDAE7D04BDDE829743A0A96D791E9 /* EXRemindersRequester.m in Sources */, + DE22255B85ED5C17E8432D9DD5E4591A /* EXRemoteNotificationRequester.m in Sources */, + 6262BBFAEBD554FF9B9CB958D38B9AD5 /* EXSystemBrightnessRequester.m in Sources */, + E41EA8387DD032D55443223065DF058A /* EXUserNotificationRequester.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + AF829BE92D58695327AF249681FCAEDD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FCD5E945BA52D8B95310D76FC86CBDB0 /* demangle.cc in Sources */, + 53B3D7AAD3E21D1729B00C1186796526 /* glog-dummy.m in Sources */, + 3B32CEBB93C3B9BD2BCFF938D648F5C0 /* logging.cc in Sources */, + FA16B249189B0F49AB55391CE3F07FD5 /* raw_logging.cc in Sources */, + 21A50A26FAE773CA99810FA40626317A /* signalhandler.cc in Sources */, + E62860E01E471C99230053BA48000324 /* symbolize.cc in Sources */, + F0168F6DB9F60C9955F19ED0FA64FE75 /* utilities.cc in Sources */, + DA101E7E07D7082075A299F819410381 /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDD1E2220DD26FAB5ECD1AC07377A7AD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 653B389F32BA2780AF2017D2462F1B44 /* ReactNativeShareExtension.m in Sources */, + B72BDD94E077F65AA7458B7A55F75A8D /* rn-extensions-share-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C3A3CF31E19F513918D046D4FCB976ED /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C00D49DB554F94F03FAD94DE4A3757FC /* Sources */ = { + C48690BDEEC777C92AA7EB6825B7E542 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6857C9321E0B491DFD593BF185FAE54B /* RCTVibration.m in Sources */, - 1C39EF132444FC3DF78601C57016088C /* React-RCTVibration-dummy.m in Sources */, + 536442E72DD2E9A6E91A8DF5840095E3 /* InspectorInterfaces.cpp in Sources */, + A6341F5619E43D353B810CC3588F2DF8 /* React-jsinspector-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C4DAD852343C2F9F83EE0CC6712F3EE2 /* Sources */ = { + C502BEF46C3519B7E7E09A6ECDFC298C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B86AB21FDF76A67A38517DB35E099F73 /* FFFastImageSource.m in Sources */, - 6CA0C58BF1C207C82034E7BA1412C031 /* FFFastImageView.m in Sources */, - 96D130CCFF7BCC2E0803624575961E56 /* FFFastImageViewManager.m in Sources */, - CF10C98B25C8B29769523DFF1525D7C4 /* RCTConvert+FFFastImage.m in Sources */, - AF33A75B4D3B3DE062FFC5C49F331F06 /* RNFastImage-dummy.m in Sources */, + 6E003C78F7BB84E5823321F8C579EB60 /* RCTGIFImageDecoder.m in Sources */, + 9FFF51594581711C66694A056F5F5668 /* RCTImageBlurUtils.m in Sources */, + 9C5ADDB47CA44EC48A2AEADE601458AA /* RCTImageCache.m in Sources */, + CB6DA20D76D17536CBEAF4AE6131B66E /* RCTImageEditingManager.m in Sources */, + F2F1065981A98C1E98438044E1DC235D /* RCTImageLoader.m in Sources */, + B006DC04C1E37C9A513A51335885E3C9 /* RCTImageShadowView.m in Sources */, + ADDEF0C30643D9C765415E0D154C9AC2 /* RCTImageStoreManager.m in Sources */, + F39E8F415413C5C76B847211DF9B41F2 /* RCTImageUtils.m in Sources */, + E790E1893223E38EE434BBA923AF30CB /* RCTImageView.m in Sources */, + 065AEC5ABB187639D84B11F9C002B47E /* RCTImageViewManager.m in Sources */, + 2C4F5FE3E62918BFA339644E18D9EF30 /* RCTLocalAssetImageLoader.m in Sources */, + C73448C1924091A0D88F022BE55C3754 /* RCTResizeMode.m in Sources */, + 69879F03A54BBBD9EC1004B789788CCA /* React-RCTImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C5B61B5CAD9F92E7B0A9ADB6B326F200 /* Sources */ = { + C5F9F47CCB5F2226CB548CC662D16B3C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A3E204CA251154E3166E6FDD0E65A8CA /* fishhook.c in Sources */, - 0F3AFB2969CD3119B6DBD9EEB8666771 /* React-fishhook-dummy.m in Sources */, + 7118E1647B5BFE43437E341CA7899B6B /* react-native-realm-path-dummy.m in Sources */, + 892B3606EF670E10321C141C79B0BA85 /* RNRealmPath.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CAC1033846F46595DFC932AC2803A724 /* Sources */ = { + C95B4CD564E0E761F9B12053B2A4AEFB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A2A5B5747F19E55E41A4C20C4010CFE1 /* NSBezierPath+RoundedCorners.m in Sources */, - 5204940F6F67FB7EEF238E5F3C8DAFB2 /* NSButton+WebCache.m in Sources */, - D68537FE8055E256E72D4E8F9D739B5A /* NSData+ImageContentType.m in Sources */, - 3E91B6876BD0CCE1A333E130ACC9FCD5 /* NSImage+Compatibility.m in Sources */, - 668FF0900C052F4236BC1E0C6FAF8129 /* SDAnimatedImage.m in Sources */, - A993FAF62BEC3C070DE2BC43EBBF350D /* SDAnimatedImageRep.m in Sources */, - 070743CB50827C9ADFB341B6228D99E6 /* SDAnimatedImageView+WebCache.m in Sources */, - 498D40F649B2FEFEFC667756A1C98D4B /* SDAnimatedImageView.m in Sources */, - B819BB2671C9987F41AAF6D1197C449A /* SDAsyncBlockOperation.m in Sources */, - 3334B4EDCD1D8E8918899085DD6BC19F /* SDDiskCache.m in Sources */, - DC52F61175BB8EDABDEC2B82A3231C84 /* SDImageAPNGCoder.m in Sources */, - 62C1D3008CA0CDB49F91B9FA4DC5317B /* SDImageAssetManager.m in Sources */, - 5C7AE51A99228B56C41AB777A7A9CEA3 /* SDImageCache.m in Sources */, - 414188A3A142F910D61752EDFE334B9A /* SDImageCacheConfig.m in Sources */, - 1470797900FAC3CD36BF8C31FE03223D /* SDImageCacheDefine.m in Sources */, - 80BC26DA3E61DA755BAEF08C61E5C488 /* SDImageCachesManager.m in Sources */, - AD703CE00621AC4DFCF44DEA66FF5747 /* SDImageCachesManagerOperation.m in Sources */, - 9B708894E674A55E8BEA6BFFF8D4E0C4 /* SDImageCoder.m in Sources */, - 683C6F972830D5FEB39208407245FA5D /* SDImageCoderHelper.m in Sources */, - 1DBDC86BED8071158994AFFF64D7462B /* SDImageCodersManager.m in Sources */, - ADC570EF742A3C7D34B39436C877FAC4 /* SDImageFrame.m in Sources */, - 596083F7169FEB838E5F9F65E617B300 /* SDImageGIFCoder.m in Sources */, - 5E1B0A383A4FF385E418A1BB44C2ED4F /* SDImageGraphics.m in Sources */, - 7AD370906F5F24379CA9089D3092C688 /* SDImageIOCoder.m in Sources */, - 2F3872870EBBA7DA77A4638800EE7E29 /* SDImageLoader.m in Sources */, - 7C3D6AD1315DBA173FAE0682136D2C29 /* SDImageLoadersManager.m in Sources */, - C6ECAF40168E6F7A3F0BA72633372793 /* SDImageTransformer.m in Sources */, - 804E9FDDDFDE050A61CF2EF27E330C88 /* SDInternalMacros.m in Sources */, - 89B5EAFD772F2ADFB2909EBA03C694DB /* SDMemoryCache.m in Sources */, - 791B263574A921B3936E1F1EFFF7F7AF /* SDWeakProxy.m in Sources */, - 646AAF7DADFE38C446C07E4B7781CE5E /* SDWebImage-dummy.m in Sources */, - 4E8E66EDA19FF4904B570C4D28916FC0 /* SDWebImageCacheKeyFilter.m in Sources */, - A2404AD391CFFAE80AAC6F91573C9625 /* SDWebImageCacheSerializer.m in Sources */, - E135ECDD5A233540DA09159C2140D666 /* SDWebImageCompat.m in Sources */, - 6319347905CF8A1C5F0323D6026CA3B3 /* SDWebImageDefine.m in Sources */, - 5614E6FCBE0939C456D3EB396DA3994E /* SDWebImageDownloader.m in Sources */, - 1AA72C21E07EAD237FA5E02684829FCA /* SDWebImageDownloaderConfig.m in Sources */, - B2FEE5FD4511AA5AB393D1D1856D4A96 /* SDWebImageDownloaderOperation.m in Sources */, - 534A89B55396A1BD1DC560C9ACF60461 /* SDWebImageDownloaderRequestModifier.m in Sources */, - 9781C3B70A44E39F20DD4D837195D65D /* SDWebImageError.m in Sources */, - 1FED8350D8B3BA342A6395D7CD9A73AA /* SDWebImageIndicator.m in Sources */, - BC095F7FA3D3CF9EC01057704683263F /* SDWebImageManager.m in Sources */, - 1407E9128CA5F01437F2A6989452D411 /* SDWebImagePrefetcher.m in Sources */, - E4C0E427A9389E35BF82A1765B9EAD5C /* SDWebImageTransition.m in Sources */, - A415DDAB64B7A8B43512D6DFD092ABA3 /* UIButton+WebCache.m in Sources */, - 3EB2D1D755EBFDDE0887DA8BA2A2B7DF /* UIColor+HexString.m in Sources */, - 416E4BAF70EAFF208FC7DAA8B51468DC /* UIImage+ForceDecode.m in Sources */, - E0F5E2DC9F1B3161F50C059C39AF9F2F /* UIImage+GIF.m in Sources */, - 4E5414FCE113E86F760643F767063024 /* UIImage+MemoryCacheCost.m in Sources */, - D0ECAF5BA9D806F93095EA5DECD4087A /* UIImage+Metadata.m in Sources */, - BF7264A04F4F0FE9BAFB1E619B673A76 /* UIImage+MultiFormat.m in Sources */, - 35ADC484DD7F12A3A043D921760B2756 /* UIImage+Transform.m in Sources */, - 63F7F4DF6818B5B6EE8D622DE59F14CA /* UIImageView+HighlightedWebCache.m in Sources */, - 07B3071909982BA85177AD84B8B4891B /* UIImageView+WebCache.m in Sources */, - 38A735B1D650FF15136F4EB6AA67F964 /* UIView+WebCache.m in Sources */, - BC31AAF43F6F2907B269445DED23CD4E /* UIView+WebCacheOperation.m in Sources */, + 8818A7D29AD1391E7F08D707D5F7A323 /* BannerComponent.m in Sources */, + 101F37D6A8128BA9D57745FF43DCDABB /* NativeExpressComponent.m in Sources */, + 549729D87373E8DCE45F3B6209CF09A1 /* RCTConvert+UIBackgroundFetchResult.m in Sources */, + 9A37E6283FB9ECD02CBE779F2DCCB4C3 /* RNFirebase-dummy.m in Sources */, + C567ACAF03DD5192F8F153D9560DEF95 /* RNFirebase.m in Sources */, + 5EB450D0D94C8B25659EA1EA34F48B2C /* RNFirebaseAdMob.m in Sources */, + 2AE34935CB0A1D6A512766793BF67901 /* RNFirebaseAdMobBannerManager.m in Sources */, + CE1757511E2F825BDFEEB761CE815567 /* RNFirebaseAdMobInterstitial.m in Sources */, + 3A57A6BC584E76A4E31A9E2AD4C620F4 /* RNFirebaseAdMobNativeExpressManager.m in Sources */, + 78D7D5F5AA9E5F5DD9E2BA18F852D94C /* RNFirebaseAdMobRewardedVideo.m in Sources */, + E8B6EBD1F096A113B4E7E6548CF694BC /* RNFirebaseAnalytics.m in Sources */, + 40B2CB435CD5E499984AE25144A7F230 /* RNFirebaseAuth.m in Sources */, + 61B9F674B200D55AA06BD2188242B640 /* RNFirebaseCrashlytics.m in Sources */, + 2C05B2FEFB1884121AEA51E498CC83B9 /* RNFirebaseDatabase.m in Sources */, + 8B58FF5267FD24D39DE2DE1F6769CE30 /* RNFirebaseDatabaseReference.m in Sources */, + CDF601DE11AB66F7FB9733EA195733F5 /* RNFirebaseFirestore.m in Sources */, + 61A3D29678DBC0B1F5613FB3C6313109 /* RNFirebaseFirestoreCollectionReference.m in Sources */, + 0D5F7AC4E5BAEB441ABE156872A5CDE6 /* RNFirebaseFirestoreDocumentReference.m in Sources */, + 8D3228A30F333DD1AB4B2DA5AD3FEB6A /* RNFirebaseFunctions.m in Sources */, + 429B85E7B9B060979F474B843934F47E /* RNFirebaseInstanceId.m in Sources */, + AD27C46FE6271C9E685CC44C576E0906 /* RNFirebaseLinks.m in Sources */, + FD4E0CFE6296EB3ADF2A77D0A6CC923E /* RNFirebaseMessaging.m in Sources */, + 00F1D6D055E2D5AB857EA1F68BDFEBFD /* RNFirebaseNotifications.m in Sources */, + 6C017EFFDA6030DF8E429BAF8EB6D7C3 /* RNFirebasePerformance.m in Sources */, + D74A43905A705DA5C71B4BCE18ABA378 /* RNFirebaseRemoteConfig.m in Sources */, + CB313CA02F57638B84BC677E926BB231 /* RNFirebaseStorage.m in Sources */, + 923297CD1DC39221B48E6A86DA69BCB9 /* RNFirebaseUtil.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CCA135F81807B5825000F4F2D83B0233 /* Sources */ = { + CC24E825255B9CECCBDC42F588CF9BAD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6443C4C3F75F1E4D6BFE718E12E04D94 /* RCTDataRequestHandler.m in Sources */, - 6BED6BA837876664A44E4D71CB712611 /* RCTFileRequestHandler.m in Sources */, - 17F3549A9FCE6D47CBD90E0258D66B19 /* RCTHTTPRequestHandler.mm in Sources */, - D9E0C29AAAABED874DB92D3078DC673C /* RCTNetInfo.m in Sources */, - 17C019D92618A775720D1C26893F32E6 /* RCTNetworking.mm in Sources */, - 85AB1A871EF63DD2E996129614AE1CDF /* RCTNetworkTask.m in Sources */, - 5731414C4FF8D8C612E84AD9B66D141B /* React-RCTNetwork-dummy.m in Sources */, + 1B9D68685B95B8829E0757F2E2453138 /* RCTAdditionAnimatedNode.m in Sources */, + F2F3985A633AE2FC427792224C401F08 /* RCTAnimatedNode.m in Sources */, + 81F404B0055187A0B0FAD45FF50109C8 /* RCTAnimationUtils.m in Sources */, + 8421CC070F30166FB40A3310A912B9AC /* RCTDecayAnimation.m in Sources */, + 16AE57EDE5E83833EBD8C793531FB332 /* RCTDiffClampAnimatedNode.m in Sources */, + D9C138C0CF64DC470B2BE14BBC8ACCC4 /* RCTDivisionAnimatedNode.m in Sources */, + F62C1F0B23CF2264BC8380E1F49898DE /* RCTEventAnimation.m in Sources */, + 0A21D37F9F6EE5B5FBFAD5A6A68EB437 /* RCTFrameAnimation.m in Sources */, + 1F8FEF906210EBACFED54575AFE06B03 /* RCTInterpolationAnimatedNode.m in Sources */, + 07BC9276F8D8D159703C22FC7F03E1E7 /* RCTModuloAnimatedNode.m in Sources */, + A52CC6DC9E8F19D684C08CEEA8E58A16 /* RCTMultiplicationAnimatedNode.m in Sources */, + DDEDB2E30AD6EFEEF798B63BF72BB878 /* RCTNativeAnimatedModule.m in Sources */, + FDE46D992AB2ACE80620F0D283B4E119 /* RCTNativeAnimatedNodesManager.m in Sources */, + 47533DDB0F9F014429C7E09002B0271A /* RCTPropsAnimatedNode.m in Sources */, + AF8FBE721E9804DAA470E0970AEF8C33 /* RCTSpringAnimation.m in Sources */, + 3F2F60C38C51FCED5FD0627E2D2B6A04 /* RCTStyleAnimatedNode.m in Sources */, + 1493723C2F929D7965B66457217EF5BC /* RCTSubtractionAnimatedNode.m in Sources */, + 79AC2EB0B44FD20706F7E91343517C75 /* RCTTrackingAnimatedNode.m in Sources */, + E8318E2E0D1F75FDA86040642AEDBD4E /* RCTTransformAnimatedNode.m in Sources */, + D5D309DCD977B46FB154F7E91E1EAA0F /* RCTValueAnimatedNode.m in Sources */, + 739A75706F3101B5165067BAFF8ECC71 /* React-RCTAnimation-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D2E928F6BD7C13F0A38CA485964DF301 /* Sources */ = { + D86389FAB23B906ECC58B3E3B72F979B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C6C5948C51928277340390210B0C5CE4 /* bignum-dtoa.cc in Sources */, - DBEEDD04C66CF8D31743E6B25DB6A28B /* bignum.cc in Sources */, - 554F9A1DF5EE25721D3B20F4829B5EC7 /* cached-powers.cc in Sources */, - 3383CADB2C4F2E6F7DEA9A56CF388F2A /* diy-fp.cc in Sources */, - 56DAF146126C57A0FB4E991F96D0F66A /* double-conversion.cc in Sources */, - B5FED35FC7405CD65D29732A6AA44FB4 /* DoubleConversion-dummy.m in Sources */, - 5F797588940763FBEC7663D398E2023B /* fast-dtoa.cc in Sources */, - ABCF8EC842521974D4F9C92FA1E40D73 /* fixed-dtoa.cc in Sources */, - DC9F5AD943F5C51DC54B12B6BAE46E50 /* strtod.cc in Sources */, + B5D9BCFE85335A629B281F444FD4D463 /* bignum-dtoa.cc in Sources */, + 49FC782AEC4C4C104C4DF79DF1FB9587 /* bignum.cc in Sources */, + 043C869C978512C629608B8A694D8F00 /* cached-powers.cc in Sources */, + 826EA6B50143FAC69BF57DC62563B4B2 /* diy-fp.cc in Sources */, + 25022C789322DCFF1CB3B6B1C0DB920A /* double-conversion.cc in Sources */, + 64806B34DFB4F0DDBFD32B10923ED29B /* DoubleConversion-dummy.m in Sources */, + B31595FA403FF282A774AC6C8EEC7753 /* fast-dtoa.cc in Sources */, + 4AB1515D537347D7DCBE76339B038175 /* fixed-dtoa.cc in Sources */, + 572436B4F31A41AFB284DA9652FA591D /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D5F5D5FDE29833EDBC525D0627E5EC65 /* Sources */ = { + D8AC67C0B20297DA3C9F167B1B8FC92C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3F45B3DB0330C04F9493260B4134CDDC /* AudioRecorderManager.m in Sources */, - C31935F36EF9F0E0D682783948E49911 /* RNAudio-dummy.m in Sources */, + 904B88899D82BFE9FB6A2B08C5E35FE7 /* RNScreens-dummy.m in Sources */, + F44DA8AFE72547522855D1DF29B38F7B /* RNSScreen.m in Sources */, + 2286FA1D900C58BC9E36B4410AD307D4 /* RNSScreenContainer.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D89D7FE949ACB9856F33FBF82572B196 /* Sources */ = { + D8BADC07DACE496C6A1D36DECF9264FB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BC7823D69B7FA18696F5C13C6A9149A6 /* EXWebBrowser-dummy.m in Sources */, - 1283DAA1D9FC84DF5395D2C8E052B779 /* EXWebBrowser.m in Sources */, + 590169C3BE81E6FE9B67E19D5DCFC107 /* EXWebBrowser-dummy.m in Sources */, + FAF6B57EDEE412A783FD3FD64B4DBF17 /* EXWebBrowser.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E33F2513DFE690E4F56FB52978C0FBA0 /* Sources */ = { + D990B28E81C02368CAAE8259E58583A3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D56163017E85D903122E14D309296DFE /* ReactNativeShareExtension.m in Sources */, - AE4BCE62AC29E5AE0E3D8E2F3570B359 /* rn-extensions-share-dummy.m in Sources */, + 11D833CD99CA41A620E75807941536CD /* Compression.m in Sources */, + 3B81117D4AA273FD2B0137AC36BBAA16 /* ImageCropPicker.m in Sources */, + 13B210D46A1B7BC6FDA54D802230E4A5 /* RNImageCropPicker-dummy.m in Sources */, + F06D736749819C308B6E6FB44949E596 /* UIImage+Resize.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E3446724BEB19705033081CB33736FC9 /* Sources */ = { + DAFA70E4DB8AB4676BBEA1FEDF057712 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7F02F01043B80758224ECED092576172 /* BannerComponent.m in Sources */, - 389BB3A8213D7FD06C2114987C4E0878 /* NativeExpressComponent.m in Sources */, - A4300D1A7C74B97AAF3AC46D2542A9CB /* RCTConvert+UIBackgroundFetchResult.m in Sources */, - 4A296FC48B912B31781B43A526BDD93E /* RNFirebase-dummy.m in Sources */, - 6E77BB5835D67F7073C1389A459A337F /* RNFirebase.m in Sources */, - 091E7004BDFA27F79CCCD4935A2D02E1 /* RNFirebaseAdMob.m in Sources */, - 1E7884929C146C3E189AAD11A871E3EF /* RNFirebaseAdMobBannerManager.m in Sources */, - B891627FABC4AA2C8A9435A20D28463C /* RNFirebaseAdMobInterstitial.m in Sources */, - 80F5DB0DAF51D653A15011DE05AD2B4D /* RNFirebaseAdMobNativeExpressManager.m in Sources */, - 92154AEBEDCE557F02CE86C0C35C3C68 /* RNFirebaseAdMobRewardedVideo.m in Sources */, - 57576E08A32F18D05AC2F0B4E00DA670 /* RNFirebaseAnalytics.m in Sources */, - D07C1DEC40B88D9139AD7307E5004842 /* RNFirebaseAuth.m in Sources */, - 01F2798C0467D6A31358C8A0985C36D4 /* RNFirebaseCrashlytics.m in Sources */, - 28847F52DF8BF6BD90D85705E8F5AF58 /* RNFirebaseDatabase.m in Sources */, - D87F78E59E1BB5837CBF18E64C26B935 /* RNFirebaseDatabaseReference.m in Sources */, - BEE4FDEFB7CFE1E796C103444F70D33F /* RNFirebaseFirestore.m in Sources */, - 84843326280C33C453AD87222B20BC65 /* RNFirebaseFirestoreCollectionReference.m in Sources */, - 658CED53827EB23D705B2AB6D966CC46 /* RNFirebaseFirestoreDocumentReference.m in Sources */, - D4B97C6DF4732DA83615FE4FB7D54956 /* RNFirebaseFunctions.m in Sources */, - A339687E5E3CE8BF8E7D978ABEAE4063 /* RNFirebaseInstanceId.m in Sources */, - 4343EC079598AECDBB10D8CF3C215BA0 /* RNFirebaseLinks.m in Sources */, - F62D0CE7E30A1DF6C7CEA122CD47A854 /* RNFirebaseMessaging.m in Sources */, - 7AAA346AFF0DD921680CF53C2A620B6F /* RNFirebaseNotifications.m in Sources */, - 59B6E72B54BD4E8FF1EE2A228FEE6814 /* RNFirebasePerformance.m in Sources */, - 9C641C54D95FE2750D2F8F1AA45E4200 /* RNFirebaseRemoteConfig.m in Sources */, - 9998C2D94AF4CF23B7D3D8BA43895240 /* RNFirebaseStorage.m in Sources */, - 4D43F735EC96D387810DFD47C225565F /* RNFirebaseUtil.m in Sources */, + 98C45C8E681D300101F6094C445C52EA /* Orientation.m in Sources */, + 698D2AC6BD715DAE411D3AB16B0D2A2D /* react-native-orientation-locker-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E68AE4ECDFF60289AEEC8DABEFF92F5F /* Sources */ = { + DCA16D9C823FA4CDA8F179F61F141EEA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2691EA3DB266AFE95C5D6949FE43A558 /* react-native-realm-path-dummy.m in Sources */, - 8D085FB9426B81AFDD3DB78E9D6D7CE8 /* RNRealmPath.m in Sources */, + 5CBB96DBC0F7E3D6E155DD045C7F323A /* KeyboardTrackingViewManager.m in Sources */, + 5F60F23B4A7C96028406D71E16017D5D /* ObservingInputAccessoryView.m in Sources */, + F62F36B96725FA2315AD8169A2080C68 /* react-native-keyboard-tracking-view-dummy.m in Sources */, + 6744F2E35263F43F2F498E2B43C494B9 /* UIResponder+FirstResponder.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - ECBD842928256D6D11087E918D54E49C /* Sources */ = { + DD35416C53D10E1B39F5403A9E44C993 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 513474E7D61D32F6CF32E2600AD7BAA4 /* NSTextStorage+FontScaling.m in Sources */, - AA93DFAA677FBDC5B7CCCBF1C0E41861 /* RCTBackedTextInputDelegateAdapter.m in Sources */, - EC2E4AD80438DBB0D0169B4F238B2B2F /* RCTBaseTextInputShadowView.m in Sources */, - A1B05078246A1917CC9EF6AC942B2593 /* RCTBaseTextInputView.m in Sources */, - 6075F3D735F1436E820CA16A2E981A84 /* RCTBaseTextInputViewManager.m in Sources */, - 09F1039B71F41A58E4C3820736AFF5B9 /* RCTBaseTextShadowView.m in Sources */, - 5CCA78F70F40794873D9C7459C97C871 /* RCTBaseTextViewManager.m in Sources */, - C8BA3BD2436B4E5122A83672BDDDB71E /* RCTConvert+Text.m in Sources */, - ED665F7EB7A57F0D601AA9D0B9DD886D /* RCTInputAccessoryShadowView.m in Sources */, - E28885E3F19BD770699A1172478479E6 /* RCTInputAccessoryView.m in Sources */, - 3D58645734885AAA2525FEC6FC8E2DB3 /* RCTInputAccessoryViewContent.m in Sources */, - 72DEA8139BEFFB33EB8706C52038E459 /* RCTInputAccessoryViewManager.m in Sources */, - 7B43F4130ACF1FE5622A986EEF777A16 /* RCTMultilineTextInputView.m in Sources */, - B000B656C33D23BBAF9DAFA1EE67CC3B /* RCTMultilineTextInputViewManager.m in Sources */, - 85AFB7CD1D0DBFC5BFF34AB7FA7ACDD8 /* RCTRawTextShadowView.m in Sources */, - F39AC24002885878B50EDB5BF10082CD /* RCTRawTextViewManager.m in Sources */, - 4E919AF0BE1D6FFA18AD68DD4387A45D /* RCTSinglelineTextInputView.m in Sources */, - 80CA675B4D1CCBC2F5595BDDC9042DFF /* RCTSinglelineTextInputViewManager.m in Sources */, - F84756167696E4763BC47B633D3AB95F /* RCTTextAttributes.m in Sources */, - 2E0E66C6341455CE0F6E42A715455B96 /* RCTTextRenderer.m in Sources */, - E5D5A4EEF5E7B8576DC08D5A295D6A32 /* RCTTextSelection.m in Sources */, - 6A3716F883952F219E6DA0A76EDE195E /* RCTTextShadowView.m in Sources */, - D3CCD6E3507087F3523396D16C2ABE12 /* RCTTextView.m in Sources */, - 005FDA4074AD1641648634BE9810886A /* RCTTextViewManager.m in Sources */, - 15BB88358D73BB78602EF5B25D49833A /* RCTUITextField.m in Sources */, - FEA13FCE2569D5414DC30AEB9372CDF1 /* RCTUITextView.m in Sources */, - 157B4C923AAF21F25A0F95C73AEDE684 /* RCTVirtualTextShadowView.m in Sources */, - DE3861C3B0A68FA6BE7F63CC9DC99136 /* RCTVirtualTextViewManager.m in Sources */, - 19FB1962069E9F037BAF7EF44F090534 /* React-RCTText-dummy.m in Sources */, + 619D767484D15D112387425E70472FFB /* RCTSettingsManager.m in Sources */, + 0B5FD772B11A80765ABF50A90AA9B4FD /* React-RCTSettings-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE45F214C26C3139D1AE5DBE6AC36B7C /* Sources */ = { + DD772844FED63C01C67C89FB5EB32FCC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0A05E0B5F8066912F1B9C25C978289F2 /* event.cpp in Sources */, - 790ED8E57FCA1598F6ED74EBBBD52849 /* log.cpp in Sources */, - B69AF62FC477794B37DCD247E4469298 /* Utils.cpp in Sources */, - 2CFFCD1502B4DFB00B930705F9C1CA05 /* YGConfig.cpp in Sources */, - 7C90A93C0314940A4FDA82A8C34B5648 /* YGEnums.cpp in Sources */, - D2DC874E56A788AEC7F93352CD9699A9 /* YGLayout.cpp in Sources */, - EFF9FD1F5E47DAA591D4008352FB104D /* YGMarker.cpp in Sources */, - 698EF50A4DDFA0834D48F6FCBD413B7B /* YGNode.cpp in Sources */, - EFD9B8ED8A5A0CBAC0748294FE49E4D8 /* YGNodePrint.cpp in Sources */, - 71672F91B37C4B7555BA977FD517CFA1 /* YGStyle.cpp in Sources */, - 27F194FA61A10E7B7BBB0C8296ABF894 /* YGValue.cpp in Sources */, - C4DBF7D26E57D471235C101FF9866F76 /* yoga-dummy.m in Sources */, - C03F84519E0F32585043A285AE2EB753 /* Yoga.cpp in Sources */, + 6AF16ACFC0F51059DED11AC5A03D20F2 /* react-native-splash-screen-dummy.m in Sources */, + 4DF3E5BFFFFABEB78B7F85EE2BEE4589 /* RNSplashScreen.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EF4A7925176BF9CF6A66FADB32BF6ACB /* Sources */ = { + E4BB9517E09C15A574CC982ACD98934A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 72F821479783FD5C8D7B8F5C19033238 /* JSCExecutorFactory.mm in Sources */, - B58930C68B02F38AC2C278AA2A628FC4 /* NSDataBigString.mm in Sources */, - 7937C258E4B1B03EF93659FC98320148 /* RCTAccessibilityManager.m in Sources */, - 17CC5CE8A235E6A1C3C328BAEF0CA0B6 /* RCTActivityIndicatorView.m in Sources */, - 66435A82DAB74F6EFC7F2A7F0AAFCE56 /* RCTActivityIndicatorViewManager.m in Sources */, - 2D2149103061C9E8250D197F5C394ADA /* RCTAlertManager.m in Sources */, - DC2C7977BCFB4AE074F805276796A9E3 /* RCTAppState.m in Sources */, - 5ACA7948DB4C91ADE25960DA5363D561 /* RCTAssert.m in Sources */, - CB5FFA7DF5E3961CA2AF084E5FE04064 /* RCTAsyncLocalStorage.m in Sources */, - 18071F18590D48C24AC8486A8A7BF15C /* RCTBorderDrawing.m in Sources */, - 66534B8F0C00B17153E9F19C259EB371 /* RCTBridge.m in Sources */, - 9D15A5737F8F7150CF0E53172721DCA4 /* RCTBundleURLProvider.m in Sources */, - 3BDDA4585BE92A385BE24526CE44C6D1 /* RCTClipboard.m in Sources */, - 0ADEF1CB778153CE8FC6BC1E4F0D5F5A /* RCTComponentData.m in Sources */, - 864D358EFE920280EB2F8BC104D60B8C /* RCTComponentEvent.m in Sources */, - F24D2EB1433F6E10BBE1C639F69D687F /* RCTConvert+CoreLocation.m in Sources */, - 5587629967496E3462BC68C103E14471 /* RCTConvert+Transform.m in Sources */, - 1C0ECD5A32BA53968BC97BED50BB3FE4 /* RCTConvert.m in Sources */, - B2F4B1700859BEFCD2E1992CBB23721E /* RCTCxxBridge.mm in Sources */, - 3B3C46BEED42E02C1DB4CEE99E02BFC8 /* RCTCxxConvert.m in Sources */, - A33571A61F5CCBFDF55A8542555503EA /* RCTCxxMethod.mm in Sources */, - E5FBB1F8D506D77173B2CAE6CB0E6D3E /* RCTCxxModule.mm in Sources */, - D18EA80B7E5A7B71D01474572E617B16 /* RCTCxxUtils.mm in Sources */, - 0FA5409CB5CC39FCFF8D1F08E399A813 /* RCTDatePicker.m in Sources */, - 5277F223093965D7764B54F9A977EEBD /* RCTDatePickerManager.m in Sources */, - 346214FAAE3A73FD292458A50D75552F /* RCTDeviceInfo.m in Sources */, - AC99E0A5D5EFF1635A34CE60569B2B18 /* RCTDevSettings.mm in Sources */, - 86D0DEDD63125349765FC3DC9DCC9922 /* RCTDisplayLink.m in Sources */, - CEF80D5B916DC65B8F0E2FB2B9250BE1 /* RCTErrorInfo.m in Sources */, - 26A79E4B1AF3D2C763C23752ED95C19E /* RCTEventDispatcher.m in Sources */, - 20123A2473204A6743B23448C41D75B8 /* RCTEventEmitter.m in Sources */, - B6DA51F9EE4868ABAF30D55BFF1A1767 /* RCTExceptionsManager.m in Sources */, - 8F21A887A0856F09E8BC7CDD70EEFEDE /* RCTFollyConvert.mm in Sources */, - D871C965B5E18C4C234AF35337F96253 /* RCTFont.mm in Sources */, - 8FBA09AA06F0080DB9463DA00B1E6A95 /* RCTFPSGraph.m in Sources */, - 0DA5C1176804B222C9D3A8DEF89D14B5 /* RCTFrameUpdate.m in Sources */, - BF2C225A98370125D446F8D13B7379AC /* RCTI18nManager.m in Sources */, - D6D360261EED9074130779E06CEA82F0 /* RCTI18nUtil.m in Sources */, - 060407985EA9AB7F283CFC5918EF815C /* RCTImageSource.m in Sources */, - 4BB9CF2AC005C7731F8EB41B69EEFBEB /* RCTJavaScriptLoader.mm in Sources */, - 9DB079A95ECF3E60D4A8E3B21036F7D8 /* RCTJSStackFrame.m in Sources */, - 9179E21477B181B6EE46280ABF9E699A /* RCTKeyboardObserver.m in Sources */, - B5D805033628BCEED02E587090DA1DF4 /* RCTKeyCommands.m in Sources */, - CBD02010F32F66A1A9FFA7E10E3AFB15 /* RCTLayout.m in Sources */, - F74E4118F062F095156A1BAD549D5658 /* RCTLayoutAnimation.m in Sources */, - 346BD0B2A2D77424C6C44DD928E695C8 /* RCTLayoutAnimationGroup.m in Sources */, - 91AAF79643AB0A29034BF4CC1DF9B06C /* RCTLog.mm in Sources */, - 7B26159B72B705512BBDC3125A8265AF /* RCTManagedPointer.mm in Sources */, - B8CEA1D074A7CA2AB6A287BF37A0ECB5 /* RCTMaskedView.m in Sources */, - 3D466D0433E95C41C2DA95FED09CB9C9 /* RCTMaskedViewManager.m in Sources */, - 1BC30DAD6435BF5134461F5172C8ABCD /* RCTMessageThread.mm in Sources */, - CF9083C263A1CF170DB39628A9827276 /* RCTModalHostView.m in Sources */, - EE73AE69B2EC516FA9E2E86E7617DBDC /* RCTModalHostViewController.m in Sources */, - 09E7BD6B17DC128CAD625D859078DA16 /* RCTModalHostViewManager.m in Sources */, - 9E34E29712C22DBE0897CDF3003CEC8B /* RCTModalManager.m in Sources */, - A008C00F5632AE2B752076A461E4EA3B /* RCTModuleData.mm in Sources */, - 5FEDCD484202523AB91635DCF14E1734 /* RCTModuleMethod.mm in Sources */, - 6D5F4340202095EA6680FBB54124B873 /* RCTMultipartDataTask.m in Sources */, - E61A7275319C030D4E8D015FEB17ED0D /* RCTMultipartStreamReader.m in Sources */, - 71E171F0202D3C28FEA6A091942D0BBB /* RCTNativeModule.mm in Sources */, - 8E72AF4F41ED9B00EEAEDE40A72728F5 /* RCTObjcExecutor.mm in Sources */, - 9CAD54F0514CAC4D570DDF8452BBE1A3 /* RCTParserUtils.m in Sources */, - 92DE1EF30A1A8C0D6E56290F048CBC76 /* RCTPerfMonitor.m in Sources */, - D7372CD68BC1BDE6E53BC77D3FF02948 /* RCTPerformanceLogger.m in Sources */, - F8B268A6769A012F3B812BBCE9232416 /* RCTPicker.m in Sources */, - F41ED7E5FDEF852C6B1D41E81E2E7670 /* RCTPickerManager.m in Sources */, - EC19D36913404C6C58258B9AFBBD2E21 /* RCTPlatform.m in Sources */, - 9862D75B480EC33C8452A6BE42C67EEA /* RCTProfile.m in Sources */, - 708F430A306B276C40451613B8170FD3 /* RCTProfileTrampoline-arm.S in Sources */, - 8059702025A45DEB43976EEB436F196B /* RCTProfileTrampoline-arm64.S in Sources */, - 1A4BE9AB7C540C23300925DA1CE509DF /* RCTProfileTrampoline-i386.S in Sources */, - 2CBEAA7765B3E45ACE80B754D9B18FA6 /* RCTProfileTrampoline-x86_64.S in Sources */, - 8496E3F968C3A778D3F2A40C9F072433 /* RCTProgressViewManager.m in Sources */, - DBDC7324EDD1181A8EBA80355567D351 /* RCTRedBox.m in Sources */, - 22F13D20A60D0A8FB3690BDD69C24291 /* RCTRedBoxExtraDataViewController.m in Sources */, - 3960609CAA7B503AD9BC19A2DA8E6A71 /* RCTRefreshControl.m in Sources */, - F1A83E2F9737D6BA0AB2EF2C412C6248 /* RCTRefreshControlManager.m in Sources */, - 9957966F13A85F6AC3E34C5E75904755 /* RCTReloadCommand.m in Sources */, - 2B663191F5D297DB71DFFE2E5494BE7E /* RCTRootContentView.m in Sources */, - D96DC33CC2430834A779B3A234EA00B8 /* RCTRootShadowView.m in Sources */, - 0B3DFE9C896EE36610EE4A749615058A /* RCTRootView.m in Sources */, - C2A42E66DDDF08E423B1557A42F596B0 /* RCTSafeAreaShadowView.m in Sources */, - 2FC575E02EA46363F1E3F68EBA81EB6F /* RCTSafeAreaView.m in Sources */, - 9A2DB734EBE417BF09462316695E8107 /* RCTSafeAreaViewLocalData.m in Sources */, - 9DE27BCA40387C252F82B00656F23DE7 /* RCTSafeAreaViewManager.m in Sources */, - DBC8A1014210B5E6177A45B0FE1A3ABF /* RCTScrollContentShadowView.m in Sources */, - 59B37735CBD2B5AB808EFD7A1402A9EB /* RCTScrollContentView.m in Sources */, - 4DE113705DB46A9EAFB507C3D361A3F0 /* RCTScrollContentViewManager.m in Sources */, - 7B58B555940346DC8DE607EE21B74993 /* RCTScrollView.m in Sources */, - 6B46359115117B41EAFBAA4F96954F24 /* RCTScrollViewManager.m in Sources */, - 7FEE8B9B547E5CBBD54FC829565C0D0D /* RCTSegmentedControl.m in Sources */, - 77A91D7A67B04D6A964533537EA19700 /* RCTSegmentedControlManager.m in Sources */, - E905919A9DE13963C43572BCE6A7625A /* RCTShadowView+Internal.m in Sources */, - 175690E23ED4AC28A36355B8D78176D4 /* RCTShadowView+Layout.m in Sources */, - F105142A99B4232773EA2E41101FE883 /* RCTShadowView.m in Sources */, - 817DA0DB8B0077B46DAE553E14B97D8A /* RCTSlider.m in Sources */, - C4959D436CB60566415D401E8EC0FA67 /* RCTSliderManager.m in Sources */, - 403B09F38AE2C0FFE892270063494800 /* RCTSourceCode.m in Sources */, - B9C4455132EA208F23FF8644F967E898 /* RCTStatusBarManager.m in Sources */, - 2C85FF720C02D580866D9050B19D514D /* RCTSurface.mm in Sources */, - 22A9834F4A966F960AE8D3BF40921955 /* RCTSurfaceHostingProxyRootView.mm in Sources */, - 1A7F1A6DC24E065CE1B652E166B0D9AE /* RCTSurfaceHostingView.mm in Sources */, - 1FE36E93E2A0D4AC12D9291C6A7E52A9 /* RCTSurfacePresenterStub.m in Sources */, - 332CF282407BDC5DA3C6178CFE105C08 /* RCTSurfaceRootShadowView.m in Sources */, - 9B8776CDC12090CA9DDFFA71C80A5A8E /* RCTSurfaceRootView.mm in Sources */, - 6B100F9A39D3BA1D1009A4A14EB74869 /* RCTSurfaceSizeMeasureMode.mm in Sources */, - 05C57BE58CBD1638605AF39C71EDCD40 /* RCTSurfaceStage.m in Sources */, - F242DFE4FBD7AC608352CBFD3A844545 /* RCTSurfaceView.mm in Sources */, - 36654BBE6C1A501C72A6A5144959D5AB /* RCTSwitch.m in Sources */, - C80BF86B37A1623C260A7200658A045A /* RCTSwitchManager.m in Sources */, - F584E3CA08F1C994A3EEBD364C561BA2 /* RCTTiming.m in Sources */, - 80AD3401FD61747D90CADB07F366DD95 /* RCTTouchEvent.m in Sources */, - C0935B74D3AD6A5D2EB22B47408BB36C /* RCTTouchHandler.m in Sources */, - 7C42689C15A0DEAE4442125E91B00E59 /* RCTUIManager.m in Sources */, - C23ACD72405A04089393F727E0143842 /* RCTUIManagerObserverCoordinator.mm in Sources */, - C3B5C83075D4EB5424794A9F454EB6B6 /* RCTUIManagerUtils.m in Sources */, - 9006C587EABD766DC33596A03EF0C70D /* RCTUIUtils.m in Sources */, - 414DAD9A6F72CABCEB0E852BD5F78353 /* RCTUtils.m in Sources */, - AA08505365E1749A647D040E9161F6FB /* RCTVersion.m in Sources */, - 7D59DE77EC7A1583EDE24819C439D42C /* RCTView.m in Sources */, - F536420CE75D73B1EEF97DE475B29272 /* RCTViewManager.m in Sources */, - 83D5A1B06A7E4867861B92ECE4E7A3A9 /* RCTWrapperViewController.m in Sources */, - A69AC9ADF5A4F9EE249E71418A7A9F1A /* React-Core-dummy.m in Sources */, - 634534F84628D3E41961ED7229C5B26F /* UIView+React.m in Sources */, + 16A16641D59AE5357F61ED8B12A51AC3 /* RCTDevLoadingView.m in Sources */, + 930017FBAE16CD75E34281E75F6043E0 /* RCTDevMenu.m in Sources */, + 9C5922F35E868CE7674BBC2F9B46E80A /* RCTInspector.mm in Sources */, + 32A429E414A243B0F98DC51641A3344D /* RCTInspectorDevServerHelper.mm in Sources */, + E3C4176AA433AFE73A5B0EDDED1DF69C /* RCTInspectorPackagerConnection.m in Sources */, + 5E17E7008805DB31CAE0E72715A202A5 /* RCTPackagerClient.m in Sources */, + 2A15484D069CB7CBF5B7CBA1B0C02A40 /* RCTPackagerConnection.mm in Sources */, + 0EACB4345FCB7472F15804F7B583EDC9 /* React-DevSupport-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F00E41E268BDD912E411F6AA33F33552 /* Sources */ = { + EBAC38786501014CC9672BE9C1A2BA3A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 47FE0829A724664FFF7491F1FE7EEEF1 /* RCTBlobCollector.mm in Sources */, - BE0F2A23FD5618AD7CE3478A50DC74A9 /* RCTBlobManager.mm in Sources */, - A7A1A12417D74359B17F75F054336D67 /* RCTFileReaderModule.m in Sources */, - AE94F9A322F0CD069D9C57A04702D708 /* React-RCTBlob-dummy.m in Sources */, + 56C32A04594FC811CA53035354C958CD /* Pods-ShareRocketChatRN-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F548C0824077A4D65C5E5BDD9390D2D4 /* Sources */ = { + F98788572324FD10F50688D76B7D19E2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DCEE63DADB6490D78DEE035CDA2C02D0 /* RCTGIFImageDecoder.m in Sources */, - 97F7A968F6C57789BE0F37ECAD950A40 /* RCTImageBlurUtils.m in Sources */, - 8621E7011925BD994933955CB86C910E /* RCTImageCache.m in Sources */, - 14400BC79F3BF5F015275738B1E2DEE4 /* RCTImageEditingManager.m in Sources */, - E30D29C60C199D06C6B44F28D973D485 /* RCTImageLoader.m in Sources */, - 7A5016A056DF5E9ABFDB3C2DBAF3E5D7 /* RCTImageShadowView.m in Sources */, - FBAB4E71CFAE7139C474A8D318BB5065 /* RCTImageStoreManager.m in Sources */, - B733CBDF1321A8F2547672348E1FAA16 /* RCTImageUtils.m in Sources */, - 2B7B8C3D4252C791DA9A5A2B42CAE189 /* RCTImageView.m in Sources */, - 3C7F6803E9FF92C7270D921FA36C1B6F /* RCTImageViewManager.m in Sources */, - 2B63C26DB087ED62BAE95B291FC4CE2E /* RCTLocalAssetImageLoader.m in Sources */, - A2CA2FC9BF408731D1DBE70BF8F567AE /* RCTResizeMode.m in Sources */, - 8114890DAE7C348B76E1ECE1388BF840 /* React-RCTImage-dummy.m in Sources */, + 36120D55CD49DC8327B0A12F358C0401 /* FFFastImageSource.m in Sources */, + 3C0A1CF001132CA81E55216576089489 /* FFFastImageView.m in Sources */, + C0776603F2DCFF569108D5FDFA7D050A /* FFFastImageViewManager.m in Sources */, + 22F7A8C7167887D624FE733B73939E64 /* RCTConvert+FFFastImage.m in Sources */, + D21313BE06828835D015DF5B6CA69E42 /* RNFastImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FA535C56FAC4B7F4EAD57F2AAAC56259 /* Sources */ = { + FED34E43C6E4058092B3EFA7A250539E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3CD85A518FE6FAFC11F533C36B3ED5D6 /* RNUserDefaults-dummy.m in Sources */, - 254F02F24E90E3D2260540066F389D9C /* RNUserDefaults.m in Sources */, + CF579149D8F64C7339B1FE7406B05436 /* RNUserDefaults-dummy.m in Sources */, + A0959F4B5108C68FECA7C5DA063A4361 /* RNUserDefaults.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00FC60226EB7F2412EB1047C13E099F9 /* PBXTargetDependency */ = { + 005B711F1BCFC76FB219DF16AD31CF74 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFirebase; - target = 6AB9A1E08C9212B7012060492EB79C26 /* RNFirebase */; - targetProxy = 36DAFA4504F74B14219ADA5AC187ED04 /* PBXContainerItemProxy */; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = 575947E19650C3F6E3FE9C9C089C7E43 /* PBXContainerItemProxy */; }; - 017494D05C9DF543DFE1DFE09B4C2D55 /* PBXTargetDependency */ = { + 009A0C087EF3860A8FF585C1A75A0C2A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */; - targetProxy = CB17BB429360906379DC617C3F72E9E3 /* PBXContainerItemProxy */; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = 8828237D938C16A2E49D8BE034DC44B6 /* PBXContainerItemProxy */; + }; + 00A463C906DC4A63F07D42D5B6B2CC92 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-realm-path"; + target = 6BFF63EB65229754461AE235A2D9DFE8 /* react-native-realm-path */; + targetProxy = 01D9100D84BA04973F1AA37EA303A98F /* PBXContainerItemProxy */; + }; + 00F3AE867AB32E0192DA0885D867BC67 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNAudio; + target = E3CA180101DC4BD7F3AFD727C8DCDF4F /* RNAudio */; + targetProxy = F1071A0357BCA85C23F6DD601381137B /* PBXContainerItemProxy */; + }; + 023E70142500A754E16AA3D7DB076328 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 49FDCB5397895F66FEEC1ACDFE2597B4 /* PBXContainerItemProxy */; + }; + 0368E74A001550B9CEFBB2E5CF71B1F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = 4D0816301F6CEBE4FBDA197F8FF33076 /* React-jsiexecutor */; + targetProxy = E99C652A66922139FB693A53FDF237BC /* PBXContainerItemProxy */; }; 03C5D1361123B1B19A913F4F89661FDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -13157,89 +13336,101 @@ target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */; }; - 0451E80D71367DF0D065F2A9FE18744F /* PBXTargetDependency */ = { + 03F0D7812971734D6AEEC751E762DEEC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 1A4D134F9A24D52897CFB38960337D2E /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 6ED4A9C0E44E782CA0396DD39B827099 /* React-RCTImage */; + targetProxy = EB03C2CAA4B78A410556493DE054C8D0 /* PBXContainerItemProxy */; }; - 05F4C22C1A62F5863AB9829701B35973 /* PBXTargetDependency */ = { + 04600D558C5573F7CDAF01290C8BB9DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 16B55D55B7E6DE15798B55C2F8D336B4 /* PBXContainerItemProxy */; + name = "React-RCTWebSocket"; + target = 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */; + targetProxy = 696E32C7C27D91EF9EA94984EACB2859 /* PBXContainerItemProxy */; }; - 05FCF82B9AD451BDD859A187A0922868 /* PBXTargetDependency */ = { + 06B64F1A669ADA950C4A87656266CACF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; - targetProxy = 1DC9733E57DC707D94D1350B87D5CAB2 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = 940584898CBF891FCCBD5FEB550AE7D5 /* React-jsi */; + targetProxy = 5BE4B47B6B6C7757064140117486CC0A /* PBXContainerItemProxy */; }; - 066F3F432973B5A5C90F4E8D36E82D6F /* PBXTargetDependency */ = { + 0941F368B91B31F85D82AC65E239FFF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = FD9469659DF8C0FC243386B6B2035A23 /* PBXContainerItemProxy */; + name = "React-fishhook"; + target = 7651863001A946A72D0A291B4571C795 /* React-fishhook */; + targetProxy = CDACDE2B837F786CBC2FF4C065A8A1CC /* PBXContainerItemProxy */; }; - 092275FA281E092E8C83746009D7EA65 /* PBXTargetDependency */ = { + 0984947E482E7E41D6CD5BD520F13580 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; - targetProxy = CCC82750B69D2100E06BC4ADF4D65CDC /* PBXContainerItemProxy */; + name = "react-native-splash-screen"; + target = 5F5A7ABB9250359B65C5898C226972A3 /* react-native-splash-screen */; + targetProxy = 6E699DA7E937401E9D6B8439DFFF5968 /* PBXContainerItemProxy */; }; - 0B30BEAA764310BA850261485B4BD478 /* PBXTargetDependency */ = { + 09962D84F18A8E05630B84028ACE0725 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = 76CC3A2D036B8B64B5F70A7078274100 /* UMPermissionsInterface */; - targetProxy = FBF66A8FBE4E18D5CA12BAA6F39BAE0F /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 1235A03F7DFFF02CBDBA4F307A53B14E /* React-RCTSettings */; + targetProxy = DBFE4890394D468FE49DEADE0A9F4A55 /* PBXContainerItemProxy */; }; - 0BC7935BD40E9A121DE075518EE80509 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = CCBF16D9DE960959760EB2FC1A28DF47 /* PBXContainerItemProxy */; - }; - 0BFA1F50742F0426F2748CCC30A63B10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 5D488505C2C2B7C420A54928E48A36AD /* react-native-video */; - targetProxy = B5CCBEEA476CEAD0DABB82A78E3CAEA2 /* PBXContainerItemProxy */; - }; - 0C15CF1CDA23A7545F2B8DB46A4D6182 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCameraInterface; - target = 6270570549FCD306735A2964D34291EC /* UMCameraInterface */; - targetProxy = CB2383A4F0F1A96737E2A2A9D49778FE /* PBXContainerItemProxy */; - }; - 0CCDD494FC4E9DD76F2B65AF581F0EE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = 31FCBC201B047EC9AF348E1A446DCB9C /* PBXContainerItemProxy */; - }; - 0F630A06AC0FC9A70BFC66A89E18E239 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = E3FC033051FA5676AC2B6B1089FD2A59 /* React-RCTText */; - targetProxy = 28EA5CB331F2D075085C0E81805FB953 /* PBXContainerItemProxy */; - }; - 1067483AD851B6889BB093461E26C551 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 618670D09032F19B46AF1FBDA9923E6B /* react-native-keyboard-input */; - targetProxy = C1A6B4101F11A2D0A665DA3D56DA5315 /* PBXContainerItemProxy */; - }; - 11298AE1F932E4BA32F3A1C082172841 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */; - targetProxy = E81912BD1DD125BCBB7E913071BD587A /* PBXContainerItemProxy */; - }; - 11BAF60619A346B27FAE7A8FE95ACB6E /* PBXTargetDependency */ = { + 0A6BE37E048FB28F673FE8527F1CCF26 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = 57654508D9F0B7A9D3FC3A50BDFA07A2 /* PBXContainerItemProxy */; + targetProxy = 34CA799A428FECB51A1AEDE488CC1AB0 /* PBXContainerItemProxy */; + }; + 0A86725F77EBF955498FA062A70E3D36 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = F74A498BC0FACF43CAB2708F922AE3FD /* React-RCTBlob */; + targetProxy = 0E2B8D262E454C8B9354DB4B4C04C170 /* PBXContainerItemProxy */; + }; + 0AF2F0B49C5E42E8488A20264B242444 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = 611276F238B38A43BC3349E0F3E90CBC /* PBXContainerItemProxy */; + }; + 0C46D4AE3832E57DC7CA5BC4BB78054F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = DC21B955E09E73C67707CC8AE40B4A2E /* PBXContainerItemProxy */; + }; + 0D109155EA52BF2B0CBDA8DF2A72A872 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; + targetProxy = C72497041D2CFEBAC9CEC1CE9AE4A5B5 /* PBXContainerItemProxy */; + }; + 0DF2751D88B4CD8AFA57ECCDC75F1A0E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = B56314BE575F6ED7A14BDF8AFA009BD1 /* PBXContainerItemProxy */; + }; + 0EC848D14055E4AE208D7D7B4297ADEF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = 4D0816301F6CEBE4FBDA197F8FF33076 /* React-jsiexecutor */; + targetProxy = 4BB0CA00B565ED9470E5C875C937DCF8 /* PBXContainerItemProxy */; + }; + 0EEFD639C616C29D432B74E8BE5D90F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 9825963C45F2D3AF9E1F39CEA2D6A3CE /* React-RCTActionSheet */; + targetProxy = FBA53D5259C1BA247DAA2DA7BA54EF03 /* PBXContainerItemProxy */; + }; + 0F6432D20D0D75BEB30D71E3C65958BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = 06D9B0D00EE9BB621111C655DC9B1478 /* PBXContainerItemProxy */; + }; + 0FC19592FEEE58AA9FCD08887CD47F5F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = AE9C813E394B6F322BDCBCD97EBFEBBC /* PBXContainerItemProxy */; }; 11BB47F7EA1D94100004061A682344B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -13247,191 +13438,233 @@ target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */; }; - 11EE282FE05C815A80A6F6C273EC9299 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = 5F4262955306D07C956AA7D0CA50549D /* RNGestureHandler */; - targetProxy = 5B2658B90B11A57FECF11CFA9F98FFD2 /* PBXContainerItemProxy */; - }; - 12439CA4CBE6F9ACF564FF5F68751C68 /* PBXTargetDependency */ = { + 131ECCD4B487D0EAF89EE05D3B048BFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; - target = 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */; - targetProxy = 0EF027BE480CD7042B6E49C8ACC55301 /* PBXContainerItemProxy */; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = BE8FFCF1271EB2CB98357BB6435FCA9A /* PBXContainerItemProxy */; }; - 171C3DDA45E724B086217700EB13DA46 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */; - targetProxy = 88732D301E15B05E5889A10D7DDAA50E /* PBXContainerItemProxy */; - }; - 17482D257EF5C428E2F6A9E55DCC5B56 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = C3EB40F0A847A936227A474B5E8D66BF /* SDWebImage */; - targetProxy = D13EC830E92CE586E228780E0A0BCC0A /* PBXContainerItemProxy */; - }; - 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */; - }; - 18022331084B10B31E0F8B94C0703899 /* PBXTargetDependency */ = { + 14BDB67BE38464BEC80122694BB32D3A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = A8CA0BE6C6A6DD48B074829CB06F2FCD /* PBXContainerItemProxy */; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = B146953CEEBDD0EF4706C3A9BB37040B /* PBXContainerItemProxy */; }; - 18A0E09FE601E01C0D44FC1CEB9A9F12 /* PBXTargetDependency */ = { + 15AAE16212D2A35C545E3AD8F687E784 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */; - targetProxy = 3CC2EA99A4F73187F7A2CD42265AD7C9 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = F74A498BC0FACF43CAB2708F922AE3FD /* React-RCTBlob */; + targetProxy = 1F5909D91580C6825A30BABEC0A3988A /* PBXContainerItemProxy */; }; - 192520EAF96BA6AF9ADF2886738EF88A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */; - targetProxy = ED6DAD2753ADFBFD2A240D5618914956 /* PBXContainerItemProxy */; - }; - 19D3E819761270A08664BBBA735CBFA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */; - targetProxy = 98E36657352010CBAAC78E5CB9C3D8AB /* PBXContainerItemProxy */; - }; - 1A84195AE76813AFA9051BA99152E8B7 /* PBXTargetDependency */ = { + 1686D7EF66034797539B7CC68F599CCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = FAF78A77C4AAF516ACDFB5E16D8CDABB /* PBXContainerItemProxy */; + targetProxy = 2B631326325C1CCB59ED5547647695DD /* PBXContainerItemProxy */; }; - 1AEDF0905077D41525FE35EB59707061 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = D2039495C87791A1938EC6C0922E5B33 /* React-RCTAnimation */; - targetProxy = 0D2561E7CD9AEBAF7FF6E07D097B909E /* PBXContainerItemProxy */; - }; - 1CE48C556E9EDCF305A480F37EC9A8C6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 528ED92DB13350266F8213EE54C8BFD5 /* React-cxxreact */; - targetProxy = 380B7396ED4A0D6C6B28B9EE9D42925B /* PBXContainerItemProxy */; - }; - 1DD87A4EC470E86EFA9657C4F36E8761 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = E3FC033051FA5676AC2B6B1089FD2A59 /* React-RCTText */; - targetProxy = 1A8987716EA92ECF314F81B6F43CF3FA /* PBXContainerItemProxy */; - }; - 21042832F3D1EEF15CCE0AFA01A8FA6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-fishhook"; - target = E7CEF81CAD5237DFC20F8D2F5C20ACCD /* React-fishhook */; - targetProxy = 7736B89CFA6AB6D05F7DCC59AF193712 /* PBXContainerItemProxy */; - }; - 223D74D5A641680BA66A7F97817D6709 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 528ED92DB13350266F8213EE54C8BFD5 /* React-cxxreact */; - targetProxy = 3F4A0C89F205ABEDFAE9534FFF595F18 /* PBXContainerItemProxy */; - }; - 22400878F7C5DD7A4AD190567CF55216 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = FBCD7290C933DD8419DE4A5DBFBB4B18 /* UMSensorsInterface */; - targetProxy = DA7F7A685A3843E17AA903D33E35685D /* PBXContainerItemProxy */; - }; - 229DF741E6E882CD8F683E63436E27A3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 1915E6050B8D2C87B062486D1176B86C /* PBXContainerItemProxy */; - }; - 22A0877866D53CD29FCCFAEA367A539F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 959E0025C98D0201AEDAE0CEA5C2516A /* React-RCTImage */; - targetProxy = 6FF6FDFD93729426B66562B9418AD3A4 /* PBXContainerItemProxy */; - }; - 25FF94CB1F0E40824E1E6AF9F1F0421A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */; - }; - 26514345C480A4C45F1045D773CE3CBE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 1DBC3090C8BE77C9F4202B0421E0791E /* glog */; - targetProxy = 213564F23047B277074FF21BECE2730B /* PBXContainerItemProxy */; - }; - 2A6E6714F5223BB1F3948A78D7926652 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 528ED92DB13350266F8213EE54C8BFD5 /* React-cxxreact */; - targetProxy = 335CFBD40D03751A7B9632C5752B1309 /* PBXContainerItemProxy */; - }; - 2AA8D55B227750D5D7DE9D47759E038D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 9C304CC44636AC4020882435733988E5 /* PBXContainerItemProxy */; - }; - 2CF0CCA13C675A05D8BD27D42E8CB4A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = FAAF4E02E860566B3DC4D95CD07D2F8E /* RNLocalize */; - targetProxy = E5945EAC6CCBF08450F0866CCCA18FE6 /* PBXContainerItemProxy */; - }; - 2E938F33FFE45DCDC72E4B8EFA5E2E11 /* PBXTargetDependency */ = { + 177CBA0E040364ABAAE1F72E2763CB5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = QBImagePickerController; - target = E9E3AD07DBCF9200C61AD3238F10F0FC /* QBImagePickerController */; - targetProxy = 43FA659F06A072DF70D893D93606A86D /* PBXContainerItemProxy */; + target = 8DE3C1ADCD852EBCEE604A558D45AA4C /* QBImagePickerController */; + targetProxy = D7C5162BFF53EEE65117D9462FD0141D /* PBXContainerItemProxy */; }; - 31FF97AEFF386981B9D887280E07CFB6 /* PBXTargetDependency */ = { + 1B34ECBA9BD9EC428CB4F223232B228B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */; - targetProxy = 5390F1366943C9012AB7E09FD2B77D15 /* PBXContainerItemProxy */; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = 69EA86F23BB35EE9801F445E1262B043 /* PBXContainerItemProxy */; }; - 3205720C8BEB0496DAA1221E837D50F6 /* PBXTargetDependency */ = { + 1BB2E3171775716E86A03DC651E1983D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 02FE5E2092068C810EE2B74862967E73 /* PBXContainerItemProxy */; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = 3ADD49249A2E2718506D9C69C1823CF7 /* PBXContainerItemProxy */; }; - 34780FA7F1875B68C5DAE92E685A005B /* PBXTargetDependency */ = { + 1C6A9138B3B656AAD559EBA8506DDC89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = B41A5688DB0CDE458BCF4B286AE9D098 /* yoga */; - targetProxy = D1F6C02AEE55AF65E103478C513ED5DD /* PBXContainerItemProxy */; + name = glog; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = 4A2939E2999FF9F33C2F91FBE6D647D6 /* PBXContainerItemProxy */; }; - 377CE3BA8CD5D6D5BE0D360C73EFA9B1 /* PBXTargetDependency */ = { + 1C7BC65EE5D0AE985F3F9D390F082C25 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */; - targetProxy = 3CA0C0693F7D4B7207D2415FFF1201FC /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = 037B3080D17C0918F3E81F3A1BC9210D /* UMPermissionsInterface */; + targetProxy = 70F37C141BA487162A565A5A71134D97 /* PBXContainerItemProxy */; }; - 3973ACF5F479354E8B2943C56204CD1B /* PBXTargetDependency */ = { + 1D1688C4B6C8E121BD490036AE8B8EED /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 6679E1BDE3BDB7D4F275EAE5D59DD1C6 /* PBXContainerItemProxy */; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 225996DB1DB05A02909B83F47F0811BA /* PBXContainerItemProxy */; }; - 3B0165CA85CDA49D522CBB47C8CEC5AF /* PBXTargetDependency */ = { + 1F69F5B09914C841E3F0AFCBBDDCF346 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 618670D09032F19B46AF1FBDA9923E6B /* react-native-keyboard-input */; - targetProxy = 40E6B98622E31CA700C0ED0267FCD129 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; + targetProxy = CB3D3A0C3664E5B93DBE0D0B8D0E4AC1 /* PBXContainerItemProxy */; }; - 3BCA36E29EFAAD318213E45496852638 /* PBXTargetDependency */ = { + 1F803C5A70B754338907EC73A3B57B0D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; + targetProxy = 8E4DDAEE5B0734539CBC189CE435FFF7 /* PBXContainerItemProxy */; + }; + 208CA61EC0C7329DC7A3C0F060D8082A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + target = CC2BC3A15EC58E2862697C87EE2717B9 /* yoga */; + targetProxy = B9ED18C12EA259698196705454BC76F4 /* PBXContainerItemProxy */; + }; + 22441E5AFBE737F69854BEFE69E9F1B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = E59574394782182AD725C4A25B1370F3 /* PBXContainerItemProxy */; + }; + 23EF1A1562069C92A835DBCF921EC9FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 3A15CD84BD492426DC82F44685C9083B /* React-cxxreact */; + targetProxy = F58344599E0FB9CFBCFDD08BCEC6C321 /* PBXContainerItemProxy */; + }; + 25161CA6A957EE06084D94B6CAB1FD97 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-realm-path"; + target = 6BFF63EB65229754461AE235A2D9DFE8 /* react-native-realm-path */; + targetProxy = 489758CA800847CE4FF15E4529EF5240 /* PBXContainerItemProxy */; + }; + 265AAC191D7ED2C27632F294EF3AD556 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 9697ED9079A6935BE55AEC2E2C236A25 /* RNDeviceInfo */; + targetProxy = BD9970B205FCDD50D00B549F1C2D3ED8 /* PBXContainerItemProxy */; + }; + 26BD2C480C099C03214875402BE8A0FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTWebSocket"; + target = 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */; + targetProxy = 55FD2B10C151802E58A86EC524344561 /* PBXContainerItemProxy */; + }; + 26D8228B5B2678603D7029688C52936E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + target = CC2BC3A15EC58E2862697C87EE2717B9 /* yoga */; + targetProxy = AC646C1DF996F8B93345E8D2EBB3C7C2 /* PBXContainerItemProxy */; + }; + 28AEB1ECB34BD88511A768B3F5343FFF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNAudio; + target = E3CA180101DC4BD7F3AFD727C8DCDF4F /* RNAudio */; + targetProxy = 8796A4C0C45EE49A5AB364CBF875DEBE /* PBXContainerItemProxy */; + }; + 2A5AE3DBEC9472CF30040F51BE6E76CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = E2106DA0D693489DF3EA262E1FD227C0 /* PBXContainerItemProxy */; + }; + 2C138323412B00DEDE9C7BBEBF900F1A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = 9BEBECB74DA7EB85F9CBBDCD86773E2A /* react-native-document-picker */; + targetProxy = B4C141990D8137FF3770EB57D6721F9C /* PBXContainerItemProxy */; + }; + 2CAF21A37C5C1A2B473AD7ABAD3629ED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 1561C3FB68BC3FA63A24F272F04B4638 /* PBXContainerItemProxy */; + }; + 2CEB265625B4BD6E772B245C8C6DAB73 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 3D46F4674A72D98AF9C2A357DD1D534C /* RNVectorIcons */; + targetProxy = 4762578339203879A4ED497AFB6E65AA /* PBXContainerItemProxy */; + }; + 2D123D49132246705EB334AAB48F37E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-video"; + target = C3DCE8DC8B0A22CBB9BC32B7679F440F /* react-native-video */; + targetProxy = F920F416B96F9081EF40D32FB75D1D38 /* PBXContainerItemProxy */; + }; + 2DE5C341114AB4DC3A85C3317C0730E8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 76B0EDFC91EA4A672DB56E46044E27E0 /* SDWebImageWebPCoder */; + targetProxy = 9119E4F8C0AF07BE6B190C0123891CB3 /* PBXContainerItemProxy */; + }; + 2E9962AD7AA44666E1FE892E17F6EF29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = 09F1FC25963913E654C70CC471A5F75C /* RNUserDefaults */; + targetProxy = 329C10DB29FA807268AA2ECB8C0C3CDB /* PBXContainerItemProxy */; + }; + 2FA54EC112515E4A3EF63E83EBC8D733 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = A7C477F16F437F0AFFBF067E258EB1E4 /* PBXContainerItemProxy */; + }; + 305CAB9B4DF3493055E65FB95535E961 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNGestureHandler; - target = 5F4262955306D07C956AA7D0CA50549D /* RNGestureHandler */; - targetProxy = 4FB90069FBB57028B2AE03F6925A666A /* PBXContainerItemProxy */; + target = 937F8A519C79095C763BF07054D07825 /* RNGestureHandler */; + targetProxy = C12E65DBD823CEF4E3D16005B44CB307 /* PBXContainerItemProxy */; + }; + 322B96A8C0A44B91F438AC024BFEE8F8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = EFADBFF995FA59153BF4BFF831937E6A /* React-RCTLinking */; + targetProxy = DAABBF80EC604E91D81A488E9B1A9B2E /* PBXContainerItemProxy */; + }; + 325F1A8E80BF5B6361DDF567EF451C81 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = EFADBFF995FA59153BF4BFF831937E6A /* React-RCTLinking */; + targetProxy = 788A1B53C361495E934C835A7330DF36 /* PBXContainerItemProxy */; + }; + 33BA66335BF016949F4437A154C2C317 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 42596A45EBB71AB1A96330476B19FB67 /* UMFontInterface */; + targetProxy = 48A219991CE18ECB6FAA3E02C8EF5387 /* PBXContainerItemProxy */; + }; + 35CDA477AED38DA2A584F394B1BC92AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = 6857E4DE33EB4FF1B9F3F0A9E659A5A8 /* RNLocalize */; + targetProxy = D511B51F9C51DE931C2DF26F5855C142 /* PBXContainerItemProxy */; + }; + 35FAE3BF49902B66CB7C6CA0BBECA9AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = 1B2D57F438BB2AA7350DD32E7F4F4AA6 /* React-RCTText */; + targetProxy = F6A64C468BCCC02F668718B0B7028B1C /* PBXContainerItemProxy */; + }; + 3657E847C5992C38BF2FD305D5285284 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-video"; + target = C3DCE8DC8B0A22CBB9BC32B7679F440F /* react-native-video */; + targetProxy = F34C688AB43DCBDBB6FB485BC950822D /* PBXContainerItemProxy */; + }; + 3912CB1379ED3BFE0FBFB7D9A23260B1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = EDD81670E054786C4822DE8718D660BB /* PBXContainerItemProxy */; + }; + 392148F8929B9CE4EE16096168F2067B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 7094569F2488F4CA30A017B4CEA25032 /* rn-fetch-blob */; + targetProxy = 6F017BBCC6BB7C46256B1B47A44CB279 /* PBXContainerItemProxy */; + }; + 3B9AE65068750406A55BC93A7F86BBE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFirebase; + target = C0492A956A6727A42C28F23A51D9CE02 /* RNFirebase */; + targetProxy = 85EEDFC4E819F24D874520D78E75EBE4 /* PBXContainerItemProxy */; }; 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -13439,425 +13672,317 @@ target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; }; - 3D6E72BD4C5C9338DEA67B3D4FD0662C /* PBXTargetDependency */ = { + 3C840D86C085A389741870C58C7F44F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTWebSocket"; + target = 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */; + targetProxy = EE647F2FA31B5E2D0A0CE32D52003267 /* PBXContainerItemProxy */; + }; + 3C9DA17CEE3F7541600BD88BBFD7C285 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 9825963C45F2D3AF9E1F39CEA2D6A3CE /* React-RCTActionSheet */; + targetProxy = BD8696BADB5B68AC5B08C84EE45AC75A /* PBXContainerItemProxy */; + }; + 3D45A6C4F052ACE15187EB25F4A8AC07 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; - target = 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */; - targetProxy = 5F3172349CDAA90784D5EEA32354D479 /* PBXContainerItemProxy */; + target = 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */; + targetProxy = C85B2C2A922E014E97162E2D74725899 /* PBXContainerItemProxy */; }; - 3D87246AE32B40664AF42FC93B562260 /* PBXTargetDependency */ = { + 3E56B5BEA3C0A0A4A52D8A2EDD469759 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = 4903CAEAE5D64F277012A848C645658C /* RSKImageCropper */; - targetProxy = EE1474B0DC337558683D2B8738347619 /* PBXContainerItemProxy */; + name = UMFileSystemInterface; + target = 031F6220C2D49E4AD5F61FAA0ECADF64 /* UMFileSystemInterface */; + targetProxy = 4D868DD673E0BCD75FCE3AD3B286CA4F /* PBXContainerItemProxy */; }; - 3EAB431DBAB47312841A447AA2258944 /* PBXTargetDependency */ = { + 3E5F9EFE83DC5A1F33BE06D6537F8522 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 7094569F2488F4CA30A017B4CEA25032 /* rn-fetch-blob */; + targetProxy = DD8BE2373AC9BFFFD047BA1AE984FD91 /* PBXContainerItemProxy */; + }; + 3EFD15F0A1DFBA62ACC5BF65C9C699FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 8F45415D70B4B8AD22EE66ABEECB2F1F /* React-RCTAnimation */; + targetProxy = E7B5309B80915A1399A768CB658B7E97 /* PBXContainerItemProxy */; + }; + 3F1919E8708C36517F9AE2E03C365EEE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 4ACFFE0534A988E2B80B6B369A72D6DB /* RNFastImage */; + targetProxy = E93E410CF0480847B9D0C27931EFF44B /* PBXContainerItemProxy */; + }; + 3FF9EEC78A4C096B1E396E069379EFC4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 9E5F89794487A4D31F3E4B4C7C6E6203 /* RNScreens */; + targetProxy = 4451B8833CDC5155049FA42801B1A5A8 /* PBXContainerItemProxy */; + }; + 40EF02793DF5848F2A5DE0DD3B9983A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 7C41F74BCB3A9350354C760868FDEC46 /* PBXContainerItemProxy */; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = EE776F86D3531179F5A613908EAFD91C /* PBXContainerItemProxy */; }; - 3FF61325A1A9865E8E38814526596716 /* PBXTargetDependency */ = { + 4187B7F338E6694413638ADEB8D7F893 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = 7B12853C280DA2A0481D23B289724433 /* React-jsiexecutor */; - targetProxy = A77DD6E2284E980716D19FED6EF6E714 /* PBXContainerItemProxy */; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = B8AF615F3DE4D66A11B85FF530306EF8 /* PBXContainerItemProxy */; }; - 4035685FF53A4CF24317B6EB053631FE /* PBXTargetDependency */ = { + 42A99C9EF7B5091ACA2B7D6A0480E8E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = BB791E92B5BDF1F0249CB4036989C1A0 /* PBXContainerItemProxy */; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = 00AA0764025BD2FF3A87027AD4AF868B /* PBXContainerItemProxy */; }; - 40CCCEE559C160066E6A71ECE498800D /* PBXTargetDependency */ = { + 42CC22A9DECE747B2CAE45D715413400 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "QBImagePickerController-QBImagePicker"; - target = F0102D23D459EEB56B02B903CCDB36C5 /* QBImagePickerController-QBImagePicker */; - targetProxy = 708DF41CEB670D9B332D1B8781188352 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = 9BEBECB74DA7EB85F9CBBDCD86773E2A /* react-native-document-picker */; + targetProxy = BD8AF6A078D477889C51148666309F35 /* PBXContainerItemProxy */; }; - 410AEAB084098C90348A9529683AE84A /* PBXTargetDependency */ = { + 4426D841C772839FCD4D0328EAF753CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 8F9FB30742F24E06348CA6BB7BE816B4 /* EXFileSystem */; + targetProxy = 947014B8331A4DDAA01C8A819C0B7B80 /* PBXContainerItemProxy */; + }; + 448907D490B9869F502CC30352C09AF5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 031F6220C2D49E4AD5F61FAA0ECADF64 /* UMFileSystemInterface */; + targetProxy = 16FA4870215F1535CD73AE1F9154BAD2 /* PBXContainerItemProxy */; + }; + 449DAED85A020D3030E09DB23A8F2F94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = EFADBFF995FA59153BF4BFF831937E6A /* React-RCTLinking */; + targetProxy = DB9F8A5A4442464056007E9969A96B45 /* PBXContainerItemProxy */; + }; + 4652AB8367F3BCDCDF80EDDDA7408B44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; + targetProxy = 7DEC680401D734807D953AADD08041F3 /* PBXContainerItemProxy */; + }; + 467B207A6FB7B321530A86FF16AF4C66 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-splash-screen"; + target = 5F5A7ABB9250359B65C5898C226972A3 /* react-native-splash-screen */; + targetProxy = 9A5A6F0F5FBE7418CBAC1C371431DF70 /* PBXContainerItemProxy */; + }; + 47449199597C9E0BBA9FA7177AF9EFB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = 940584898CBF891FCCBD5FEB550AE7D5 /* React-jsi */; + targetProxy = 4EBCDE9FDF9840EFCCBBDB5DD6E4F9F2 /* PBXContainerItemProxy */; + }; + 47FF50EB9666268B5423200B92F065E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 0CACAA2090CDFE53847B4982708DA0C0 /* UMFaceDetectorInterface */; + targetProxy = 7D3D1563B162BEC40F38F5D46D78D2E6 /* PBXContainerItemProxy */; + }; + 49AF13AC26B5439EC34D422F871892BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = CF49050485BE5CBEFF2CDD050898370F /* RSKImageCropper */; + targetProxy = 73516B93DFD9AB8D910E74061EAF2E12 /* PBXContainerItemProxy */; + }; + 4CD59459590869333A6DE736AA2795A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 31BCDAC98D1058EA27CCE75A677CBDDE /* PBXContainerItemProxy */; + }; + 50513F67CA078A5AD0D81906C061A940 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-fishhook"; + target = 7651863001A946A72D0A291B4571C795 /* React-fishhook */; + targetProxy = B69EE31A1CB29B2C7983CA748A17183B /* PBXContainerItemProxy */; + }; + 5060AE0EED4132268E809EE9E6BB0731 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = F1510B13DAC446339B9174E329C1E43E /* PBXContainerItemProxy */; + }; + 50B5A4868601902DCDE9A65973F602F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = FBE0F42E2F705F2587A2E880B688F9C6 /* PBXContainerItemProxy */; + }; + 50FB843E9FE86C9999B7023580226BC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = 2E057B580FE4F7851A529CB1FBBE7675 /* PBXContainerItemProxy */; + }; + 54426D81F6E427B6F68EF2630724D8BB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 6819B8E7BD27A338B035823394F48203 /* PBXContainerItemProxy */; + }; + 55DA4E89E916E1C791374765F71C734F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 2F8CF410B0326B6DEB5A2CDA4E2A2D8B /* EXConstants */; + targetProxy = 2487BC06B6E5A81057F4BDFD67EE8133 /* PBXContainerItemProxy */; + }; + 59D7ABCA7D3AA1679B3CC2412D641398 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 9697ED9079A6935BE55AEC2E2C236A25 /* RNDeviceInfo */; + targetProxy = 77E0EC97180BFF62164FE73B5F44A223 /* PBXContainerItemProxy */; + }; + 5FEEB4B6618C37B63B63754CB3291C20 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 8F45415D70B4B8AD22EE66ABEECB2F1F /* React-RCTAnimation */; + targetProxy = 07EC1BFFBF2A439C61FEF45283F25AF7 /* PBXContainerItemProxy */; + }; + 60CED787BB85091582FD906BC95C59E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 5ED05858D3E3C1599A062FB1C45FE359 /* EXPermissions */; + targetProxy = 514F419F795C70B68E63AB7F5956AA1F /* PBXContainerItemProxy */; + }; + 60F17DD680FF2CD5D139E97BEBB48B90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = E32787950696B75FA5E263E5CCAB9FDB /* React-RCTVibration */; + targetProxy = D83C866BA25CACB395FA312EA2CFC191 /* PBXContainerItemProxy */; + }; + 610B0DF95A794EE87A6B6DC0BD6EF8E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 0E42F44C118F74854B3E7EA2250E50CA /* react-native-orientation-locker */; + targetProxy = B384FE8E49B3FFA14A8CB02CE8AFD708 /* PBXContainerItemProxy */; + }; + 63B7AEDBE644B8DBD700EAF8E0C2E16F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-DevSupport"; + target = BEB1CE836D8C73E87E13A613FF4260C8 /* React-DevSupport */; + targetProxy = 7111CDC25104701D2EF97D3AE0D3DD08 /* PBXContainerItemProxy */; + }; + 656EA82FEFB013B94777DEF8E17B5C1F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleAppMeasurement; target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; - targetProxy = 8ABBB168BA4F949D210CC0C9AD452AF7 /* PBXContainerItemProxy */; + targetProxy = C713204154A98AFB4916FD8684198D61 /* PBXContainerItemProxy */; }; - 42BD543CA069B14DFA2784F20899F44E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-DevSupport"; - target = CAEFA118491E382CE5B574F2E27E94EC /* React-DevSupport */; - targetProxy = C861BE70D14D9B258E0A30692D25D5CC /* PBXContainerItemProxy */; - }; - 46D08BFCDE3C50CD839541F66008E52C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-splash-screen"; - target = D1DC98384D018186AFCB20F988CF3458 /* react-native-splash-screen */; - targetProxy = A697ED4C31BA83416DD4DABDBB050957 /* PBXContainerItemProxy */; - }; - 4B68801C9B66BA230B2C73F726B04446 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = B3C26471B7A1783724AB9857B72F9BB9 /* react-native-orientation-locker */; - targetProxy = 5F8A8112FC8A8F5D432FDCA08949C45D /* PBXContainerItemProxy */; - }; - 4BDC990C70F8C212BB4088A19AC98647 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppLoaderProvider; - target = 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */; - targetProxy = 5C5738B2D1B4CCEFCE5C3BA5EF1F62BC /* PBXContainerItemProxy */; - }; - 4BF2AED1665DA7DB87012706A4968458 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QBImagePickerController; - target = E9E3AD07DBCF9200C61AD3238F10F0FC /* QBImagePickerController */; - targetProxy = 9547BE986A523426A1636934C311717D /* PBXContainerItemProxy */; - }; - 4CA7613CE337EF012339220422555D73 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = C836169522283AFFC01E381229A3449E /* React-RCTActionSheet */; - targetProxy = F31E062FD08FBA0DD71FA5AFAC70B608 /* PBXContainerItemProxy */; - }; - 4D23B3F5856FB20209BA334CE821190F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = B582710BBBB026D3A7325F31320F20B5 /* PBXContainerItemProxy */; - }; - 4E1A0D48F53D2333F81682AB381B5F7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 4C21E5387C02BFF1BCC718904F7DBCDC /* SDWebImageWebPCoder */; - targetProxy = B450DE82D375BA10411BBE01BD7B07F7 /* PBXContainerItemProxy */; - }; - 4E2A6473B1C6D2B07308FDF51D772425 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = C3EB40F0A847A936227A474B5E8D66BF /* SDWebImage */; - targetProxy = BFBE5EDD40317255E1F9198B7A513EA9 /* PBXContainerItemProxy */; - }; - 4E54C72F2E954EE1FEB50BD62A1C8910 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 528ED92DB13350266F8213EE54C8BFD5 /* React-cxxreact */; - targetProxy = C456BF40623DB3B63347F4349F7DDD08 /* PBXContainerItemProxy */; - }; - 4EC4A46044288DAC9211356F410614E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 9ADB00652BB23FAB6E66AADE2CBA2014 /* PBXContainerItemProxy */; - }; - 4F4A3FA280AF935C4FA5C3DA105A491A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 1DBC3090C8BE77C9F4202B0421E0791E /* glog */; - targetProxy = A8F15F227D1CE482BC08141AB4EA81C8 /* PBXContainerItemProxy */; - }; - 4F7FBAA168FB752BC980C4CB37D4732D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; - targetProxy = 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */; - }; - 502C15264EA9331EAFD50B6FC0AF90C3 /* PBXTargetDependency */ = { + 67ED64F3451683FB3E389BBB0245E65D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = DE88451213B6A259DE3C3D6D9D590833 /* PBXContainerItemProxy */; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = DB9B202A3CA2DD2F11B5EC06AD2EBBF7 /* PBXContainerItemProxy */; }; - 50683314561845F7819C41B256676C70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 4C21E5387C02BFF1BCC718904F7DBCDC /* SDWebImageWebPCoder */; - targetProxy = 31E032B0DB869749D02374BD048E7594 /* PBXContainerItemProxy */; - }; - 517A1494B207C9C417C1CA45B6CA3047 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 58685BC668080D5D23EDE564F8A08760 /* PBXContainerItemProxy */; - }; - 51B05732C81888CCC04CFA7372C0927E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = CB23BC7C775DFD29C2AFF37B0C645800 /* PBXContainerItemProxy */; - }; - 557FECA36ED33FA7A5BF0EDAA5DCB0DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */; - targetProxy = 182C486F6054D77F6D7A307409870A10 /* PBXContainerItemProxy */; - }; - 55B1463F84EA797E94B5E0F22B039812 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNUserDefaults; - target = 9676E9E3B8F0E7E8CAAD8CA8F2EAE58E /* RNUserDefaults */; - targetProxy = E53A5498F980981C2E0CE130A5F97F93 /* PBXContainerItemProxy */; - }; - 56E99F4ECC0950EB417051AA6A85A0A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 482FD0F4CA23A631181CD3D49A13BCFC /* PBXContainerItemProxy */; - }; - 5A3217D8E5EF434FC316AB597C8CCB09 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = D30F11EB4899CBD309A0C6B7A7B896BC /* PBXContainerItemProxy */; - }; - 5B34C52C14C6BF41BDDC57B69C500800 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 6B468F3609E20E7325C409C25D9A5B25 /* PBXContainerItemProxy */; - }; - 5BA554D07C7B250310150E89E74D8467 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = C8896B616E4A848E70C80E6B7334B632 /* React-RCTBlob */; - targetProxy = 4DD8A44EB111E24C5CD5205A9AF4315C /* PBXContainerItemProxy */; - }; - 5BE1BAD5ACD4DB53B9105C9EBA8673CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = C3EB40F0A847A936227A474B5E8D66BF /* SDWebImage */; - targetProxy = 77F0DD2515107E42839E857A018235A5 /* PBXContainerItemProxy */; - }; - 5D1EB7D693A456C44B1983C4CB594702 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = CD63D2D03C74DCB7EFC1783EC0903960 /* PBXContainerItemProxy */; - }; - 5D3216DC72DCF0D0B609D6B5B5C31C38 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QBImagePickerController; - target = E9E3AD07DBCF9200C61AD3238F10F0FC /* QBImagePickerController */; - targetProxy = B51D2276DDB865E63D7161F2CDC4A9CB /* PBXContainerItemProxy */; - }; - 5EA297119690CBADFCEFDC506B4A6BD0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = C836169522283AFFC01E381229A3449E /* React-RCTActionSheet */; - targetProxy = 4557CABD88955CBB5E15DB9437FEE339 /* PBXContainerItemProxy */; - }; - 5F3518D836F3905EBFCBE88425EE90B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = F90AB3538C448A960F8448CF412AB769 /* PBXContainerItemProxy */; - }; - 5F9DC125E8CA35E9C063BF7692580DB4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 72855BFE63802599209D395AB46E9B31 /* PBXContainerItemProxy */; - }; - 6103CF0C82C9E22FA18C0C78A5752789 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; - targetProxy = 188972E57FD1E44BE88EF2A5C8CF70C4 /* PBXContainerItemProxy */; - }; - 635A198BFD3F66EE533E0778F2AD02B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = C32D55FEA182722BB25597D4E80E67CB /* React-RCTSettings */; - targetProxy = 18682804CDACB76AAA5D1DD200EF19DF /* PBXContainerItemProxy */; - }; - 64A8C32A1CD9AE2C4A92C88419C94EFE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; - targetProxy = 1AA2DF237A4BE903A47ADFDC76FF592F /* PBXContainerItemProxy */; - }; - 65027EF43093BD28D6580F97E74DCA67 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 9796048FF7E134083560FA57C0A09FB3 /* rn-fetch-blob */; - targetProxy = 3A080DE849D395971ABADA067883FF00 /* PBXContainerItemProxy */; - }; - 65120CA70EE2668ECDA1EE8D5D99362F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */; - targetProxy = 354DEAECE121D2E78F8FC63DDFAE09C2 /* PBXContainerItemProxy */; - }; - 652630CAEE5B0F4CA2B8CC7F900D7114 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */; - targetProxy = E9012442A4063E543BD0E5B4B500B298 /* PBXContainerItemProxy */; - }; - 65B9FED947F2E54BC005A16E55AA609B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 9796048FF7E134083560FA57C0A09FB3 /* rn-fetch-blob */; - targetProxy = 481B7C9AEC3269BAD480FB9F266616A9 /* PBXContainerItemProxy */; - }; - 662089B9D4EE0E38FE5273051127BCE3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = C836169522283AFFC01E381229A3449E /* React-RCTActionSheet */; - targetProxy = 89B07D73E8ABD88C74D68565C8A08746 /* PBXContainerItemProxy */; - }; - 68EC439666F33ECBBDA2CB786E61FC93 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = EB095D8B7045BDF8C765A717C850FF80 /* PBXContainerItemProxy */; - }; - 698A54B890672579EC5DCE5B562116BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = B82E96FE4D5117F3B5A28347ED58E1C8 /* PBXContainerItemProxy */; - }; - 69C8A2AD21CE8D765FBF0153AED3BE0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-realm-path"; - target = AA0A6F2AE959EF86430EB3F762F0D878 /* react-native-realm-path */; - targetProxy = 1C8FE406DC1AA8210B446F82FA90C175 /* PBXContainerItemProxy */; - }; - 6A6FBBACBDC9EF1949BDC624C22E04E0 /* PBXTargetDependency */ = { + 6A53FD59965DDACDD78CB81D08F9E175 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; - target = 959E0025C98D0201AEDAE0CEA5C2516A /* React-RCTImage */; - targetProxy = A814F09D08D718BD27E9A4382A5A4154 /* PBXContainerItemProxy */; + target = 6ED4A9C0E44E782CA0396DD39B827099 /* React-RCTImage */; + targetProxy = F2A1067E07C532693EB0CBEF494EC428 /* PBXContainerItemProxy */; }; - 6CC30CE16CFC4758AF073DC2A0D2B03E /* PBXTargetDependency */ = { + 6AA37B72A0684BDD932B28D3CD94024A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = AD356B1CDB2188451AB519896EB39251 /* rn-extensions-share */; - targetProxy = 7852669135EE0E26E81CC0A711CC4CDF /* PBXContainerItemProxy */; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = A61EB1CFAFD85E4B7B386BAA65E7B50F /* PBXContainerItemProxy */; }; - 6CFCFF86C4C2F44C2DE717D5DBAE17E7 /* PBXTargetDependency */ = { + 6E84E1084591BBFDD83A1514BF0336CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 96AD9E66465072A50C86623B0973086B /* React-RCTLinking */; - targetProxy = D54DA351B5F447AA1C49AF7DD448D9F1 /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 240504C276270018DE05B3D0F038B1E5 /* EXWebBrowser */; + targetProxy = 183C22F2CCBEB4815FC22E849D691BAB /* PBXContainerItemProxy */; }; - 6D0502BA69934E50721423AF3DE77F6B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = F2ACB04221F1E57586A7B31563B24BA0 /* PBXContainerItemProxy */; - }; - 6DC84938878D1F953CA51B70D03E1C20 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; - targetProxy = C181B2D33388EF75EB2ABF922DBC9A81 /* PBXContainerItemProxy */; - }; - 6DCBCC3930EA4BA706099C3852B081C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 5C671B5B5A243402FC7F84901CF5984F /* PBXContainerItemProxy */; - }; - 6DCC2DB11D4DD5DBC5690ECE73CB4333 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */; - targetProxy = 7A10446828788C2CD48AA815BD8C5531 /* PBXContainerItemProxy */; - }; - 6EA6DA8DC6A1F9BBCAD08B32D07003A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = AD356B1CDB2188451AB519896EB39251 /* rn-extensions-share */; - targetProxy = 0E3802B174022F3D41B78E24287FCACC /* PBXContainerItemProxy */; - }; - 6EB586B055EB7CDA7F081FA51C6129C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 8DB237E8066967D4995D9FC2BA645D09 /* React-RCTWebSocket */; - targetProxy = 1F527393EBF58A76A0EC298A6010A084 /* PBXContainerItemProxy */; - }; - 6EC9CFAFFBAB80A37AD427690425EB95 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 8854F6B1A9C01495D6201A67B8A8762E /* RNVectorIcons */; - targetProxy = E477FA7D86CB8D254F8E321CFF5F4BEB /* PBXContainerItemProxy */; - }; - 6FBDBC405A77AD46A32B935F1A8429CE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 9562090F28DE880A62FCD90995380CCB /* UMFontInterface */; - targetProxy = 4CA8229FCBD5504985F3147DE25F8170 /* PBXContainerItemProxy */; - }; - 71BE1338554460D3880D5679F359FB78 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNUserDefaults; - target = 9676E9E3B8F0E7E8CAAD8CA8F2EAE58E /* RNUserDefaults */; - targetProxy = F060E7206101B1B6B4B9B8860FC8A234 /* PBXContainerItemProxy */; - }; - 71F9975601A1AC07B8D94585629682D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = C8896B616E4A848E70C80E6B7334B632 /* React-RCTBlob */; - targetProxy = 327F4560048036858B503C6779163331 /* PBXContainerItemProxy */; - }; - 72789FDE38DD99E5F27DDB301C45263E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = 2BCFAED62710F274CC587CEB62B9A16A /* React-jsinspector */; - targetProxy = E8C47125F82CC2EF0DCDF16E07F2D4CC /* PBXContainerItemProxy */; - }; - 727BB153336DBB688C4C81C2CB5CC4E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */; - targetProxy = 1BB416B4D9B19D8D877ACA114B4F6C15 /* PBXContainerItemProxy */; - }; - 72B3AE8D79ADF87A3E394B7362F8BB99 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */; - targetProxy = C09EA1172C30CA5E8AA94770A1D4EF23 /* PBXContainerItemProxy */; - }; - 7398B7DB682D87B852A299FED9F1A769 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-DevSupport"; - target = CAEFA118491E382CE5B574F2E27E94EC /* React-DevSupport */; - targetProxy = 5D819912BCFC3668F4BD657665A65F90 /* PBXContainerItemProxy */; - }; - 74C5EAAD3D05668BEDF2A81BAC24C9F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = 68378979F5877023E3281780FBB7481E /* React-jsi */; - targetProxy = 72BB65B3AB5E909A203D0BF13A424075 /* PBXContainerItemProxy */; - }; - 7693616E3512BEE08AA16EB61FBE007E /* PBXTargetDependency */ = { + 6F8F5121FC22F81F5F2C9926A073502C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-webview"; - target = 919D9DC0A51EE5D3E459FBEB73B8B955 /* react-native-webview */; - targetProxy = 30D06AB388A7ED4BE63A7FC1A439F975 /* PBXContainerItemProxy */; + target = A88D56618644DA6D24743D608EED79AA /* react-native-webview */; + targetProxy = 16C01CA79D4F011F7AEB2B2C1E057865 /* PBXContainerItemProxy */; }; - 7843C112FFC1C695E506ABF22EA85132 /* PBXTargetDependency */ = { + 714AB9D9C1DF7E265ABE1A07B3DFFB90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = B4C505DE6DFFC6EB6319CEDC08B364D1 /* RNDeviceInfo */; - targetProxy = 2ED7614DF9305C2A1105452D756112BF /* PBXContainerItemProxy */; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 8610BB883B78A065DB5F05EB9F2FC1B0 /* PBXContainerItemProxy */; }; - 7854EA8EB3466697710266147F4B6810 /* PBXTargetDependency */ = { + 71C08E90EEC8065B4C8686227ACC0336 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = 04FCE79D0A22829D9A4EBD84294A52E2 /* RNFastImage */; - targetProxy = FC53812BC3844291021D92DA789538C5 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = FE712B0061D497D41E24021D2D521B17 /* PBXContainerItemProxy */; }; - 79295AB7158BF8B3DD6B087506BD52A0 /* PBXTargetDependency */ = { + 71DF00869ED94FA609130F96E87AA427 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-realm-path"; - target = AA0A6F2AE959EF86430EB3F762F0D878 /* react-native-realm-path */; - targetProxy = 9AD0682AD67DB3BEB51F7225B1925EA7 /* PBXContainerItemProxy */; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = C0449059E0705A1144137CDA9FF665DA /* PBXContainerItemProxy */; }; - 79C0F50EBB34C9C0D05E74FD2896771B /* PBXTargetDependency */ = { + 725871E641B50074F869A19562CC78E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = 0A7E96F42AA4D8B607EF139A74662B8D /* PBXContainerItemProxy */; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 40DBD9DFF4C1F773FD6BE1F7919342D0 /* PBXContainerItemProxy */; + }; + 735EC21414AF5EE525019A84ABFBE9D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = A98606130E5BD8EA5A36E15AB758510C /* PBXContainerItemProxy */; + }; + 763BF4DC66BCE7C74C2B5A0666E1B9B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-tracking-view"; + target = CC1C921020F74D84A65DCA50ED477F91 /* react-native-keyboard-tracking-view */; + targetProxy = 3C5467DF3078884AECB01D57530227EC /* PBXContainerItemProxy */; + }; + 76F92B7DC601ECD5DDA1548359D62B94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 8F45415D70B4B8AD22EE66ABEECB2F1F /* React-RCTAnimation */; + targetProxy = DB31C8C7E8A305436C2A21577CF28C8F /* PBXContainerItemProxy */; + }; + 7717935771A18FDEFD9EF119196D22C4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppLoaderProvider; + target = F42432668A0F81BE898F1FEA0D6A83B7 /* EXAppLoaderProvider */; + targetProxy = EB6712E886C5DDE9AC601E5831BBF18C /* PBXContainerItemProxy */; + }; + 771C5EF98ECB07ACD21413761266BFF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = 0B5491F10FF49168E65B9B1DC2647008 /* PBXContainerItemProxy */; + }; + 77432839A9D15B4C9A31A580A0E602EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = BE990EF7F968C538CF4EDA293EFAFA3B /* PBXContainerItemProxy */; + }; + 7754F26919FEFC443C796599FE3A7321 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = 09F1FC25963913E654C70CC471A5F75C /* RNUserDefaults */; + targetProxy = 01E18CB6577772AA25010639664FCD22 /* PBXContainerItemProxy */; + }; + 784F855D4F7674A2A921E2D6B0B991B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = C804972EF5BFD482CD5BA6E065EB2CA5 /* PBXContainerItemProxy */; + }; + 7A572D59F1EB5739C31065EDE1A10E64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = CBE6EA70C0DEECECAE16DB00717145E3 /* rn-extensions-share */; + targetProxy = C632324B019146C40525E20E38C6EE40 /* PBXContainerItemProxy */; }; 7AEC0D15EF11C1415A94D769184AD812 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -13865,185 +13990,215 @@ target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; targetProxy = 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */; }; + 7AECEDFA3E8B3EE83775254E80A23BCF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = 8B5C8AF652AE6B80A89243C59EE8D789 /* React-jsinspector */; + targetProxy = 52F1E9F46E9621F1434D85588387F4B3 /* PBXContainerItemProxy */; + }; 7AEF416F1165E14B97A1CD16C71D4F0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */; }; - 7BE0128B6D1DD1264E2F54C5311CCCF0 /* PBXTargetDependency */ = { + 7F415BE4CF63DB9F0E9E9B8E33B58FD0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */; - targetProxy = DF1C61110B9585327E082456F2798BCB /* PBXContainerItemProxy */; + name = "react-native-notifications"; + target = FFE7652D1DAC696C7D28E4C18D77A3CA /* react-native-notifications */; + targetProxy = C55FEC97F96C812B1697ED253670464D /* PBXContainerItemProxy */; }; - 7CCC418EAA6BF4E814C1EC37A8906F62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNAudio; - target = 912BD21A871F9BCC399B6211788498BE /* RNAudio */; - targetProxy = A8011742A7271D913ACC251207643F71 /* PBXContainerItemProxy */; - }; - 7F7956512194A47FB60F4EC5CEE430B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 3C6CB787FEE6999116ABD729BB02495F /* PBXContainerItemProxy */; - }; - 7FEC020C30B5C972588A953106512723 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = C8896B616E4A848E70C80E6B7334B632 /* React-RCTBlob */; - targetProxy = 58933FDBE62B3C6ED2331FFE673022D4 /* PBXContainerItemProxy */; - }; - 8449DE8729FC1CD347A0E04F0DC89A18 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = 98E4FA9206DB3CD4B583BFA69BC2FB2C /* react-native-document-picker */; - targetProxy = BC349A52C023327F15B371C21E68A532 /* PBXContainerItemProxy */; - }; - 84FCB8A19FC38779FBC932BF4D726DD8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = ACE1B98BE9594B62ABF825B5503A9380 /* PBXContainerItemProxy */; - }; - 851AE32FDBC562E475984ADDA94ED4BE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = 68378979F5877023E3281780FBB7481E /* React-jsi */; - targetProxy = 9410589784685449080AD9A51971EBDB /* PBXContainerItemProxy */; - }; - 857940918B0D1A7012157DD8DF43114C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = FFC8995C0E72AD6453F2FD38BB4994E0 /* PBXContainerItemProxy */; - }; - 8675DC28C60BFFFDF2C881FB9E2FACCC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = 869B24B0863463F74A60AC675AD955C7 /* PBXContainerItemProxy */; - }; - 86FEF8B982E815C6791A75BB09F511C1 /* PBXTargetDependency */ = { + 7FE0AA52D358EB682FBA37C7F98263FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; - targetProxy = CC4D89FBAEA4DC2A2275E22C6276F1D6 /* PBXContainerItemProxy */; + targetProxy = 1F3B266634ACB4F62D9B5F694FCD12E6 /* PBXContainerItemProxy */; }; - 88BEEE455B9CCDA387C5C16E18494A89 /* PBXTargetDependency */ = { + 7FE4B4A9C58FAB6F11CF412BA18CED20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = D2039495C87791A1938EC6C0922E5B33 /* React-RCTAnimation */; - targetProxy = 753797724EEDF80746FB252F2A07ECF7 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 1235A03F7DFFF02CBDBA4F307A53B14E /* React-RCTSettings */; + targetProxy = CEC5F35295CD72BA87504D44BB89E937 /* PBXContainerItemProxy */; }; - 8A39DE1D4CAD9440AA11DEE03526A19C /* PBXTargetDependency */ = { + 81C19057844886FE591F9ADD53FC648C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 5B2A241066DE910F55AAE47D3A045F76 /* UMBarCodeScannerInterface */; - targetProxy = 31542E45ABFC7017505F93A0FC4FB604 /* PBXContainerItemProxy */; + name = "rn-extensions-share"; + target = CBE6EA70C0DEECECAE16DB00717145E3 /* rn-extensions-share */; + targetProxy = 102B1E29126D1158267A7DFF42E7B454 /* PBXContainerItemProxy */; }; - 8B63087BC60BEE06C3EC27633DEFCA0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 965443F402A60F28B817DD2D9C4424DD /* PBXContainerItemProxy */; - }; - 8E8EE0430039467CD436F9496D8C50D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 966EA574C8E1C978B04E5737F2A7254B /* UMReactNativeAdapter */; - targetProxy = 1620C249A30E5F5A66F2A68EF883C6E7 /* PBXContainerItemProxy */; - }; - 8E8FF04E0DC836931DEEEE56DAD24B10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */; - targetProxy = CA4A60C81E2A5D9E33DD8880A7CF234E /* PBXContainerItemProxy */; - }; - 8F3EDB9697904278A9E577F5F67F4D47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = 49671D93ABEF7B79816BFCEDA4818018 /* react-native-notifications */; - targetProxy = 012C5DA3D86EFE5FA17DD7D8AC788158 /* PBXContainerItemProxy */; - }; - 90DFC7B282780C6B4C85F2BB055E7632 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-fishhook"; - target = E7CEF81CAD5237DFC20F8D2F5C20ACCD /* React-fishhook */; - targetProxy = 94D21C088EBFB078C76471606358D752 /* PBXContainerItemProxy */; - }; - 932D252E0E1FBC7296A50A9BF951B97E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 959E0025C98D0201AEDAE0CEA5C2516A /* React-RCTImage */; - targetProxy = E48020E24198CD75489EE87F0D06DC5B /* PBXContainerItemProxy */; - }; - 9453E861BDA775CFF3C97D5E1BB138FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; - targetProxy = 7E96C00D1BCF20116F167E2D4AEB8BDA /* PBXContainerItemProxy */; - }; - 96355AC00FE3A7DAF2ADD502EE8357C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = DFE4CEA0C465F1FD653F0E6A56EF8367 /* PBXContainerItemProxy */; - }; - 96DA387B98978C2974700F14ACFDEBCE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */; - }; - 97CC7C2BBDCCB377240A543E8336668B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = 4903CAEAE5D64F277012A848C645658C /* RSKImageCropper */; - targetProxy = 508238D6698CFB52103CC763E08A4855 /* PBXContainerItemProxy */; - }; - 97D46BAB40495AAB9540770E98040901 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 7F88C828AC2F9CAF604856296AD137BF /* PBXContainerItemProxy */; - }; - 983815F6A5884D9CEB2760B8AC06385E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = 98E4FA9206DB3CD4B583BFA69BC2FB2C /* react-native-document-picker */; - targetProxy = 2F05E625907FFDB965D17A0C49790706 /* PBXContainerItemProxy */; - }; - 98DFF4239E18DA79E5B6E2B95D8D900B /* PBXTargetDependency */ = { + 820FFFCD334D82F534F119FFC154860D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Fabric; target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 479D7E81879770588E10FF218A202D6C /* PBXContainerItemProxy */; + targetProxy = F434978865714057EAE739AC6BF3B738 /* PBXContainerItemProxy */; }; - 9914DEE39A6E7CCF735B9416E1C5B6FF /* PBXTargetDependency */ = { + 823269AF2C7B3756714BB7A91EF4E463 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 52E1930AC136B3DA0DA1D5BE887A51BC /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 3A15CD84BD492426DC82F44685C9083B /* React-cxxreact */; + targetProxy = 9AD5E8DA7A7FCDC690D64D8923A18672 /* PBXContainerItemProxy */; }; - 999FC5FA68697140432EC563C636F90E /* PBXTargetDependency */ = { + 84CAE717CBD140C352FCBF72420FAAD4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 6ED4A9C0E44E782CA0396DD39B827099 /* React-RCTImage */; + targetProxy = 51517BC62DD93F5703DAFDE659E1B48A /* PBXContainerItemProxy */; + }; + 852570FC314E1044B96FED552DD08C32 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = 8B5C8AF652AE6B80A89243C59EE8D789 /* React-jsinspector */; + targetProxy = 552113D514440DB81A94C04F4FB081C4 /* PBXContainerItemProxy */; + }; + 8581938F0DF6EE262654403CC7374F57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; - target = 1DBC3090C8BE77C9F4202B0421E0791E /* glog */; - targetProxy = A8A0A045C11208CB0BFD2D00B9719BDF /* PBXContainerItemProxy */; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = C4AAFB9252C5EFAA6F0BFD6D945F817F /* PBXContainerItemProxy */; }; - 99B3B6FC2F89945119BE553D0D9816B1 /* PBXTargetDependency */ = { + 86112D4612DFE3A588165B47A0D7DD8B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = DECE7A88581E5117E7A465B57E55D658 /* React-RCTVibration */; - targetProxy = BCB2D4C1BD338F970A47C44F0ED86753 /* PBXContainerItemProxy */; + name = Folly; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = 52E81CA9167461A64D6B78D4658BF300 /* PBXContainerItemProxy */; }; - 9A83CBE00E3604D3D78824A1C661A4C6 /* PBXTargetDependency */ = { + 863C3A10F7E7A3488C915C94A57F1932 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-input"; + target = A2D3E1472FC63D93628C4A1CD76B048C /* react-native-keyboard-input */; + targetProxy = A338918B9518320F81069D93AB89DDF8 /* PBXContainerItemProxy */; + }; + 86C7DFA68C62E652418C6A0FBF6DD248 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 46B8C172A3410E1C530F6E2A1D20AC3C /* UMReactNativeAdapter */; + targetProxy = 33FB28B86B696C1280246B3627E53E13 /* PBXContainerItemProxy */; + }; + 88AB93D56123C6085B043057950EAC64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 41A27ACB01F70C8C5C3ED9278AA25AF7 /* libwebp */; + targetProxy = 20DE48B29BF64C15F639EE4153D8B6F9 /* PBXContainerItemProxy */; + }; + 88F4CBC37EDC22A18C73D6723A7C8552 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = F694606F8A3B5D15625E633C00EB1AC8 /* PBXContainerItemProxy */; + }; + 89319E1603631D50726245BC9DDA10A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = 1B2D57F438BB2AA7350DD32E7F4F4AA6 /* React-RCTText */; + targetProxy = AB284017B968D6AFC03C2DA828347446 /* PBXContainerItemProxy */; + }; + 895F931D7338A6EE5DADC06F0A46EA79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = A88D56618644DA6D24743D608EED79AA /* react-native-webview */; + targetProxy = B571BC6D9E70468033B43B0806DA1FA1 /* PBXContainerItemProxy */; + }; + 8B72991AFD15AF0301FCB5C044660A80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageWebPCoder; - target = 4C21E5387C02BFF1BCC718904F7DBCDC /* SDWebImageWebPCoder */; - targetProxy = 536C0844E5DEB9A3B3B34CBC13D1E24F /* PBXContainerItemProxy */; + target = 76B0EDFC91EA4A672DB56E46044E27E0 /* SDWebImageWebPCoder */; + targetProxy = 0085E75085B2BDF6AAE59561CD511225 /* PBXContainerItemProxy */; + }; + 8BE45C7EDB9A0B7D3F78F9B24DF5B252 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 627CE0266687F23DB9AC4E3D28730C67 /* PBXContainerItemProxy */; + }; + 8C00E3FF0B5CEFE1A868AC9062D115FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = AADD210D1F940E270E559A5AE73B7D04 /* PBXContainerItemProxy */; + }; + 8FB3CE7E97672DD8C5AACFE7DAE00AAF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = 037B3080D17C0918F3E81F3A1BC9210D /* UMPermissionsInterface */; + targetProxy = 5DD5A1A33287EE231BDA0712BED29384 /* PBXContainerItemProxy */; + }; + 8FE42DCEE15F6B0320B4D7844739DBF4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */; + targetProxy = 37D945625ECEBC8CFD8C97D84CB9CAC2 /* PBXContainerItemProxy */; + }; + 902BB8686A0FE9AA3973C9B0A3563691 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = D6CDBA4F567B018F442382D2520D6D27 /* UMConstantsInterface */; + targetProxy = A57FA5C40A1BE5F5C481358F3D88E137 /* PBXContainerItemProxy */; + }; + 908199223D551900531AD11DF26211CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = CB2219131FDD78D9ED682D432BC59555 /* PBXContainerItemProxy */; + }; + 918E662498F6EECC8B1B18C1E1C018D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 9825963C45F2D3AF9E1F39CEA2D6A3CE /* React-RCTActionSheet */; + targetProxy = D3F2034E52D17B67A1A4A8C4B01DABBD /* PBXContainerItemProxy */; + }; + 931AA7DA28C1013CBE0D1435C3D1A94F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = E32787950696B75FA5E263E5CCAB9FDB /* React-RCTVibration */; + targetProxy = 4D153A4968586CAF25429D09EC137B1B /* PBXContainerItemProxy */; + }; + 94A30FF5E2B1AE7342C7CDDF104F5031 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; + targetProxy = 2DB2792861356D3DAA4B01123B2F79A8 /* PBXContainerItemProxy */; + }; + 950966D5BD427D4DE1F28AF7CFE17F70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = 6C7A149FF1E9B62C4873A0608CEEF571 /* PBXContainerItemProxy */; + }; + 95AD7C7D539E094D45B4C35959E6CAA5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 76B0EDFC91EA4A672DB56E46044E27E0 /* SDWebImageWebPCoder */; + targetProxy = D4B10EF0302727999C95B4C4608BB29D /* PBXContainerItemProxy */; + }; + 95FB7CA62D4163E7B340A2CB24123E42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = 5957708ACE63A1409FC641C7B9A13C12 /* PBXContainerItemProxy */; + }; + 97AD883B3150D08273C26AA433AAB498 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = A2D209CF47F9A1371EB8ABD4E8E9BE76 /* SDWebImage */; + targetProxy = 380FA933B54CFB321BE13EA31D2B9F07 /* PBXContainerItemProxy */; + }; + 98F569B58BEE4B476523B45DC6F220EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */; + targetProxy = EA831F93871EB23292F77629AC39C1EE /* PBXContainerItemProxy */; + }; + 9BCE22E713A69EC56E6CD1860FFE415B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 9E5F89794487A4D31F3E4B4C7C6E6203 /* RNScreens */; + targetProxy = 725DBB7CAF49F608658EE718BEEEA395 /* PBXContainerItemProxy */; + }; + 9C1753DCDCF64B96B1635A224E406477 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 6301C04CCE538629CCE81C15728B19E2 /* PBXContainerItemProxy */; }; 9C390500C3C568F59A8589C455BFF4D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14051,11 +14206,35 @@ target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; targetProxy = C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */; }; - A05896D78452D6FD4563E58546E7910D /* PBXTargetDependency */ = { + 9E667DC08F5B101C44DD8747B41801E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 919D9DC0A51EE5D3E459FBEB73B8B955 /* react-native-webview */; - targetProxy = 2402F8B3043292AB1CF17F6734BEA9DE /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; + targetProxy = 0537D4257281E55E828CF180B484D0CA /* PBXContainerItemProxy */; + }; + A1F14754C34F6DC5257DC9C9177B87B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 91E4CC2CFE43747A3B7A2D2C061CE4BD /* PBXContainerItemProxy */; + }; + A2D0C12608B74D00FB8414CB1A19791A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 50A940670A90AB8FB959E0A1AE922317 /* UMImageLoaderInterface */; + targetProxy = 8A6B70F7759EB6A94D5DF36AA125C6CA /* PBXContainerItemProxy */; + }; + A369B182E44847081D1A6447ED391D93 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-fishhook"; + target = 7651863001A946A72D0A291B4571C795 /* React-fishhook */; + targetProxy = B782F3ED6800B78A532BC29707F6D96C /* PBXContainerItemProxy */; + }; + A37495996AF466CC5767316265E8DC66 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 358715F568BDED659F37451663F69841 /* PBXContainerItemProxy */; }; A545116FEA98CB2DC602ECFE976A5146 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14063,29 +14242,41 @@ target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; targetProxy = DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */; }; - A550886A0A52BA91DABC9E21C1698757 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 9562090F28DE880A62FCD90995380CCB /* UMFontInterface */; - targetProxy = 1EF2EAD1600C47952A818C16C4DF9843 /* PBXContainerItemProxy */; - }; - A7761F4272D447FC1596E2C5844DDFC5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = F29633836298A935A9C1760C7BBE8081 /* PBXContainerItemProxy */; - }; - A9DB6CE693F338BF17AF48CA9B5BEA3C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = E3FC033051FA5676AC2B6B1089FD2A59 /* React-RCTText */; - targetProxy = C6C0FA51D295C498004E505EEDF7A5F9 /* PBXContainerItemProxy */; - }; - AA02919B1938C65022CFA980D347F88B /* PBXTargetDependency */ = { + A72986367F419C534A6C363EEFDF27A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; - target = 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */; - targetProxy = 07620971CAF840AC308E8171563FC53F /* PBXContainerItemProxy */; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = D09174A499490109C3A4E8CBC701F239 /* PBXContainerItemProxy */; + }; + A85617C4886725DBA10D4E2781629139 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-DevSupport"; + target = BEB1CE836D8C73E87E13A613FF4260C8 /* React-DevSupport */; + targetProxy = FD5D0F00EB17B450F491A14A5D000F92 /* PBXContainerItemProxy */; + }; + A8DC792A3465AE739E1E996AD8728EC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 750BAE4324F46F8044A4593AD5506223 /* PBXContainerItemProxy */; + }; + A9CCC85E5BD6143655610F2D084F9215 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = CF49050485BE5CBEFF2CDD050898370F /* RSKImageCropper */; + targetProxy = CCEB1C252AE53A3F324E8B031A5920DC /* PBXContainerItemProxy */; + }; + AA7534364EE1ABC3B08F501CCBEE9B21 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = FFE7652D1DAC696C7D28E4C18D77A3CA /* react-native-notifications */; + targetProxy = 983D0B2662982137DFFC458231DE4DF4 /* PBXContainerItemProxy */; + }; + AA812D007E5AC0D99B6E5BE7328A69DF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = 4EF861DBD3F57287D0C7538EA4CDD395 /* PBXContainerItemProxy */; }; AA9052A974DA4ECF27CC38A7633849E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14093,29 +14284,41 @@ target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; targetProxy = BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */; }; - AAEF4826444D35C19804B9B5AB012B95 /* PBXTargetDependency */ = { + AB84C2AF2E0EF74A5DB3F62B3E24D72D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = D2039495C87791A1938EC6C0922E5B33 /* React-RCTAnimation */; - targetProxy = 789DC4C666BBA490498ADA2F052E1C3C /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; + targetProxy = 7BA02D5A2408F592B0536F47F514B8E9 /* PBXContainerItemProxy */; }; - AB0E84DCF5E60155DA78F83BDB1E2821 /* PBXTargetDependency */ = { + ACCB4E738E99AA1E8DD8794CB1ED8D2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 2C930882DE88D72634423AEB22EBCEEA /* PBXContainerItemProxy */; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = A2CEBEADDA3A4D47E74640D5226F3C8E /* PBXContainerItemProxy */; }; - AB1AF7D831516DB1D07F8CF4296ED181 /* PBXTargetDependency */ = { + AD4CC7BA16C0254A8B68D781799DB88E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */; - targetProxy = 7412944D8F1F36C93892B1F4F672B073 /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; + targetProxy = E248E5D6808DA003610FA4DC5759C8A2 /* PBXContainerItemProxy */; }; - AD75505E76BBB506538ECFADFF705651 /* PBXTargetDependency */ = { + AD5873D13D0FBCF86077C1361DEC8AE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = 7B12853C280DA2A0481D23B289724433 /* React-jsiexecutor */; - targetProxy = 325DF460B237D8959A4F5055C8930746 /* PBXContainerItemProxy */; + name = libwebp; + target = 41A27ACB01F70C8C5C3ED9278AA25AF7 /* libwebp */; + targetProxy = BBF05CCF22265C90D7929B050FB5AD7D /* PBXContainerItemProxy */; + }; + ADB188C201560CBE7B52952194235F2D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 3A15CD84BD492426DC82F44685C9083B /* React-cxxreact */; + targetProxy = 95F8E01C81BA5B7B975366EF12D1E756 /* PBXContainerItemProxy */; + }; + ADE28390490396BD630A86DDEEC371A6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = E426412C16D20B383EC7BCFD34DBD4B8 /* PBXContainerItemProxy */; }; AE2135E39D7AC4E181788F79286CC4E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14123,83 +14326,35 @@ target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */; }; - AF1BA3CE8A1AF5986374703AA4550DE9 /* PBXTargetDependency */ = { + B34B3CA9E1F83C945A1A3FECD9E0B821 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 88C0BF32377A1B0FF918F73BDAD3089C /* RNImageCropPicker */; - targetProxy = DFE5DC18BC7DA58E93C1901112D5D00E /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = CC1C921020F74D84A65DCA50ED477F91 /* react-native-keyboard-tracking-view */; + targetProxy = 87837AE4E53A3B0B65DBB59897821CED /* PBXContainerItemProxy */; }; - AF688BBAE2C6742F3AADF7C0DAF678A2 /* PBXTargetDependency */ = { + B4E11AD7B740D87A9D17C4306E83F334 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 2B21298DC2F6FB293E92ED8F0837E292 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */; + targetProxy = CECDB389D3045348356F5BF986A156E9 /* PBXContainerItemProxy */; }; - AFCD5523A5EE61E8A548BE403F379DF4 /* PBXTargetDependency */ = { + B561798F5474F3A7D2B1853844A063BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = B41A5688DB0CDE458BCF4B286AE9D098 /* yoga */; - targetProxy = 78BA81B6D0135F0C250A075814D97CF2 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = CEDE0D302CF0C4FC9AB26F5CC9BA2DF1 /* PBXContainerItemProxy */; }; - B0F58AA625CF1994BFC905B60E396A6A /* PBXTargetDependency */ = { + B63D854DECD73B6442FC59CB453C1514 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; - target = C32D55FEA182722BB25597D4E80E67CB /* React-RCTSettings */; - targetProxy = 02886081CAD75C01DAE77299524463EC /* PBXContainerItemProxy */; + target = 1235A03F7DFFF02CBDBA4F307A53B14E /* React-RCTSettings */; + targetProxy = 596CB0819701CB2FBC94206F3FEA8414 /* PBXContainerItemProxy */; }; - B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */ = { + B725638E31AD6D46442C6D24604E942B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = 76CC3A2D036B8B64B5F70A7078274100 /* UMPermissionsInterface */; - targetProxy = 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */; - }; - B159ADF783465D39DA998740436BF771 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-fishhook"; - target = E7CEF81CAD5237DFC20F8D2F5C20ACCD /* React-fishhook */; - targetProxy = 788C2623DD63BF8D47FDF37EC66DAFC5 /* PBXContainerItemProxy */; - }; - B16B4A545334C9571E0F7B81D7E2D757 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 96AD9E66465072A50C86623B0973086B /* React-RCTLinking */; - targetProxy = 06198EABFFC54FBA9D86E589418D6CF5 /* PBXContainerItemProxy */; - }; - B38BBDDBED9DA9F89228A580D4EF4F95 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = 0ABD54CB37C42BC7CD031640E850A391 /* PBXContainerItemProxy */; - }; - B402AE90BA6658AFFDF494DC6AA5CC00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 3E1C1EC4408494D103A47C4C7A553612 /* PBXContainerItemProxy */; - }; - B6495984203784742B0A1F6E3E542984 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 9F99514E34D566400A205BF4ECBCC208 /* RNScreens */; - targetProxy = 155FF57DBAF70B99F597CDA57DAFABF3 /* PBXContainerItemProxy */; - }; - B6F69B92AC0E7313DDF4A7EBC86484EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = FAAF4E02E860566B3DC4D95CD07D2F8E /* RNLocalize */; - targetProxy = BA1F00BFF6BFC47EB5047788B67880BB /* PBXContainerItemProxy */; - }; - B704A9578ED1291D7F4E57BCC7B4BAAC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; - targetProxy = D4D0ADFA7BC6E350F660564E8CB8153E /* PBXContainerItemProxy */; - }; - B8904DAA7A7F443A0046FCCFDE491533 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = 2BCFAED62710F274CC587CEB62B9A16A /* React-jsinspector */; - targetProxy = 122D877346CA95AA6FFC8E2FCC4E6F3E /* PBXContainerItemProxy */; + name = "react-native-keyboard-input"; + target = A2D3E1472FC63D93628C4A1CD76B048C /* react-native-keyboard-input */; + targetProxy = 411C18168052FC1CC34D28F23B49B779 /* PBXContainerItemProxy */; }; B89D2CB67178C93A2DFF80F628C7A710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14207,89 +14362,107 @@ target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */; }; - BA8D16376CBED2B58452E781CD868AD1 /* PBXTargetDependency */ = { + B93DDAB2B853168D606A825DC60A4FA8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = B3C26471B7A1783724AB9857B72F9BB9 /* react-native-orientation-locker */; - targetProxy = 5F10BF65396B39B30D4BD2473F5D36E3 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; + targetProxy = 59A71D7493D9573EC8E8F6F1E8E11976 /* PBXContainerItemProxy */; }; - BB7A629FF5038A8D9AEA244228471E40 /* PBXTargetDependency */ = { + BA2744D370F04060096ED9535B26C467 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = B4C505DE6DFFC6EB6319CEDC08B364D1 /* RNDeviceInfo */; - targetProxy = 6D13A1292331682FD8697189806100C9 /* PBXContainerItemProxy */; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = 8C3E3C6D8A4B39CB889628560186BC5A /* PBXContainerItemProxy */; }; - BBED2D68E89C2FAF380E1BCEF19EABBD /* PBXTargetDependency */ = { + BC1D8F7BB69FE6D1187E59F5E9677A57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 88C0BF32377A1B0FF918F73BDAD3089C /* RNImageCropPicker */; - targetProxy = D7251C4E50C58AABFEAA33030E956645 /* PBXContainerItemProxy */; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 7D63C1F3B7B5349E7789EB07DCCDD225 /* PBXContainerItemProxy */; }; - BCCE01821F5FD257503A6ED6D453AEF5 /* PBXTargetDependency */ = { + BD0CF02120880963DE852D7CC8F37370 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; - targetProxy = A6ED934FACE0DAFD720289EB5FC93627 /* PBXContainerItemProxy */; + name = UMBarCodeScannerInterface; + target = 79C1A2CBA6641D19D3387E565BDB9E68 /* UMBarCodeScannerInterface */; + targetProxy = 67A83FA81DF8F1C2062B32B210FDD39B /* PBXContainerItemProxy */; }; - BCE8961C5C9B30BCC1BA80DDB5E272E6 /* PBXTargetDependency */ = { + BD2C22AF6121E6B72DFB98F8BBAB9A69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */; - targetProxy = E5728325F14419FD3CEC8E48DA5BEB7C /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = EB266CA52E321F1A5BD9E62115470A38 /* PBXContainerItemProxy */; }; - BE3C4E18164D1E0F0A167C00610ED016 /* PBXTargetDependency */ = { + BD47DB4584BA325F1A2F839C6448137C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = BEA2CF0786C21DBC1C741F0BE9F1B4FD /* PBXContainerItemProxy */; + name = libwebp; + target = 41A27ACB01F70C8C5C3ED9278AA25AF7 /* libwebp */; + targetProxy = 26FA4167CF6B3D2B09278D0684520A12 /* PBXContainerItemProxy */; }; - BE70AB1116776A9F90A3C783B9F1769B /* PBXTargetDependency */ = { + BF3E1573F9C1F26E2300177DF01265AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; - targetProxy = 3CE12525FC73E81B8DC468274B077D13 /* PBXContainerItemProxy */; + name = RNFastImage; + target = 4ACFFE0534A988E2B80B6B369A72D6DB /* RNFastImage */; + targetProxy = 8D869BB1A83FC1EEF52C36FE8A8F5D5F /* PBXContainerItemProxy */; }; - C080F22EFEEB274452D0B2C7B85D246C /* PBXTargetDependency */ = { + C058BAEDC56CE97954E15D7520DDCDEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNAudio; - target = 912BD21A871F9BCC399B6211788498BE /* RNAudio */; - targetProxy = FB88C8493A8997D450509D1EA2E12C1E /* PBXContainerItemProxy */; + name = Folly; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = EBD234C9D05363173E352A880A70D81A /* PBXContainerItemProxy */; }; - C0F2F65FF80BC4D510965610085E5BE4 /* PBXTargetDependency */ = { + C0A7EF02C44816A4E779F62DCA732151 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 68F0C188B4E9C1C7092217508F848185 /* UMImageLoaderInterface */; - targetProxy = 8D8A60BE7799D01ABD0C4EA6098A9C6E /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = 1B2D57F438BB2AA7350DD32E7F4F4AA6 /* React-RCTText */; + targetProxy = E550599CB62F761245F936BF9197B574 /* PBXContainerItemProxy */; }; - C265DA5209B4BDE5B642FF258D5D6C89 /* PBXTargetDependency */ = { + C1A149B83EAB9647306A1FB959AF9140 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNScreens; - target = 9F99514E34D566400A205BF4ECBCC208 /* RNScreens */; - targetProxy = 9A2CD943073BF10145AED8D3E5E6CDB4 /* PBXContainerItemProxy */; + name = "React-RCTWebSocket"; + target = 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */; + targetProxy = 46A9A8993C5C7AEA05C193186EC39E78 /* PBXContainerItemProxy */; }; - C3E31EF75018C4CB0EFE00D7D7DED1DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = 6AB9A1E08C9212B7012060492EB79C26 /* RNFirebase */; - targetProxy = 4D3674DAE0DC850CCF8C9FEC0F5A6821 /* PBXContainerItemProxy */; - }; - C5C86EA22ABA30078AF2C72EE510D231 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 1DBC3090C8BE77C9F4202B0421E0791E /* glog */; - targetProxy = 4B8E25417AAEA112DBA9A01FC8CF9869 /* PBXContainerItemProxy */; - }; - C685EEFD7FF4D4C3F16AD088F18AD053 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = FE8C7693079779C66A2B166BAD56A51E /* PBXContainerItemProxy */; - }; - C936C405186FA880313C86CE1385D406 /* PBXTargetDependency */ = { + C29E6F91811B95CF5EB966F899EFB580 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; - target = 2BCFAED62710F274CC587CEB62B9A16A /* React-jsinspector */; - targetProxy = CBE733EF4A39BC70A40FC684E24BAC7C /* PBXContainerItemProxy */; + target = 8B5C8AF652AE6B80A89243C59EE8D789 /* React-jsinspector */; + targetProxy = 59542883C3DF1026FAAB66E071B64337 /* PBXContainerItemProxy */; + }; + C3257EA10BE9B79D297C945862227A51 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = 940584898CBF891FCCBD5FEB550AE7D5 /* React-jsi */; + targetProxy = 2A87867E8824910284FA0B0A2DD0E890 /* PBXContainerItemProxy */; + }; + C3BF1069BA8CE7560BC2C80CB828A6F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "QBImagePickerController-QBImagePicker"; + target = 9856D7AE82CF0E8587628DB4576F1654 /* QBImagePickerController-QBImagePicker */; + targetProxy = 5537675BAB41E04664B4F686B1F64D2A /* PBXContainerItemProxy */; + }; + C521D9A7E78A60960B3B6BAA1CED0BDA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 72ADFFA428D61D7D79DFACE287F8161F /* PBXContainerItemProxy */; + }; + C744134FE7CB344DBCD799677CA421B8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = ABECE650FA725EF79E55E29549500E9B /* PBXContainerItemProxy */; + }; + C836A56CF57B166648FE58B896DB433F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; + targetProxy = D7B0F428E64593A521C2F323370977A4 /* PBXContainerItemProxy */; + }; + C83FC2C3E8CEC32DD8932E44896D7CFB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = CEE3627BDFC98BF4E34AB2269676FAFF /* PBXContainerItemProxy */; }; C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14303,302 +14476,277 @@ target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */; }; + CA4B478AE70D74E9148504D882722C9C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 01A9BA237967EA72D90C865B89F2EBBF /* React-RCTNetwork */; + targetProxy = 125F1DB6631DB6626783406B6F7F8145 /* PBXContainerItemProxy */; + }; + CAD84517E00C71A49981BB324893409D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = B8DDA919B1FE35B85A7C6D6F149BCAC6 /* PBXContainerItemProxy */; + }; CB67FB062DE8CAF07E20E144CB621739 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */; }; - CBBB679702DBD6C068B5CEC929795AB4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = DECE7A88581E5117E7A465B57E55D658 /* React-RCTVibration */; - targetProxy = 0F9412D82EC4BE22D9AD41DC7FCE9B0F /* PBXContainerItemProxy */; - }; - CC14E264C83DE75309B03FE8B7215DEC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = 2204E533997A82F0D6F7AD16CE4C7106 /* Folly */; - targetProxy = A20E94FCB58E125B0DDA328D5B7F69C5 /* PBXContainerItemProxy */; - }; - CD78BA3CD732C7B57543B99A62728136 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */; - targetProxy = 0AC106332E0E79D239C51160794527BE /* PBXContainerItemProxy */; - }; - CDEF622A5490AE66E397B50B040FAF54 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = 7B4FA6C84C88A46FEDFD9F731FFDA813 /* PBXContainerItemProxy */; - }; - CE09C1A6692DDCAC90F8F9A43735CD1A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 2DF34F420B58C0210AA4365D70A9C93C /* React-RCTNetwork */; - targetProxy = FCE067DBD2732F26A17A0C4D935A5D52 /* PBXContainerItemProxy */; - }; - CE57E167A8336446809B562127E16481 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 1C1468239650C5A8D1C1AC0B8E068627 /* PBXContainerItemProxy */; - }; - CF5CBAC5410A646F3D55BAC832481064 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = B8CFE8DF9388BFC10E3D76C678CB330C /* PBXContainerItemProxy */; - }; - D014F17A4E120FF11236B52AF757FED2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 27885611ACF01B70F7F60ADF4A7D43D3 /* UMTaskManagerInterface */; - targetProxy = FEF727905B821B20A850C16E3063AF67 /* PBXContainerItemProxy */; - }; - D1F40FC9F05BB7CFCADB11858EC6CF3C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = C32D55FEA182722BB25597D4E80E67CB /* React-RCTSettings */; - targetProxy = 223D0220920097F764A9433D4F4BA69D /* PBXContainerItemProxy */; - }; - D20C8E881F0278426BF15BC740239F8C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-splash-screen"; - target = D1DC98384D018186AFCB20F988CF3458 /* react-native-splash-screen */; - targetProxy = 4D65B1FC86972A9ABAB5B6252AA74DD7 /* PBXContainerItemProxy */; - }; - D3626C7867550E9774A9FB22BFDC3BAC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = yoga; - target = B41A5688DB0CDE458BCF4B286AE9D098 /* yoga */; - targetProxy = A9B0CF90EB95A5E614AB4E37831797FA /* PBXContainerItemProxy */; - }; - D607D7540E90D8BD60DC018A1965C06C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 1DBC3090C8BE77C9F4202B0421E0791E /* glog */; - targetProxy = 1DCD767D603D20C495F2934AB9D716E6 /* PBXContainerItemProxy */; - }; - D7FC7D01B3EE56FFE9C426BA27C9D880 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = 4903CAEAE5D64F277012A848C645658C /* RSKImageCropper */; - targetProxy = E8DB9BE2487BC3E4A92AD2BD29ECD396 /* PBXContainerItemProxy */; - }; - D8769DD0446215CBCA2541F52D96E3B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = 68378979F5877023E3281780FBB7481E /* React-jsi */; - targetProxy = 88293A0C7706A2DCD1BBAC206C1C9882 /* PBXContainerItemProxy */; - }; - DE2E7DC05CCED441B9C9BB7F3BD5D521 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 8854F6B1A9C01495D6201A67B8A8762E /* RNVectorIcons */; - targetProxy = CF335A1949C0AAA4BEBA30C391E0227C /* PBXContainerItemProxy */; - }; - DEDCB6C8E715D05AB08484EBAB52EB7F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = 1BFBA4059FDEB67DEA1FBE37BB39E705 /* PBXContainerItemProxy */; - }; - DF1F15F69AA2B0A04779BFCFCFD03574 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 40676594F3B472DAFD4C524E064F37AF /* PBXContainerItemProxy */; - }; - E4FA83A512B8916576E597E3878AB2D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = DECE7A88581E5117E7A465B57E55D658 /* React-RCTVibration */; - targetProxy = 474A37CD4DDF87EF6A2EE1DFB29D8FFA /* PBXContainerItemProxy */; - }; - E5E573094D23FE84C5107590C3E6524F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = EA691C58C42276CDD66B6CBCD95D477A /* PBXContainerItemProxy */; - }; - E616F03356EE0AC402F9FA7386961E45 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; - targetProxy = E40CDB85A9BCFB80A38EA4BC58DCFF9E /* PBXContainerItemProxy */; - }; - E623FB246F08A8B6C17C96A0AE41793F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; - targetProxy = 6EA9DA161785AFC3A1A0AB33573FD4D3 /* PBXContainerItemProxy */; - }; - E78180A26B25C9F630962DB799FAD74C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 514E6E3AB554A8E3882D69710CF78F5A /* UMFaceDetectorInterface */; - targetProxy = EDB62E2490C44B61B2DBD342C00A45EA /* PBXContainerItemProxy */; - }; - E78583454CADE68DED2837B10065D18F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-DevSupport"; - target = CAEFA118491E382CE5B574F2E27E94EC /* React-DevSupport */; - targetProxy = 724D2FF402410226710B0313E9ED4E98 /* PBXContainerItemProxy */; - }; - E7C17AA33D520F009D5855A47993478A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = D8423007056BEC42351403993B6239CA /* PBXContainerItemProxy */; - }; - E8F515FBDCC76746BBC3D99C18969804 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; - targetProxy = 5DD3117A826357735022D9A8AECA1A62 /* PBXContainerItemProxy */; - }; - E937F9191FDA664777CAFF32A6F7670D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = 7B12853C280DA2A0481D23B289724433 /* React-jsiexecutor */; - targetProxy = 2CBF2BFB135AC7E1E0A0157475C4CD06 /* PBXContainerItemProxy */; - }; - EAEE96A9B5B9B54B473F2E8441BA4AD0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */; - targetProxy = 2A9C2877B1E8853745169100D9EFF290 /* PBXContainerItemProxy */; - }; - EBCF3E3A7E93972B70A17F641FDEE679 /* PBXTargetDependency */ = { + CB9049B30166AAED1A4CA2C036BC9CD7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; - target = C3EB40F0A847A936227A474B5E8D66BF /* SDWebImage */; - targetProxy = CEEF59789F71F6A9650FB8FF2DCD229E /* PBXContainerItemProxy */; + target = A2D209CF47F9A1371EB8ABD4E8E9BE76 /* SDWebImage */; + targetProxy = FEE8876EFC7314B00FC573A2D7C240C7 /* PBXContainerItemProxy */; }; - EC7B8205D0E6B2B9E6C7E9418AC61CB3 /* PBXTargetDependency */ = { + CD38194E04A79E2F1F86986D74D66BD7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; - targetProxy = 96A59352BF4F46087F3FAAC2150953C8 /* PBXContainerItemProxy */; + name = SDWebImage; + target = A2D209CF47F9A1371EB8ABD4E8E9BE76 /* SDWebImage */; + targetProxy = B43A86CB5E2628A7B00B830BD4F15232 /* PBXContainerItemProxy */; }; - EE956E53C29629268DDC8C24727E112F /* PBXTargetDependency */ = { + CF49769EA09F6EFBC6C8E8ABC2788CB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 96AD9E66465072A50C86623B0973086B /* React-RCTLinking */; - targetProxy = CAF966534303E37D85680D368BA6AD43 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = F74A498BC0FACF43CAB2708F922AE3FD /* React-RCTBlob */; + targetProxy = A89FBA56E654E8DDFB7DB850267B3AF3 /* PBXContainerItemProxy */; }; - EEC7171CB9E1E7C5B5C79B74797B79A9 /* PBXTargetDependency */ = { + D21849E299A03DF514E1452075D161D6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = CF49050485BE5CBEFF2CDD050898370F /* RSKImageCropper */; + targetProxy = 4B7738E1DDD23C41DE9400671FDB6D47 /* PBXContainerItemProxy */; + }; + D393D26F88307F75F0CF5CFEE839A25B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 3A15CD84BD492426DC82F44685C9083B /* React-cxxreact */; + targetProxy = 19B7BC93799D0C7C67EDE7E8DA443FED /* PBXContainerItemProxy */; + }; + D7AB6011E36E8F4A7AD545097293BEBA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-DevSupport"; + target = BEB1CE836D8C73E87E13A613FF4260C8 /* React-DevSupport */; + targetProxy = 0912215FD50E4757E3ED001182359384 /* PBXContainerItemProxy */; + }; + D7B6E69ABBAE3F10AA56CE83A1ED417D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = 937F8A519C79095C763BF07054D07825 /* RNGestureHandler */; + targetProxy = 7FEE66C353B76F8C5FBF83AC5FB24A0D /* PBXContainerItemProxy */; + }; + D99F29B1884218EBCC6FCDA6FDF0D2D5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTWebSocket"; + target = 6C602F8A6A29C09902789E61591B4317 /* React-RCTWebSocket */; + targetProxy = 555A0159C96E34F5E191EC93AC872977 /* PBXContainerItemProxy */; + }; + DAA88A60C677C7D98AFF0387F9310E23 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 19F722576EC250DD914E060FA79CEE85 /* RNImageCropPicker */; + targetProxy = CD23E75D025F1EDBF8591ED413A79B54 /* PBXContainerItemProxy */; + }; + DB859ED0F394A72191615C5B1159F2CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = 4D0816301F6CEBE4FBDA197F8FF33076 /* React-jsiexecutor */; + targetProxy = DC45F24E82636453A4A2B6EC905D7C7C /* PBXContainerItemProxy */; + }; + DB8FF1C92E8075428449CA5334528C17 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + target = CC2BC3A15EC58E2862697C87EE2717B9 /* yoga */; + targetProxy = 40C81DD0D13986A5E09F9ADDE9F6F008 /* PBXContainerItemProxy */; + }; + DC162E5AC2CC41D31CAF12D3B158FAEC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = 4FE5C1B7B6AF115E258DFB85EC876EAF /* PBXContainerItemProxy */; + }; + DC4A63C4D934C6666C012ACA91EBAE15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 45018F5317EE8A727FB05D4B61A678A6 /* EXHaptics */; + targetProxy = 0BC6C3A47F09BAE3313478D81F907AED /* PBXContainerItemProxy */; + }; + E07496416CCF32CC25893DC380FFE6AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 333B6FC2EF0E301404C80EBAA57FCAC5 /* PBXContainerItemProxy */; + }; + E1BF69B771F0686405A7CE9F572840E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 19F722576EC250DD914E060FA79CEE85 /* RNImageCropPicker */; + targetProxy = FA2CC7320D410EFE9417B47411B2171A /* PBXContainerItemProxy */; + }; + E1FAF366B970B0882020FA5973029DC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = E1A36256848B53F38657762A573EAB0D /* PBXContainerItemProxy */; + }; + E3316BA048742BFACE9DC0362F9B5F67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; - target = CA155DFD4E455214BD46FB799E1E905A /* React-Core */; - targetProxy = 1709D4658964717AEF3A462376982780 /* PBXContainerItemProxy */; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = FD2D91BA1A81669A98E193E97EE6359F /* PBXContainerItemProxy */; }; - EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = 8601F7B19425496C5312C6F111D6E777 /* UMCore */; - targetProxy = 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */; - }; - EF20DABB25DBD391AA988A6475B17DB3 /* PBXTargetDependency */ = { + E406DA7032D1AD599F3F8F5D9B07A2A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = 019CF04E6521EF665A846F85C5E057CE /* PBXContainerItemProxy */; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 40990D3E3C283BDA0851BE5E963AB28C /* PBXContainerItemProxy */; }; - F14F411A437E49BE1C38A32ED5662AB1 /* PBXTargetDependency */ = { + E52C055550B50E8336ABFAF9B392FE36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = 04FCE79D0A22829D9A4EBD84294A52E2 /* RNFastImage */; - targetProxy = 597CB4A90586B935E705C8AEB9AE411F /* PBXContainerItemProxy */; + name = UMTaskManagerInterface; + target = D601F4DF05759D283B5E468ED87B1030 /* UMTaskManagerInterface */; + targetProxy = 4CA3825E9F688797CFA38F954AA1A33D /* PBXContainerItemProxy */; }; - F3020523CD2CDDCC9C1E3C5734C2E175 /* PBXTargetDependency */ = { + EB2CBB8B1516428E8E7324C55895B685 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 3D46F4674A72D98AF9C2A357DD1D534C /* RNVectorIcons */; + targetProxy = E058765B21C56117A7789DB5C57D68A5 /* PBXContainerItemProxy */; + }; + ED9722FB029E3614822D04CD2D28C11A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = 8DE3C1ADCD852EBCEE604A558D45AA4C /* QBImagePickerController */; + targetProxy = EB5C3911B2949333122F4DE927AA1C3A /* PBXContainerItemProxy */; + }; + EF8F510B10CD53963EFE894B84582F7D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = B3FD7F79EC337D5ED12A92ADB21D92F0 /* UMCameraInterface */; + targetProxy = C08ABAA13F2B621543A1909994718067 /* PBXContainerItemProxy */; + }; + EFAC7DAA4D5D74565CE01D76E91DD2AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMSensorsInterface; + target = 3B235D684B47AC9D454CEB2E2928086B /* UMSensorsInterface */; + targetProxy = B2989C95679589D84F3F10DC97094A49 /* PBXContainerItemProxy */; + }; + F04B03BF53F8CB7BDE4C56D5FCA4D3F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = D6CDBA4F567B018F442382D2520D6D27 /* UMConstantsInterface */; + targetProxy = 60988FD485E0D2A23673D5FCD2C5E415 /* PBXContainerItemProxy */; + }; + F0AC2D670304ABFB49FAFF907ED42F75 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = C415E68F7D14EFE76D5D69A609C79476 /* React */; - targetProxy = BFC8F1607554056336294B4A0420BEC3 /* PBXContainerItemProxy */; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 9D69EAFB94380B9133EC519CB5783326 /* PBXContainerItemProxy */; }; - F991287990EE03AD26A8BA91407137B3 /* PBXTargetDependency */ = { + F2EA8D88A80308F3BBE242D4FA868538 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-notifications"; - target = 49671D93ABEF7B79816BFCEDA4818018 /* react-native-notifications */; - targetProxy = A260BED63157C83FC3A28414D7279434 /* PBXContainerItemProxy */; + name = QBImagePickerController; + target = 8DE3C1ADCD852EBCEE604A558D45AA4C /* QBImagePickerController */; + targetProxy = 4CA60D19D3748E498F5165EF2A4BC618 /* PBXContainerItemProxy */; }; - F9DBA443F24C18CC04778DB40147245B /* PBXTargetDependency */ = { + F3F218A83F0F8A53CC4D5E08064C2DA9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFirebase; + target = C0492A956A6727A42C28F23A51D9CE02 /* RNFirebase */; + targetProxy = 2E2694529764D53BBC0D93FC628E034E /* PBXContainerItemProxy */; + }; + F5A3CF4C6A318AE0EB330B48B51BB3DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; - target = 959E0025C98D0201AEDAE0CEA5C2516A /* React-RCTImage */; - targetProxy = C77255C99FDDC6B01B7E1D4036D7CEA7 /* PBXContainerItemProxy */; + target = 6ED4A9C0E44E782CA0396DD39B827099 /* React-RCTImage */; + targetProxy = 1C0BCBFB11E2220B26F422AC4FCBBC2A /* PBXContainerItemProxy */; }; - F9E8C46BC4A3DBA1B1671B3D081374D1 /* PBXTargetDependency */ = { + F611A3E1940924FD010FABD5B8E4C63E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 645DEAED47D48A55A088EE2AD4BCABE9 /* DoubleConversion */; - targetProxy = 3990DD2A084EF2FB57C4A0DE3804C348 /* PBXContainerItemProxy */; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 48F42C1BD7FB9A432FE34405D50FB0E6 /* PBXContainerItemProxy */; }; - FA1D05FF06E30EEE248FCE02EED0E912 /* PBXTargetDependency */ = { + F6D3C82DA01E15B8DE7496049B89A42E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = 0627110ECAE64CFBF41824E68A5188A0 /* PBXContainerItemProxy */; + name = SDWebImage; + target = A2D209CF47F9A1371EB8ABD4E8E9BE76 /* SDWebImage */; + targetProxy = 7D147A27266008F3171F4CEE63A08AA5 /* PBXContainerItemProxy */; }; - FD4779B397014FCC334571C38506665A /* PBXTargetDependency */ = { + F8680FA84B9E724B249326367D2ED87A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-video"; - target = 5D488505C2C2B7C420A54928E48A36AD /* react-native-video */; - targetProxy = 9420F17D89C830D5742246C12EC18203 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = E32787950696B75FA5E263E5CCAB9FDB /* React-RCTVibration */; + targetProxy = D5525BF1E327257945ED057791BEF050 /* PBXContainerItemProxy */; }; - FD7C89A58213F3478EC6B509C26FC5C6 /* PBXTargetDependency */ = { + F93E581CE6C0080D5A7BB755D0BC45DA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = 1DBC3090C8BE77C9F4202B0421E0791E /* glog */; - targetProxy = 26D4F4586A963BADF31F5AB3D03C580A /* PBXContainerItemProxy */; + name = "React-Core"; + target = 3A3313B2181CE092C59DB4EDC54F3106 /* React-Core */; + targetProxy = 4543004E25A81DF531C113105C253A22 /* PBXContainerItemProxy */; + }; + F94176876BFD61E007E3361BBDA29293 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 0E42F44C118F74854B3E7EA2250E50CA /* react-native-orientation-locker */; + targetProxy = C792C7A78E65B29BFADC17774E5FE1CB /* PBXContainerItemProxy */; + }; + FBF22B08572B8004330FD47E0D07AC6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = BE0D9CA338918985910CFAB12661D90F /* PBXContainerItemProxy */; + }; + FCE6B84ACD74D6DA423A3A9570113917 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 42596A45EBB71AB1A96330476B19FB67 /* UMFontInterface */; + targetProxy = 56D7EA0F3F6A9B524F2CBB814959CCA9 /* PBXContainerItemProxy */; + }; + FD4F5500C60FDA0FDE708FD9CF10376C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 6EBD4147E8704F26EA35A3AABEEE5DBE /* PBXContainerItemProxy */; + }; + FE4C3EBED504F78A1E96D2102BB54EE8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = 6857E4DE33EB4FF1B9F3F0A9E659A5A8 /* RNLocalize */; + targetProxy = D7C6084A4AE4F636664185F49FED8817 /* PBXContainerItemProxy */; + }; + FF307BDFB18D3265BD704EDB6543385E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = D3DE12AF8C9F3C31D803B2BFD4BC6F4F /* React */; + targetProxy = 04C710E6D26B5E142E0536DB07F9BD44 /* PBXContainerItemProxy */; + }; + FF684D0FC6B49662CAC11992F333F7B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = 4412C5F689DD128EFB8F42F11C502D2C /* UMCore */; + targetProxy = 5C18A82DEC1E4DFCD36BD4D17F0E9ED3 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 005C730FAA2E6074D57A315A7B46B4F3 /* Release */ = { + 016CE70E29496501AFF6F5A98C97683D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D97D3953AFCB19290DCE79967469D032 /* RNDeviceInfo.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 0192421C0492AAB8AB558E8D3C65B6BD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; + baseConfigurationReference = 6A136DE86C71FAD9A93DA33512E4B6F3 /* React-DevSupport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/React-DevSupport/React-DevSupport-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-DevSupport"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -14608,9 +14756,333 @@ }; name = Release; }; - 025DA9E72789CF271D393122CBB87736 /* Debug */ = { + 021BCCBCC8AE7DCCFCBFE836DF76C29F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D163CFA46B7FF6538E374C0E8F17EB4 /* react-native-notifications.xcconfig */; + baseConfigurationReference = 0C6E12F7CB5E948250E6B38531AA6080 /* libwebp.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + 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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 02B2904A4958B398C10CB437226A275A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 95E1D9136BA2CF16C65131F2A5FC5B56 /* react-native-realm-path.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-realm-path/react-native-realm-path-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_realm_path; + PRODUCT_NAME = "react-native-realm-path"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 04F4E95220CBD22B1588F42C8C39958D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 89C57505E2DC2607A51738EC95102C9F /* React-RCTLinking.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTLinking"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 09FBD332BEF0B2EAAF3D4A32A9DC779D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 0DE91B116F8E952A7A9C108C022DCB3A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0FC5CED541A6D15872F04D29CBB7903A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 10D74492652D099AF150750F889467AF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 215120AA8F48C5E3FAD671C00C9DA575 /* EXPermissions.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXPermissions/EXPermissions-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXPermissions; + PRODUCT_NAME = EXPermissions; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 118D0F7FA9D145722CFBA0CDBCBC0DC9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E2B312F0F531FDD393D1731DA28B224 /* React-jsiexecutor.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 1289119C5D2E3F88AB0B5288F2D7499D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 70C2D4BE0833621E101B69D6AEB15AB6 /* UMCameraInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 13202511F6755BF6D3B3DC4D8D7F5D9D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79F2AA78F2AF8D25B8156DBA794F7063 /* UMConstantsInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 14533EC412634C7B1F261EC177006AF5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D669C15A34BAACC2AB831325F3F6CDBB /* react-native-document-picker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_document_picker; + PRODUCT_NAME = "react-native-document-picker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 14A337C780317FD4825D7CFA328EFC62 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ADD07E4814650BC852C5283D11CA1ECD /* EXFileSystem.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXFileSystem/EXFileSystem-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXFileSystem; + PRODUCT_NAME = EXFileSystem; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 15F40223C039530D78B65ABB08A5B809 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 29D2891A7ED1453757437C14BF4385E0 /* EXHaptics.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXHaptics/EXHaptics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXHaptics; + PRODUCT_NAME = EXHaptics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 16495CCFC791873BBC5E5B05B051642F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 16E89CC9312591F6DCCB4676807C88E9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 70C2D4BE0833621E101B69D6AEB15AB6 /* UMCameraInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 170A9E5C4991A37C1F8700839E7CF6B2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5C422D5AC3E18A44836325765E7EF010 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -14632,100 +15104,11 @@ }; name = Debug; }; - 0417D7E67374F45592ADDD5E0EFED733 /* Debug */ = { + 17DFB45BEFF6BC1A26BA5BA9DCB00F79 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72D1C1D4E2DF7C02FD52AAB18508317E /* React-RCTWebSocket.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTWebSocket/React-RCTWebSocket-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTWebSocket"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 04D5E0DCFF56388F9C663F1A8E9E371B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 161F0E0D093B91F738A29EFD0009A80C /* rn-extensions-share.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_extensions_share; - PRODUCT_NAME = "rn-extensions-share"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 0C1DBC6DC5F9B42836F2F7520B11E7F3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 851B7C246BD6EDA6C0556E10CA90A8F1 /* React-fishhook.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-fishhook/React-fishhook-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = fishhook; - PRODUCT_NAME = "React-fishhook"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 0D693E4E73999879E3DC51E5B36BC47D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-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; - }; - 0D88E32F41317C531572EC22DCD09752 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 508969C6FEFF91EA622D89695CE80D1F /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = E7F6806B9476A89D50A254463725022B /* UMPermissionsInterface.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -14737,71 +15120,22 @@ }; name = Release; }; - 101EAC39F4AED946B5AFE500569B6FF7 /* Release */ = { + 1884CC90B22CE00FD008556AB01624AE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 10BE4D682EAFBFA01C4F3D2279ADA42B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9BEC7CE1B3B249C8994773A8E53DB5F6 /* React-RCTVibration.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTVibration"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 1392E8361E6BA932BB7F32661BF060FE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 916A280A563FEBC753648A0864FC02F7 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = 0DFA3EA10D2938EA0EE183342353AAFF /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; + PRODUCT_MODULE_NAME = react_native_orientation_locker; + PRODUCT_NAME = "react-native-orientation-locker"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -14811,62 +15145,22 @@ }; name = Release; }; - 159D1ECF5A75638796F4270CBDFCCB42 /* Release */ = { + 18A8CDDE18864B84E5EFF125D41C994A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A1C928152B125727B34C900B2AAC4B63 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = 7C2BE2892C188C45B792524924E529DD /* React-RCTImage.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 17447D3B1EF573B6C9AB53D62119BA70 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B410DE68768C38A3BD80A4E60B31C362 /* RNLocalize.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 17817A6538C74DB1DF6288B683086253 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B410DE68768C38A3BD80A4E60B31C362 /* RNLocalize.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTImage"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -14875,21 +15169,6 @@ }; name = Debug; }; - 17F925B91130B45ABACE5985A27C8FB3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; 196DFA3E4A09A28224918543529A1885 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -14954,86 +15233,12 @@ }; name = Debug; }; - 1AB239012549818B0F7799625AE6BAF6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7CE122F2500C76EA3EBFBC214647BA90 /* RNFirebase.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFirebase; - PRODUCT_NAME = RNFirebase; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1AFC72BA2E6AEF6147DB51772C7D928B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F6A52170FA3957A02081E04DED897E82 /* React-RCTAnimation.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTAnimation"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1B5EBB4E1646AFE023C5FE894D4E0D40 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1C2A6A09202A5DBB5687D4C3BEC37AD9 /* Release */ = { + 1E16BDA54570E3F6537126D513E456A9 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1B6AF5E20CB5B9563AC579F8BDD184D5 /* Pods-RocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -15052,125 +15257,22 @@ }; name = Release; }; - 1F913860A7179AA87DE27D08EE00910A /* Debug */ = { + 1FA7290ABD3709BA2BD9F6596BCD2CB8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; + baseConfigurationReference = BA0333068A80DECD1103BE20585B6CDE /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 1FAD5FD52EF841FFF658BA14DD2A7792 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 1FFC85C82C895C66EBD3FC5D75418071 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FE5B2AF0A12399F83CC9310B8B421B42 /* UMCameraInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 21620FEE83229B21D68D2E39CC2E9F9B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 603EFBF8E498137FADC2E0B28DF937C5 /* UMTaskManagerInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 22DA54FF2C2A64C3B3A04BEEC2E1A621 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 25A63910A0DEABF51251AA27A9D1F0E3 /* React-cxxreact.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 235E5B80841193B701F93BB73E781975 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ABBFF6CE04040D404A7BBB217ABB24F3 /* React-RCTNetwork.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTNetwork"; + PRODUCT_NAME = "React-RCTVibration"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -15179,102 +15281,9 @@ }; name = Debug; }; - 25791F722E8217A57EE6AC842484517A /* Release */ = { + 209B0F779E69B96E0629C20D4B4CBE1F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6BF28E46D8B9728D2FEA44C933AFECE2 /* UMImageLoaderInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 25A739C4564FFBC8AD3680369AE29983 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1782418842E126BB8F48B5B51BED1F07 /* React-Core.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 27F954CB093790BE348D1FEBA122A206 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C3651BF9FFC72480F9E7B1D311413133 /* rn-fetch-blob.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_fetch_blob; - PRODUCT_NAME = "rn-fetch-blob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2BEC33462C2A4E30D356EF9A84E6C52E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 2C4CA1DF0AA42DD810B7A10D92F72CB7 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1A235EBB74BDB2FBAD7129647692AEF /* UMBarCodeScannerInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2CC3529448A5D57DF674D16DECB00151 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B224777A00DF2EBF3B5FF3D193C1CEF8 /* react-native-video.xcconfig */; + baseConfigurationReference = 2BC3B214153650A92BC423080A4086DA /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15293,111 +15302,26 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 2D5127D08DB362B955ACBA3DFA0CB89A /* Debug */ = { + 21BECCA652B958A9A9700D3F4A8E7F49 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66FD9A252CEBDDDC5F8F989A9D9D4C84 /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 0C811EF2A37C4E0E082F4B473453F316 /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXWebBrowser/EXWebBrowser-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXWebBrowser; - PRODUCT_NAME = EXWebBrowser; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 305E965F849FC2043B1A1581951764D0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7CE122F2500C76EA3EBFBC214647BA90 /* RNFirebase.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFirebase; - PRODUCT_NAME = RNFirebase; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 3066BCECBA7908E897F9E1738FEDD5AC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E7090F4AF7656167AF02C92F1D286BFD /* UMCore.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 30FAFE66A67B03A47EBF95D331771D80 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 315D8F2C246230112B8D81F585E671EE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; + PRODUCT_MODULE_NAME = react_native_keyboard_tracking_view; + PRODUCT_NAME = "react-native-keyboard-tracking-view"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -15407,83 +15331,11 @@ }; name = Release; }; - 331CDFA7ECF3BD2636E2EE5C8A61AA36 /* Debug */ = { + 2561BC6EB018F1E6B23E444E27063C72 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F53D4DC561B62F8BA7E73841FA0CAE65 /* React-jsinspector.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 337079FC0FB13C8C1A58CD13D46435CC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 27FA3148AFA8664FCD75B034AEE40EF4 /* EXPermissions.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXPermissions/EXPermissions-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXPermissions; - PRODUCT_NAME = EXPermissions; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 3377F46A7985B9D9C07908C374A70F8C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C24FC2DD35000F4CB6D0C18F8CF5D85B /* RNScreens.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNScreens; - PRODUCT_NAME = RNScreens; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 35C77946B905DE0963264EB07E45A58B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 603EFBF8E498137FADC2E0B28DF937C5 /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = C64D889B4A6EE639DEC4A879A1B80AA1 /* UMFontInterface.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15491,14 +15343,15 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 39E9265F30FA3C4EEE2D1A0356513F1D /* Release */ = { + 2AA6317CEF0129F4CE0663D669808E57 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 38C9275C060025EEF43D112D1DE33C19 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = CE9C9440042D42DDA1D540311A1D34B2 /* React-RCTSettings.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -15515,212 +15368,14 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 3C50B7ADC27B37EB1C2092C36783DC0A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B39B1BAD9E2778F2A9D3C1FEB24FB63C /* React-RCTText.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTText"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 4397C7A5A646FDE12D074056A5EB9448 /* Debug */ = { + 2AFFB201EEE8058D2019886798E01F4F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */; + baseConfigurationReference = CC65719C7CFD4BF40870581C76CD4314 /* RNVectorIcons.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 43CB12890E7FBCFB01FBB2AACB4E82C2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 49BCAFD4FCEC89D73FA8DD62CFEDA5E7 /* UMReactNativeAdapter.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMReactNativeAdapter; - PRODUCT_NAME = UMReactNativeAdapter; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 43DA8482CF9182F64E461226ABBAB1A0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EADAFF4C8F248737D9107C5D8B8AFA5B /* React-RCTImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTImage"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 45399F711CB56B14DD96CCC9699CBDCE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 45766AF4428B503FB2B8DEDA9B7AE19B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 42FB2CA7C47F58BD123B1E8CC6F72A5C /* UMConstantsInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - 465A84851C9141FD9486072897B39DD0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 486362299CB48CA944300DA50C55AA3F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F6A52170FA3957A02081E04DED897E82 /* React-RCTAnimation.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTAnimation"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 487D29DC30F0998B0A56997E91463868 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4C976D1B41B717F671395618BFF95F3C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C077F02879578F58033F504A7BE57FF7 /* RNVectorIcons.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -15740,11 +15395,36 @@ }; name = Debug; }; - 50D4503CCF2B2B95A3A825E03811747C /* Debug */ = { + 2BCF03C8FCBFA7336C05417AFF4FA300 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2BD20AAE051DED967DD12A97FEE30690 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -15762,161 +15442,15 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 519C11ED154C8E4164828C7AF0E12050 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7FA4492ADF40759E9C9901C5B96D84D1 /* react-native-realm-path.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-realm-path/react-native-realm-path-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_realm_path; - PRODUCT_NAME = "react-native-realm-path"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 538F234D1D2E96A2377819FB15F01B1E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8F5454414CC0EF99F78F1A3B222894B8 /* RNAudio.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNAudio; - PRODUCT_NAME = RNAudio; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 545F40BB3B89038920AD743FBCE6CDEB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5552D80F1A4AE73A5BE6BD0AE4470EA2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 59F5CF62C3155D74C314238413A951F1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F53D4DC561B62F8BA7E73841FA0CAE65 /* React-jsinspector.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5BB9D9E7C75138BAB1D5EE6C22120C31 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 27FA3148AFA8664FCD75B034AEE40EF4 /* EXPermissions.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXPermissions/EXPermissions-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXPermissions; - PRODUCT_NAME = EXPermissions; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5D07A722E7B5B395635307B740E13327 /* Release */ = { + 2E34BDE3FBABAFD3A29D0EB695745A26 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 437DD046D83967D2E88744F760B995FC /* Folly.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -15933,302 +15467,25 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5D54A9B6BA4E28AA164AC96074821C0C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 26C1551E152BEAE05C89B51D8916A189 /* RNUserDefaults.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNUserDefaults; - PRODUCT_NAME = RNUserDefaults; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5EE1CAC0BF9007F3F560B4328CBA6E11 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 240B0EB29B49158BEC8F32CFC94FA7B2 /* React-RCTActionSheet.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTActionSheet/React-RCTActionSheet-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTActionSheet"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 5EEC9B1CA8CFAAEE621B9947E9A25456 /* Debug */ = { + 311E1DDA4432CF5E06AB918F8022DD52 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5FF66BD3AB155E0B131E624DEAC8D76C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4F11850DAAFCF8DD8AB8D4A7D1B1EB7 /* Fabric.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 61CCDF1CDD850A88A4BA31D02373519E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 25A63910A0DEABF51251AA27A9D1F0E3 /* React-cxxreact.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6214982242205449789DE5F843AC549C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 26C1551E152BEAE05C89B51D8916A189 /* RNUserDefaults.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNUserDefaults; - PRODUCT_NAME = RNUserDefaults; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 65E92CD3A5E3549B3D4593078AB5BC2E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E7090F4AF7656167AF02C92F1D286BFD /* UMCore.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 694DF457FE77AAC8138B6ED225402BBB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F881D34CAC1EC4BBB03EE21152C28BE8 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_document_picker; - PRODUCT_NAME = "react-native-document-picker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6A5F4BAEBCB22DEC168C1F26C8CA1A9C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6C0114B93AF709F867F1C1ABC397CEDB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6578DD06BEFBDE23B4E944A85ECBD2F2 /* RNFastImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFastImage; - PRODUCT_NAME = RNFastImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6C31E2E6A13C159C8A7FC1B99A80EEC6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 508969C6FEFF91EA622D89695CE80D1F /* UMSensorsInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6C3F9BDDC8034D1D547096E7BE61F20B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4F11850DAAFCF8DD8AB8D4A7D1B1EB7 /* Fabric.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6E3FB12A51F95D3A5C245CCE259EC16D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DBAD806C83077E01AAA1E90007642CE3 /* react-native-webview.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_webview; - PRODUCT_NAME = "react-native-webview"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6EEF7F8D6AA9B1EC07318AFBFAE66242 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9BEC7CE1B3B249C8994773A8E53DB5F6 /* React-RCTVibration.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTVibration"; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16238,113 +15495,15 @@ }; name = Release; }; - 71CEA2BE1D034926F38AE3D7D092BE0F /* Debug */ = { + 3A82E146939557BAAD0FBE729CC15319 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C6E12F7CB5E948250E6B38531AA6080 /* libwebp.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - 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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 72368490F15C411C36857AD3275FDC9D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C10B55917E78E59A3FE6D2B4762CEACD /* Pods-ShareRocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - 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; - }; - 7473E9B0AA3E447B7EF488623A84B2F9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3D163CFA46B7FF6538E374C0E8F17EB4 /* react-native-notifications.xcconfig */; + baseConfigurationReference = 42F9D2A4F789D272D929CC309FFD1518 /* React-RCTWebSocket.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7507C3505C0F03BAEB927AB45F7C737F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 83383BDA94C9EC689AD9660E7B68F9FD /* RNGestureHandler.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNGestureHandler; - PRODUCT_NAME = RNGestureHandler; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 754DEE1F4675B3DFFBAB016BFA4D9D36 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 72D1C1D4E2DF7C02FD52AAB18508317E /* React-RCTWebSocket.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; GCC_PREFIX_HEADER = "Target Support Files/React-RCTWebSocket/React-RCTWebSocket-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; @@ -16361,22 +15520,23 @@ }; name = Release; }; - 798E8A191E012DF43AC9E6A2D0AAF2A3 /* Debug */ = { + 3D34FBF07604D0EA5DD4E8B60F377AD3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B5E1F8A99857E0AA589138FA8BD0CF31 /* yoga.xcconfig */; + baseConfigurationReference = 0B07F4D078CB3F316313CAFEBED6E0CC /* UMCore.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/yoga/yoga-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + 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 = yoga; - PRODUCT_NAME = yoga; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16385,47 +15545,22 @@ }; name = Debug; }; - 7C6CFBCF4D3DC9BDD273982730A20DEB /* Release */ = { + 3F925E71AE83F1A24111D035FE583B4C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F881D34CAC1EC4BBB03EE21152C28BE8 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 540AE9FF2CE174529A6509B63C22ED3C /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_document_picker; - PRODUCT_NAME = "react-native-document-picker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7EF6BF4E3294AD3E70215A91F1FD0959 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ABBFF6CE04040D404A7BBB217ABB24F3 /* React-RCTNetwork.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTNetwork"; + PRODUCT_NAME = "React-RCTText"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16435,74 +15570,11 @@ }; name = Release; }; - 7F35694A522E5A316EC063D31D71B4FD /* Debug */ = { + 42B0B0639C97AE969757C3567BC936B7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A8F5163995C2668CBBBB0F94503418A /* EXHaptics.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXHaptics/EXHaptics-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXHaptics; - PRODUCT_NAME = EXHaptics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 8133DAC0817CCE19E0D67C2E36533979 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 82B896725A00E886CA742C9E75DC3F0D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 301F7768AF399978D1D246C6E64FAFA3 /* UMFontInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 84656029028D7372794E55D736A7D365 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 73A7BED4FCE642A9F93589A632774250 /* EXFileSystem.xcconfig */; + baseConfigurationReference = ADD07E4814650BC852C5283D11CA1ECD /* EXFileSystem.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -16520,49 +15592,52 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 84CE0FF6CB602A7C8C1399B7ECB66B82 /* Debug */ = { + 4485AC666D9F263507C81E7E19C0D844 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12B95BBFA60CB784B0690536F79A6AE2 /* React-DevSupport.xcconfig */; + baseConfigurationReference = 0DB8E073395B37B8CEC220118E8886F3 /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-DevSupport/React-DevSupport-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-DevSupport"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 8502A337F3F67751D5F5B753DD82B0E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; + PRODUCT_MODULE_NAME = rn_fetch_blob; + PRODUCT_NAME = "rn-fetch-blob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 45A6DEA5FD551E9D50232417D6518DF5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C6E12F7CB5E948250E6B38531AA6080 /* libwebp.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = libwebp; + PRODUCT_NAME = libwebp; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16571,121 +15646,22 @@ }; name = Debug; }; - 850B50E501AFB9A919F0CA66D3192CE9 /* Release */ = { + 498E34A682B548806F3F37098F6F06B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12B95BBFA60CB784B0690536F79A6AE2 /* React-DevSupport.xcconfig */; + baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-DevSupport/React-DevSupport-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-DevSupport"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 85C201010FAE869B443B49B002CBA988 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EAC24D6E08AA1AC8E999359A5CD531CD /* React-jsi.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 876CD30E34E0B32475771614709488AF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0D07D62EF828CAFAE3873B2B4B6CA52E /* react-native-keyboard-input.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_keyboard_input; - PRODUCT_NAME = "react-native-keyboard-input"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 876F0A5B4E1F3F2999034A53F54B1E03 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 83383BDA94C9EC689AD9660E7B68F9FD /* RNGestureHandler.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNGestureHandler; - PRODUCT_NAME = RNGestureHandler; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9053D85F101E1CD49A779B0B50A15D74 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 916A280A563FEBC753648A0864FC02F7 /* RNImageCropPicker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + 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 = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; + PRODUCT_MODULE_NAME = SDWebImageWebPCoder; + PRODUCT_NAME = SDWebImageWebPCoder; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16694,130 +15670,26 @@ }; name = Debug; }; - 91B28B4734CC40D6609548D37EE5B277 /* Debug */ = { + 499D27955E0862A48F0A37E962AB99A9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1782418842E126BB8F48B5B51BED1F07 /* React-Core.xcconfig */; + baseConfigurationReference = 3E92D165B81C78838B2B690BDACDC60A /* React.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 99D60E8BC0BAE2AD9B9295BAA8B4BCBD /* Debug */ = { + 4A8B0158842517D288045A58D65DBD85 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 437DD046D83967D2E88744F760B995FC /* Folly.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9D20EEEADFB36DE5FDE9D24AEFEAE6B2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 38C9275C060025EEF43D112D1DE33C19 /* React-RCTSettings.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTSettings"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9D4CCC7FF12DEFD47C5E945597B8074D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EAC24D6E08AA1AC8E999359A5CD531CD /* React-jsi.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A3971EB082289A37C475753F97C0A80D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D97D3953AFCB19290DCE79967469D032 /* RNDeviceInfo.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A6EE62D6D907A953368C3B9F39B087FB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FE5B2AF0A12399F83CC9310B8B421B42 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = E7F6806B9476A89D50A254463725022B /* UMPermissionsInterface.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16828,9 +15700,9 @@ }; name = Debug; }; - A8A2BD837BF91C29A954B8591AFF3360 /* Debug */ = { + 4EE8527F0507436BE2FB75A514BC2691 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91E39BAF2B3059CA8CFFDC81BD79DD97 /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = 0DFA3EA10D2938EA0EE183342353AAFF /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16852,9 +15724,89 @@ }; name = Debug; }; - A95C16C940F240911B99BF5963B0438A /* Release */ = { + 4EE9E3B66F197C9EE9C4CF74E657F575 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3EA99F3CE7941E2BAB9464B2998E3D90 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 38A48C208F1A13EE2BDC7BD197572B14 /* react-native-webview.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_webview; + PRODUCT_NAME = "react-native-webview"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 5132A5217C519B5835597FC95504269A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8540B23EE249AFA6DE818723068E5B2A /* RNUserDefaults.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNUserDefaults; + PRODUCT_NAME = RNUserDefaults; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 51332FDD7DDB2DDB52EC37CB6EC35160 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; + INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-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; + }; + 551043C4496712FFC992C7A3BCB8131F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79F2AA78F2AF8D25B8156DBA794F7063 /* UMConstantsInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 5553DBD275E20E94A7634EA9B45FCDD7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 89C57505E2DC2607A51738EC95102C9F /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16877,60 +15829,11 @@ }; name = Release; }; - AA1C0302F682B57496A39174EFD3CF84 /* Debug */ = { + 55D24BE6DF98DFF97B4ECFD0150F234B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 181A00871C1025788FAE124C0CCC42D8 /* react-native-splash-screen.xcconfig */; + baseConfigurationReference = E331F4A673CFF0D1AA080DB53AC71A78 /* yoga.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_splash_screen; - PRODUCT_NAME = "react-native-splash-screen"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - ABF8DBFFCD751AA223C2F9F51F29BDC4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - AC2C85921B7F92F5934BF3408DC316B0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5E1F8A99857E0AA589138FA8BD0CF31 /* yoga.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -16951,10 +15854,231 @@ }; name = Release; }; - ACF9158232BE82B49333EC279BC87ED0 /* Release */ = { + 564FD55C4BE8EEDC90864734D34B3BB9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 301F7768AF399978D1D246C6E64FAFA3 /* UMFontInterface.xcconfig */; + baseConfigurationReference = 5D4523198A671746E60BE2450505A1C1 /* React-cxxreact.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 569826F3A55A500C7246FBD56E8CF3F8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C811EF2A37C4E0E082F4B473453F316 /* react-native-keyboard-tracking-view.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_keyboard_tracking_view; + PRODUCT_NAME = "react-native-keyboard-tracking-view"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 570E933BF69CB293CB7BA0A6CEA8D15E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42C01A05AC316F58EDE652C2115D207F /* RNLocalize.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 5969F4000F45F55629B49F49FC3EB957 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = QBImagePickerController; + PRODUCT_NAME = QBImagePickerController; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5E282C7FA3460593E436B680F9A60F5F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E2B312F0F531FDD393D1731DA28B224 /* React-jsiexecutor.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 606C46AAF274565B43C7C581D9CB3652 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5D4523198A671746E60BE2450505A1C1 /* React-cxxreact.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6074A8D3F42C122C2411F84E32FDDDE4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 62589FA25FB0E4402EFE6F5A663A5EA2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 64AB7B73CC73DD431A97C59E169BA5AF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D669C15A34BAACC2AB831325F3F6CDBB /* react-native-document-picker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_document_picker; + PRODUCT_NAME = "react-native-document-picker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6520A40BE30F8D09F0D11C6BBFD014E5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E921650518A461A19E5DB063D8AF9A90 /* UMSensorsInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16962,15 +16086,271 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 65C95D2FA8958851C79D14768DE6C6B8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C58202837F6603EBA9486F3A59D1C2B8 /* UMImageLoaderInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 66C3CA3FD13E2C8D98AF2C92A4054BD3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 215120AA8F48C5E3FAD671C00C9DA575 /* EXPermissions.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXPermissions/EXPermissions-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXPermissions; + PRODUCT_NAME = EXPermissions; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - AF258AA44D01B26112790BE134F7B5D1 /* Release */ = { + 6714279AAAF1624942A907E719675988 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EADAFF4C8F248737D9107C5D8B8AFA5B /* React-RCTImage.xcconfig */; + baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 68A4250707DED3F7759A9B1051D41030 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 452A804349964381F52D2F8876975B91 /* React-RCTAnimation.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTAnimation"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6E078AF28EF1443ABD2669DAE2949EF3 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA2A26C1D6E4F6AA37D11BEDD491FFE8 /* React-fishhook.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-fishhook/React-fishhook-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = fishhook; + PRODUCT_NAME = "React-fishhook"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6F5AFD8CA5B867E720035B4D97DFADF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F59A27B4C17A8444A91066B9FB87629 /* UMFaceDetectorInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 743E6CB11FEBC88076323FDC9583496D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 74D84ABE6BF90CD737098EDD6ADECE0B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1B748517A7BB72CF1DD13B7A3F5E1866 /* RNFastImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFastImage; + PRODUCT_NAME = RNFastImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 75B4996794BE863F09D2FB4C1CBB5130 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 76139903B0B1F11B9BF4DD018E198595 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42C01A05AC316F58EDE652C2115D207F /* RNLocalize.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 77968F9A55F9865F9C6F02373CE27471 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9C2BD3D571ED6B1C58E30FF25EEA0DFC /* React-RCTActionSheet.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTActionSheet/React-RCTActionSheet-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTActionSheet"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 77C1569AF74E0D2D137B3B701FB7798D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1B748517A7BB72CF1DD13B7A3F5E1866 /* RNFastImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFastImage; + PRODUCT_NAME = RNFastImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7B4ECC5299DC588FB90C0460D1098A43 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7C2BE2892C188C45B792524924E529DD /* React-RCTImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -16991,6 +16371,642 @@ }; name = Release; }; + 7B5117B8047DF02C134E6DA7463602C3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37FA95E244753EB9132AFC31F8E584A2 /* rn-extensions-share.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_extensions_share; + PRODUCT_NAME = "rn-extensions-share"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7C81CC22D2BD7A6770BE07C0BCFB6B5F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 7F7C6E8CE3DC00BC8345A997C2925E1D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BE5977CDF237A6213DCE9FACC6578C6D /* React-Core.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 80D2E25C9A07BA58D5B4FDE4D0B3B342 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9A7B4D14D36C197EDEF070AD0E3BE40E /* UMReactNativeAdapter.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMReactNativeAdapter; + PRODUCT_NAME = UMReactNativeAdapter; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 81A6BE17577572A32C5CED782D365632 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E921650518A461A19E5DB063D8AF9A90 /* UMSensorsInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 840047EF2D119F7950089B197DD7B022 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5C422D5AC3E18A44836325765E7EF010 /* react-native-notifications.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 8408F1E04C918D6247D05271D493CC3D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F6358E748FDBCE07ACFDCEDEE550FDF9 /* UMFileSystemInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 882F8B749E26F3821E9CF2F88C332F9E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 55701FDC716368D3C68ECC3F2CFAE7DA /* react-native-splash-screen.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_splash_screen; + PRODUCT_NAME = "react-native-splash-screen"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 8A11AE06BD94E422732E686E9A80108A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CC65719C7CFD4BF40870581C76CD4314 /* RNVectorIcons.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNVectorIcons; + PRODUCT_NAME = RNVectorIcons; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 8E54D928FC11F5E0AC9C3DD28FD530C2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7C6A7F35A722F51724595F8DFE814079 /* Pods-RocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + 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; + }; + 90FA80BC2686BE006FF5D9FC396AE868 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 377C8B228025623A930E73FDD9598EBA /* RNAudio.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNAudio; + PRODUCT_NAME = RNAudio; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 92B350AF81035C09BAEB814BC225EDB3 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BFE89FDEF5CD036B1CE961672EFE5532 /* react-native-keyboard-input.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_keyboard_input; + PRODUCT_NAME = "react-native-keyboard-input"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 93D4F332B8B0ABAB10F78EFEEFB2D3D9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 29D2891A7ED1453757437C14BF4385E0 /* EXHaptics.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXHaptics/EXHaptics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXHaptics; + PRODUCT_NAME = EXHaptics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 94CD049A12797EC784601AE058A16FE4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8C9E9A10D2F0969DBDA50A7E543EA0DF /* RNGestureHandler.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNGestureHandler; + PRODUCT_NAME = RNGestureHandler; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 954B04A3CCE68F7053907B7E6EA3A646 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2B1F7586D53CD48E1E9ECE218B0501AB /* EXAppLoaderProvider.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXAppLoaderProvider; + PRODUCT_NAME = EXAppLoaderProvider; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 960732107332EF3E302700308B5D2FC2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 95E1D9136BA2CF16C65131F2A5FC5B56 /* react-native-realm-path.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-realm-path/react-native-realm-path-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_realm_path; + PRODUCT_NAME = "react-native-realm-path"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9613A0936E5F02E30C4F96343620B06B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 9A05A279D722957342B7AF90C9673A6E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A3A5CA8395EFC8967DE68CD6C35CE3E9 /* RNScreens.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNScreens; + PRODUCT_NAME = RNScreens; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9B7FD3ACEAD10EF6B00C0E17837492A5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + 9CFD46805AA6E8832988FC08123628C9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D157660D132DA730F27BADB7FC67860A /* UMBarCodeScannerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9DDE90AE2C83CFBA8C363628139C3A3B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6299B07F20A050CCA97459DE44CE30E6 /* Pods-ShareRocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + 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; + }; + 9EACF4A29D44986AF782D41BEBF433BB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9F996E5F2D1E026CC38A045226A6E8D7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C58202837F6603EBA9486F3A59D1C2B8 /* UMImageLoaderInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + A0E1D9A7B28BAAB29FE75BFA656CD9B3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A395E970D5B657DF95F99D118B88A55F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8C9E9A10D2F0969DBDA50A7E543EA0DF /* RNGestureHandler.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNGestureHandler; + PRODUCT_NAME = RNGestureHandler; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A45F617E0C013D8EF12C103D47B75DC6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "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 = FirebaseInstanceID; + PRODUCT_NAME = FirebaseInstanceID; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A7D5D881E7550F7FFC7016A8E59B2620 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "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 = FirebaseInstanceID; + PRODUCT_NAME = FirebaseInstanceID; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A806DA6F7B9B18C6F935FAE1612484DD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 38A48C208F1A13EE2BDC7BD197572B14 /* react-native-webview.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_webview; + PRODUCT_NAME = "react-native-webview"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + AAB3F3D50C2C496CFAD1E28DCF1F196E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; B01D14FDC83DCF9D4BE53066BEA96D05 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -17044,96 +17060,128 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; }; name = Release; }; - B0CD3BE37CA4CB389790B11E4D2D56E0 /* Release */ = { + B0BA3DEF7DDF37F6EEE5F1C5BDE8D240 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5EC573AA138E8386637D1A036567FD55 /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - 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/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - B16A03D0A5F6904FB27090924EDF2532 /* Debug */ = { + B18EF84D140342FCF762F3AE854774A4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */; + baseConfigurationReference = 452A804349964381F52D2F8876975B91 /* React-RCTAnimation.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTAnimation"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B37133B68FE7D55D7E937747C5EE6ECD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 377C8B228025623A930E73FDD9598EBA /* RNAudio.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNAudio; + PRODUCT_NAME = RNAudio; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B38E37ACAC8ED7C5178F0EEFEA1943EE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3E92D165B81C78838B2B690BDACDC60A /* React.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - B2A69D1E3DB7B81C1EE2C71D780162E2 /* Release */ = { + B5412209CB3F2FD090E342CAD2CD7A91 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49BCAFD4FCEC89D73FA8DD62CFEDA5E7 /* UMReactNativeAdapter.xcconfig */; + baseConfigurationReference = 6A136DE86C71FAD9A93DA33512E4B6F3 /* React-DevSupport.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMReactNativeAdapter; - PRODUCT_NAME = UMReactNativeAdapter; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B3308185E4C10912B6486DE1E08F7F91 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B39B1BAD9E2778F2A9D3C1FEB24FB63C /* React-RCTText.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-DevSupport/React-DevSupport-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTText"; + PRODUCT_NAME = "React-DevSupport"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - B35165D14001A78ABC0B33DAA5B6925C /* Release */ = { + B745F46BC9E3D4664766818DBD92010C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */; + baseConfigurationReference = 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -17142,8 +17190,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseInstanceID; - PRODUCT_NAME = FirebaseInstanceID; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -17153,22 +17201,22 @@ }; name = Release; }; - B53B9EB8B02F394E3743F32E13282EA6 /* Release */ = { + B78F9110A1FB56C954D5C823248AD39F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C077F02879578F58033F504A7BE57FF7 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = CE9C9440042D42DDA1D540311A1D34B2 /* React-RCTSettings.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNVectorIcons; - PRODUCT_NAME = RNVectorIcons; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTSettings"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -17178,11 +17226,167 @@ }; name = Release; }; - B5E65DDB9CC0C37CAFD1C07996E5E5C0 /* Debug */ = { + BCFFD17FB970B07D1F75EC811E74D73B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C6A7F35A722F51724595F8DFE814079 /* Pods-RocketChatRN.debug.xcconfig */; + baseConfigurationReference = BA0333068A80DECD1103BE20585B6CDE /* React-RCTVibration.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTVibration"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + BFFDEE9540DF87983C4058884760A578 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BE5977CDF237A6213DCE9FACC6578C6D /* React-Core.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + C4939DF8FAFF157865E1A62D3197E3DB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F6358E748FDBCE07ACFDCEDEE550FDF9 /* UMFileSystemInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + C649942C9674B7859A8DBB223F14005A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A3A5CA8395EFC8967DE68CD6C35CE3E9 /* RNScreens.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNScreens; + PRODUCT_NAME = RNScreens; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + C7240393221AA7E12AF3F79DF8B6AB93 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F59A27B4C17A8444A91066B9FB87629 /* UMFaceDetectorInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; + C7A17CB9E7EC54C86E2DA7CCAA99731F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 180FE27B8FADCD6673802FB9415DFE0F /* RNImageCropPicker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + C7C8B0187D8639407BD8DE3F91718E1E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AD93D959DC35AE5FFA76DFFCA854D850 /* RNFirebase.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFirebase; + PRODUCT_NAME = RNFirebase; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + CA3EACE9BEE51324014B6BA2F26672B5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C10B55917E78E59A3FE6D2B4762CEACD /* Pods-ShareRocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -17197,380 +17401,19 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - B625769A26C6AFD2146F8271B2BAF8D7 /* Debug */ = { + CAC87082F607C70414D84F3C7C3B2BBD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6578DD06BEFBDE23B4E944A85ECBD2F2 /* RNFastImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFastImage; - PRODUCT_NAME = RNFastImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B6C7034271AD612C0CE2EE28606818D0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0E6B73837918F9545B844B14FA85EAC3 /* EXAppLoaderProvider.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXAppLoaderProvider; - PRODUCT_NAME = EXAppLoaderProvider; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B6E205E8FF5E82E59BE40449F28037BF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3EA99F3CE7941E2BAB9464B2998E3D90 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 9C2BD3D571ED6B1C58E30FF25EEA0DFC /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTLinking"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B94BB309295F5A0282541C0E9625FD59 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6BF28E46D8B9728D2FEA44C933AFECE2 /* UMImageLoaderInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BA0DBB4548A9A42290B21BB21D18548C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - BCC76BA4AE9B4FA6298964C3B16FA1FC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6299B07F20A050CCA97459DE44CE30E6 /* Pods-ShareRocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - 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; - }; - BD276811752FEBAFB6FD7ADF82A1214C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 06ADA3D558F3ABE4D883EB708BE6C2F8 /* React-RCTBlob.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BEA641D5851D41F1304AEEF1C7EFC4F4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0E6B73837918F9545B844B14FA85EAC3 /* EXAppLoaderProvider.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXAppLoaderProvider; - PRODUCT_NAME = EXAppLoaderProvider; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C040464E4CC9C3A76458A0A55BB36B51 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7ED3AC3BCF700D33485A59E3E811EEA4 /* React-jsiexecutor.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - C1D448485CC981F9F935838C540C8548 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C275ADD88C43A600E326698A3F984BEE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 91E39BAF2B3059CA8CFFDC81BD79DD97 /* react-native-orientation-locker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_orientation_locker; - PRODUCT_NAME = "react-native-orientation-locker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C523E506F18C66DBC81D5F115B6725E2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 181A00871C1025788FAE124C0CCC42D8 /* react-native-splash-screen.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_splash_screen; - PRODUCT_NAME = "react-native-splash-screen"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C7997158213FEC95EEFA382560F717CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 851B7C246BD6EDA6C0556E10CA90A8F1 /* React-fishhook.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-fishhook/React-fishhook-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = fishhook; - PRODUCT_NAME = "React-fishhook"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - CB8A431E668024DDAC0F279FA4FDAD88 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-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; - }; - CC269FF14F1528CAF5699D0B8DAF049A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C3651BF9FFC72480F9E7B1D311413133 /* rn-fetch-blob.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_fetch_blob; - PRODUCT_NAME = "rn-fetch-blob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - CDF79C120FB7C6A471BAB268E1C028C3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B224777A00DF2EBF3B5FF3D193C1CEF8 /* react-native-video.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_video; - PRODUCT_NAME = "react-native-video"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D1B7B562E4204DC522EF035D04F5C9AE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 240B0EB29B49158BEC8F32CFC94FA7B2 /* React-RCTActionSheet.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; GCC_PREFIX_HEADER = "Target Support Files/React-RCTActionSheet/React-RCTActionSheet-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; @@ -17587,10 +17430,295 @@ }; name = Release; }; - D1C8D798E83890D9EE90BFD48D1F75DD /* Release */ = { + CB20DFEDA6B4891E21BA1521D77EF142 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1A235EBB74BDB2FBAD7129647692AEF /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = AD93D959DC35AE5FFA76DFFCA854D850 /* RNFirebase.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFirebase; + PRODUCT_NAME = RNFirebase; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + CBA5594ADDF409F5B685C362C06F88D7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 180FE27B8FADCD6673802FB9415DFE0F /* RNImageCropPicker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + CCA5CF8A8DD5231026247FACFD2D0AE5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0DB8E073395B37B8CEC220118E8886F3 /* rn-fetch-blob.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_fetch_blob; + PRODUCT_NAME = "rn-fetch-blob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D0898BD6CF3AEDF7AAB33CF65235E668 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42F9D2A4F789D272D929CC309FFD1518 /* React-RCTWebSocket.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTWebSocket/React-RCTWebSocket-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTWebSocket"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D0D2C0312881B63BAC5A266A23D27FD0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 540AE9FF2CE174529A6509B63C22ED3C /* React-RCTText.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTText"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D0E7FB2C5F003CE1B14D22078CDCD551 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9A7B4D14D36C197EDEF070AD0E3BE40E /* UMReactNativeAdapter.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMReactNativeAdapter; + PRODUCT_NAME = UMReactNativeAdapter; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D6FD5E06A4F5936EBEDF9E6771EED078 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA6FCB448E49D9447B081AA63C168A03 /* React-RCTNetwork.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTNetwork"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D70953F54306DECD1164529202AA41D7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37FA95E244753EB9132AFC31F8E584A2 /* rn-extensions-share.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_extensions_share; + PRODUCT_NAME = "rn-extensions-share"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D7C8A3D5B1768D4FDC537ED61DE9CAF8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA2A26C1D6E4F6AA37D11BEDD491FFE8 /* React-fishhook.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-fishhook/React-fishhook-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = fishhook; + PRODUCT_NAME = "React-fishhook"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D98BA5BCD30ACDD0BB0C20CBC1450308 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8540B23EE249AFA6DE818723068E5B2A /* RNUserDefaults.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNUserDefaults; + PRODUCT_NAME = RNUserDefaults; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + DA2039C3E2F2E745D7BB89E3A949C64C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + DCCCAA9CD671CC49E97D85AB7FD5642F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + DFEC7296605D837014BBD93E1B085CFD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D157660D132DA730F27BADB7FC67860A /* UMBarCodeScannerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17602,25 +17730,74 @@ }; name = Release; }; - D338DBE12EAEC66131F53EE4259FD4E3 /* Release */ = { + E05330995B38FAD2400DCEC5CEA1B3EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77EB57944F0EC1AEB769AC1481C538CF /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = A0BBE76C3DCE2AECE404AA486E99299E /* React-jsi.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + "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 = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E1E8D1C102C3C406595FEEA2AEE9B2C7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E376C301241E00179C9B408C7DC363BF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 90663B9ED0C82B7F53EBF841799482F1 /* RNDeviceInfo.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - D504250D9B52F216E888065A6D6C14A7 /* Debug */ = { + E413167B961CF546D347D924AD35818B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5A0C78FD161AD3351AF7F65C34D505C /* EXConstants.xcconfig */; + baseConfigurationReference = 1EE8C54210C4E183FC505721B142BD61 /* EXConstants.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -17641,22 +17818,38 @@ }; name = Debug; }; - D67F492D20BE2D9B1B95AB2AE57FC383 /* Release */ = { + E5712E0D4A5781113D5E02A7E85B237C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66FD9A252CEBDDDC5F8F989A9D9D4C84 /* EXWebBrowser.xcconfig */; + baseConfigurationReference = C64D889B4A6EE639DEC4A879A1B80AA1 /* UMFontInterface.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E6C557A4A859B7EC1379F48454212653 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0B07F4D078CB3F316313CAFEBED6E0CC /* UMCore.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXWebBrowser/EXWebBrowser-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 = EXWebBrowser; - PRODUCT_NAME = EXWebBrowser; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -17666,22 +17859,22 @@ }; name = Release; }; - D95BA3E3FF342728814688F4BA730CEE /* Release */ = { + E7BE0D88975DC24B415AAA245CE2F2D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7ED3AC3BCF700D33485A59E3E811EEA4 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = A0BBE76C3DCE2AECE404AA486E99299E /* React-jsi.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; + PRODUCT_MODULE_NAME = jsi; + PRODUCT_NAME = "React-jsi"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -17691,22 +17884,23 @@ }; name = Release; }; - D98F3EF69A1D2D0B9B96719A0671EB37 /* Release */ = { + E7C3BD74DCEC626EF8C490FC77952EB0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5A0C78FD161AD3351AF7F65C34D505C /* EXConstants.xcconfig */; + baseConfigurationReference = 2B1F7586D53CD48E1E9ECE218B0501AB /* EXAppLoaderProvider.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXConstants/EXConstants-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXConstants; - PRODUCT_NAME = EXConstants; + PRODUCT_MODULE_NAME = EXAppLoaderProvider; + PRODUCT_NAME = EXAppLoaderProvider; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -17716,11 +17910,35 @@ }; name = Release; }; - DA46782697E3C4E6478E9A6ADC770460 /* Release */ = { + E82E66D8B94467C180D540AECADE9EB4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 06ADA3D558F3ABE4D883EB708BE6C2F8 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = QBImagePickerController; + PRODUCT_NAME = QBImagePickerController; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E870410B522563FFEAC853071C797475 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 051EDC84548FDF496019147B213A22FD /* React-RCTBlob.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -17737,273 +17955,12 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DBEAEC09E487253C605E26522FEC05F5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DBAD806C83077E01AAA1E90007642CE3 /* react-native-webview.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_webview; - PRODUCT_NAME = "react-native-webview"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DC7CABACF1C2008C1A1DFC15F44D706A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 42FB2CA7C47F58BD123B1E8CC6F72A5C /* UMConstantsInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - DD465F7F56BEB0D3CC921506C25A9D2D /* Release */ = { + EA631B5E20572A88341BC12EF50BFAFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C6E12F7CB5E948250E6B38531AA6080 /* libwebp.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - 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) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DD7E6A8ECE83A59ACF61E5660997B54D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "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 = FirebaseInstanceID; - PRODUCT_NAME = FirebaseInstanceID; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - DE420A2F7AD0674CD1E8E185BD85241A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7FA4492ADF40759E9C9901C5B96D84D1 /* react-native-realm-path.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-realm-path/react-native-realm-path-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_realm_path; - PRODUCT_NAME = "react-native-realm-path"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DEDB20F1DFE3FC56596D33876204FC03 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A1C928152B125727B34C900B2AAC4B63 /* UMPermissionsInterface.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E74B6A61EBB9BA6F53DAD16B7E855B57 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8A8F5163995C2668CBBBB0F94503418A /* EXHaptics.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXHaptics/EXHaptics-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXHaptics; - PRODUCT_NAME = EXHaptics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E9A7D58A7099405529CA197B3457B699 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - ED8F518E1C694F9B9EDA2BC86DA45B83 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 73A7BED4FCE642A9F93589A632774250 /* EXFileSystem.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXFileSystem/EXFileSystem-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXFileSystem; - PRODUCT_NAME = EXFileSystem; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F07B1C8A1AE82EB2800E085A974C9483 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F1D13B9CDCE06447C3CB7E23380FE03C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F2305B6EFD76FDA1EABC56A9EAB9B2C9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 25F7A7DC2F4248E2399499D0D273F972 /* React.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F44D57276A8F1706804A06CC00DA4A7C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - 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; - }; - F462F838F5245EC26195DEE4028E1EED /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0D07D62EF828CAFAE3873B2B4B6CA52E /* react-native-keyboard-input.xcconfig */; + baseConfigurationReference = BFE89FDEF5CD036B1CE961672EFE5532 /* react-native-keyboard-input.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18026,22 +17983,23 @@ }; name = Release; }; - F54D64BF92A02DD57C05221B2503C61C /* Debug */ = { + EB026D92972BC07B6EEFD66258277CDD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F5454414CC0EF99F78F1A3B222894B8 /* RNAudio.xcconfig */; + baseConfigurationReference = 7F8448A7BFCC2610917BD19F8197B0DF /* EXWebBrowser.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/EXWebBrowser/EXWebBrowser-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNAudio; - PRODUCT_NAME = RNAudio; + PRODUCT_MODULE_NAME = EXWebBrowser; + PRODUCT_NAME = EXWebBrowser; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -18050,66 +18008,283 @@ }; name = Debug; }; - F718BAFFB1181B7F727ED5A54F0CD7AB /* Debug */ = { + EC0D4F9F36DDC37029459C34C5DB895F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5EC573AA138E8386637D1A036567FD55 /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = B4F11850DAAFCF8DD8AB8D4A7D1B1EB7 /* Fabric.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - F8897D51ADA116A31D6C4B3CABB435E1 /* Debug */ = { + ECFF356A4CC24B17E1E369BEC52C363F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77EB57944F0EC1AEB769AC1481C538CF /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; + INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-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; + name = Release; }; - F9964136F232AD73FAD59910234A9915 /* Debug */ = { + EDA3DBA906F8668325A74BF2720EE70B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 161F0E0D093B91F738A29EFD0009A80C /* rn-extensions-share.xcconfig */; + baseConfigurationReference = E331F4A673CFF0D1AA080DB53AC71A78 /* yoga.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_extensions_share; - PRODUCT_NAME = "rn-extensions-share"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - FB44CB3275597F8F022973B0D136056C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 25F7A7DC2F4248E2399499D0D273F972 /* React.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; + GCC_PREFIX_HEADER = "Target Support Files/yoga/yoga-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; + 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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EE0C5A76C3190FE11FA8A78632FF249A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2BC3B214153650A92BC423080A4086DA /* react-native-video.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_video; + PRODUCT_NAME = "react-native-video"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EF3A3AB51A6370CABE8301A3151D8654 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1EE8C54210C4E183FC505721B142BD61 /* EXConstants.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXConstants/EXConstants-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXConstants; + PRODUCT_NAME = EXConstants; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F01609F398AE80EE3DDA8C139917F6C6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCF817BAFED9D68D836467D25DCBFBB0 /* React-jsinspector.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F24740CA55844C59B668B73214497AF7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 437DD046D83967D2E88744F760B995FC /* Folly.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F3B11F5C517C8FC17852A886AB4F5489 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA6FCB448E49D9447B081AA63C168A03 /* React-RCTNetwork.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTNetwork"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F59BAD681C5317F9D8768CE321CEAE70 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7F8448A7BFCC2610917BD19F8197B0DF /* EXWebBrowser.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXWebBrowser/EXWebBrowser-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXWebBrowser; + PRODUCT_NAME = EXWebBrowser; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F5CE15E772782866D4FF581E7E24553A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F7703DEC496B6CBFB76CC8D19912E926 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F772CE7B6B115632000A97D5D7E559DB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 647050658EF9CC9B17F538FD32D6705D /* UMTaskManagerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F7FAD06F83622235FA5C771C17A1C123 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 647050658EF9CC9B17F538FD32D6705D /* UMTaskManagerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -18117,22 +18292,61 @@ }; name = Release; }; - FB56ED9B5F1AF4DF6C00704B38D5692E /* Release */ = { + FB5FB497584D723D4D3826561EF4B46A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C24FC2DD35000F4CB6D0C18F8CF5D85B /* RNScreens.xcconfig */; + baseConfigurationReference = B4F11850DAAFCF8DD8AB8D4A7D1B1EB7 /* Fabric.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + FC6C8C118C0EE4D6C1B4F68A0E0F81C9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCF817BAFED9D68D836467D25DCBFBB0 /* React-jsinspector.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.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) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + FD0FBC25A8B6593E2871D13AEC01EA74 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 55701FDC716368D3C68ECC3F2CFAE7DA /* react-native-splash-screen.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNScreens; - PRODUCT_NAME = RNScreens; + PRODUCT_MODULE_NAME = react_native_splash_screen; + PRODUCT_NAME = "react-native-splash-screen"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -18142,59 +18356,135 @@ }; name = Release; }; + FD8C9936D58A30E27900B01E8D00A428 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 051EDC84548FDF496019147B213A22FD /* React-RCTBlob.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-RCTBlob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + FDD4BEE16D61637DA49ACD107B48F7D7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 90663B9ED0C82B7F53EBF841799482F1 /* RNDeviceInfo.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0569CCDF3B3B687CF01EE8D4001AA7CC /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + 04DF455CCD011AC7F21F3516F031759D /* Build configuration list for PBXNativeTarget "yoga" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4397C7A5A646FDE12D074056A5EB9448 /* Debug */, - 101EAC39F4AED946B5AFE500569B6FF7 /* Release */, + EDA3DBA906F8668325A74BF2720EE70B /* Debug */, + 55D24BE6DF98DFF97B4ECFD0150F234B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 08C4767D793682C307862495EDFC6F37 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */ = { + 05E8FBBC2E0998082B55B21B0369FF13 /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D5127D08DB362B955ACBA3DFA0CB89A /* Debug */, - D67F492D20BE2D9B1B95AB2AE57FC383 /* Release */, + 4EE9E3B66F197C9EE9C4CF74E657F575 /* Debug */, + A806DA6F7B9B18C6F935FAE1612484DD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 097AF50B67E3908773078466CE352AD4 /* Build configuration list for PBXNativeTarget "EXAppLoaderProvider" */ = { + 090CEE74FE39E7C593858C901E93DCE2 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - B6C7034271AD612C0CE2EE28606818D0 /* Debug */, - BEA641D5851D41F1304AEEF1C7EFC4F4 /* Release */, + 6F5AFD8CA5B867E720035B4D97DFADF0 /* Debug */, + C7240393221AA7E12AF3F79DF8B6AB93 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0C8F272F8AB964FF61EE5543B08FE996 /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */ = { + 09217596FDA6F6DD37D2CF711215CD55 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { isa = XCConfigurationList; buildConfigurations = ( - AA1C0302F682B57496A39174EFD3CF84 /* Debug */, - C523E506F18C66DBC81D5F115B6725E2 /* Release */, + 04F4E95220CBD22B1588F42C8C39958D /* Debug */, + 5553DBD275E20E94A7634EA9B45FCDD7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0D1C58C4F3C697682657D483AF1081D3 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { + 0AEE3B884AE65D5E5F077CCD06AD8643 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - DC7CABACF1C2008C1A1DFC15F44D706A /* Debug */, - 45766AF4428B503FB2B8DEDA9B7AE19B /* Release */, + 8408F1E04C918D6247D05271D493CC3D /* Debug */, + C4939DF8FAFF157865E1A62D3197E3DB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 12C472246D98C031CA08D2C78D4566D9 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + 0B02CA2BF83F91E03F27D2A61E8A7DC9 /* Build configuration list for PBXNativeTarget "EXHaptics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9D4CCC7FF12DEFD47C5E945597B8074D /* Debug */, - 85C201010FAE869B443B49B002CBA988 /* Release */, + 15F40223C039530D78B65ABB08A5B809 /* Debug */, + 93D4F332B8B0ABAB10F78EFEEFB2D3D9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0D8621BB14F4D97E15229FEA15EF8D82 /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 18A8CDDE18864B84E5EFF125D41C994A /* Debug */, + 7B4ECC5299DC588FB90C0460D1098A43 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0F840B341DF92B713BCF3B401007046A /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CBA5594ADDF409F5B685C362C06F88D7 /* Debug */, + C7A17CB9E7EC54C86E2DA7CCAA99731F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 126AE8970754A6BA5FE9DA02CA010B2A /* Build configuration list for PBXNativeTarget "EXFileSystem" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 14A337C780317FD4825D7CFA328EFC62 /* Debug */, + 42B0B0639C97AE969757C3567BC936B7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18202,17 +18492,26 @@ 13B185864087F75D556AC109B2D70BF7 /* Build configuration list for PBXAggregateTarget "Fabric" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5FF66BD3AB155E0B131E624DEAC8D76C /* Debug */, - 6C3F9BDDC8034D1D547096E7BE61F20B /* Release */, + EC0D4F9F36DDC37029459C34C5DB895F /* Debug */, + FB5FB497584D723D4D3826561EF4B46A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 16BDA9CED72A98C851E9AFB4B2780E22 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { + 1611027B49499F5821B28E28604AF7F6 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1FAD5FD52EF841FFF658BA14DD2A7792 /* Debug */, - 315D8F2C246230112B8D81F585E671EE /* Release */, + D0E7FB2C5F003CE1B14D22078CDCD551 /* Debug */, + 80D2E25C9A07BA58D5B4FDE4D0B3B342 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 16B4A8845AB0D937749D8D2AEB9B9B20 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FDD4BEE16D61637DA49ACD107B48F7D7 /* Debug */, + E376C301241E00179C9B408C7DC363BF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18220,71 +18519,44 @@ 17528847ED7361712D5774B3F57F412E /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { isa = XCConfigurationList; buildConfigurations = ( - DD7E6A8ECE83A59ACF61E5660997B54D /* Debug */, - B35165D14001A78ABC0B33DAA5B6925C /* Release */, + A7D5D881E7550F7FFC7016A8E59B2620 /* Debug */, + A45F617E0C013D8EF12C103D47B75DC6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 18560EDC55BA74F915401AA30E4FAE84 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */ = { + 1AAFFB3C97C257299B2EA7C0115EA31D /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 82B896725A00E886CA742C9E75DC3F0D /* Debug */, - ACF9158232BE82B49333EC279BC87ED0 /* Release */, + 51332FDD7DDB2DDB52EC37CB6EC35160 /* Debug */, + ECFF356A4CC24B17E1E369BEC52C363F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 18C242ACE00A8CCB7606EA78F832C8D2 /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { + 1C32006CC07DA731A4A3EB74DE490502 /* Build configuration list for PBXNativeTarget "EXAppLoaderProvider" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3C50B7ADC27B37EB1C2092C36783DC0A /* Debug */, - B3308185E4C10912B6486DE1E08F7F91 /* Release */, + 954B04A3CCE68F7053907B7E6EA3A646 /* Debug */, + E7C3BD74DCEC626EF8C490FC77952EB0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 19B649D415B23577700588DC3FB19565 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */ = { + 20F64D12C4339D28865C0FF78BF656B6 /* Build configuration list for PBXNativeTarget "React-Core" */ = { isa = XCConfigurationList; buildConfigurations = ( - DEDB20F1DFE3FC56596D33876204FC03 /* Debug */, - 159D1ECF5A75638796F4270CBDFCCB42 /* Release */, + 7F7C6E8CE3DC00BC8345A997C2925E1D /* Debug */, + BFFDEE9540DF87983C4058884760A578 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1CB324CFC7C9FDAD43D409360A8F980B /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { + 25E1B83DE104E9FB1E8C5C476F2CC6AD /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { isa = XCConfigurationList; buildConfigurations = ( - F8897D51ADA116A31D6C4B3CABB435E1 /* Debug */, - D338DBE12EAEC66131F53EE4259FD4E3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1D981F763FADAD55F3F4E8907E2FB637 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9D20EEEADFB36DE5FDE9D24AEFEAE6B2 /* Debug */, - 39E9265F30FA3C4EEE2D1A0356513F1D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 22051F6710614105BA04E0EF4915F952 /* Build configuration list for PBXNativeTarget "EXHaptics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7F35694A522E5A316EC063D31D71B4FD /* Debug */, - E74B6A61EBB9BA6F53DAD16B7E855B57 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 24760D031FA24C7E3115A6BA59E136BD /* Build configuration list for PBXNativeTarget "React-RCTWebSocket" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0417D7E67374F45592ADDD5E0EFED733 /* Debug */, - 754DEE1F4675B3DFFBAB016BFA4D9D36 /* Release */, + 92B350AF81035C09BAEB814BC225EDB3 /* Debug */, + EA631B5E20572A88341BC12EF50BFAFB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18292,35 +18564,62 @@ 272C318C3C138518DD0B0FB5BF575E70 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 487D29DC30F0998B0A56997E91463868 /* Debug */, - 465A84851C9141FD9486072897B39DD0 /* Release */, + 62589FA25FB0E4402EFE6F5A663A5EA2 /* Debug */, + B745F46BC9E3D4664766818DBD92010C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 281993041C481695A5FAC68F2AAA28FF /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */ = { + 280E2ED1B5E57B917D043D7E8B403D36 /* Build configuration list for PBXNativeTarget "RNAudio" */ = { isa = XCConfigurationList; buildConfigurations = ( - 35C77946B905DE0963264EB07E45A58B /* Debug */, - 21620FEE83229B21D68D2E39CC2E9F9B /* Release */, + B37133B68FE7D55D7E937747C5EE6ECD /* Debug */, + 90FA80BC2686BE006FF5D9FC396AE868 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 30E42B671739C46568E4210EC736D325 /* Build configuration list for PBXNativeTarget "glog" */ = { + 2E53837C59CE1F0C2A1FE86F63B45764 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5552D80F1A4AE73A5BE6BD0AE4470EA2 /* Debug */, - BA0DBB4548A9A42290B21BB21D18548C /* Release */, + 2AFFB201EEE8058D2019886798E01F4F /* Debug */, + 8A11AE06BD94E422732E686E9A80108A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 45D0E46ABDF8BC9100BA38D92E10C608 /* Build configuration list for PBXNativeTarget "RNFastImage" */ = { + 3252239A3789995739FB7B8C8A95B493 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - B625769A26C6AFD2146F8271B2BAF8D7 /* Debug */, - 6C0114B93AF709F867F1C1ABC397CEDB /* Release */, + 7C81CC22D2BD7A6770BE07C0BCFB6B5F /* Debug */, + 311E1DDA4432CF5E06AB918F8022DD52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 34DCDC1D340BA9093050960DBA224D5C /* Build configuration list for PBXNativeTarget "React-fishhook" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6E078AF28EF1443ABD2669DAE2949EF3 /* Debug */, + D7C8A3D5B1768D4FDC537ED61DE9CAF8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 39DB0D689E1416E54F8DD9E39B6068EF /* Build configuration list for PBXNativeTarget "RNFirebase" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C7C8B0187D8639407BD8DE3F91718E1E /* Debug */, + CB20DFEDA6B4891E21BA1521D77EF142 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3D743A9AAF6ED7D9DB954EDB605D83CF /* Build configuration list for PBXNativeTarget "glog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0FC5CED541A6D15872F04D29CBB7903A /* Debug */, + 0DE91B116F8E952A7A9C108C022DCB3A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18334,11 +18633,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4A6D81EAD34A1BE90526C087510D974C /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { + 4FBFB40FE9A18006D37EB33683215DC3 /* Build configuration list for PBXNativeTarget "RNScreens" */ = { isa = XCConfigurationList; buildConfigurations = ( - 331CDFA7ECF3BD2636E2EE5C8A61AA36 /* Debug */, - 59F5CF62C3155D74C314238413A951F1 /* Release */, + C649942C9674B7859A8DBB223F14005A /* Debug */, + 9A05A279D722957342B7AF90C9673A6E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 51C66BBB4BF416CDA4D6EB626E21DA79 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 551043C4496712FFC992C7A3BCB8131F /* Debug */, + 13202511F6755BF6D3B3DC4D8D7F5D9D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5AB8468DF58308BE5EF7182B0040A49F /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B0BA3DEF7DDF37F6EEE5F1C5BDE8D240 /* Debug */, + A0E1D9A7B28BAAB29FE75BFA656CD9B3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18346,62 +18663,98 @@ 5AE3722DD39C3B2C37D89B1AC2A0A4C0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { isa = XCConfigurationList; buildConfigurations = ( - B16A03D0A5F6904FB27090924EDF2532 /* Debug */, - 17F925B91130B45ABACE5985A27C8FB3 /* Release */, + E1E8D1C102C3C406595FEEA2AEE9B2C7 /* Debug */, + 16495CCFC791873BBC5E5B05B051642F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 62D7AB941A40A797C55CBB6D7B3A9DB5 /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */ = { + 5BE48B77568B029E2F51AADA8FB8A5E0 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C4CA1DF0AA42DD810B7A10D92F72CB7 /* Debug */, - D1C8D798E83890D9EE90BFD48D1F75DD /* Release */, + 6520A40BE30F8D09F0D11C6BBFD014E5 /* Debug */, + 81A6BE17577572A32C5CED782D365632 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 694A8CE4B2F3D4A51F73B435FF654E3C /* Build configuration list for PBXNativeTarget "EXPermissions" */ = { + 66EF556FBEDE9CA3B336EB65F32266D3 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5BB9D9E7C75138BAB1D5EE6C22120C31 /* Debug */, - 337079FC0FB13C8C1A58CD13D46435CC /* Release */, + E82E66D8B94467C180D540AECADE9EB4 /* Debug */, + 5969F4000F45F55629B49F49FC3EB957 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6B910ED90E7C2A099A44C9A8AFFF3BC3 /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { + 6938A94AF739B9819D20E572908D3D5E /* Build configuration list for PBXNativeTarget "EXPermissions" */ = { isa = XCConfigurationList; buildConfigurations = ( - 17817A6538C74DB1DF6288B683086253 /* Debug */, - 17447D3B1EF573B6C9AB53D62119BA70 /* Release */, + 10D74492652D099AF150750F889467AF /* Debug */, + 66C3CA3FD13E2C8D98AF2C92A4054BD3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7506E93B18AC8E518FDA7C8BAA432139 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { + 6A7B8C856F6DE3F63705B1D98E1D09B9 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { isa = XCConfigurationList; buildConfigurations = ( - 694DF457FE77AAC8138B6ED225402BBB /* Debug */, - 7C6CFBCF4D3DC9BDD273982730A20DEB /* Release */, + F3B11F5C517C8FC17852A886AB4F5489 /* Debug */, + D6FD5E06A4F5936EBEDF9E6771EED078 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 78C1E16065FCB22E38E134D46604E190 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { + 6CE5374698F95CF8C23F6B0DFFF93BFA /* Build configuration list for PBXNativeTarget "RNUserDefaults" */ = { isa = XCConfigurationList; buildConfigurations = ( - 61CCDF1CDD850A88A4BA31D02373519E /* Debug */, - 22DA54FF2C2A64C3B3A04BEEC2E1A621 /* Release */, + 5132A5217C519B5835597FC95504269A /* Debug */, + D98BA5BCD30ACDD0BB0C20CBC1450308 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7CB8F3DF017BBAA611C1D5660A6539EB /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + 6ED0060792C1652953943AD2F4B725F9 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */ = { isa = XCConfigurationList; buildConfigurations = ( - C040464E4CC9C3A76458A0A55BB36B51 /* Debug */, - D95BA3E3FF342728814688F4BA730CEE /* Release */, + 569826F3A55A500C7246FBD56E8CF3F8 /* Debug */, + 21BECCA652B958A9A9700D3F4A8E7F49 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 73719F7106BF8559C9C2EAC4EBDBC246 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 118D0F7FA9D145722CFBA0CDBCBC0DC9 /* Debug */, + 5E282C7FA3460593E436B680F9A60F5F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 74566EA55AFBA560F2ECF92B9E8233D3 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4A8B0158842517D288045A58D65DBD85 /* Debug */, + 17DFB45BEFF6BC1A26BA5BA9DCB00F79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 78FC4E40D4DCED6BE3C1A25A91017738 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F772CE7B6B115632000A97D5D7E559DB /* Debug */, + F7FAD06F83622235FA5C771C17A1C123 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 7BF15DD80566F3776CC6DBEFEB21A36C /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1FA7290ABD3709BA2BD9F6596BCD2CB8 /* Debug */, + BCFFD17FB970B07D1F75EC811E74D73B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18409,125 +18762,71 @@ 7F06B8F325208699248FA6C351C472D4 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - 50D4503CCF2B2B95A3A825E03811747C /* Debug */, - 8133DAC0817CCE19E0D67C2E36533979 /* Release */, + DCCCAA9CD671CC49E97D85AB7FD5642F /* Debug */, + 2BD20AAE051DED967DD12A97FEE30690 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 86FB6036B4221D1FE19A24194599B43C /* Build configuration list for PBXNativeTarget "UMCore" */ = { + 8BB472139D3ECDA53A44FD1DBBB24808 /* Build configuration list for PBXNativeTarget "EXConstants" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3066BCECBA7908E897F9E1738FEDD5AC /* Debug */, - 65E92CD3A5E3549B3D4593078AB5BC2E /* Release */, + E413167B961CF546D347D924AD35818B /* Debug */, + EF3A3AB51A6370CABE8301A3151D8654 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 87B7FC43D05D82B25F28F334FF2E8A00 /* Build configuration list for PBXAggregateTarget "React" */ = { + 9180B0F245FFC1C538E74C3B1CA29FA9 /* Build configuration list for PBXAggregateTarget "React" */ = { isa = XCConfigurationList; buildConfigurations = ( - F2305B6EFD76FDA1EABC56A9EAB9B2C9 /* Debug */, - FB44CB3275597F8F022973B0D136056C /* Release */, + B38E37ACAC8ED7C5178F0EEFEA1943EE /* Debug */, + 499D27955E0862A48F0A37E962AB99A9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 882E81D91A30E034724B253F13AEDF34 /* Build configuration list for PBXNativeTarget "RNAudio" */ = { + 91F1C55EB8ACC089F419B469F09C318B /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */ = { isa = XCConfigurationList; buildConfigurations = ( - F54D64BF92A02DD57C05221B2503C61C /* Debug */, - 538F234D1D2E96A2377819FB15F01B1E /* Release */, + 882F8B749E26F3821E9CF2F88C332F9E /* Debug */, + FD0FBC25A8B6593E2871D13AEC01EA74 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8B379E6575174F20FBECBFFFCF7762EF /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { + 9811B54698490F73C0B6CC6E1889626F /* Build configuration list for PBXNativeTarget "Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - B6E205E8FF5E82E59BE40449F28037BF /* Debug */, - A95C16C940F240911B99BF5963B0438A /* Release */, + 2E34BDE3FBABAFD3A29D0EB695745A26 /* Debug */, + F24740CA55844C59B668B73214497AF7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8B3DABD859855D9AF54813BBFDE622B5 /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { + 99A30BD53F31F6DE5E3994025D86614D /* Build configuration list for PBXNativeTarget "libwebp" */ = { isa = XCConfigurationList; buildConfigurations = ( - 876CD30E34E0B32475771614709488AF /* Debug */, - F462F838F5245EC26195DEE4028E1EED /* Release */, + 45A6DEA5FD551E9D50232417D6518DF5 /* Debug */, + 021BCCBCC8AE7DCCFCBFE836DF76C29F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 92F0D4624A342A056903B0CC5D7EE592 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { + 9ABE3F902EEC14FED3306E367435E00E /* Build configuration list for PBXNativeTarget "RNFastImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6C31E2E6A13C159C8A7FC1B99A80EEC6 /* Debug */, - 0D88E32F41317C531572EC22DCD09752 /* Release */, + 74D84ABE6BF90CD737098EDD6ADECE0B /* Debug */, + 77C1569AF74E0D2D137B3B701FB7798D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 944BD51805498015AF02086E75E05A54 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { + 9C28C7D18FE7F79A2A49D31056166024 /* Build configuration list for PBXNativeTarget "React-RCTActionSheet" */ = { isa = XCConfigurationList; buildConfigurations = ( - A8A2BD837BF91C29A954B8591AFF3360 /* Debug */, - C275ADD88C43A600E326698A3F984BEE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 975DB669D87B909DF73C1ED06006FFC0 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 235E5B80841193B701F93BB73E781975 /* Debug */, - 7EF6BF4E3294AD3E70215A91F1FD0959 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9AA685517813885223380F2513AFDF2F /* Build configuration list for PBXNativeTarget "React-RCTActionSheet" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5EE1CAC0BF9007F3F560B4328CBA6E11 /* Debug */, - D1B7B562E4204DC522EF035D04F5C9AE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9BAE0D9CF48B050643C20CEE45E6ED9F /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 43CB12890E7FBCFB01FBB2AACB4E82C2 /* Debug */, - B2A69D1E3DB7B81C1EE2C71D780162E2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9E169976F8D61ADB8772E722D44A2AB8 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B94BB309295F5A0282541C0E9625FD59 /* Debug */, - 25791F722E8217A57EE6AC842484517A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9E26AF5BCE6390815ADCB3BE5D72B189 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9053D85F101E1CD49A779B0B50A15D74 /* Debug */, - 1392E8361E6BA932BB7F32661BF060FE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9FFAEC3AC7C9265F4DBB63BDB91144AB /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A3971EB082289A37C475753F97C0A80D /* Debug */, - 005C730FAA2E6074D57A315A7B46B4F3 /* Release */, + 77968F9A55F9865F9C6F02373CE27471 /* Debug */, + CAC87082F607C70414D84F3C7C3B2BBD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18535,35 +18834,89 @@ A084C0089544D8EEE7DA4C6D8EEEF9ED /* Build configuration list for PBXAggregateTarget "Crashlytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A5F4BAEBCB22DEC168C1F26C8CA1A9C /* Debug */, - C1D448485CC981F9F935838C540C8548 /* Release */, + 743E6CB11FEBC88076323FDC9583496D /* Debug */, + 9EACF4A29D44986AF782D41BEBF433BB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A455176B574BC436340B3026D57B77A1 /* Build configuration list for PBXNativeTarget "yoga" */ = { + A45E0B9A1C701DDBEC2DE4D036A804D2 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { isa = XCConfigurationList; buildConfigurations = ( - 798E8A191E012DF43AC9E6A2D0AAF2A3 /* Debug */, - AC2C85921B7F92F5934BF3408DC316B0 /* Release */, + 564FD55C4BE8EEDC90864734D34B3BB9 /* Debug */, + 606C46AAF274565B43C7C581D9CB3652 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A8AD7E15F973B6ACC3FBD0ABC33656AC /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { + A493E648E55A264189E71D0A9EAB4BEE /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4C976D1B41B717F671395618BFF95F3C /* Debug */, - B53B9EB8B02F394E3743F32E13282EA6 /* Release */, + D70953F54306DECD1164529202AA41D7 /* Debug */, + 7B5117B8047DF02C134E6DA7463602C3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AEC9D3E735090FA78850D72984754978 /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + A6511FA2C13D37D1CC45D8E1034F5EEC /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 43DA8482CF9182F64E461226ABBAB1A0 /* Debug */, - AF258AA44D01B26112790BE134F7B5D1 /* Release */, + 9CFD46805AA6E8832988FC08123628C9 /* Debug */, + DFEC7296605D837014BBD93E1B085CFD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A867D20C6356E4446D0B4F91EBAD5FC3 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65C95D2FA8958851C79D14768DE6C6B8 /* Debug */, + 9F996E5F2D1E026CC38A045226A6E8D7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A8C26D1B2F160AB38954B9EFBB3F6068 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CCA5CF8A8DD5231026247FACFD2D0AE5 /* Debug */, + 4485AC666D9F263507C81E7E19C0D844 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A9FC92E2F7B9465010FDF56EB443BE26 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 498E34A682B548806F3F37098F6F06B1 /* Debug */, + 6074A8D3F42C122C2411F84E32FDDDE4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + ABC2AC78D827A86B03AB3D791A9FE29E /* Build configuration list for PBXNativeTarget "React-RCTWebSocket" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0898BD6CF3AEDF7AAB33CF65235E668 /* Debug */, + 3A82E146939557BAAD0FBE729CC15319 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + ADD419D52647E32EF4BA139DF2C07698 /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A395E970D5B657DF95F99D118B88A55F /* Debug */, + 94CD049A12797EC784601AE058A16FE4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B45275CE54B51473FE37D9F8B0F5CB86 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B18EF84D140342FCF762F3AE854774A4 /* Debug */, + 68A4250707DED3F7759A9B1051D41030 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18571,125 +18924,98 @@ BC00811E082341577790995EE25EA091 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { isa = XCConfigurationList; buildConfigurations = ( - 545F40BB3B89038920AD743FBCE6CDEB /* Debug */, - F1D13B9CDCE06447C3CB7E23380FE03C /* Release */, + F5CE15E772782866D4FF581E7E24553A /* Debug */, + 2BCF03C8FCBFA7336C05417AFF4FA300 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BD43577F2F8F6D6D9881F64656EA6AD3 /* Build configuration list for PBXNativeTarget "React-DevSupport" */ = { + BD3A93F518842F10E8F652F6B22E6441 /* Build configuration list for PBXNativeTarget "react-native-realm-path" */ = { isa = XCConfigurationList; buildConfigurations = ( - 84CE0FF6CB602A7C8C1399B7ECB66B82 /* Debug */, - 850B50E501AFB9A919F0CA66D3192CE9 /* Release */, + 960732107332EF3E302700308B5D2FC2 /* Debug */, + 02B2904A4958B398C10CB437226A275A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BEE22762BF16A28FCBE03722F1D6816A /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + BF614135E91E14A6BCA5204E34C20333 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - BCC76BA4AE9B4FA6298964C3B16FA1FC /* Debug */, - 72368490F15C411C36857AD3275FDC9D /* Release */, + 16E89CC9312591F6DCCB4676807C88E9 /* Debug */, + 1289119C5D2E3F88AB0B5288F2D7499D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C0CB6AEDC9E3B42F88893953220DDBFF /* Build configuration list for PBXNativeTarget "RNFirebase" */ = { + C28AC3581E07BF22F340AFC02E94F81F /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { isa = XCConfigurationList; buildConfigurations = ( - 305E965F849FC2043B1A1581951764D0 /* Debug */, - 1AB239012549818B0F7799625AE6BAF6 /* Release */, + 570E933BF69CB293CB7BA0A6CEA8D15E /* Debug */, + 76139903B0B1F11B9BF4DD018E198595 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C27BE5BCF617FEFE2C8F29BDAFB429E9 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + CB97C076225DC55B9B4D746BCDD41E96 /* Build configuration list for PBXNativeTarget "UMCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8502A337F3F67751D5F5B753DD82B0E3 /* Debug */, - 1B5EBB4E1646AFE023C5FE894D4E0D40 /* Release */, + 3D34FBF07604D0EA5DD4E8B60F377AD3 /* Debug */, + E6C557A4A859B7EC1379F48454212653 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C70B8DD136F9BAD341C1B40C899208EC /* Build configuration list for PBXNativeTarget "EXConstants" */ = { + CC3B8958A2965669C0A321A46414DD85 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( - D504250D9B52F216E888065A6D6C14A7 /* Debug */, - D98F3EF69A1D2D0B9B96719A0671EB37 /* Release */, + EB026D92972BC07B6EEFD66258277CDD /* Debug */, + F59BAD681C5317F9D8768CE321CEAE70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C9232D8EDF404C714997EB875C674734 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { + CD502EFA20EA535112ED763BCACC1963 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1F913860A7179AA87DE27D08EE00910A /* Debug */, - 0192421C0492AAB8AB558E8D3C65B6BD /* Release */, + 14533EC412634C7B1F261EC177006AF5 /* Debug */, + 64AB7B73CC73DD431A97C59E169BA5AF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CB82025D22AA274700539C4B91D0C232 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { + CE7BFE8F8C647A543560B914C9A85AEE /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { isa = XCConfigurationList; buildConfigurations = ( - B5E65DDB9CC0C37CAFD1C07996E5E5C0 /* Debug */, - 1C2A6A09202A5DBB5687D4C3BEC37AD9 /* Release */, + D0D2C0312881B63BAC5A266A23D27FD0 /* Debug */, + 3F925E71AE83F1A24111D035FE583B4C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CF773BF3AB5B99203184D051A085CCDC /* Build configuration list for PBXNativeTarget "Folly" */ = { + D0DD71DEF9B191399C5FDABB550016ED /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( - 99D60E8BC0BAE2AD9B9295BAA8B4BCBD /* Debug */, - 5D07A722E7B5B395635307B740E13327 /* Release */, + 9DDE90AE2C83CFBA8C363628139C3A3B /* Debug */, + CA3EACE9BEE51324014B6BA2F26672B5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D07F419F0F2E7AF17CF966201C8B135E /* Build configuration list for PBXNativeTarget "React-fishhook" */ = { + D20E92FF1701117E654F08A8A32FC675 /* Build configuration list for PBXNativeTarget "react-native-video" */ = { isa = XCConfigurationList; buildConfigurations = ( - C7997158213FEC95EEFA382560F717CD /* Debug */, - 0C1DBC6DC5F9B42836F2F7520B11E7F3 /* Release */, + EE0C5A76C3190FE11FA8A78632FF249A /* Debug */, + 209B0F779E69B96E0629C20D4B4CBE1F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D1D426B46311D13A2BCC08046E11301B /* Build configuration list for PBXNativeTarget "RNUserDefaults" */ = { + D413F9BBAFE5A0823A8FFAAE14C18F43 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6214982242205449789DE5F843AC549C /* Debug */, - 5D54A9B6BA4E28AA164AC96074821C0C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D2A58E617FEF0E0E0B2EA4AB84E576CC /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7507C3505C0F03BAEB927AB45F7C737F /* Debug */, - 876F0A5B4E1F3F2999034A53F54B1E03 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D53208B248348E2F5F2FA6CFF124818D /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9964136F232AD73FAD59910234A9915 /* Debug */, - 04D5E0DCFF56388F9C663F1A8E9E371B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D5D75762A5BBF3F51D821D9005E20862 /* Build configuration list for PBXNativeTarget "RNScreens" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3377F46A7985B9D9C07908C374A70F8C /* Debug */, - FB56ED9B5F1AF4DF6C00704B38D5692E /* Release */, + 170A9E5C4991A37C1F8700839E7CF6B2 /* Debug */, + 840047EF2D119F7950089B197DD7B022 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18697,8 +19023,8 @@ D5F445878D2BF274AA19BE3720E017FD /* Build configuration list for PBXAggregateTarget "Firebase" */ = { isa = XCConfigurationList; buildConfigurations = ( - E9A7D58A7099405529CA197B3457B699 /* Debug */, - F44D57276A8F1706804A06CC00DA4A7C /* Release */, + AAB3F3D50C2C496CFAD1E28DCF1F196E /* Debug */, + 75B4996794BE863F09D2FB4C1CBB5130 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18706,80 +19032,80 @@ D714EFAF91AF42119B673C282ADF2B13 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - 30FAFE66A67B03A47EBF95D331771D80 /* Debug */, - 2BEC33462C2A4E30D356EF9A84E6C52E /* Release */, + 09FBD332BEF0B2EAAF3D4A32A9DC779D /* Debug */, + 9B7FD3ACEAD10EF6B00C0E17837492A5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D75140CD6D335DB5BE601B37BC555C08 /* Build configuration list for PBXNativeTarget "react-native-realm-path" */ = { + D957B6E3EF8F870D0ECADE2F7854B392 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 519C11ED154C8E4164828C7AF0E12050 /* Debug */, - DE420A2F7AD0674CD1E8E185BD85241A /* Release */, + 4EE8527F0507436BE2FB75A514BC2691 /* Debug */, + 1884CC90B22CE00FD008556AB01624AE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DBC23831D820EEB778C141FB352F129F /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { + DA5E4A84970F9D8B9F587B5EA681DAA5 /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( - 27F954CB093790BE348D1FEBA122A206 /* Debug */, - CC269FF14F1528CAF5699D0B8DAF049A /* Release */, + FC6C8C118C0EE4D6C1B4F68A0E0F81C9 /* Debug */, + F01609F398AE80EE3DDA8C139917F6C6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DC8B1F2B4E8F92B918F3E2C395A594D5 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { + DC087FFE35837AC44D3F77A49AFA0791 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5EEC9B1CA8CFAAEE621B9947E9A25456 /* Debug */, - ABF8DBFFCD751AA223C2F9F51F29BDC4 /* Release */, + E870410B522563FFEAC853071C797475 /* Debug */, + FD8C9936D58A30E27900B01E8D00A428 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DFDC7872A757C2CCD8FEB0B0F2D18F82 /* Build configuration list for PBXNativeTarget "React-Core" */ = { + E1F2D9C32C51AB116D7A1CAFB97F8A83 /* Build configuration list for PBXNativeTarget "React-DevSupport" */ = { isa = XCConfigurationList; buildConfigurations = ( - 91B28B4734CC40D6609548D37EE5B277 /* Debug */, - 25A739C4564FFBC8AD3680369AE29983 /* Release */, + B5412209CB3F2FD090E342CAD2CD7A91 /* Debug */, + 016CE70E29496501AFF6F5A98C97683D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E1B9C4ADCE4A8C76C8791B8A009A64D8 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { + EB8729583828DD9AF042B5948AE2676B /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 025DA9E72789CF271D393122CBB87736 /* Debug */, - 7473E9B0AA3E447B7EF488623A84B2F9 /* Release */, + F7703DEC496B6CBFB76CC8D19912E926 /* Debug */, + 6714279AAAF1624942A907E719675988 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E3A49DEE639F508B0A759685E5270FBC /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { + ECA72B168B166330F70AA5AFD28B3618 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { isa = XCConfigurationList; buildConfigurations = ( - BD276811752FEBAFB6FD7ADF82A1214C /* Debug */, - DA46782697E3C4E6478E9A6ADC770460 /* Release */, + 2AA6317CEF0129F4CE0663D669808E57 /* Debug */, + B78F9110A1FB56C954D5C823248AD39F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EC705AB6D0C8A09CECD45A5D1A1C2454 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { + ED6E63FC2C55F2399A6C3B7D871C5323 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - A6EE62D6D907A953368C3B9F39B087FB /* Debug */, - 1FFC85C82C895C66EBD3FC5D75418071 /* Release */, + E5712E0D4A5781113D5E02A7E85B237C /* Debug */, + 2561BC6EB018F1E6B23E444E27063C72 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F0858B5BC584001F12204A62A2D13DC0 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { + F4FB2E2B50346248EB9BC41F14A9C1B2 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( - 486362299CB48CA944300DA50C55AA3F /* Debug */, - 1AFC72BA2E6AEF6147DB51772C7D928B /* Release */, + 8E54D928FC11F5E0AC9C3DD28FD530C2 /* Debug */, + 1E16BDA54570E3F6537126D513E456A9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -18787,71 +19113,17 @@ F7B9206E26DEB0994836EBA1FC0E2DE6 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - F07B1C8A1AE82EB2800E085A974C9483 /* Debug */, - 45399F711CB56B14DD96CCC9699CBDCE /* Release */, + DA2039C3E2F2E745D7BB89E3A949C64C /* Debug */, + 9613A0936E5F02E30C4F96343620B06B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F944EC980025D596B8E45B606869A385 /* Build configuration list for PBXNativeTarget "libwebp" */ = { + F85C9E299469CDD61FBC6E25AB8B0990 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { isa = XCConfigurationList; buildConfigurations = ( - 71CEA2BE1D034926F38AE3D7D092BE0F /* Debug */, - DD465F7F56BEB0D3CC921506C25A9D2D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FA47B2D5F60A43F2827E3A88C90F51FF /* Build configuration list for PBXNativeTarget "react-native-video" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2CC3529448A5D57DF674D16DECB00151 /* Debug */, - CDF79C120FB7C6A471BAB268E1C028C3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FA50F54A6CAAA4B99C283B7A8AB40463 /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6E3FB12A51F95D3A5C245CCE259EC16D /* Debug */, - DBEAEC09E487253C605E26522FEC05F5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FBC40A7F6CC2304CFC78A61E757FCC99 /* Build configuration list for PBXNativeTarget "EXFileSystem" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 84656029028D7372794E55D736A7D365 /* Debug */, - ED8F518E1C694F9B9EDA2BC86DA45B83 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FEAB35D3C6B903DD6B295B1FDDCD730A /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CB8A431E668024DDAC0F279FA4FDAD88 /* Debug */, - 0D693E4E73999879E3DC51E5B36BC47D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FF19DD845DD6103E66559ED4E62CEECD /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F718BAFFB1181B7F727ED5A54F0CD7AB /* Debug */, - B0CD3BE37CA4CB389790B11E4D2D56E0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FF735153C15DF880BC69FDE78AC1E0CA /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 10BE4D682EAFBFA01C4F3D2279ADA42B /* Debug */, - 6EEF7F8D6AA9B1EC07318AFBFAE66242 /* Release */, + E05330995B38FAD2400DCEC5CEA1B3EE /* Debug */, + E7BE0D88975DC24B415AAA245CE2F2D6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown index bb19f43ce..a9973926d 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown @@ -1386,6 +1386,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## react-native-keyboard-tracking-view + +The MIT License (MIT) + +Copyright (c) 2016 Wix.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## react-native-notifications The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist index 169bb61b9..8d63cd638 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist @@ -1581,6 +1581,37 @@ SOFTWARE. FooterText The MIT License (MIT) +Copyright (c) 2016 Wix.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-keyboard-tracking-view + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + Copyright (c) 2016 Wix.com LTD Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig index 32aa8bfdc..207a48dea 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig index 32aa8bfdc..207a48dea 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown index bb19f43ce..a9973926d 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 @@ -1386,6 +1386,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## react-native-keyboard-tracking-view + +The MIT License (MIT) + +Copyright (c) 2016 Wix.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## react-native-notifications The MIT License (MIT) 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 169bb61b9..8d63cd638 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 @@ -1581,6 +1581,37 @@ SOFTWARE. FooterText The MIT License (MIT) +Copyright (c) 2016 Wix.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-keyboard-tracking-view + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + Copyright (c) 2016 Wix.com LTD Permission is hereby granted, free of charge, to any person obtaining a copy of 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 aca5107d9..b2e36da97 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,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index aca5107d9..b2e36da97 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,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${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/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-realm-path" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${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-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-realm-path" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -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-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-realm-path" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-dummy.m b/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-dummy.m new file mode 100644 index 000000000..14b600004 --- /dev/null +++ b/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_react_native_keyboard_tracking_view : NSObject +@end +@implementation PodsDummy_react_native_keyboard_tracking_view +@end diff --git a/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch b/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view.xcconfig b/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view.xcconfig new file mode 100644 index 000000000..c99c7b422 --- /dev/null +++ b/ios/Pods/Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/yoga" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-keyboard-tracking-view +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/package.json b/package.json index dbac395b5..d650a8509 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "react-native-image-zoom-viewer": "^2.2.26", "react-native-keyboard-aware-scroll-view": "0.8.0", "react-native-keyboard-input": "^5.3.1", + "react-native-keyboard-tracking-view": "^5.5.0", "react-native-localize": "^1.1.4", "react-native-markdown-renderer": "^3.2.8", "react-native-mime-types": "^2.2.1",