diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 25f62f1b0..76ee49901 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,13 +3,13 @@ package="chat.rocket.reactnative"> - + + asList()); + private final ReactModuleRegistryProvider mModuleRegistryProvider = new ReactModuleRegistryProvider(new BasePackageList().getPackageList(), null); private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { @Override @@ -58,7 +58,11 @@ public class MainApplication extends Application implements ReactApplication, IN packages.add(new RNNotificationsPackage(MainApplication.this)); packages.add(new WatermelonDBPackage()); packages.add(new RNCViewPagerPackage()); - packages.add(new ModuleRegistryAdapter(mModuleRegistryProvider)); + // packages.add(new ModuleRegistryAdapter(mModuleRegistryProvider)); + List unimodules = Arrays.asList( + new ModuleRegistryAdapter(mModuleRegistryProvider) + ); + packages.addAll(unimodules); return packages; } diff --git a/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java b/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java index 013db47e9..de5fd005b 100644 --- a/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java +++ b/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java @@ -11,6 +11,7 @@ public class BasePackageList { new expo.modules.constants.ConstantsPackage(), new expo.modules.filesystem.FileSystemPackage(), new expo.modules.haptics.HapticsPackage(), + new expo.modules.imageloader.ImageLoaderPackage(), new expo.modules.permissions.PermissionsPackage(), new expo.modules.webbrowser.WebBrowserPackage() ); diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f2b75a51a..dc2766403 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -8,22 +8,26 @@ PODS: - Crashlytics (3.14.0): - Fabric (~> 1.10.2) - DoubleConversion (1.1.6) - - EXAppLoaderProvider (6.0.0) - - EXAV (6.0.0): - - UMCore - - UMPermissionsInterface - - EXConstants (6.0.0): - - UMConstantsInterface - - UMCore - - EXFileSystem (6.0.2): + - EXAV (8.1.0): - UMCore - UMFileSystemInterface - - EXHaptics (6.0.0): + - UMPermissionsInterface + - EXConstants (9.0.0): + - UMConstantsInterface - UMCore - - EXPermissions (6.0.0): + - EXFileSystem (8.1.0): + - UMCore + - UMFileSystemInterface + - EXHaptics (8.1.0): + - UMCore + - EXImageLoader (1.0.1): + - React-Core + - UMCore + - UMImageLoaderInterface + - EXPermissions (8.1.0): - UMCore - UMPermissionsInterface - - EXWebBrowser (6.0.0): + - EXWebBrowser (8.1.0): - UMCore - Fabric (1.10.2) - FBLazyVector (0.61.5) @@ -408,31 +412,33 @@ PODS: - SDWebImageWebPCoder (0.2.5): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.0) - - UMBarCodeScannerInterface (3.0.0) - - UMCameraInterface (3.0.0) - - UMConstantsInterface (3.0.0) - - UMCore (3.0.2) - - UMFaceDetectorInterface (3.0.0) - - UMFileSystemInterface (3.0.0) - - UMFontInterface (3.0.0) - - UMImageLoaderInterface (3.0.0) - - UMPermissionsInterface (3.0.0) - - UMReactNativeAdapter (3.0.0): - - React + - UMAppLoader (1.0.1) + - UMBarCodeScannerInterface (5.1.0) + - UMCameraInterface (5.1.0) + - UMConstantsInterface (5.1.0) + - UMCore (5.1.0) + - UMFaceDetectorInterface (5.1.0) + - UMFileSystemInterface (5.1.0) + - UMFontInterface (5.1.0) + - UMImageLoaderInterface (5.1.0) + - UMPermissionsInterface (5.1.0): + - UMCore + - UMReactNativeAdapter (5.2.0): + - React-Core - UMCore - UMFontInterface - - UMSensorsInterface (3.0.0) - - UMTaskManagerInterface (3.0.0) + - UMSensorsInterface (5.1.0) + - UMTaskManagerInterface (5.1.0) - Yoga (1.14.0) DEPENDENCIES: - BugsnagReactNative (from `../node_modules/bugsnag-react-native`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - - EXAppLoaderProvider (from `../node_modules/expo-app-loader-provider/ios`) - EXAV (from `../node_modules/expo-av/ios`) - EXConstants (from `../node_modules/expo-constants/ios`) - EXFileSystem (from `../node_modules/expo-file-system/ios`) - EXHaptics (from `../node_modules/expo-haptics/ios`) + - EXImageLoader (from `../node_modules/expo-image-loader/ios`) - EXPermissions (from `../node_modules/expo-permissions/ios`) - EXWebBrowser (from `../node_modules/expo-web-browser/ios`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) @@ -492,6 +498,7 @@ DEPENDENCIES: - RNScreens (from `../node_modules/react-native-screens`) - RNUserDefaults (from `../node_modules/rn-user-defaults`) - RNVectorIcons (from `../node_modules/react-native-vector-icons`) + - UMAppLoader (from `../node_modules/unimodules-app-loader/ios`) - UMBarCodeScannerInterface (from `../node_modules/unimodules-barcode-scanner-interface/ios`) - UMCameraInterface (from `../node_modules/unimodules-camera-interface/ios`) - UMConstantsInterface (from `../node_modules/unimodules-constants-interface/ios`) @@ -534,27 +541,20 @@ EXTERNAL SOURCES: :path: "../node_modules/bugsnag-react-native" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" - EXAppLoaderProvider: - :path: !ruby/object:Pathname - path: "../node_modules/expo-app-loader-provider/ios" EXAV: - :path: !ruby/object:Pathname - path: "../node_modules/expo-av/ios" + :path: "../node_modules/expo-av/ios" EXConstants: - :path: !ruby/object:Pathname - path: "../node_modules/expo-constants/ios" + :path: "../node_modules/expo-constants/ios" EXFileSystem: - :path: !ruby/object:Pathname - path: "../node_modules/expo-file-system/ios" + :path: "../node_modules/expo-file-system/ios" EXHaptics: - :path: !ruby/object:Pathname - path: "../node_modules/expo-haptics/ios" + :path: "../node_modules/expo-haptics/ios" + EXImageLoader: + :path: "../node_modules/expo-image-loader/ios" EXPermissions: - :path: !ruby/object:Pathname - path: "../node_modules/expo-permissions/ios" + :path: "../node_modules/expo-permissions/ios" EXWebBrowser: - :path: !ruby/object:Pathname - path: "../node_modules/expo-web-browser/ios" + :path: "../node_modules/expo-web-browser/ios" FBLazyVector: :path: "../node_modules/react-native/Libraries/FBLazyVector" FBReactNativeSpec: @@ -663,42 +663,32 @@ EXTERNAL SOURCES: :path: "../node_modules/rn-user-defaults" RNVectorIcons: :path: "../node_modules/react-native-vector-icons" + UMAppLoader: + :path: "../node_modules/unimodules-app-loader/ios" UMBarCodeScannerInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-barcode-scanner-interface/ios" + :path: "../node_modules/unimodules-barcode-scanner-interface/ios" UMCameraInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-camera-interface/ios" + :path: "../node_modules/unimodules-camera-interface/ios" UMConstantsInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-constants-interface/ios" + :path: "../node_modules/unimodules-constants-interface/ios" UMCore: - :path: !ruby/object:Pathname - path: "../node_modules/@unimodules/core/ios" + :path: "../node_modules/@unimodules/core/ios" UMFaceDetectorInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-face-detector-interface/ios" + :path: "../node_modules/unimodules-face-detector-interface/ios" UMFileSystemInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-file-system-interface/ios" + :path: "../node_modules/unimodules-file-system-interface/ios" UMFontInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-font-interface/ios" + :path: "../node_modules/unimodules-font-interface/ios" UMImageLoaderInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-image-loader-interface/ios" + :path: "../node_modules/unimodules-image-loader-interface/ios" UMPermissionsInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-permissions-interface/ios" + :path: "../node_modules/unimodules-permissions-interface/ios" UMReactNativeAdapter: - :path: !ruby/object:Pathname - path: "../node_modules/@unimodules/react-native-adapter/ios" + :path: "../node_modules/@unimodules/react-native-adapter/ios" UMSensorsInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-sensors-interface/ios" + :path: "../node_modules/unimodules-sensors-interface/ios" UMTaskManagerInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-task-manager-interface/ios" + :path: "../node_modules/unimodules-task-manager-interface/ios" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" @@ -712,13 +702,13 @@ SPEC CHECKSUMS: BugsnagReactNative: 0a24a1dd2cac88862d67b938f809bec8274130a9 Crashlytics: 540b7e5f5da5a042647227a5e3ac51d85eed06df DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2 - EXAppLoaderProvider: 7a8185228d8ba9e689a0e2d6d957fe9bdd49c8a0 - EXAV: 7228890721d1d74779bc3154fb678a44249b1c71 - EXConstants: 5d81e84ca71b9a552529889cc798b4a04e9e22b3 - EXFileSystem: 091907902fcec9f9182b656fdead41a82f30986a - EXHaptics: f84c93d605e0905c47654e4a6e5dfbff78ed6906 - EXPermissions: 99e52dc3e5f8e55153f1958004f6df2a30a1f2f5 - EXWebBrowser: def838b95aa9d396f9ce71ace4e614ee16e7ee30 + EXAV: 2edd9cd30fe98d04b55325303c7ff01db02d1d0f + EXConstants: 5304709b1bea70a4828f48ba4c7fc3ec3b2d9b17 + EXFileSystem: cf4232ba7c62dc49b78c2d36005f97b6fddf0b01 + EXHaptics: 013b5065946d4dd7b46ea547b58072d45a206dbd + EXImageLoader: 5ad6896fa1ef2ee814b551873cbf7a7baccc694a + EXPermissions: 24b97f734ce9172d245a5be38ad9ccfcb6135964 + EXWebBrowser: 4118b18d151fd03c935bd9de4cd312d2b33ec2c5 Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74 FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75 @@ -791,18 +781,19 @@ SPEC CHECKSUMS: RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a SDWebImage: 4d5c027c935438f341ed33dbac53ff9f479922ca SDWebImageWebPCoder: 947093edd1349d820c40afbd9f42acb6cdecd987 - UMBarCodeScannerInterface: 84ea2d6b58ff0dc27ef9b68bab71286be18ee020 - UMCameraInterface: 26b26005d1756a0d5f4f04f1e168e39ea9154535 - UMConstantsInterface: 038bacb19de12b6fd328c589122c8dc977cccf61 - UMCore: 733094f43f7244c60ce1f0592d00013ed68fa52c - UMFaceDetectorInterface: c9c3ae4cb045421283667a1698c2f31331f55e3f - UMFileSystemInterface: e9adc71027017de38eaf7d05fa58b2848ecb3797 - UMFontInterface: f0c5846977ee8a93d7cfa8ae7e666772c727d195 - UMImageLoaderInterface: 36e54e570acc4d720856f03ceebc441f73ea472c - UMPermissionsInterface: 938d010c74c43fcefc9bb990633a7c5a1631267e - UMReactNativeAdapter: 131ea2b944ade8035f0b54c6570c405f6000548d - UMSensorsInterface: 0ed023ce9b96f2ca6fada7bda05b7760da60b293 - UMTaskManagerInterface: 8664abd37a00715727e60df9ecd65e42ba47b548 + UMAppLoader: 90273a65f9b1d789214e0c913dfcabc7a1b1590e + UMBarCodeScannerInterface: 9dc692b87e5f20fe277fa57aa47f45d418c3cc6c + UMCameraInterface: 625878bbf2ba188a8548675e1d1d2e438a653e6d + UMConstantsInterface: 64060cf86587bcd90b1dbd804cceb6d377a308c1 + UMCore: d6117852f32c74cde466b863cfdeaa0960186249 + UMFaceDetectorInterface: d6677d6ddc9ab95a0ca857aa7f8ba76656cc770f + UMFileSystemInterface: c70ea7147198b9807080f3597f26236be49b0165 + UMFontInterface: d9d3b27af698c5389ae9e20b99ef56a083f491fb + UMImageLoaderInterface: 14dd2c46c67167491effc9e91250e9510f12709e + UMPermissionsInterface: 5e83a9167c177e4a0f0a3539345983cc749efb3e + UMReactNativeAdapter: 126da3486c1a1f11945b649d557d6c2ebb9407b2 + UMSensorsInterface: 48941f70175e2975af1a9386c6d6cb16d8126805 + UMTaskManagerInterface: cb890c79c63885504ddc0efd7a7d01481760aca2 Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b PODFILE CHECKSUM: 18d0b080112c72e9cc76a381c1baba1172c6ca4d diff --git a/ios/Pods/Headers/Private/EXAV/EXAudioRecordingPermissionRequester.h b/ios/Pods/Headers/Private/EXAV/EXAudioRecordingPermissionRequester.h new file mode 120000 index 000000000..5b8d1af04 --- /dev/null +++ b/ios/Pods/Headers/Private/EXAV/EXAudioRecordingPermissionRequester.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-av/ios/EXAV/EXAudioRecordingPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppLoaderInterface.h b/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppLoaderInterface.h deleted file mode 120000 index e070a7851..000000000 --- a/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppLoaderInterface.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-app-loader-provider/ios/EXAppLoaderProvider/Interfaces/EXAppLoaderInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppLoaderProvider.h b/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppLoaderProvider.h deleted file mode 120000 index 8036fe182..000000000 --- a/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppLoaderProvider.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-app-loader-provider/ios/EXAppLoaderProvider/EXAppLoaderProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppRecordInterface.h b/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppRecordInterface.h deleted file mode 120000 index 9ed829b6b..000000000 --- a/ios/Pods/Headers/Private/EXAppLoaderProvider/EXAppRecordInterface.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-app-loader-provider/ios/EXAppLoaderProvider/Interfaces/EXAppRecordInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXImageLoader/EXImageLoader.h b/ios/Pods/Headers/Private/EXImageLoader/EXImageLoader.h new file mode 120000 index 000000000..473e0322c --- /dev/null +++ b/ios/Pods/Headers/Private/EXImageLoader/EXImageLoader.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-image-loader/ios/EXImageLoader/EXImageLoader.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXAudioRecordingPermissionRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXAudioRecordingPermissionRequester.h deleted file mode 120000 index d4ca7c2bc..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXAudioRecordingPermissionRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXAudioRecordingPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXCalendarRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXCalendarRequester.h deleted file mode 120000 index b0fe45f50..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXCalendarRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXCalendarRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXCameraPermissionRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXCameraPermissionRequester.h deleted file mode 120000 index de574f490..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXCameraPermissionRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXCameraPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXCameraRollRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXCameraRollRequester.h deleted file mode 120000 index d062f5f9c..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXCameraRollRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXCameraRollRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXContactsRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXContactsRequester.h deleted file mode 120000 index 43bb947f3..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXContactsRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXContactsRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXLocationRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXLocationRequester.h deleted file mode 120000 index de4b28b28..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXLocationRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXLocationRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXRemindersRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXRemindersRequester.h deleted file mode 120000 index 04a73bfb1..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXRemindersRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXRemindersRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXRemoteNotificationPermissionRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXRemoteNotificationPermissionRequester.h new file mode 120000 index 000000000..b78040b03 --- /dev/null +++ b/ios/Pods/Headers/Private/EXPermissions/EXRemoteNotificationPermissionRequester.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-permissions/ios/EXPermissions/Requesters/RemoteNotification/EXRemoteNotificationPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXRemoteNotificationRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXRemoteNotificationRequester.h deleted file mode 120000 index 3f9869b58..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXRemoteNotificationRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXRemoteNotificationRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXSystemBrightnessRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXSystemBrightnessRequester.h deleted file mode 120000 index 9bf70ebc5..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXSystemBrightnessRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXSystemBrightnessRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXUserNotificationPermissionRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXUserNotificationPermissionRequester.h new file mode 120000 index 000000000..0c452886b --- /dev/null +++ b/ios/Pods/Headers/Private/EXPermissions/EXUserNotificationPermissionRequester.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-permissions/ios/EXPermissions/Requesters/UserNotification/EXUserNotificationPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/EXPermissions/EXUserNotificationRequester.h b/ios/Pods/Headers/Private/EXPermissions/EXUserNotificationRequester.h deleted file mode 120000 index aab5405f0..000000000 --- a/ios/Pods/Headers/Private/EXPermissions/EXUserNotificationRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXUserNotificationRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/UMAppLoader/UMAppLoaderInterface.h b/ios/Pods/Headers/Private/UMAppLoader/UMAppLoaderInterface.h new file mode 120000 index 000000000..0e04dcd08 --- /dev/null +++ b/ios/Pods/Headers/Private/UMAppLoader/UMAppLoaderInterface.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppLoaderInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/UMAppLoader/UMAppLoaderProvider.h b/ios/Pods/Headers/Private/UMAppLoader/UMAppLoaderProvider.h new file mode 120000 index 000000000..e05ce9f03 --- /dev/null +++ b/ios/Pods/Headers/Private/UMAppLoader/UMAppLoaderProvider.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-app-loader/ios/UMAppLoader/UMAppLoaderProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/UMAppLoader/UMAppRecordInterface.h b/ios/Pods/Headers/Private/UMAppLoader/UMAppRecordInterface.h new file mode 120000 index 000000000..8273e4ddb --- /dev/null +++ b/ios/Pods/Headers/Private/UMAppLoader/UMAppRecordInterface.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppRecordInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/UMCore/UMErrorCodes.h b/ios/Pods/Headers/Private/UMCore/UMErrorCodes.h new file mode 120000 index 000000000..ad5c734a4 --- /dev/null +++ b/ios/Pods/Headers/Private/UMCore/UMErrorCodes.h @@ -0,0 +1 @@ +../../../../../node_modules/@unimodules/core/ios/UMCore/UMErrorCodes.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/UMPermissionsInterface/UMPermissionsMethodsDelegate.h b/ios/Pods/Headers/Private/UMPermissionsInterface/UMPermissionsMethodsDelegate.h new file mode 120000 index 000000000..5c0a00ac4 --- /dev/null +++ b/ios/Pods/Headers/Private/UMPermissionsInterface/UMPermissionsMethodsDelegate.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-permissions-interface/ios/UMPermissionsInterface/UMPermissionsMethodsDelegate.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/UMReactNativeAdapter/UMModuleRegistryHolderReactModule.h b/ios/Pods/Headers/Private/UMReactNativeAdapter/UMModuleRegistryHolderReactModule.h new file mode 120000 index 000000000..9f1d08845 --- /dev/null +++ b/ios/Pods/Headers/Private/UMReactNativeAdapter/UMModuleRegistryHolderReactModule.h @@ -0,0 +1 @@ +../../../../../node_modules/@unimodules/react-native-adapter/ios/UMReactNativeAdapter/UMModuleRegistryAdapter/UMModuleRegistryHolderReactModule.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXAV/EXAudioRecordingPermissionRequester.h b/ios/Pods/Headers/Public/EXAV/EXAudioRecordingPermissionRequester.h new file mode 120000 index 000000000..5b8d1af04 --- /dev/null +++ b/ios/Pods/Headers/Public/EXAV/EXAudioRecordingPermissionRequester.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-av/ios/EXAV/EXAudioRecordingPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppLoaderInterface.h b/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppLoaderInterface.h deleted file mode 120000 index e070a7851..000000000 --- a/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppLoaderInterface.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-app-loader-provider/ios/EXAppLoaderProvider/Interfaces/EXAppLoaderInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppLoaderProvider.h b/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppLoaderProvider.h deleted file mode 120000 index 8036fe182..000000000 --- a/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppLoaderProvider.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-app-loader-provider/ios/EXAppLoaderProvider/EXAppLoaderProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppRecordInterface.h b/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppRecordInterface.h deleted file mode 120000 index 9ed829b6b..000000000 --- a/ios/Pods/Headers/Public/EXAppLoaderProvider/EXAppRecordInterface.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-app-loader-provider/ios/EXAppLoaderProvider/Interfaces/EXAppRecordInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXImageLoader/EXImageLoader.h b/ios/Pods/Headers/Public/EXImageLoader/EXImageLoader.h new file mode 120000 index 000000000..473e0322c --- /dev/null +++ b/ios/Pods/Headers/Public/EXImageLoader/EXImageLoader.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-image-loader/ios/EXImageLoader/EXImageLoader.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXAudioRecordingPermissionRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXAudioRecordingPermissionRequester.h deleted file mode 120000 index d4ca7c2bc..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXAudioRecordingPermissionRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXAudioRecordingPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXCalendarRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXCalendarRequester.h deleted file mode 120000 index b0fe45f50..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXCalendarRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXCalendarRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXCameraPermissionRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXCameraPermissionRequester.h deleted file mode 120000 index de574f490..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXCameraPermissionRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXCameraPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXCameraRollRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXCameraRollRequester.h deleted file mode 120000 index d062f5f9c..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXCameraRollRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXCameraRollRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXContactsRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXContactsRequester.h deleted file mode 120000 index 43bb947f3..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXContactsRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXContactsRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXLocationRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXLocationRequester.h deleted file mode 120000 index de4b28b28..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXLocationRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXLocationRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXRemindersRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXRemindersRequester.h deleted file mode 120000 index 04a73bfb1..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXRemindersRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXRemindersRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXRemoteNotificationPermissionRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXRemoteNotificationPermissionRequester.h new file mode 120000 index 000000000..b78040b03 --- /dev/null +++ b/ios/Pods/Headers/Public/EXPermissions/EXRemoteNotificationPermissionRequester.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-permissions/ios/EXPermissions/Requesters/RemoteNotification/EXRemoteNotificationPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXRemoteNotificationRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXRemoteNotificationRequester.h deleted file mode 120000 index 3f9869b58..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXRemoteNotificationRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXRemoteNotificationRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXSystemBrightnessRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXSystemBrightnessRequester.h deleted file mode 120000 index 9bf70ebc5..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXSystemBrightnessRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXSystemBrightnessRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXUserNotificationPermissionRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXUserNotificationPermissionRequester.h new file mode 120000 index 000000000..0c452886b --- /dev/null +++ b/ios/Pods/Headers/Public/EXPermissions/EXUserNotificationPermissionRequester.h @@ -0,0 +1 @@ +../../../../../node_modules/expo-permissions/ios/EXPermissions/Requesters/UserNotification/EXUserNotificationPermissionRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/EXPermissions/EXUserNotificationRequester.h b/ios/Pods/Headers/Public/EXPermissions/EXUserNotificationRequester.h deleted file mode 120000 index aab5405f0..000000000 --- a/ios/Pods/Headers/Public/EXPermissions/EXUserNotificationRequester.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/expo-permissions/ios/EXPermissions/EXUserNotificationRequester.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/UMAppLoader/UMAppLoaderInterface.h b/ios/Pods/Headers/Public/UMAppLoader/UMAppLoaderInterface.h new file mode 120000 index 000000000..0e04dcd08 --- /dev/null +++ b/ios/Pods/Headers/Public/UMAppLoader/UMAppLoaderInterface.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppLoaderInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/UMAppLoader/UMAppLoaderProvider.h b/ios/Pods/Headers/Public/UMAppLoader/UMAppLoaderProvider.h new file mode 120000 index 000000000..e05ce9f03 --- /dev/null +++ b/ios/Pods/Headers/Public/UMAppLoader/UMAppLoaderProvider.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-app-loader/ios/UMAppLoader/UMAppLoaderProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/UMAppLoader/UMAppRecordInterface.h b/ios/Pods/Headers/Public/UMAppLoader/UMAppRecordInterface.h new file mode 120000 index 000000000..8273e4ddb --- /dev/null +++ b/ios/Pods/Headers/Public/UMAppLoader/UMAppRecordInterface.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppRecordInterface.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/UMCore/UMErrorCodes.h b/ios/Pods/Headers/Public/UMCore/UMErrorCodes.h new file mode 120000 index 000000000..ad5c734a4 --- /dev/null +++ b/ios/Pods/Headers/Public/UMCore/UMErrorCodes.h @@ -0,0 +1 @@ +../../../../../node_modules/@unimodules/core/ios/UMCore/UMErrorCodes.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/UMPermissionsInterface/UMPermissionsMethodsDelegate.h b/ios/Pods/Headers/Public/UMPermissionsInterface/UMPermissionsMethodsDelegate.h new file mode 120000 index 000000000..5c0a00ac4 --- /dev/null +++ b/ios/Pods/Headers/Public/UMPermissionsInterface/UMPermissionsMethodsDelegate.h @@ -0,0 +1 @@ +../../../../../node_modules/unimodules-permissions-interface/ios/UMPermissionsInterface/UMPermissionsMethodsDelegate.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/UMReactNativeAdapter/UMModuleRegistryHolderReactModule.h b/ios/Pods/Headers/Public/UMReactNativeAdapter/UMModuleRegistryHolderReactModule.h new file mode 120000 index 000000000..9f1d08845 --- /dev/null +++ b/ios/Pods/Headers/Public/UMReactNativeAdapter/UMModuleRegistryHolderReactModule.h @@ -0,0 +1 @@ +../../../../../node_modules/@unimodules/react-native-adapter/ios/UMReactNativeAdapter/UMModuleRegistryAdapter/UMModuleRegistryHolderReactModule.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/EXAV.podspec.json b/ios/Pods/Local Podspecs/EXAV.podspec.json index 0981de964..a0f52cf64 100644 --- a/ios/Pods/Local Podspecs/EXAV.podspec.json +++ b/ios/Pods/Local Podspecs/EXAV.podspec.json @@ -1,6 +1,6 @@ { "name": "EXAV", - "version": "6.0.0", + "version": "8.1.0", "summary": "Expo universal module for Audio and Video playback", "description": "Expo universal module for Audio and Video playback", "license": "MIT", @@ -21,6 +21,9 @@ ], "UMPermissionsInterface": [ + ], + "UMFileSystemInterface": [ + ] } } diff --git a/ios/Pods/Local Podspecs/EXConstants.podspec.json b/ios/Pods/Local Podspecs/EXConstants.podspec.json index 9a84d305a..33e54a089 100644 --- a/ios/Pods/Local Podspecs/EXConstants.podspec.json +++ b/ios/Pods/Local Podspecs/EXConstants.podspec.json @@ -1,6 +1,6 @@ { "name": "EXConstants", - "version": "6.0.0", + "version": "9.0.0", "summary": "Provides system information that remains constant throughout the lifetime of your app.", "description": "Provides system information that remains constant throughout the lifetime of your app.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/EXFileSystem.podspec.json b/ios/Pods/Local Podspecs/EXFileSystem.podspec.json index eeee6a4d8..80a952e3a 100644 --- a/ios/Pods/Local Podspecs/EXFileSystem.podspec.json +++ b/ios/Pods/Local Podspecs/EXFileSystem.podspec.json @@ -1,6 +1,6 @@ { "name": "EXFileSystem", - "version": "6.0.2", + "version": "8.1.0", "summary": "Provides access to the local file system on the device.", "description": "Provides access to the local file system on the device.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/EXHaptics.podspec.json b/ios/Pods/Local Podspecs/EXHaptics.podspec.json index ac826af50..017a4e47e 100644 --- a/ios/Pods/Local Podspecs/EXHaptics.podspec.json +++ b/ios/Pods/Local Podspecs/EXHaptics.podspec.json @@ -1,6 +1,6 @@ { "name": "EXHaptics", - "version": "6.0.0", + "version": "8.1.0", "summary": "Provides access to the system's haptics engine on iOS and vibration effects on Android.", "description": "Provides access to the system's haptics engine on iOS and vibration effects on Android.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/EXImageLoader.podspec.json b/ios/Pods/Local Podspecs/EXImageLoader.podspec.json new file mode 100644 index 000000000..aaee743e0 --- /dev/null +++ b/ios/Pods/Local Podspecs/EXImageLoader.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "EXImageLoader", + "version": "1.0.1", + "summary": "Image loader", + "description": "Image loader", + "license": "MIT", + "authors": "650 Industries, Inc.", + "homepage": "https://github.com/expo/expo/tree/master/packages/expo-image-loader", + "platforms": { + "ios": "10.0" + }, + "source": { + "git": "https://github.com/expo/expo.git" + }, + "source_files": "EXImageLoader/**/*.{h,m}", + "preserve_paths": "EXImageLoader/**/*.{h,m}", + "requires_arc": true, + "dependencies": { + "React-Core": [ + + ], + "UMCore": [ + + ], + "UMImageLoaderInterface": [ + + ] + } +} diff --git a/ios/Pods/Local Podspecs/EXPermissions.podspec.json b/ios/Pods/Local Podspecs/EXPermissions.podspec.json index ec6432c38..e48340659 100644 --- a/ios/Pods/Local Podspecs/EXPermissions.podspec.json +++ b/ios/Pods/Local Podspecs/EXPermissions.podspec.json @@ -1,6 +1,6 @@ { "name": "EXPermissions", - "version": "6.0.0", + "version": "8.1.0", "summary": "Allows you prompt for various permissions to access device sensors, personal data, etc.", "description": "Allows you prompt for various permissions to access device sensors, personal data, etc.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/EXWebBrowser.podspec.json b/ios/Pods/Local Podspecs/EXWebBrowser.podspec.json index 074da68d5..84847696f 100644 --- a/ios/Pods/Local Podspecs/EXWebBrowser.podspec.json +++ b/ios/Pods/Local Podspecs/EXWebBrowser.podspec.json @@ -1,6 +1,6 @@ { "name": "EXWebBrowser", - "version": "6.0.0", + "version": "8.1.0", "summary": "Provides access to the system's web browser and supports handling redirects. On iOS, it uses SFSafariViewController or SFAuthenticationSession, depending on the method you call, and on Android it uses ChromeCustomTabs. As of iOS 11, SFSafariViewController no longer shares cookies with the Safari, so if you are using WebBrowser for authentication you will want to use WebBrowser.openAuthSessionAsync, and if you just want to open a webpage (such as your app privacy policy), then use WebBrowser.openBrowserAsync.", "description": "Provides access to the system's web browser and supports handling redirects. On iOS, it uses SFSafariViewController or SFAuthenticationSession, depending on the method you call, and on Android it uses ChromeCustomTabs. As of iOS 11, SFSafariViewController no longer shares cookies with the Safari, so if you are using WebBrowser for authentication you will want to use WebBrowser.openAuthSessionAsync, and if you just want to open a webpage (such as your app privacy policy), then use WebBrowser.openBrowserAsync.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMAppLoader.podspec.json b/ios/Pods/Local Podspecs/UMAppLoader.podspec.json new file mode 100644 index 000000000..346e730dd --- /dev/null +++ b/ios/Pods/Local Podspecs/UMAppLoader.podspec.json @@ -0,0 +1,18 @@ +{ + "name": "UMAppLoader", + "version": "1.0.1", + "summary": "App loader for background applications", + "description": "App loader for background applications", + "license": "MIT", + "authors": "650 Industries, Inc.", + "homepage": "https://github.com/expo/expo/tree/master/packages/unimodules-app-loader", + "platforms": { + "ios": "10.0" + }, + "source": { + "git": "https://github.com/expo/expo.git" + }, + "source_files": "UMAppLoader/**/*.{h,m}", + "preserve_paths": "UMAppLoader/**/*.{h,m}", + "requires_arc": true +} diff --git a/ios/Pods/Local Podspecs/UMBarCodeScannerInterface.podspec.json b/ios/Pods/Local Podspecs/UMBarCodeScannerInterface.podspec.json index bd1127c12..56ce92c4c 100644 --- a/ios/Pods/Local Podspecs/UMBarCodeScannerInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMBarCodeScannerInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMBarCodeScannerInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "An interface for bar code scanners", "description": "An interface for bar code scanners", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMCameraInterface.podspec.json b/ios/Pods/Local Podspecs/UMCameraInterface.podspec.json index bb494c9dc..1203f3018 100644 --- a/ios/Pods/Local Podspecs/UMCameraInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMCameraInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMCameraInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "An interface package for camera", "description": "An interface package for camera", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMConstantsInterface.podspec.json b/ios/Pods/Local Podspecs/UMConstantsInterface.podspec.json index 7f924ed7e..082c7d3f2 100644 --- a/ios/Pods/Local Podspecs/UMConstantsInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMConstantsInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMConstantsInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "An interface for constants modules.", "description": "An interface for constants modules.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMCore.podspec.json b/ios/Pods/Local Podspecs/UMCore.podspec.json index 3a7cb639a..fefc3358a 100644 --- a/ios/Pods/Local Podspecs/UMCore.podspec.json +++ b/ios/Pods/Local Podspecs/UMCore.podspec.json @@ -1,6 +1,6 @@ { "name": "UMCore", - "version": "3.0.2", + "version": "5.1.0", "summary": "Universal modules core", "description": "Universal modules core", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMFaceDetectorInterface.podspec.json b/ios/Pods/Local Podspecs/UMFaceDetectorInterface.podspec.json index 55028602b..2b4418f29 100644 --- a/ios/Pods/Local Podspecs/UMFaceDetectorInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMFaceDetectorInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMFaceDetectorInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "An interface package for Face Detector", "description": "An interface package for Face Detector", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMFileSystemInterface.podspec.json b/ios/Pods/Local Podspecs/UMFileSystemInterface.podspec.json index b3fad9ad3..b2cecbca0 100644 --- a/ios/Pods/Local Podspecs/UMFileSystemInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMFileSystemInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMFileSystemInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "Interface for file system modules", "description": "Interface for file system modules", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMFontInterface.podspec.json b/ios/Pods/Local Podspecs/UMFontInterface.podspec.json index dc8606d18..7c396029f 100644 --- a/ios/Pods/Local Podspecs/UMFontInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMFontInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMFontInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "Interface for managing fonts.", "description": "Interface for managing fonts.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMImageLoaderInterface.podspec.json b/ios/Pods/Local Podspecs/UMImageLoaderInterface.podspec.json index 54c85d80b..f99a26d2d 100644 --- a/ios/Pods/Local Podspecs/UMImageLoaderInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMImageLoaderInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMImageLoaderInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "Interface for ImageLoader", "description": "Interface for ImageLoader", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMPermissionsInterface.podspec.json b/ios/Pods/Local Podspecs/UMPermissionsInterface.podspec.json index e49ddc6be..ee635b77e 100644 --- a/ios/Pods/Local Podspecs/UMPermissionsInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMPermissionsInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMPermissionsInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "An interface for permissions modules", "description": "An interface for permissions modules", "license": "MIT", @@ -14,5 +14,10 @@ }, "source_files": "UMPermissionsInterface/**/*.{h,m}", "preserve_paths": "UMPermissionsInterface/**/*.{h,m}", - "requires_arc": true + "requires_arc": true, + "dependencies": { + "UMCore": [ + + ] + } } diff --git a/ios/Pods/Local Podspecs/UMReactNativeAdapter.podspec.json b/ios/Pods/Local Podspecs/UMReactNativeAdapter.podspec.json index 2137d6b8e..3c84a9424 100644 --- a/ios/Pods/Local Podspecs/UMReactNativeAdapter.podspec.json +++ b/ios/Pods/Local Podspecs/UMReactNativeAdapter.podspec.json @@ -1,6 +1,6 @@ { "name": "UMReactNativeAdapter", - "version": "3.0.0", + "version": "5.2.0", "summary": "The adapter to use universal modules with the React Native bridge", "description": "The adapter to use universal modules with the React Native bridge", "license": "MIT", @@ -16,7 +16,7 @@ "preserve_paths": "UMReactNativeAdapter/**/*.{h,m}", "requires_arc": true, "dependencies": { - "React": [ + "React-Core": [ ], "UMCore": [ diff --git a/ios/Pods/Local Podspecs/UMSensorsInterface.podspec.json b/ios/Pods/Local Podspecs/UMSensorsInterface.podspec.json index c99021c32..1a94e5f3d 100644 --- a/ios/Pods/Local Podspecs/UMSensorsInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMSensorsInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMSensorsInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "An interface for sensors modules.", "description": "An interface for sensors modules.", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/UMTaskManagerInterface.podspec.json b/ios/Pods/Local Podspecs/UMTaskManagerInterface.podspec.json index 79f292a43..e0dd85283 100644 --- a/ios/Pods/Local Podspecs/UMTaskManagerInterface.podspec.json +++ b/ios/Pods/Local Podspecs/UMTaskManagerInterface.podspec.json @@ -1,6 +1,6 @@ { "name": "UMTaskManagerInterface", - "version": "3.0.0", + "version": "5.1.0", "summary": "Universal module interface package for TaskManager", "description": "Universal module interface package for TaskManager", "license": "MIT", diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index f2b75a51a..dc2766403 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -8,22 +8,26 @@ PODS: - Crashlytics (3.14.0): - Fabric (~> 1.10.2) - DoubleConversion (1.1.6) - - EXAppLoaderProvider (6.0.0) - - EXAV (6.0.0): - - UMCore - - UMPermissionsInterface - - EXConstants (6.0.0): - - UMConstantsInterface - - UMCore - - EXFileSystem (6.0.2): + - EXAV (8.1.0): - UMCore - UMFileSystemInterface - - EXHaptics (6.0.0): + - UMPermissionsInterface + - EXConstants (9.0.0): + - UMConstantsInterface - UMCore - - EXPermissions (6.0.0): + - EXFileSystem (8.1.0): + - UMCore + - UMFileSystemInterface + - EXHaptics (8.1.0): + - UMCore + - EXImageLoader (1.0.1): + - React-Core + - UMCore + - UMImageLoaderInterface + - EXPermissions (8.1.0): - UMCore - UMPermissionsInterface - - EXWebBrowser (6.0.0): + - EXWebBrowser (8.1.0): - UMCore - Fabric (1.10.2) - FBLazyVector (0.61.5) @@ -408,31 +412,33 @@ PODS: - SDWebImageWebPCoder (0.2.5): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.0) - - UMBarCodeScannerInterface (3.0.0) - - UMCameraInterface (3.0.0) - - UMConstantsInterface (3.0.0) - - UMCore (3.0.2) - - UMFaceDetectorInterface (3.0.0) - - UMFileSystemInterface (3.0.0) - - UMFontInterface (3.0.0) - - UMImageLoaderInterface (3.0.0) - - UMPermissionsInterface (3.0.0) - - UMReactNativeAdapter (3.0.0): - - React + - UMAppLoader (1.0.1) + - UMBarCodeScannerInterface (5.1.0) + - UMCameraInterface (5.1.0) + - UMConstantsInterface (5.1.0) + - UMCore (5.1.0) + - UMFaceDetectorInterface (5.1.0) + - UMFileSystemInterface (5.1.0) + - UMFontInterface (5.1.0) + - UMImageLoaderInterface (5.1.0) + - UMPermissionsInterface (5.1.0): + - UMCore + - UMReactNativeAdapter (5.2.0): + - React-Core - UMCore - UMFontInterface - - UMSensorsInterface (3.0.0) - - UMTaskManagerInterface (3.0.0) + - UMSensorsInterface (5.1.0) + - UMTaskManagerInterface (5.1.0) - Yoga (1.14.0) DEPENDENCIES: - BugsnagReactNative (from `../node_modules/bugsnag-react-native`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - - EXAppLoaderProvider (from `../node_modules/expo-app-loader-provider/ios`) - EXAV (from `../node_modules/expo-av/ios`) - EXConstants (from `../node_modules/expo-constants/ios`) - EXFileSystem (from `../node_modules/expo-file-system/ios`) - EXHaptics (from `../node_modules/expo-haptics/ios`) + - EXImageLoader (from `../node_modules/expo-image-loader/ios`) - EXPermissions (from `../node_modules/expo-permissions/ios`) - EXWebBrowser (from `../node_modules/expo-web-browser/ios`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) @@ -492,6 +498,7 @@ DEPENDENCIES: - RNScreens (from `../node_modules/react-native-screens`) - RNUserDefaults (from `../node_modules/rn-user-defaults`) - RNVectorIcons (from `../node_modules/react-native-vector-icons`) + - UMAppLoader (from `../node_modules/unimodules-app-loader/ios`) - UMBarCodeScannerInterface (from `../node_modules/unimodules-barcode-scanner-interface/ios`) - UMCameraInterface (from `../node_modules/unimodules-camera-interface/ios`) - UMConstantsInterface (from `../node_modules/unimodules-constants-interface/ios`) @@ -534,27 +541,20 @@ EXTERNAL SOURCES: :path: "../node_modules/bugsnag-react-native" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" - EXAppLoaderProvider: - :path: !ruby/object:Pathname - path: "../node_modules/expo-app-loader-provider/ios" EXAV: - :path: !ruby/object:Pathname - path: "../node_modules/expo-av/ios" + :path: "../node_modules/expo-av/ios" EXConstants: - :path: !ruby/object:Pathname - path: "../node_modules/expo-constants/ios" + :path: "../node_modules/expo-constants/ios" EXFileSystem: - :path: !ruby/object:Pathname - path: "../node_modules/expo-file-system/ios" + :path: "../node_modules/expo-file-system/ios" EXHaptics: - :path: !ruby/object:Pathname - path: "../node_modules/expo-haptics/ios" + :path: "../node_modules/expo-haptics/ios" + EXImageLoader: + :path: "../node_modules/expo-image-loader/ios" EXPermissions: - :path: !ruby/object:Pathname - path: "../node_modules/expo-permissions/ios" + :path: "../node_modules/expo-permissions/ios" EXWebBrowser: - :path: !ruby/object:Pathname - path: "../node_modules/expo-web-browser/ios" + :path: "../node_modules/expo-web-browser/ios" FBLazyVector: :path: "../node_modules/react-native/Libraries/FBLazyVector" FBReactNativeSpec: @@ -663,42 +663,32 @@ EXTERNAL SOURCES: :path: "../node_modules/rn-user-defaults" RNVectorIcons: :path: "../node_modules/react-native-vector-icons" + UMAppLoader: + :path: "../node_modules/unimodules-app-loader/ios" UMBarCodeScannerInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-barcode-scanner-interface/ios" + :path: "../node_modules/unimodules-barcode-scanner-interface/ios" UMCameraInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-camera-interface/ios" + :path: "../node_modules/unimodules-camera-interface/ios" UMConstantsInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-constants-interface/ios" + :path: "../node_modules/unimodules-constants-interface/ios" UMCore: - :path: !ruby/object:Pathname - path: "../node_modules/@unimodules/core/ios" + :path: "../node_modules/@unimodules/core/ios" UMFaceDetectorInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-face-detector-interface/ios" + :path: "../node_modules/unimodules-face-detector-interface/ios" UMFileSystemInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-file-system-interface/ios" + :path: "../node_modules/unimodules-file-system-interface/ios" UMFontInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-font-interface/ios" + :path: "../node_modules/unimodules-font-interface/ios" UMImageLoaderInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-image-loader-interface/ios" + :path: "../node_modules/unimodules-image-loader-interface/ios" UMPermissionsInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-permissions-interface/ios" + :path: "../node_modules/unimodules-permissions-interface/ios" UMReactNativeAdapter: - :path: !ruby/object:Pathname - path: "../node_modules/@unimodules/react-native-adapter/ios" + :path: "../node_modules/@unimodules/react-native-adapter/ios" UMSensorsInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-sensors-interface/ios" + :path: "../node_modules/unimodules-sensors-interface/ios" UMTaskManagerInterface: - :path: !ruby/object:Pathname - path: "../node_modules/unimodules-task-manager-interface/ios" + :path: "../node_modules/unimodules-task-manager-interface/ios" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" @@ -712,13 +702,13 @@ SPEC CHECKSUMS: BugsnagReactNative: 0a24a1dd2cac88862d67b938f809bec8274130a9 Crashlytics: 540b7e5f5da5a042647227a5e3ac51d85eed06df DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2 - EXAppLoaderProvider: 7a8185228d8ba9e689a0e2d6d957fe9bdd49c8a0 - EXAV: 7228890721d1d74779bc3154fb678a44249b1c71 - EXConstants: 5d81e84ca71b9a552529889cc798b4a04e9e22b3 - EXFileSystem: 091907902fcec9f9182b656fdead41a82f30986a - EXHaptics: f84c93d605e0905c47654e4a6e5dfbff78ed6906 - EXPermissions: 99e52dc3e5f8e55153f1958004f6df2a30a1f2f5 - EXWebBrowser: def838b95aa9d396f9ce71ace4e614ee16e7ee30 + EXAV: 2edd9cd30fe98d04b55325303c7ff01db02d1d0f + EXConstants: 5304709b1bea70a4828f48ba4c7fc3ec3b2d9b17 + EXFileSystem: cf4232ba7c62dc49b78c2d36005f97b6fddf0b01 + EXHaptics: 013b5065946d4dd7b46ea547b58072d45a206dbd + EXImageLoader: 5ad6896fa1ef2ee814b551873cbf7a7baccc694a + EXPermissions: 24b97f734ce9172d245a5be38ad9ccfcb6135964 + EXWebBrowser: 4118b18d151fd03c935bd9de4cd312d2b33ec2c5 Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74 FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75 @@ -791,18 +781,19 @@ SPEC CHECKSUMS: RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a SDWebImage: 4d5c027c935438f341ed33dbac53ff9f479922ca SDWebImageWebPCoder: 947093edd1349d820c40afbd9f42acb6cdecd987 - UMBarCodeScannerInterface: 84ea2d6b58ff0dc27ef9b68bab71286be18ee020 - UMCameraInterface: 26b26005d1756a0d5f4f04f1e168e39ea9154535 - UMConstantsInterface: 038bacb19de12b6fd328c589122c8dc977cccf61 - UMCore: 733094f43f7244c60ce1f0592d00013ed68fa52c - UMFaceDetectorInterface: c9c3ae4cb045421283667a1698c2f31331f55e3f - UMFileSystemInterface: e9adc71027017de38eaf7d05fa58b2848ecb3797 - UMFontInterface: f0c5846977ee8a93d7cfa8ae7e666772c727d195 - UMImageLoaderInterface: 36e54e570acc4d720856f03ceebc441f73ea472c - UMPermissionsInterface: 938d010c74c43fcefc9bb990633a7c5a1631267e - UMReactNativeAdapter: 131ea2b944ade8035f0b54c6570c405f6000548d - UMSensorsInterface: 0ed023ce9b96f2ca6fada7bda05b7760da60b293 - UMTaskManagerInterface: 8664abd37a00715727e60df9ecd65e42ba47b548 + UMAppLoader: 90273a65f9b1d789214e0c913dfcabc7a1b1590e + UMBarCodeScannerInterface: 9dc692b87e5f20fe277fa57aa47f45d418c3cc6c + UMCameraInterface: 625878bbf2ba188a8548675e1d1d2e438a653e6d + UMConstantsInterface: 64060cf86587bcd90b1dbd804cceb6d377a308c1 + UMCore: d6117852f32c74cde466b863cfdeaa0960186249 + UMFaceDetectorInterface: d6677d6ddc9ab95a0ca857aa7f8ba76656cc770f + UMFileSystemInterface: c70ea7147198b9807080f3597f26236be49b0165 + UMFontInterface: d9d3b27af698c5389ae9e20b99ef56a083f491fb + UMImageLoaderInterface: 14dd2c46c67167491effc9e91250e9510f12709e + UMPermissionsInterface: 5e83a9167c177e4a0f0a3539345983cc749efb3e + UMReactNativeAdapter: 126da3486c1a1f11945b649d557d6c2ebb9407b2 + UMSensorsInterface: 48941f70175e2975af1a9386c6d6cb16d8126805 + UMTaskManagerInterface: cb890c79c63885504ddc0efd7a7d01481760aca2 Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b PODFILE CHECKSUM: 18d0b080112c72e9cc76a381c1baba1172c6ca4d diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index d88234ea3..c8f0d3921 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -66,7 +66,7 @@ }; 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 1CB324CFC7C9FDAD43D409360A8F980B /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; + buildConfigurationList = 27B0E5096DB1D3EF6854677E35D78252 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; buildPhases = ( ); dependencies = ( @@ -138,7 +138,7 @@ }; 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 68329B88FC615C2B7A727D6566798254 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; + buildConfigurationList = 2762A156D2CB755E9B9F6AD59F46BC62 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; buildPhases = ( ); dependencies = ( @@ -207,1913 +207,1909 @@ ); name = "boost-for-react-native"; }; - F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = B381CD3971A7692A9DA4E5C5156E7297 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMPermissionsInterface; - }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000347F73D6AC6FB65F78930F28D41CF /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA785C20F123D7AAFB30A0FD933A235 /* UMReactLogHandler.m */; }; - 000601D6585E358B4C5C687C9A463409 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = EC25F30193FE87CEA5708B5D8793D7C5 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00250E9281073575CB7BAE32F1DF4B29 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 637B2905EFCA92F6B6F01A80EC507AF2 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4D4504A5E0169EEA9E1BD9EEE809BB /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00BA8C3B91567B84EF6FD94C5173292E /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D1EC5C7CAF9E367FAD46B57EBF977F /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00D097B559FAE95D0AD2BEFD359653A4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 78541DB485050F75C0936807AFB8C357 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00FD715D554BEF2B43C4A77344A2A2F9 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C7FEE81D653379FD6F11F5976D61FB /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0110988CDD0DA3F7F49434DAB8BA87E1 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 52D23EDA5F884C3239B077C15910ECC1 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 013E97EF0B110B48D15D8445F1D3C24A /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AD04C1BFC9C5F281657981675CDCA95D /* RCTEventAnimation.m */; }; + 000601D6585E358B4C5C687C9A463409 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = B731E1D065FE038F0659D216D2F696DA /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000F50E0CF2A97F28B1403D1775EDC99 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 111BBF6A1A8F20F888226023AC96D7F2 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00250E9281073575CB7BAE32F1DF4B29 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 704B3006AE3C4DF9E816A98C0AD58C74 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 300582BDD4E0D559A2CE123B7583EB2F /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00AAC400E3418EF5114C52242349B8D9 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8B44D8422C4E7EDE9D751882D45B82 /* UMNativeModulesProxy.m */; }; + 00BA8C3B91567B84EF6FD94C5173292E /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 13569BD963332ED5AA1C999B78DBE3D9 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00D097B559FAE95D0AD2BEFD359653A4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD1462F43B9EA1A2C859223A1FF5567A /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00FD715D554BEF2B43C4A77344A2A2F9 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B968E1FEFB521DD402C79813D222DA /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0110988CDD0DA3F7F49434DAB8BA87E1 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 19BC37419BDC3327F6A7C33802840939 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 013E97EF0B110B48D15D8445F1D3C24A /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = ACEA68F757D72584A695A3324B50BAE5 /* RCTEventAnimation.m */; }; 0168747D9FDB61A33B92889060F5D4B8 /* FIRInstallationsKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4341798946137AA9F80EA098E35B9931 /* FIRInstallationsKeychainUtils.m */; }; - 01AF68C56B353F0273A4AC2CD9C55356 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = F006204547FEC6498B166EFA2D35B2B8 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01CF128DB818B5C83EC67F1FB8C044E2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EEE078A0BECBB045605975E76C3299 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01AF68C56B353F0273A4AC2CD9C55356 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CD12992CBD145D2479A48A3068C9C6 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01CF128DB818B5C83EC67F1FB8C044E2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A49AE2DBA5F87E93363A96C360CB02 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 01F1D84FDAD0AF47FF1C2166C9A2D3EC /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 383A35C11C4C2DD2BADC793667564783 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 02218BCD8452C372E4ACC4A4C8325932 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = DCB23ABFC8B49A5E319D843667A25D15 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 02D7F16622CA9A03D5F5BC227F111F09 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F2C6B4E466B4DA131D5D01DABB9804E /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02FD14CFE42783E886506F2E17859960 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB2D10B5EA5FBAB4565B783C80C9A12 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 033394FF64D05DACD31B10A0BE4E0F67 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 277D35BCCDA3CD69ADA70C694A988723 /* EXVideoPlayerViewController.m */; }; + 02D7F16622CA9A03D5F5BC227F111F09 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = A30CA10BD3D0FFFC75579BEDA72F4322 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02FD14CFE42783E886506F2E17859960 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46CA0C2F0C64FDE17DA59C7E8EBA9F7C /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0343D94D2D5E8E2E318BA28B81964C30 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DCE0BB52AF13A0B41211860EA0CDCA /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 034BC962567065301B3E423CEEFF6493 /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F7E00DBEF80A2A87BC5A2C4198D0CE /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 037A597C46854C7EAE1349B3B682C044 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 09340D593FCF156D56EC788C9D61A56E /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 038DCB497B0C163EB9C86859E531AFFA /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E36B6104ECCD9D037D65F133A90B34E /* BSG_KSMach_x86_32.c */; }; - 03A091EF0A44A9313367BD851F9685DB /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = B2BC78EDC760B450A885614547A7428E /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 034BC962567065301B3E423CEEFF6493 /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 98761D46C834D39986CE5E71ADB846AF /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 037A597C46854C7EAE1349B3B682C044 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 471AD333F94D649505072A135F27151A /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 038DCB497B0C163EB9C86859E531AFFA /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E26F9DB6B30AE836D67F78AF01ED7FD /* BSG_KSMach_x86_32.c */; }; + 03A091EF0A44A9313367BD851F9685DB /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C56EBCBD2F78347186FCB4464E9090B1 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03FC1A870235ECB216F4737C694F3747 /* GDTCORUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8174EE8838427BE46A0885CA8539CA9D /* GDTCORUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04148C0C198379E5C1D179F18BF512A9 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 289FDAE476A89BDD5D67514FF6353737 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04148C0C198379E5C1D179F18BF512A9 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 540B7ED49A5F3F474F0EBACB3DB2446F /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; 043F127F8BCEE1CF57B50F26BC40EEC6 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B9414D353B3774B94F6BC07EDA11C7C /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 043F132113151E6ADEDCE2882496167D /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA120FFE328161A90702286BAB6CDA6 /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 049781277A4DF708130AF68AA1C925EC /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 297C759A2A6FB64610A331F75C41FC8D /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 04AA55BE7FB64746D55ECB9C8714BE6C /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = BDEA5C38759AB791A74D4E71063DB293 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04B9B85ED8CA97838E08E90F268B5A6A /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C6F803ACAD8D922F711576AF18EB36 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04B9B85ED8CA97838E08E90F268B5A6A /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = BC966FD6065991B6F5FDF77BD5F5F17E /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; 04F32CC017A5B4680D550DF38F6F630D /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 3995372A68A43A67B051244F80037938 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 052731026452AD40E65E87DCF5BF37D2 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7162B9122B699629FFC39E4D5BDADCAC /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 053BA4F3C75D35BCBAA8F8891D611B84 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = FF00CDB7A8232AE4158B172CB16D57C2 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0550E1CF6AA520F2250C08EDB7D025EB /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE49070AC3414D65AA9228AB7579A7C /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0550E1CF6AA520F2250C08EDB7D025EB /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E082D662966C508D951D9CD0D9C2EAEE /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; 055E3CCCC565B32662B62AEB2687DFD6 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = D34AAFE9C37C1A4DC2FFAF19DFF69CDC /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 05756863C1BD6A6522B1046F4351B6BD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = F4BDA12CC1F9BEBEA8803C87DD3AB8EE /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05756863C1BD6A6522B1046F4351B6BD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 830855003F2BC474FB1CEAB2DF280F62 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 058A0E6FB778E47AC2ACEED1729900C5 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = CC558CC663CA045F998F5CA528ADEDB7 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 05AADAF87C7C8F45EB17F1D2055547DB /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 826389E051DB9F5DAFC23A5ED7B18FD8 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05AADAF87C7C8F45EB17F1D2055547DB /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 48517FA6EAE6675023544BDCE0566F22 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 05B0D839ADEDCA18BCB0342D8850023C /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = AE42AA2FA59AF812E73CBB61E72ECEA8 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05B8061B8AE0708A11C2E65F08069385 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B90B4942E1ED0199158E5ACC0EF66E35 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05B8061B8AE0708A11C2E65F08069385 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46FDA105CF97FF6CDA83F151FAE0A177 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 05C1FD03B0C4673F79EC7E77569B14EC /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F62A51F0D87C21CBDCC1B8756AE451C6 /* nanopb-dummy.m */; }; - 05D27696F3A8F3906AAC9F552AA9EEF6 /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = B13AF61B2C73376A40B9B8A94305983D /* ARTRadialGradient.m */; }; + 05D27696F3A8F3906AAC9F552AA9EEF6 /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E64EB3A2D9EFBB4C3058273DDDFD253 /* ARTRadialGradient.m */; }; 05D69A135B67FBAE73D5F583B05D8AB5 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F87F6A22FB4F600954FB2663E53340C6 /* SDImageIOCoder.m */; }; 05EEE113DA8195D1A8446E6E0223F87B /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = F02ACAE8DEE115DBBC18C44F0AE2128C /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FA51F562C7976518F650F5858E7149 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D9920325F1E197245EC5E2DDB3E2C6 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FD9CBC49A9036945A855E5976925F8 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DD62AC3EB3E406698321F90D62839E7C /* REASetNode.m */; }; - 06290A0DBEBB396363D9CB31FC2FFA27 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = E44F908151A562A3AF20B69A1D54098E /* RNFetchBlobReqBuilder.m */; }; - 062F8BE5952FAF7F5CF3E6966A337F28 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 250AC3F1C3E28195B86681506026C1B0 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0679E8A1EFD1528B6DD85FD80C935105 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 31AE9C83361780E6B38F68149BE8ED27 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 067CF6E901ED664FD2842890860A5713 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0BFCA3863288C619E65898BB7D3E5D /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FA51F562C7976518F650F5858E7149 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B6E7F6CFF7243FCCB557211BFBC39627 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FD9CBC49A9036945A855E5976925F8 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3A82089B5A614E7E34AF6F3B858EA0 /* REASetNode.m */; }; + 06290A0DBEBB396363D9CB31FC2FFA27 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = DF1715F2F79E73DD52ADEA3D557A2037 /* RNFetchBlobReqBuilder.m */; }; + 062F8BE5952FAF7F5CF3E6966A337F28 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 5556350F9460002DC1E3E77702D479EE /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 067CF6E901ED664FD2842890860A5713 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EE46404C88EE4302878276636C0E0D /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 068627D6351492A400D81DA04B4AAEE1 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D21939B5F49D3C368E0AE91BCDCB1CF4 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 06922EF69D044B6F0042385A661A6B60 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 82F6DE05F32E14B763473B91688324E1 /* SDImageHEICCoder.m */; }; 06C78FC8169996E806BE536269C185CD /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E103C191260FD8059A70EBEAD980250 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 06FBD958C231090762361344B123CACD /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F107D99DE30C03FC83538F1745C81DE /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 07141BDF264104502C0D2041648F7880 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E5CC8F6A5743198CEE068F4A629834B /* FIRComponentType.m */; }; - 071E58B8852567A971AABBB61B4BF64A /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 06C809B8549057A07FF4A8E38A64FA53 /* RCTProfileTrampoline-i386.S */; }; + 071E58B8852567A971AABBB61B4BF64A /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 2AE2B723F436453C6040D6D557661B98 /* RCTProfileTrampoline-i386.S */; }; 072340F95F41D91DADDE392ACB4F7665 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 06736283C77882D931377C3AF94D64FD /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0764A6EAFA3A7BEBA50E99A74A95F549 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = A46CEB0D88622A4206E1436F9F31EB39 /* QBVideoIconView.m */; }; + 0764A6EAFA3A7BEBA50E99A74A95F549 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 31645AE84C7DA065EB63BA5D17B21D67 /* QBVideoIconView.m */; }; 0769A9F39A25A9A976CCD0C87C3D2CFA /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 965EC53F67148F2FB7C1C52C636A654B /* 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"; }; }; - 0770FB987A4D038938191C2B33C4846C /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = BF5CBB0DE4D0AA9DE287CF7AE6A51CEF /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0770FB987A4D038938191C2B33C4846C /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DACC85D8938DA90A1AF8939908B569A /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 077A5F8C4B9C33DFA15873A399B2597C /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CFEB116ECB9A495D54B314D795B805B /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0801F2E7F7115B2A1B2836000ECB42BE /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = FB6EE44FA7F3B55552E8366D392E5AF7 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 080E1D5D33742F3791A8FC5C709FE265 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9BC71A5918A997F15CAC9126B3C68E59 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0801F2E7F7115B2A1B2836000ECB42BE /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D838D0CDBA90432CA9CB4B6F72CEE9 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 080E1D5D33742F3791A8FC5C709FE265 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F59D85A8A002DE35AC8727160034612 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 081E6B601B49FE4F98631AE9F6594C9F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = C31EC300C1418FF40CB367611BE8EB41 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 082930C05486B2E939CD2D2046D6E8D4 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8540E2CE4399AB56BCE33B40A8623314 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 082930C05486B2E939CD2D2046D6E8D4 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A06B4F1CF0684015B0878877963A935 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0831A0057F646251FD8B9F72008F0F52 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 112CFA9961DCCEA1D55E037EE24E1C38 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08386AF2FE7E61FFAC513C0EABDE2BF5 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C392ACAA16564F1646887DF81113EF /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 086D30EE631E6CD8A53B13E30037F880 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F2C682FA6F99D67928F8667235A3CF /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08751D5B412E7F5CF628EA5003D23DC0 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 445ECA9E6B1D54EE4EF38089336C8C17 /* UIImage+Resize.m */; }; - 08AB7661CC1560CE0AD28729D69DDB72 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6F08FB7B0D37C62C09B09E8F8FD092 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F038226206BFA4EC2E474742BCCCBE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 773D91497860302EEC08AB5AEE213413 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F5142CBA48202DB5E2CD6DD24AB790 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 459D354B128A5B3FD0717608572663F7 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 090CD0CBDC7A1A0ADFAF53F574E31D2E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF45BB6462C515794294F19F13B4BB37 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 08386AF2FE7E61FFAC513C0EABDE2BF5 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D25CB766616C651F32FBDCF84AEEE4 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08751D5B412E7F5CF628EA5003D23DC0 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 803AE5834C4E91DED51B2FC9ADFF2954 /* UIImage+Resize.m */; }; + 08AB7661CC1560CE0AD28729D69DDB72 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B03D8EA1C5F8BD52B4994EE0D4A0F02 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F038226206BFA4EC2E474742BCCCBE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FBBB6EEEBE7AC41A3555F9B18167F6CD /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F5142CBA48202DB5E2CD6DD24AB790 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = AD20E09F0FE02C9FAA4E0DDE1869D0BE /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 090CD0CBDC7A1A0ADFAF53F574E31D2E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC5FE22EE3F05BCC7AB588F5B43EF411 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 09BC7875E6D801E8C3A5D78A944B7127 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0188F1CFA087DDC5889F8B0B0301C3 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09C185F1C7A5642A99FC851468FCD3E0 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CE153AFAE2F96D0F934D1BAF6939CCD /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09E32B915F68813180BCB425D417A907 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = F72625A8093D89ACAEF9ACBC3883C014 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 09F2344CDF2289F7B806ED72CB1E16C9 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C8B9AF946127A4CCC12F6DA5E9EFD4E /* FIRAppAssociationRegistration.m */; }; - 0A062F2E4946A573D13ADBCC08C63259 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3972A87C0C31E6D865566FB1C97594D7 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0A1AB2547E41AAF64E97BFB18FD29C6B /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 067D5D2C99221EB0A3B9E22F7DFD06BF /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A7A1BCCD1D5D7238DC06CB7E38E76F9 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C90F3A98224D6DE3458CF9B4592563 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A7FF47E30F61AFB6AD9CA895EE1A4F9 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0B02E92152D5231A7995E9D166C4C0 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09F8EE9A887212FC0B2154E979B8E097 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = E16A382094A038ECB6A60E86DDFB51FD /* UMAppDelegateWrapper.m */; }; + 0A062F2E4946A573D13ADBCC08C63259 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C9EA76FCBB390F7393463F23865DB10 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A1AB2547E41AAF64E97BFB18FD29C6B /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B254C9C4A303F02DB2DDD0A2B7553FC /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A7A1BCCD1D5D7238DC06CB7E38E76F9 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A4F2A64799EAED8949F270492D2D0D /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A7FF47E30F61AFB6AD9CA895EE1A4F9 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36AD9D0FA195AE1A6D496664B6D5DCB4 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A92A4EB11AC3149D6C51E87E22A1A5B /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E24A9D8245F7C2A76A8F628651409D86 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0AB9B568C6742A432B80BF2477E83C45 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 590A991CA39320D61338A86CD16B61E4 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AE12686EC6C465D8435BAB4DC808603 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA78930FB447031AB93AD2299273FD1 /* RCTVibration.m */; }; + 0AB9B568C6742A432B80BF2477E83C45 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 41DC7C4805BBBD20FFF14A0764206278 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE12686EC6C465D8435BAB4DC808603 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C1D1BE7C9966B221DE569ECEB4D3CF2 /* RCTVibration.m */; }; 0AE630EDDF3087755FB7900375791D51 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 67126F01CF3D1827B3B8FF2A8F677A2F /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AF837F5FF8B37A2F687B3A1B0940884 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = CE5C53A1B492CD6BA850C71383973F6E /* RNNotificationCenterListener.m */; }; - 0AFBACEB31E8CB9878295D470B31031A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D66376417C047FE531FA96D8FE8291E2 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0AFF41962269C89779046793E1AE0FE7 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B5FE04EF96F3DBDA6FA2EACB05DA49 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B36FBB44F665720229F62FC21CFABAE /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6700C73A21F270ADADE2937AD41BE0 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AF837F5FF8B37A2F687B3A1B0940884 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = E716E272500F2B1D0BB5707BFA53C18B /* RNNotificationCenterListener.m */; }; + 0AFBACEB31E8CB9878295D470B31031A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6140E340775F0F13F7E2A6E9282B98D8 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0AFF41962269C89779046793E1AE0FE7 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 070D8D1C1B32FFBE094021C01913F8BC /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B36FBB44F665720229F62FC21CFABAE /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 08408B034BD4895C8154293305785149 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0B7207001D16534DDF0C56E7C6F71B7B /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FD2FCA283A90F02414FA05025F9086 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B83B8382AA1631C302C6BE3F5CC6264 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 919802DD5EA1842AF2787476A69A3CA9 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BAFAF4887E747EA3A91FED76A3C5031 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5915477795932526EEFC89FBEA7B82AC /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0BC16804FAEBD375BEC98962EA320575 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E7BDED4CA237BA0E4E1B8DA70EDF15 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C1C730E79113657836F7BC8F9978974 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F48F0465A6D63E3E02891CE558A1DCDC /* RCTActionSheetManager.m */; }; - 0C1E401FFDCA511E1D3524CC7B71C1A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFDDA9B1A315696FB654E1F37F4A0A5 /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 892DAF84D0BCCEFD111C94D7517BC3C9 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C551985E8686CC886A539921C3EE668 /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD372A7560FF3AD51637124739591F8 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C73059A5A5BF889CEB3C2D0FA5595F9 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D79F012210D6A13185A51BF8EB1209D /* UMReactNativeEventEmitter.m */; }; - 0C87EB9D64AFD0A91F25F704C6523B0D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E4A2E27DC374E4005C34F5376DAEBC0 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CC1E600C980393FC929683003BC8A11 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FEE8F6E31EAE99F618E0E353B1E2DBF /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CCF45BDC92B6384522785AEDE8F0ABC /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 3083FD8E4D6460DC8673F63185D156BE /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0CE586BF83E29531A0E1FA35876120DF /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AA0ED6787A5B84B6EE8F547631B88A /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CF293FEA013686D3F2F8067F3713336 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E9528C15F34FC663E46FCF92A0ABB1 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D5AA62B5CBCFDB275A50E0BDC16DF22 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5631191D62E5021A68942E823AA434E2 /* RNPushKitEventHandler.m */; }; - 0D5FFF5C460BF47C00EC6A2A4BCB89F8 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4FEADA75A15417B8AAAADA6C46C6DBB7 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0D6DAE408F66820DF20E6D416582ADB3 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1275E79B06824B79F8ED750B4F349A74 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B83B8382AA1631C302C6BE3F5CC6264 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = F14D8994925A0A0BEE1B08369B56247E /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BAFAF4887E747EA3A91FED76A3C5031 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B34F12C3336D3E628AAEBD664D5DC4 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0BC16804FAEBD375BEC98962EA320575 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = B6FF46DC4869A47D4B1A79A2F7D9FCE1 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C1C730E79113657836F7BC8F9978974 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C2191B7CF81D4C1F7B3391CDB0A323CC /* RCTActionSheetManager.m */; }; + 0C1E401FFDCA511E1D3524CC7B71C1A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CA10718DB1A0C7E6A87F0F720C0ADD /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5FB42ADEAA4E9B94CDE9C1D07EEB21 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C551985E8686CC886A539921C3EE668 /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = B890DFC7A7421FAC89BAB926874BFA9F /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C87EB9D64AFD0A91F25F704C6523B0D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 69CDFAD076C44A8B83929C1858218924 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CC1E600C980393FC929683003BC8A11 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = CA67F08689BB731E0B8CA7E994A94636 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CCF45BDC92B6384522785AEDE8F0ABC /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D38FA4D831B0DF6C21AE95B915D46E /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0CE586BF83E29531A0E1FA35876120DF /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C538518209552D98575CD695F5E613F /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CF293FEA013686D3F2F8067F3713336 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8058A6BEC15AFD2FDA6968BF3CB977EA /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D5AA62B5CBCFDB275A50E0BDC16DF22 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B1B81E22DF015F475881295299C2BF2 /* RNPushKitEventHandler.m */; }; + 0D5FFF5C460BF47C00EC6A2A4BCB89F8 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCBC60AE51C7D42660263B60D020BCE6 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0D6DAE408F66820DF20E6D416582ADB3 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C37418C0B0B572D6758F5424E172D58 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D7E2BB25F84CFE2561BE6FCCF597EF7 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 108CB420FAB407BE3178EAEC6141D97E /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D9556D98C79F485EE8896FC3AC92523 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 55ABCD868D69EBB8B226D955E9B65C94 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E1B3276561F7EB341FA907EB1A86F04 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = C6624A128D06B1B7C27D2FBFA0584A44 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0E89AE392BB117EBA5EF898E3D243727 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 309BA5AC5996A59987DC5FC2AA555F5F /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E9A96BC607353897B6F33133E636884 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D800362A1EAC706DB637DDDA815FCB64 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0EB90738C1AEE8890CC35B181C099BA8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 354570A9B75704AAC869CD4A66F043E9 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E89AE392BB117EBA5EF898E3D243727 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1D39BC3FB463B61BE62887185FD727 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E9A96BC607353897B6F33133E636884 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B926F3CE50538B2642D217F1B08F0FF /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0EB90738C1AEE8890CC35B181C099BA8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF922E575D5906A5203BE5B1A83E0ED0 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F0C237F0948F4A86466E10DEA439B7D /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 23AF27BB8FC1D90102AF761B02C48033 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F112286F11B894F72C66676A5BAC325 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAD1EC07061CD01D8DB00C1DF9CBA5B9 /* SDWebImageWebPCoder-dummy.m */; }; 0F2C29D27A4A81991C787404478AF099 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B2778F70E9E7B0D2AE6C69B7F5FA18 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3C55B3AD23D445D2C973DC06EF00BF /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 36EA2990DB0BEF0EBFC83DF98C1FD56A /* BugsnagCrashReport.m */; }; - 0F3D589E134AAC1A8C2D94EF3BE48EA7 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04AF880EA4E6EC46A565A469E7BBF10A /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3E8D4BB17DBFF30E41EFB555B29895 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A35B3C486393401E3F04F277F938938 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0F4D40CEBE58229EC7B0B854D6E5FAD9 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FB1004D9B7D67BB87C20ADF2E6B934 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F74D6E0F1A38843AB6578A45C4430F2 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE0DB3A20DEA4CB06D26C4EED1FA386 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F9A9B467AFA8D375F679F23590C7A04 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0BFBA628CCFEC71D915A97EFB96799A7 /* ja.lproj */; }; - 0FAA30AD698ED824A3B229298FEEA782 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 444FAA0588008314F1EDA1458D4351C1 /* BSG_KSCrashReport.c */; }; - 0FB7D0FA0AEE71186610F43B04E89482 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = A1D0CBD754DC34F014D38B05008B8745 /* BugsnagSessionTracker.m */; }; - 0FCF8A6D7D770156352EFB7F8B790D7C /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CF58F69ED2387D3A40D3B251FE60953 /* NSError+BSG_SimpleConstructor.m */; }; - 0FD44CE17B9EDD07C17D8409BBB20765 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E63E35E28925985F52851F5E7F7A2F /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD596FBE550953CD15F5607D99F958B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF99ADC4DDE3984F46775A1AC8A3678 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10168B721987DC2FA1F6508094876B8D /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 679C432647D258664EB921B077656E54 /* BSG_KSJSONCodecObjC.m */; }; - 101E1B4ACE356E9F4F94FD5EBB71BE85 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 70E03B7B4E15C9359D458397CC5D05CD /* BSG_KSSysCtl.c */; }; + 0F3C55B3AD23D445D2C973DC06EF00BF /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A1EF5AA6F5AB825D6721E345CD4D02 /* BugsnagCrashReport.m */; }; + 0F3D589E134AAC1A8C2D94EF3BE48EA7 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 542E2DB12C2236A6721B9893F8699B41 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3E8D4BB17DBFF30E41EFB555B29895 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = C09B08B9F9590C063A274292A00ED08A /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0F4D40CEBE58229EC7B0B854D6E5FAD9 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 91CE1C2FF65D6D5645F184280CB2BF87 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F74D6E0F1A38843AB6578A45C4430F2 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7310E9459A1058540B7F1B3D743A662C /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F9A9B467AFA8D375F679F23590C7A04 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7C87A67899A617619D2A1D2147AADDB0 /* ja.lproj */; }; + 0FAA30AD698ED824A3B229298FEEA782 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 3998B4CB5D7BE16B616E7C240476509E /* BSG_KSCrashReport.c */; }; + 0FB7D0FA0AEE71186610F43B04E89482 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EA1D090A682A9E2453410A8C657DBBD /* BugsnagSessionTracker.m */; }; + 0FCF8A6D7D770156352EFB7F8B790D7C /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = B7A2694A8E0D25AA9F3005F9D6B28B45 /* NSError+BSG_SimpleConstructor.m */; }; + 0FD44CE17B9EDD07C17D8409BBB20765 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AC73932DB13C2FFCB3452CFEEAC680A4 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FD596FBE550953CD15F5607D99F958B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = DB2062E0D7315AA34648E455A6E299B0 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10168B721987DC2FA1F6508094876B8D /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D442B49D8704EC885290B27F4261E6 /* BSG_KSJSONCodecObjC.m */; }; + 101E1B4ACE356E9F4F94FD5EBB71BE85 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E236CE2865A5040C193A4DFAFD30940 /* BSG_KSSysCtl.c */; }; 1045178BFBC6E58CEDC65E19F91A7CB9 /* GDTFLLPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 500E76CDFB8113AFD9AC1DB0CB454843 /* GDTFLLPrioritizer.m */; }; - 107C4519DAD004793550C86DB342BF13 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F7F35B41FAB9FA37A2B5968D68D8838 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1092BB8011776EF67080DC8649C68F22 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 388EC556317ED0A5D2EB3EAE9B62567A /* RNFirebaseAdMobRewardedVideo.m */; }; + 107C4519DAD004793550C86DB342BF13 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = F9DF1E342E98C711D63EE7113CD4DE7D /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1092BB8011776EF67080DC8649C68F22 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 52ED7149F0530BAF25F6FC7EDC45E587 /* RNFirebaseAdMobRewardedVideo.m */; }; 10B88123E4B69BD0762CDB5A90CF066A /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 238912792225FCFD2816B4E4CF1D3D79 /* GULSwizzler.m */; }; - 10D68B02FDF05C99237E067F9918509D /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C358DCFDF7DB17909BE6CDF6AE5AFF7A /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10F2442EBE6313786A5CD8D0DB09736C /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B8FC91299498ED4C8360B3FA9F79E38D /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10D68B02FDF05C99237E067F9918509D /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB94419CD67EC0E57F01CDB71BBEDFF /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10F2442EBE6313786A5CD8D0DB09736C /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 979F8F7FCE58E9A2AC564E172E069713 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 110663446F2A96F5275705CA7143F736 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB3943BA57703F03AC1AE6E9180EC2B /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110686C3B9BFABED7EF510599B8F4BA4 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F783017BFCE6D8957205E2368080555 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110BBF5833CF8C4CA65E11D6C0374191 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = BCEAF35223D82BA11CD63E498B46EDA1 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110686C3B9BFABED7EF510599B8F4BA4 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C00F147A90C528C89CF4C55C3B7E47 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110BBF5833CF8C4CA65E11D6C0374191 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = BA78A1772740B4E478C916E6E8A882DE /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 111BF626ABBCE8E04BB4E1EEB8787C09 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = C98669397B6EB380F73981625F007E41 /* SDWebImageCacheSerializer.m */; }; - 1152E236D3BFBB5B1171698F8642FE45 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACF74694A6631E1862E7387FF1FE94C9 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 116192D11F0F7C27B891EC46BEB67776 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D673843F637BD65A1677DB94EFD1975 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1152E236D3BFBB5B1171698F8642FE45 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D1A6C113D375ECC144BAE47C35619DA /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 116192D11F0F7C27B891EC46BEB67776 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6D899B01559CE22200709ABCCA5208 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11629DF38EC6C86FE4002B0EF764297B /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AF56195464AFAF7C34D6F48C7CFF702E /* UIImageView+WebCache.m */; }; - 118927A3BC6A658BB88536CE7C1B0BE3 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AEE2091ED266224B958D1DDE10E9E00 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 118927A3BC6A658BB88536CE7C1B0BE3 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = B6FCCC857829E3AADFB1FD2840A10FC9 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 118ECA72611CB2FD2EEC1AC53D8E029C /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E325B1606A5D238A63D17132321A066 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11AB86078F205218D679E1C0BB086684 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B60F0B412AB14099AD2E2BCB853B9F5 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11B33B2F8BB6CFADE2A5ED140CFEC8C1 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 993AC02EC1C111E4334D17D3E0BBE05E /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; 1229180557BB3A7AD13E3DC16B283B14 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CB7B6EE46AF3166A4B3053A322A61C /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1234DA362C104A5687EE842DEE6540AE /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = B11A55FD8328E6DD365FE8FE004FCBC7 /* BugsnagErrorReportApiClient.m */; }; - 12478C3DEA4C049CB9A2CA1CD20C89DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3693EA1280CB5A156C4A5F602F068CB9 /* rn-extensions-share-dummy.m */; }; - 125342FA79F416BFC2462CBEB29FBD3B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 991F63888F0DADE5B74E325A8A6BCCE8 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 126F40666E812A4A6E90817FF328B49D /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = D8138F80FD52EEC80E47EADAFF73B580 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1234DA362C104A5687EE842DEE6540AE /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C5A4190ED83DB8EAE5795F16E262F348 /* BugsnagErrorReportApiClient.m */; }; + 12478C3DEA4C049CB9A2CA1CD20C89DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69228D228ED58E48577E1E205972A156 /* rn-extensions-share-dummy.m */; }; + 125342FA79F416BFC2462CBEB29FBD3B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57EF022C73BD0F88A58907CD6F984194 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126F40666E812A4A6E90817FF328B49D /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 0036AEE678787725C977E1A36F674AD6 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; 127076FAD518DE8F520B404457D45FF5 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C015C102D6AB79D534F16ADF531CE8A /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1281344D19FA3223B267A1EAA6DEA09F /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1231B98DC8FA463C5147C87F53A7B0CD /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A09B07EAE7194E9F183DF6EAEB4850 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB900A939C4D5CD6FC137C114524DE71 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12C621AF654295B051104624EC13F961 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = D50D717ED039514E7E3EF72E9ED56463 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12DD5DE7278177DF30D74E5E4991BEA5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = C3AF558283E7E128FB626F24EDADC103 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 131A4F913E2F1E98913D8D766736C5C1 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7AA8EAD8C2A634C8B211DCA3C84C4BB1 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1328941F49991BEB7900B9FAE0861076 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F0FB6B1D273917FA9C0F1B70ECFCB3F /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1328F683A4C0D079350259A18A68938A /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC588802B42ED16EAEE7DDAA94E6D8 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1281344D19FA3223B267A1EAA6DEA09F /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5052E068A4355F42522D18101FD6C7DE /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12A09B07EAE7194E9F183DF6EAEB4850 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 515773303247D3067EB6FBB51226837D /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12C621AF654295B051104624EC13F961 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = BE6361C2C7231939D52869D9648726BE /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12DD5DE7278177DF30D74E5E4991BEA5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1FE3F14A74BC1C3E1C6D3007D6703E /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 131A4F913E2F1E98913D8D766736C5C1 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = D155EBCDFBC684096F05862E01325617 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1328941F49991BEB7900B9FAE0861076 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 83882F5B7809A24B561A246EDBFD3F52 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1328F683A4C0D079350259A18A68938A /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D36CA742E8FB53ACC7C054CA44A455B /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 1340A92BC48BF0D0E320FFD57737B166 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 9338EA7FE417C2BDF76DEEE30198B2B8 /* FBLPromise+Catch.m */; }; - 1352441B7E9907AD4E56358E520341F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C4ACA86B0CE6802F5303BB625FF3E0F4 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1354B5A202FE5B927603FE3F3934ADF1 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 517BA8A3ED2645580577976899A3448A /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 135CA47E90F11A11511D769C60754F77 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B60E416BC2B631C047F702F4A746 /* REATransitionValues.m */; }; + 1352441B7E9907AD4E56358E520341F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B79ED9D31C625708EBCDCECF41D213 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1354B5A202FE5B927603FE3F3934ADF1 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 750A887CC9515799F336697AF4FFAEEC /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 135CA47E90F11A11511D769C60754F77 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F03D14446D09D90638B1413DA22CEF7 /* REATransitionValues.m */; }; 13908C215FAF98E1987E6DD3F7A6C858 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C7F9D33807C629347B5CC327303501 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13910E80E165B0FD5041DF222C1B3339 /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F433C626104248599C9F6319D3C54B /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B3A8F3BBFB94FC266C8B2D127F2001 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 6803EF30AD795DD46BE07598CF430D32 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13910E80E165B0FD5041DF222C1B3339 /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = A5ABA0E10FE37349D53EF47074C017B0 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B3A8F3BBFB94FC266C8B2D127F2001 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 8546F819E0C95CF881DADD48DF3FEBA9 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; 13DB00DEA52829F591682707236F7779 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A8F5B7DA6974622D6C9A6189F7FAEE /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13EAEB1E6CFD48E9CFE15F88743AC92C /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7E01E3156F2137645C0D6C51F90EB6 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 141CB062270AB0D64040EE9FF7CCDFC0 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A55F4A869D8A3E299746A434C181C2C9 /* RCTCustomKeyboardViewController.m */; }; + 13EAEB1E6CFD48E9CFE15F88743AC92C /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = F066D29AC5292924001F77DF2C215838 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 141CB062270AB0D64040EE9FF7CCDFC0 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 44BE015BEB9560624AB2F0EDA99AED32 /* RCTCustomKeyboardViewController.m */; }; 143514A20BA542FDEC6E1C150B00248B /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 226470D5AC918D710F1EE1BDBAADC256 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14422B587C7D1474F869D259CFF998CC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D75317127DCA2E50611CDFF673C98CB /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14422B587C7D1474F869D259CFF998CC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 686B2034BBE247CCD34FA7167EE6C12A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1451A870A667B770CA7921A66DF1382B /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D3ABC6469D72A242803A91AF2DA0B153 /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14660286F6DC6FCABD38E2C1F70CFC01 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = A819EBFAB8718BC7B0C8F260D76861B5 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14660286F6DC6FCABD38E2C1F70CFC01 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = BF271218309EEE07EE2F305F9BD4CA0C /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1478C97F0EFA9E58B5A017551A091B98 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 726CEC5D657E14C2D28E2608DB007104 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1479BA84B9B30E6D9879CA6C0135D930 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B778A4B4AB6FC889FF15E6943BFC10 /* EXVideoPlayerViewController.m */; }; 14A3CA4B77271ED4415356A1FBA7362F /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = C74C60148A4948BAD446E2F2B11586EB /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14AA7CA15F034772E8B2636CFE2A5C85 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6539F776FBDC5E175D59AE2A055A008D /* ReactCommon-dummy.m */; }; - 14BCE7072FC4CE33BC35324A78BE2FAE /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 959628BA0DDBCCD75C7AC43F9F4BEF8C /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14DD05E4CFBF56241AC5D65134AF6AB8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = B28DFCB28C906E2A2ADB0BBBAFA4E945 /* RCTSinglelineTextInputView.m */; }; - 14F9F3C4C0A1E8EF80C71FA3A569FDF1 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC44227D6FBEFC40745BD6F81A94947 /* RCTInputAccessoryViewManager.m */; }; + 14AA7CA15F034772E8B2636CFE2A5C85 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 79384E3DF198EE6F9073B43F79D0E5BE /* ReactCommon-dummy.m */; }; + 14BCE7072FC4CE33BC35324A78BE2FAE /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C8E045F2FD5C7D631C293C0F73C0604 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14DD05E4CFBF56241AC5D65134AF6AB8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = A93D3241B9A61C0E3AF6A18EE3C01E28 /* RCTSinglelineTextInputView.m */; }; + 14F9F3C4C0A1E8EF80C71FA3A569FDF1 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 900603B2A3FF1E8D2B04E7D5A416BB3B /* RCTInputAccessoryViewManager.m */; }; 14FBD8CB3447A6D5C521A0193AF4C43E /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B3000A1D45E185CABEFD0B060F04FC4 /* GULNSData+zlib.m */; }; - 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 782FA60B47AB3C13BD5A739B4E7D0267 /* RCTTypeSafety-dummy.m */; }; + 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD9BB7CAAB97EC50B163F88F0959E1C5 /* RCTTypeSafety-dummy.m */; }; 1536DE229D62C9EF155775D756DD3921 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C4539C0D5139FA433EA40799F1AC83A5 /* SDAsyncBlockOperation.m */; }; 153C36E5468C038F1974115A982058E8 /* GDTFLLUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8FEC8581AD19DDD78ABBB18ECE2F22 /* GDTFLLUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 154C752B3AAEDBCD978036AE32CAB1BD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C89C4FC2E607369BF79A14FC2B68643 /* RCTValueAnimatedNode.m */; }; - 1557BAF14C9A6976E7C40616CCA7944C /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E7AFB949AA68523D3816D43F5D0B6829 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15AF61B7B72DD93E6B1F6FC5B420F7DF /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BDF14C570382A8C3638F41F2E56EABB /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15B714B84953652DA8EAD8B5661F5D17 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 794262CC6F2E3398361EF16166E8B3B2 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15CAF5C633711E2C121CC6A30FEB1848 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 86CBEBBFD992C37A25A483B4EBEF43B1 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D79F4277BA759EC85E7DD868E3A4C4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DF9032CA32383CC1CF121CF6BEF124 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 154C752B3AAEDBCD978036AE32CAB1BD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EB5684495A6F8B21DC40DE6D45F5775C /* RCTValueAnimatedNode.m */; }; + 1557BAF14C9A6976E7C40616CCA7944C /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 681FD24565105508386EF131BF1F8550 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15AF61B7B72DD93E6B1F6FC5B420F7DF /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4479DD14256D476C9D0287D63ACBDF /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15B714B84953652DA8EAD8B5661F5D17 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BD6390C90806014868F7551406BFDA /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15D79F4277BA759EC85E7DD868E3A4C4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B69802FE5D6973E0F3F74B9BA5769C1E /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 15D7CCF59D45A8AEB4224BD291FC9910 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4857A0842D2EBB815D30CCE3A20B92 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15F44C32023C26032714E53545E8B3F5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF61105B6BE647061B73DB8202543064 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15F44C32023C26032714E53545E8B3F5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F538041CF2C487C74839BB4E2EF1F6 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 15FA0CEC28541CA4EF930A1163CEAB50 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = D93D3654709D1331D79514EC1B960450 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 164A3F991FCC1341F1E46E003371F224 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B3ABC7A04102C3F682D13E316B99260 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D97133D0DF5D8D360CB13EED21FEA64 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169B31B58BC0F2BBFA82EAC8F165F361 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 258615144280F905E5F66A4A8335502A /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170322932D8FC0F02AA360A25D994D98 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = 053B4C49FB9C5527BDEBBC3C97992335 /* UIResponder+FirstResponder.m */; }; - 1728749B028AD1D781945AAA91BE736E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE0EFB192D6A4057750293E76172B93 /* AudioRecorderManager.m */; }; - 172E676A7EEA5B4EB058AFE8453B62C0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 49348BFD9292A3FF67B1B65C396AB7EB /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 173B9B2399E756F996763591588AFE57 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C355DC38001EC1DC404881B238ADC3B4 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 176E21BC9C50FFBB8929F3C72F7E3241 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 15D44666109AB3610BC6DEF28C5CA237 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 94074BB665964C130EF3AEAD5903C1F7 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17DFF9A451798288365E8AB8A0784530 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A2968C02EB2F9DA9CFE11523D853F0E /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1832399A5D86191FBC62039FAA886F24 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = B96641B5D9DCA4C6DE1C0D7235BAA942 /* EXWebBrowser.m */; }; - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8330AEDA932A6AD8E031EF0C641E5DE7 /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 187D94A9F0B845CEE3B305C8ECBA9A13 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = E09BBD190BFD8F1D383C10221631F5DC /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 164A3F991FCC1341F1E46E003371F224 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B8584EC9E59E9179ECDECB66BCB46139 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 02780F2B2D2239DCC2F77193E2D15E82 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169B31B58BC0F2BBFA82EAC8F165F361 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = E58A1CD42F0356C6697E2AC06FEA30E6 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 170322932D8FC0F02AA360A25D994D98 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = CE01AF03A65439C83A9931393091FF1C /* UIResponder+FirstResponder.m */; }; + 1728749B028AD1D781945AAA91BE736E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A5FA4F553903242373D9D4AA2A1E8ED /* AudioRecorderManager.m */; }; + 172E676A7EEA5B4EB058AFE8453B62C0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 088B3B353DE06ECB638B9C33B6563F45 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 173B9B2399E756F996763591588AFE57 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B78E97CB66220ED2682AD60E2CFDE2C9 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 176E21BC9C50FFBB8929F3C72F7E3241 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = A13E80AE6A729D77A5B03D2453A07BFF /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17DFF9A451798288365E8AB8A0784530 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8C0C5F92CD5E2E03FE5D8BD19B7A42 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1832399A5D86191FBC62039FAA886F24 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 0728E8867E1424D47A7CDFCDD3463E04 /* EXWebBrowser.m */; }; + 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 723E63AFFF5020146327CCB941345F0D /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 187D94A9F0B845CEE3B305C8ECBA9A13 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB7FD58A664FF21E433E04797D15A3C4 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 189B638C3899F769A08E0DE1EFB64FB3 /* EXRemoteNotificationPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0188ABDD81B9AA39D4779AFAEAE851 /* EXRemoteNotificationPermissionRequester.m */; }; 18A68BC1A619AFFD7CCB45B0AEB98715 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3042722DE6BE862DDD182F6A65072 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; 18CE7AC942DCECCDCE8C8153D7CA9E2C /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0078CF9DAC8CC4187F6E291B8F51727E /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 18E054C5BBDA83CCE21A718C8DD17262 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05D21B2E62B525961EA9BE1309FB1D32 /* 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"; }; }; - 18F803F363DA4D252D73E4C3C33535F6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9AAE44CF3B1F9CBD5F932B34C3A912 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18FF465AC2ED82AD0A5A0501AACD0956 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = C486485423B3730492ECFD48D1453907 /* BugsnagCrashSentry.m */; }; - 1921059D97551DED6DBBA916DBA150C5 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA80193E1A0EDA3D3A4B103FC31B051 /* QBAssetsViewController.m */; }; - 19389D1DC51D68F8312739317DE39C2A /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 961650D89213F585C40D63EF23FC4767 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1948B4CBDE4703BC5BDFB832E73A0A1D /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5E31C57EE60147EDAAE3E31B1D19AC /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 195EDF63D05599454DC50CD6100A1D14 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DC6AB09782FC3C60D8E082174E26072 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 19A77F5198AE35F6170EF743E166358A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 304DA1D0C363EA0FC991F52EC05BAB2C /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18F803F363DA4D252D73E4C3C33535F6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AC93F64C4FF795DA7D71958ED0C0C12C /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18FF465AC2ED82AD0A5A0501AACD0956 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = B22482A857E4CE1F9EC4A91267459DEE /* BugsnagCrashSentry.m */; }; + 1921059D97551DED6DBBA916DBA150C5 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30041F3D20F1C7B733ACFE6E47146E4B /* QBAssetsViewController.m */; }; + 19389D1DC51D68F8312739317DE39C2A /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 42365822458AAD28BC429F6D3DB3E7F9 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 195EDF63D05599454DC50CD6100A1D14 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B773A8910CCA99ECC89E2A7DA066B7E2 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 19A77F5198AE35F6170EF743E166358A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 032D1211FB26C186977EF1BE4D4D822D /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19B3BC4E2828FB30D6FE19E66BBBC724 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A99DA828BE8FDFE29CCA18FF1A666E27 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 19BB6A5959515A1DBDDC1B41C2E63739 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CDBAFD1C6554282FCD586FFBA8FFFD /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A02EAB59D9B047FEBAC7C67C5DF51E5 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 69B055354EAE4BA62853C728881ACD3A /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1A10FA3F9DF4CDF788BDB424013C402F /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F4DE1B54DC18B7BBDAE769BF3FDFB56 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A1290C7A860E755FC08591CB199176F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C97DDC0573F567F53412E83F064BC52 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A39045EC7A8504580AEFC75EDB56CED /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 325884761AB5F277A663E791EA9E1138 /* EXVideoView.m */; }; + 1A02EAB59D9B047FEBAC7C67C5DF51E5 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7816C48F52BFEBC58707E468ECDB58 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1A10FA3F9DF4CDF788BDB424013C402F /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6797C894856069CDC3C86C11A7403793 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A1290C7A860E755FC08591CB199176F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 984EC3D8454467D54E7F433691CF8B2D /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A491A5EF79205088E6544696C92D02F /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 92839ECA01AD51593C6AC08DBD9EBCC2 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A8C26E48B802ECAF127BAB17E884ABA /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = C7EFB60008DF9B71E0BF22DE8B9F1110 /* FIRInstallationsStoredItem.m */; }; - 1A9087134F848791F290A446F14D53BA /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A82C63712B42E185D5C270BBDB629E32 /* react-native-notifications-dummy.m */; }; - 1A91DAC8DA3EBEAA0D5111513D568D69 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCF3DEE4FAB690782F0F7F0ACA51C41 /* RNUserDefaults-dummy.m */; }; + 1A9087134F848791F290A446F14D53BA /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8378085AD74EAA67AB32C6A675D5FA25 /* react-native-notifications-dummy.m */; }; + 1A91DAC8DA3EBEAA0D5111513D568D69 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A3D1F7342DC265DEEA84026C599DFFD /* RNUserDefaults-dummy.m */; }; 1ABA2B507962FB92E51A2CA70A819741 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = F43FC1D38479CA8483FA503030EE4B5B /* FIRErrors.m */; }; - 1AC5F470D468CCBF2A8B1D2FC1CA7A01 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 927C17DD6B309124DF54EAD8D4F887E9 /* RCTDecayAnimation.m */; }; - 1AFB7660AED3CB914CF01D42131CECAD /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F318A1FC11A1A8E05DDD499EE7F877C /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B0BF1AFE2A309247EC3F75FFF585413 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9554C2907C9D9E8F76D8D70EA7EE6249 /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B10D25B28351FF12A8C17090C5309B3 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = E16B31693808D9810E08D38B3EF71479 /* RNFirebaseMessaging.m */; }; - 1B11B7875E992E06B9CF0335A921EA94 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = B99E5695594CBE8CFD931027DD3C667C /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B72DD3B96B82F7387FC92F861EB8BAC /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 69356F2622014AF7DC2A3EA2A07BB2EE /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BB646B47D3E345D72B5CFBDE7DAC2EA /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DBCA195BCAFC9C66DBE902BE6B9EF2E8 /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AC5F470D468CCBF2A8B1D2FC1CA7A01 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B4A19504AAFCFCDCAB0D4D298165243D /* RCTDecayAnimation.m */; }; + 1AFB7660AED3CB914CF01D42131CECAD /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B09B7C2B056521DA317BC0C7FDA36C /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B0BF1AFE2A309247EC3F75FFF585413 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46966B32B9B5CCB0A50F9C507E414FEE /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B10D25B28351FF12A8C17090C5309B3 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = C814CFC1A87CD8295FCE71C6CCC1F35C /* RNFirebaseMessaging.m */; }; + 1B11B7875E992E06B9CF0335A921EA94 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = FA5E06582BE3DC32D7AF5953A9CF4512 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B72DD3B96B82F7387FC92F861EB8BAC /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB1736337E11BB29D3ECDF0F8A97C9A /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B7460A41AE9C572291675EBBA73DBF3 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AE63784DCC7682872AEA595CE8F18A1E /* UMViewManager.m */; }; + 1BB646B47D3E345D72B5CFBDE7DAC2EA /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 300E13D8CD9ABBBE84F65966C2E2D89F /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1BB7DF35DA8BC3E5E76D9ADB62B3BAC6 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 32964D290663FAA0AEFD17DAEBD90947 /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1BD314A43A3B0FD30BACF7FB0DD8E89E /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EECAA76F5023729BF7A8A99CFF1F073 /* REAAllTransitions.m */; }; + 1BD314A43A3B0FD30BACF7FB0DD8E89E /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = DA6FEACD26AD2407B6B041023035776F /* REAAllTransitions.m */; }; 1BDF6BD96EE33DE39DB37AB25232CA12 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EA4E1C67B5BF8BD4E1E55A6409EB28 /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BF065CBF59F4DBF141D3E85E32C7599 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3ACA5DF26B64D8BFB86382C59C225C /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1BF555E94A7BE625ACB1CF2549EA79E4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCC74BBCDD1FFF31B5B035F9074E4CF /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C7684185263BD3216BDDDCD068B795D /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 4375BD13925DDD566F3381489293DE18 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CC75EE4B0889B7CD5ABC6A55A77378E /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F3001C57F8CC737DBD4A431068E0CC5 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D286B93CF69BD522436DB068478A6F6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF7C413C7FA2654A5538A174E57FF11 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC21330146F0910DFE00A496CBC37E5 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 07460367788943CC87A5DEBC9F0BE2A6 /* RCTTrackingAnimatedNode.m */; }; + 1BF065CBF59F4DBF141D3E85E32C7599 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = ABD85E9167567FF451D281EBDF949DE6 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1BF555E94A7BE625ACB1CF2549EA79E4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9C9B65963A8EB86816AA8302B70D7B /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C7684185263BD3216BDDDCD068B795D /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 763596D554F9B7C3843E77D1371DBAB0 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC75EE4B0889B7CD5ABC6A55A77378E /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = FD39BEAA0C9C24C04CD7EF232446E9DE /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CE0A3B74BCACF590A1E1A2BE0BF258A /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 258C24D3057222DDA044B5BA0B208E1C /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D286B93CF69BD522436DB068478A6F6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 58016F2081EF1C207B2899B6AED25B75 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DC21330146F0910DFE00A496CBC37E5 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EF2041609FEE8332151E60184ABDACE /* RCTTrackingAnimatedNode.m */; }; 1DC47F2B7B43257E19EC099965EC544C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7612B1F9763549EA1DC383D43FC8950C /* SDImageAPNGCoder.m */; }; 1DC8D5909F0CC6F24EF0084ECF759D64 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE1EB0C0D097F1CEF044EABD60FA2B0 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DCC3147F0B0324DA6BEFF22166809C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F1591CF497A71B0B4B05EFD3E3656A52 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DCC3147F0B0324DA6BEFF22166809C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9CE7D0FA1F5BD8EE21C37BD6C1D84D /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1DE2ED65A6C32CF6CC486B9DD6BEE45D /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D432FED92D53468BB148EBC674FF927 /* GDTCORTransport.m */; }; + 1E0A1261A07124778FD4B3B42FA9020B /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D69AB0552916946CFE8510B362A05C /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1E9BE88FA1550744658E5DF4C5E27E30 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C7344EA1DD6836B5D82E682D0A59D7 /* NSImage+Compatibility.m */; }; - 1E9D0476202EAFDEC48D83008CD69D7E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0BC95ED6BBB430597CE23C417B542E /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1E9E9841ECD43A7B59D4B9C4A24373CD /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = C8CDFAE1DC19C13D3DA945619871BD92 /* RNSScreenContainer.m */; }; + 1E9D0476202EAFDEC48D83008CD69D7E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = EFC4985609864B233AA0967A35A7475E /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E9E9841ECD43A7B59D4B9C4A24373CD /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4537D660F139B7A00246C28ED343398A /* RNSScreenContainer.m */; }; 1F0C67962D2BB44987FD1B99593098A3 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B408AE390C2CD577F7EF23E9F2D97CA /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F2F9B4108921F0391A9CC05C304D013 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 70BF969C7EE75D6BABCC43461AAEF644 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FBA5703F009E2F9E3B454CF8B31AA2F /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 615B854A67C7167ECA294B3EA4483A71 /* NSTextStorage+FontScaling.m */; }; - 1FD3F9BD427A14B0A7DBE59A9ED28AEB /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE079E5E70B4BA4B86DB31EFEA492E6 /* QBAssetCell.m */; }; + 1FBA5703F009E2F9E3B454CF8B31AA2F /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 84ED2683F6DA3A2351D5771E9A1DCB47 /* NSTextStorage+FontScaling.m */; }; + 1FD3F9BD427A14B0A7DBE59A9ED28AEB /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E14416BDCED8734451ED493A72627EA /* QBAssetCell.m */; }; 1FF2393253B66E225DBF6E7B48F3860C /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = E2FDE91FD70FFC43E88F683DC84004E6 /* FIRBundleUtil.m */; }; 2001857FBC4E5A92A474A1694AE23BD6 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08ECB6371492FBD46314AE3703CD8DAF /* 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"; }; }; - 202AAEBEC0D471F0AC6005E0ECEE1203 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AFF8864BD2A72064697C0A599996A6 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 202AAEBEC0D471F0AC6005E0ECEE1203 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = CBB61D1C8E5DC016AF00232150B33604 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2060620FDFF5B1A5D8C07E8EF403882E /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E76F1E8AD66134342407C6C7C3FD17A8 /* SDWebImageDownloaderConfig.m */; }; - 206924EB5DF82EE6DD0FCCF6588714D2 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FD79D0F338295E977F4D316A76EDFFD /* UIView+FindUIViewController.m */; }; - 2070FF6A8B3C8ABBD14E748FC74E8231 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B244A2A0B9030A23EFCCC664D154DC51 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 206924EB5DF82EE6DD0FCCF6588714D2 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 20395FB1CD366D878DCC8C5C4C999A82 /* UIView+FindUIViewController.m */; }; + 2070FF6A8B3C8ABBD14E748FC74E8231 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2938D2A489876F5A5BFD04A997E25489 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2076F59F6E240771A5E9CFFD8205AAC3 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D16CA96B3633E9D5C63D2D8DEB3AFD /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 208F0F89A59307CFD4DBEE7148C57E22 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC251573210046CA55ECE59BC216F8F9 /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 209B337BCC8D29242D29EDFAE0AC53E7 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 678B533B72684A0D8700B5E2E66C5D4C /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 20A3DBEBF84B486EEB93BD75A146033D /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 59EB8D3B71BF713EDA4402769F375825 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 208F0F89A59307CFD4DBEE7148C57E22 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F3DF8CC066372315A0987F5ADAB7C79 /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 209B337BCC8D29242D29EDFAE0AC53E7 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF2C13F10534DCE134F4B309C3D6B264 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 20A3DBEBF84B486EEB93BD75A146033D /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C05FA934427F21B6B65325D242CAB121 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 20A5F474212746352B444046C98E45C2 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 85852013697E914BA35F277826FB9CEE /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20B2CC1FA97984EE397092FF8B25018B /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 57264E8B1036FFCCC26FD7A98BC652C4 /* ARTGroupManager.m */; }; - 20B95512DF1DDE97DC9AB8856B976D55 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CD28EB1C5665AB87CD4B715CE0C3EC7 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20E395C9875740A8A614B3B3F1739656 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = C887A99E09489A56DE2379D37D1AA86E /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B2CC1FA97984EE397092FF8B25018B /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 96AA77E0285EDD12927EF15AB23471E4 /* ARTGroupManager.m */; }; + 20B95512DF1DDE97DC9AB8856B976D55 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A2424271BAC935A2EA038E05CD2945 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20E395C9875740A8A614B3B3F1739656 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A07FFDF4D4BA10363CB9C0F65B38D36 /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; 20F03A0EE0116A9EDABC5AB21DC39778 /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 76248F9402D4DD786D6A8E7AA04A7A4C /* GULSecureCoding.m */; }; - 21227AB74B4FBEF7FEE5EA1C0AEA6708 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA1D4486566CBD662DF2E1BA3D046B8 /* RNFirebaseAdMobInterstitial.m */; }; - 214C64C44656A5B63CAF20CF8DDCAD76 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F544C6F4427F61DDF85089E22844A7F /* BSG_KSCrashC.c */; }; - 21B97B8F1D7EE4D61F5ED7BA11086BAA /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFAA9D3ADEE4875D364F0EA50C4098C /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21227AB74B4FBEF7FEE5EA1C0AEA6708 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = DCEEDFB15DFD2A72A2E61D28D62EDDAD /* RNFirebaseAdMobInterstitial.m */; }; + 214C64C44656A5B63CAF20CF8DDCAD76 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FE59B916214115894E2C40051662512 /* BSG_KSCrashC.c */; }; + 21B97B8F1D7EE4D61F5ED7BA11086BAA /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F61848737EFDD7070BDC3E278979E0B /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21DC793624E2D6A11CD90371C27BEE98 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 35D78EEAD48E1A7E264E5562768CAF17 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; 21DCB3C8CBBB0BDCA5B2F4F7D875A352 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EA1D92B58046A683FB99792F54C738E /* GoogleDataTransport-dummy.m */; }; 22136FA91117A1F7ED3FF91BBC609979 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 037048A23ACDD15887BD75AFB6F14662 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2257612A49356B139C85021FDCFEA687 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0BFB9CED579761C61A19D4B239A6D8 /* REAAlwaysNode.m */; }; - 227134EEB40138501F42DCB74D501A8D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EDBD7760CAAD0BDC4B18C56EE630607 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 227182585B91FF43E82847A96669088C /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 90CED7693DC05D50A140637839883E72 /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2272F6FED3223D260ED9C5088C7B64D4 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2698D552A903060218AE893510C4D8C1 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2275CDE2F9E72781DD15023D75195980 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B9D904F1C8064C21F44FCF652E65AAA8 /* RNFirebaseStorage.m */; }; - 22A449213EF7B85E0E070E14646F1142 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F3AEB1F91EA369268AF481BB6B67FD95 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22B289E96781F25C04ECCDA39C4E63F0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C648EE5AAA2B5DF6168714E9EFEBB57 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D63C370B1F5F00787DBD1CC533D8DA /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22C92FEB3B04579CFF0378E618DFB3BA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = C29328094405CED92A7C7819B81EC90E /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22CEFC35D6BE5B9099CB736853ACAC54 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FF34E16BF85DD97F2E55FE764F2285B /* KeyCommands-dummy.m */; }; - 22FBC041FA6BDB8D31F52C96B4D0A174 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A11CFDE7065490F90641B26838FBD7D /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2257612A49356B139C85021FDCFEA687 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D746F514705510EAC14794BD0BBB40D /* REAAlwaysNode.m */; }; + 227134EEB40138501F42DCB74D501A8D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2FEFC65024873FA80E3F728D63377D /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 227182585B91FF43E82847A96669088C /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A1BDEB848A1F99DCC1C09C349EC3D3 /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2272F6FED3223D260ED9C5088C7B64D4 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = B12EE8602A823E14F0D9E8BA32311AA1 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2275CDE2F9E72781DD15023D75195980 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = DA5F0022896D247ADE85F1FC69ECDB7C /* RNFirebaseStorage.m */; }; + 22A449213EF7B85E0E070E14646F1142 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 669C987C4F92702E7B0DFEF7CAAAB0F1 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22B289E96781F25C04ECCDA39C4E63F0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3797855F893F6A103D159850627A8C6F /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = F8301A0F6A92FF3E7FBDCFC398D25ABB /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C92FEB3B04579CFF0378E618DFB3BA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = DA82FAFB6CA82B371281E4DB9A3EE98F /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22CEFC35D6BE5B9099CB736853ACAC54 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EA4BAF13052EDA8C425D31E6EB4660B /* KeyCommands-dummy.m */; }; + 22FBC041FA6BDB8D31F52C96B4D0A174 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC16A3302BEFE7D1A384A0E2B860F87 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 23179720D87885A6C7BCFE8789B76AFF /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 43670C6003CB892BF4EEBCCCCF5B1628 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 231AE8A6F71E9002C1051DE440D06378 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FC803D1BE9A2CB384D5AAB212AFFCFB6 /* EXVideoManager.m */; }; - 232A5F0ADAC6F28BA824008C57E88A6F /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA0CDC92F4D7E062A8E3BD5ECA5BFFA /* LNAnimator.m */; }; + 232A5F0ADAC6F28BA824008C57E88A6F /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = BF8CBE83E30879887DB3CF9E8377D2A3 /* LNAnimator.m */; }; 23314833370A97855835848E48AF9CB8 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6689EFD327C141249C36F84B370FCC15 /* SDAnimatedImage.m */; }; - 23B2B5118824C36E0A8F3FCC2DE98C3F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CA225D5A2E6D717CD7870ED6432FA37F /* RNNotificationUtils.m */; }; + 23B2B5118824C36E0A8F3FCC2DE98C3F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 70B8EA6D227EF252F62CF777A6100305 /* RNNotificationUtils.m */; }; 240F76F7437478A24B599EF0EB8A0881 /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 28FAFC7FE3AEBCDC53B7E984681EB602 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24245B52141EA46A7042F4BE99AEB86E /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 978DACD044797636B6F45E9EE5148512 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 243E5A16194B1BAD6EC6D914F6D1AD3A /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B38EB267EC8DC49342BD5DF77B29E3 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24245B52141EA46A7042F4BE99AEB86E /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFBCBC2AB042618C7603F21EE7D8E7D /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 243E5A16194B1BAD6EC6D914F6D1AD3A /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C789D6FA9773A57091FEF46BF5B246F2 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24570C884E7B05506960B1ADE2EBA32E /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 2536DE7D124E9784E2285002DB68F17A /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 247AF2B7F6D31B2F8D692A841B08815F /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 405EA870C2BB4F89E5D6CD159F4CFA9E /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B97F4F26D06C097C3E12F6B68F04CD /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6467BFC418094BBA82ED699AF2F84AF9 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24C7E525A367ABCB6718748137DD44EE /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = E99AFBF30A3D56FE587EF4FDA58BDAC4 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 24DC681EB1AA4E65ADA6DF92E3F69D9B /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D376DCB0CBDF7412C0B00C8968B66E3 /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2520BA6FFB511E1F3B13760E919E35B9 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9F452F697190C881B95C6137E24274 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 247AF2B7F6D31B2F8D692A841B08815F /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0DCBF9B0CF8C7D468B1236B3A03BB6 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B97F4F26D06C097C3E12F6B68F04CD /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = C5A6DF8A0837F3F1166E6F512F59A7B8 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24C7E525A367ABCB6718748137DD44EE /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = F373606318091C64D597999803ADB485 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 24DC681EB1AA4E65ADA6DF92E3F69D9B /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 71F4B7C09F01C5DE42516579F63E0ABE /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2520BA6FFB511E1F3B13760E919E35B9 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FAD805A430894F1296F6BEC00C7A1C6 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2521216CE078E953104465D53D96B1AC /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0E66A3C33EB8EEC21616C116ABB4A4 /* GDTCORAssert.m */; }; 2538800F60EA068402CA799DB74EC4BE /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 921B01A30EBFEA00540CF83973A575F9 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 25464C199156B6F34863455C64857399 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5890F013C17AD08F673E9838E1CBC85D /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 2565B9310EC364F58EDF6D7C3E9D9E74 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5EE46B386E95AC9FBBEE856CF2383198 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 257E5695DD14352106A5F9F2324F7403 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A8DFA1F864C62F0877DC2857424EDD7 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25C10CF7700C88922C4053826BE8422E /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F3BEBAA5D1ED553CB8FCF2B22DF6606C /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25D1EE7FFDCEE0EBC3F03EB316E69F59 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D6DDF8F37CA9BCAD772E6D5DA49295 /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25E00F43E1EDF928FD21D8275DAD3A20 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A49957A6E59C86F1A4F1583FB7FD8F4 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25ED384032B9D13C5127B75C00C81489 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C57C3B759A5EEBA851D9DEC243E07D0 /* BugsnagApiClient.m */; }; + 257E5695DD14352106A5F9F2324F7403 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F79D12827D685E7336B5329A37851D0 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25C10CF7700C88922C4053826BE8422E /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ABC4B4056075957F83785B658032BEF /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25D1EE7FFDCEE0EBC3F03EB316E69F59 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB10853BBA6FD236AA44C5772B7ECC42 /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25E00F43E1EDF928FD21D8275DAD3A20 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C26C6A086FE97D34ECA021258C2368 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25ED384032B9D13C5127B75C00C81489 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4535A50B3AB47322F5447F92AF1689 /* BugsnagApiClient.m */; }; 261F32A1FA02D5BF8B24CB71FD71F10A /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8047865EF52BDB8F74E450253525FD98 /* SDImageIOAnimatedCoder.m */; }; - 263275AD02EEDA619AF605D8A57C8549 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = D89B07927047B4DADE70F271874C1179 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 26D5892C49257B552E50E5D953378DB1 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C936AB33DF656FAF2C5EAB8138CA869 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26EADB2B1F91B0E98325CE377339AB6C /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 772720108593E953F4093B30981FFD2D /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2705398BF3B9198CC897D23D396A7586 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F095906BDA3965C76D41B3547C91D8F5 /* RCTVirtualTextViewManager.m */; }; - 2707704D222AF75C77C0C75D36884A07 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 60133F456FF78804F9AEE4D2C3B11678 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2765C99C5AB7A70535A4695E30345CA9 /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = 28A951EB4F09E6AB0FE2D903F6DF0CB5 /* RCTConvert+ART.m */; }; - 2767B6F483EB91FC1AF72B9E56C9EA93 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED0B61A0303FB3177736862FD78448E /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 263275AD02EEDA619AF605D8A57C8549 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA6CC491564CE520978D54B064C768E /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 26D5892C49257B552E50E5D953378DB1 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 25AF19ED10701324D121CDC03B977D52 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26EADB2B1F91B0E98325CE377339AB6C /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C217182A631F4DEB8799FFDF7CFBBA2 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2705398BF3B9198CC897D23D396A7586 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD60FBE2B26A28936FC126532D2A021 /* RCTVirtualTextViewManager.m */; }; + 2707704D222AF75C77C0C75D36884A07 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C92882E94F93D5A0FAA6D08847E13B /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2765C99C5AB7A70535A4695E30345CA9 /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B5CA053F72DF799277DEF4F9F9FBA0B /* RCTConvert+ART.m */; }; + 2767B6F483EB91FC1AF72B9E56C9EA93 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FC3B607140F53423F46D748AB0779C7 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27905779CF00AA72248BCE35B952D351 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 921C25810B4533D9E001D73370A577B6 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27B32BB91B5592AA463BED8039D4A34F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 376ECD23699FC3A77877C59FAF661064 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C1A69C52BB15DC67850E468B12D649 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 565940AB6D57C8F2B22C29AEA65242DC /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 27C583D37081F7F3510722DF66158B32 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 23CED23C3BC4B8F1C25E48EA10AE1A89 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27B32BB91B5592AA463BED8039D4A34F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D1E699B565C85CBADC8A2C7F7725F5AF /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C1A69C52BB15DC67850E468B12D649 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 854137F5C0ABC4A4846F9700635C0DFF /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 27C583D37081F7F3510722DF66158B32 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C082FCEABEBA37724CCF76C16DECE1 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 280340EB2BB4FBED12529AA52158B665 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC24A7E89EB53B595EF360D6C42ADF3D /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 287E7C771C9169D90BC1BFCA9CED0679 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0B134B634581BF0AB4FFB905334766 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28927F940A72BCEB4A44F42EFBA0B02C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = C88FF80CF46E6A7B8FF8FD176C8397E0 /* RCTTextAttributes.m */; }; - 28BB381A7C6B3B83811D50FE70E938DD /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E92E29D5A6756A75844E6E90EB02976 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28927F940A72BCEB4A44F42EFBA0B02C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C391A3102EC9FFECFDA582C1B03FD4 /* RCTTextAttributes.m */; }; + 28BB381A7C6B3B83811D50FE70E938DD /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE20208E9FEAB94B7ACC8BAB763D758 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 28DE633C2791D8880A18411419955E80 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = A88DF20441288B71F15D147211C1C64B /* SDGraphicsImageRenderer.m */; }; - 28EDFE782C03971D26A94DABC42882E1 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = B7F0074FC2D8A9EA66D202D5DCE0A2A5 /* RCTNetworkTask.m */; }; - 28F5181CAF14D2F0597691A3E405F985 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = 306350DC6B344211A1A7511A3235860D /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28EDFE782C03971D26A94DABC42882E1 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 02226A43F8307859A386CB61543C5E17 /* RCTNetworkTask.m */; }; + 28F5181CAF14D2F0597691A3E405F985 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = E94E82CA6CBE7E903DB83CDF94E22AAC /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; 28F938C614393C2E27ED714D9579FC8E /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D8183FDF6CBBC2458D910575E0B9AE45 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 294DF61467891D4A15B8BE8DA7B249C8 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 0162C892BDD766E04E2714F47090AB60 /* FIRApp.m */; }; - 2971D2756E69D3A1B1B0B05CB44883FA /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 723F636C015B98033D45BBB786F18DAD /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2971D2756E69D3A1B1B0B05CB44883FA /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = AA3A9F0F068955AF9A1FE1F0F2362AF8 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2994820A161009C46BCA0F5CE653EA23 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A00452FD6F9F80CC6BFD7541B8E9480 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 29BC45BF5AE5015D46B969B85561BEA0 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = A15D9453B10C17715504A05E32605847 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29BE103541578385234026751F8ACE67 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E16F32AB7DCAAD31BCA1ABF27AD35118 /* RNRootView-dummy.m */; }; - 29D9E419C855902AC95C921BDC6A1124 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 90DD67F63242CF1116E18DA6D1483E77 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29BE103541578385234026751F8ACE67 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FA49BCFA23CB06D68B401F3F82DE2353 /* RNRootView-dummy.m */; }; + 29D9E419C855902AC95C921BDC6A1124 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC5798F259B20AF35F1CD204E5E88D1 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 29EF263F0219112B7A83EB6282AC6BC8 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E799F0463BF1E9CB29AB2DD41EB7846 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A0924AB7815CCF0A58FF53C9F9DD715 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0615B53F7227CA93A036AB3700D8B3 /* RNFirebaseNotifications.m */; }; + 29F9DF5B489E9D84B67ED4897106E0BB /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2BDE2A8E9321E6BBFBD4DD0F868D7D /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A0924AB7815CCF0A58FF53C9F9DD715 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 765838AF981D83C8AD2FD83BB0F79731 /* RNFirebaseNotifications.m */; }; 2A0CFDAFE1D323DD59F8CC55D2BF21A2 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = DC834FE770DBAFD4CAD544AB5F592ED4 /* FIRInstallations.m */; }; - 2A271C1605508A90C3BA1EAB6BAADC3E /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F19F79B8441F90165D2F5B44C1CF1A88 /* react-native-document-picker-dummy.m */; }; - 2A6155E5BEB10B758FA689BF7FE14AE8 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 10250D78C60056D203D235E04EEDF191 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A96EC20BE6E26342579B6EEEEDE35BD /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4EE6B665100A595F0DC9AF28ADE115 /* 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"; }; }; + 2A271C1605508A90C3BA1EAB6BAADC3E /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 796D6FF12732B49AFA11231E67982356 /* react-native-document-picker-dummy.m */; }; + 2A6155E5BEB10B758FA689BF7FE14AE8 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9EE5BA8DB4608918A7792F0BC4BDA8 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A96EC20BE6E26342579B6EEEEDE35BD /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D30B2E8BB541572E0CFED72143B2D5FB /* 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"; }; }; 2AD4C462CA3933A8FE83A9AE6C424AC8 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCB7B74B4C2EC6C5BAFC108D409C754 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ADFF29E38F4061AD30EE837833ADAAC /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0552660F46727BD283F8A428044D8013 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2AE22261C2F0CC82CDFBB9435346A3A8 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 985950B5EA8B80D858D6759A4C297DAF /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2B4B674BADB4E8A18006C2676BA1EAE5 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = C3311B35B5431B68BDAD6D00E792EA16 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B57AD2AFDB9147504E562E1E6F17751 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = C382C4B6DF1722D9953FF2B3DCD27F4E /* Bugsnag.m */; }; + 2ADFF29E38F4061AD30EE837833ADAAC /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AA61D2586DEC3E69D8458995082E1EB2 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2AE22261C2F0CC82CDFBB9435346A3A8 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = DD82588AC2076B1662424883141FFD22 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2B2A1CCDBA8AD8D264967730D01F3FA4 /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 67591D72716A6D2B030010BEEFABDD20 /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B4B674BADB4E8A18006C2676BA1EAE5 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B762AC40BC975F6953559AAEA9DA262 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B57AD2AFDB9147504E562E1E6F17751 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B6D24AA10E41A54BB260C04EB641B0 /* Bugsnag.m */; }; 2B59524284711BD287A3812E9E981486 /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 325C4D831CC5588DA91A39FF53FA5BB0 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B5B62C5708555CC396B26DEA29C08AF /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ECA1FB0F407E17C0D9E1776F51DB8395 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B7AD03BE3907FBE6A6161BE67B9585E /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = F06E69D19CB17124A98CAC4A351F247F /* BSG_KSCrashDoctor.m */; }; + 2B5B62C5708555CC396B26DEA29C08AF /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A705E35F333CB64E04A16117FAD3D78E /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B7AD03BE3907FBE6A6161BE67B9585E /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = BE3BFBECD1E15553378524DA541FB1BF /* BSG_KSCrashDoctor.m */; }; 2B8F067276102FA6915006D607D487FD /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = D7593711A2E6EAD105E206B03D6E3616 /* UIColor+HexString.m */; }; 2BD172C6FB7DF31CC3EFA3CE085B4126 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F41672D8B6EA45CF462409479614FB31 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2C0C31B7505BC8E94D6FAFBE26E70005 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B6B7BACA996C70663A94C0AC4B349908 /* fr.lproj */; }; + 2C0C31B7505BC8E94D6FAFBE26E70005 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6554F5D74748C27365568140A4796FA9 /* fr.lproj */; }; 2C2703DF3EEE37D3A30ECEB1DCD36D94 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9823CB2C7479BFFC9C9AA170BD0CBB10 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C3B70E550F6BE498EA5F00CBC159890 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 52C5B614F2C0CF9203952EBBEA501F8B /* RCTDataRequestHandler.m */; }; - 2C4337F44EA78BED73792EE210819525 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F8AAAFDC375A850D80E66702DD4BF52 /* QBCheckmarkView.m */; }; - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 15B515C88A882F49E4AE51F40CC365F3 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C45E8CE187BD8D93820C40615AC1E4F /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC1D16019A96C865667CB57CCF23519 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2C4AB1C100D4C8F549F3B391F96BF82C /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C711D324C097D28645BE1368E672C76B /* RCTRawTextShadowView.m */; }; - 2C6754F57D3F7E17CA74E5B2EEB0D7F9 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A73B6FB820D5DF2EC492B1A4D6037F2 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C3B70E550F6BE498EA5F00CBC159890 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FA9A20AB47A7A1EAAA6D8FE40813C35 /* RCTDataRequestHandler.m */; }; + 2C4337F44EA78BED73792EE210819525 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0096C45B37BCEA61A77CC464024A90FC /* QBCheckmarkView.m */; }; + 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BFE991830D7F84E916413983023C1D /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C45E8CE187BD8D93820C40615AC1E4F /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 685CC9ED7AA857F8F83C5CE07C555EE5 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2C4AB1C100D4C8F549F3B391F96BF82C /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 05B1E533FC7DC6FD39092E4978318E1A /* RCTRawTextShadowView.m */; }; + 2C6754F57D3F7E17CA74E5B2EEB0D7F9 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 042BD1F843AF0B4A4B0B1CF490C929B6 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C89CAC103055E4326DDE29E97713CE6 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A06933249D6B6F3242FD631D34B3769 /* UMReactNativeAdapter-dummy.m */; }; 2C8B9B59A5D2050A4FC678FA0A65D5D5 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FFD07CA8CC396C11428C8593FC6E959 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CD5D4D9AB0BB12808E36B48405592A4 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = D65685F530E8F51BABCEE69624EBCEEA /* BSG_KSCrashState.m */; }; - 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E2AC07FAC1F2E0091A4C47C3EEBD291 /* RNRootViewGestureRecognizer.m */; }; - 2CE08EC7BA09068921151F10810607FF /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 661D96F33813C29F39EAA5A247C1BE48 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CD5D4D9AB0BB12808E36B48405592A4 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 57FF5C5617AFBBBF704DAFD06A05E61B /* BSG_KSCrashState.m */; }; + 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 94B487F259C39A019C26E498C77F346A /* RNRootViewGestureRecognizer.m */; }; + 2CE08EC7BA09068921151F10810607FF /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = B74F33AD034F479DC84E3E7D503C826C /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D0E5271D5737630B32CBDBE8AF16971 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 56AFFBA8F4384DFAB0FA919B7EAC03AD /* UMReactNativeEventEmitter.m */; }; 2D20AB1269B163E91C616DA631432A23 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD5C654D5F9C65609BC75BEDEB1C2EF1 /* SDImageCachesManager.m */; }; - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F269EA1A423BE65A1543239DB727E92D /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C3364F0E0F6F42CB93E2B0560C2DA0 /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9B31280B8E5294977D5CC7EA819B25 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDFFA47C755F73800F680EE4AC433EE /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9B31280B8E5294977D5CC7EA819B25 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = BDB51361ADC5F8786F4F64E304B59085 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2E0BEB13B0C41568EC020EFDECAACFD9 /* GDTCORDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B448CC3FB8A5E0A529641BC3F578C2 /* GDTCORDataFuture.m */; }; - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C6DDEA9DA8FAA71B8F5563B3C8BAE3 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E6C0A66C6CE67C359435223E0B96692 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = A96ADDFAE20DF4F9B514874EEA3709EB /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E834C1C8872637F95200FF9269927E5 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D62B7A3B4AF1152F21105D3B2E827CE0 /* UMSingletonModule.m */; }; - 2EC6448F6874BE18BCAC7E4B8750436D /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B06766EBC90E7AB98A11548494111AA /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E6C0A66C6CE67C359435223E0B96692 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = DD142B9C3FA055FEF54B9906D8623CCF /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EC239D84B20011AE1A05A0CFCE4E647 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A64C866B4047D0514B63E16B07FB086E /* EXAudioSessionManager.m */; }; + 2EC6448F6874BE18BCAC7E4B8750436D /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0F52207F6680AC6CC12E0FC833672B /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2EE1214FC3E8D03CDD99006494DDCA55 /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B1336BF0B799990F11A2C6C846FEC9 /* FIRInstanceIDTokenOperation.m */; }; - 2F14DEC7E589201E4ADE8E61F5CCCB8E /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9B2FF77B343827C35C7332825DF9A585 /* RCTNetworking.mm */; }; - 2F37E13839018122C7584B33BD63610D /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F79445FDFB8F1C28B17B142380CA2575 /* react-native-video-dummy.m */; }; - 2F3E6CFDE51DA53D85F9F0B1E585D2C2 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ECAF2F04ACCF39BF7E4DD7FBF6BE4009 /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4B5D8A9B7B3F427CD7F280DF2FA890 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C0DEA996540B56EC22001BD80BF8094 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4D3CB5530FEDC8D599D0FC2A883DF8 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = A3909AF4DCC56DEC8BD614F01AECA9B0 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F51852AA11405085D9282ECDBA680A8 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 258615144280F905E5F66A4A8335502A /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F14DEC7E589201E4ADE8E61F5CCCB8E /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 11F111103A19458BC91CBDEFB769696D /* RCTNetworking.mm */; }; + 2F37E13839018122C7584B33BD63610D /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD3FCBF820DB8AF7BF20EAD86AB6F26 /* react-native-video-dummy.m */; }; + 2F3E6CFDE51DA53D85F9F0B1E585D2C2 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FFFF82DF3F0B943AF0E0DE7CF1E19E /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4B5D8A9B7B3F427CD7F280DF2FA890 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C7B04FC9CA895172C6D273309C5B5A /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F51852AA11405085D9282ECDBA680A8 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = E58A1CD42F0356C6697E2AC06FEA30E6 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2F5AE014543358BAEE4B4D6CD5A371E3 /* FIRSecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2987EA104168329CA646DE0B0609C594 /* FIRSecureStorage.m */; }; 2FA53DFC789880672A8C658D69915008 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = B64A61A851185348B2695008405AD490 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FF2BE53DCA8EE04DBC53FA3A07AF916 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 697331A145A2D7B271EF0AF6035364AC /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 300A7BA55DB2E2C8576B6CE7FB0A34CD /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2E9045B2AC258C5B8DFB25414CFD3F /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3035872384B71512B8644A2C9491AD6D /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BAA7D6FBDA74E2838646EFC29397B571 /* RNCommandsHandler.m */; }; - 307F3607934710DF997A7298180F7E98 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 99D8040F6EAEAB257B9664B10F8BFEDA /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2FF2BE53DCA8EE04DBC53FA3A07AF916 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC49CCB50E8D515DFCF0030F894F241 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 300A7BA55DB2E2C8576B6CE7FB0A34CD /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 399FB2A30095FB474545D0C004D85B60 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3035872384B71512B8644A2C9491AD6D /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFE95B12ED7C3B2AACA5787F66BFFBF /* RNCommandsHandler.m */; }; + 307F3607934710DF997A7298180F7E98 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E55C212DD52DAE10D8D1AF4C1840B73F /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 308EE9EA4C9727C5413B848F42523151 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 08419E1C07242E0A29A26A675DC67E63 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 309E081F63A76DB6AB8C9F3CE25D9B9C /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = F26BB59FEC9CBF96A4426D94923EF71D /* SDImageLoader.m */; }; - 30EA45CE3AE07BC35CEF6C9986E2E1F6 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 066DAB200485098245D5EED0B1FEF098 /* InspectorInterfaces.cpp */; }; + 30EA45CE3AE07BC35CEF6C9986E2E1F6 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C22718127A43B28BB68438E3B47B6B23 /* InspectorInterfaces.cpp */; }; 30EA63D0E95EB523F359EAA9BCADC1F1 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B4A567AE04DB13B59FF8430E58211E82 /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 30EFA1CE7F1133015F0E3E10A28316CF /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0500B10E6BA68DF16917B05F920FA4CE /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 31008478AA016544A263E99504DE8C56 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B1BB1A3C8627427538472C2BEF119CE /* FIRInstallationsIIDStore.m */; }; 31104DDF23E644091D0B208B51B3F550 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 288BE286F03060115DD9AF8F02177A9A /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3117D5AFA4E546F9B2CEA3EB35965A82 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7612E5357AA20DB81B79395E816B4249 /* REACondNode.m */; }; - 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1164A57691AA9276B0B6AA6CF9EBA52B /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3117D5AFA4E546F9B2CEA3EB35965A82 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B6EF8F03028FC6F7F2C227AA0305ED /* REACondNode.m */; }; 315F128047475CF8C8E82CB2C51AC69E /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC2EF7B3BFD238AB12617D31274CEF8 /* FIRInstanceIDStore.m */; }; - 3166FD3754F038B8409AD57568FD58B3 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC8FBDE81778614DD8CE5DE55460D4C /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3178E2FFAF91C8CD5462E8492D7EFE77 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 966AF84F0F33FEE812FBB4E268EAF1E9 /* ARTRenderableManager.m */; }; - 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F4B4F539C60A30B094D1DF65FF0527 /* RNCSlider.m */; }; + 3178E2FFAF91C8CD5462E8492D7EFE77 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4631337CD80EF607C5F83FA3455A02A9 /* ARTRenderableManager.m */; }; + 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 237A1CC6D459F6C0934647A1B05F8B77 /* RNCSlider.m */; }; 319B2207EC617BEAACE39E7183364D0F /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C0ACE417B604A869EFEBF0F8727F90 /* GDTCORLifecycle.m */; }; - 31F10CDB791C2620DD0B1A31A0F82884 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A72D7CEB55FEA06E30120F74D720E54 /* RCTFileRequestHandler.m */; }; + 31F10CDB791C2620DD0B1A31A0F82884 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE307A8282194964DBE9E8481B9E1B0 /* RCTFileRequestHandler.m */; }; 31F3C1F1C0E29CC26D3A6B81776FC9E1 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6853D0C0275C488A7AFF75D5BF9ACC72 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3216E3B96EA52D8BDB8D9F86571D35AB /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = E5385A8D8663E76400E26DE09608AD04 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 74E4529B98FEDAACF3150604E65DAAD1 /* RNForceTouchHandler.m */; }; - 32622CE75F78F8E2F8D5400CD2CB17DC /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD830FC15460173E593D0931A1CFE15 /* FFFastImageView.m */; }; + 3216E3B96EA52D8BDB8D9F86571D35AB /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F287F15F75C2EFD978EACE93861BD3 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5043F25CA2387BAADA8248011A6F6F29 /* RNForceTouchHandler.m */; }; + 32622CE75F78F8E2F8D5400CD2CB17DC /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9259CE14FDF2FF3EDE76809513EB2A /* FFFastImageView.m */; }; + 3268AC6F8341AD59A356F49E24D7A68C /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E7D2442F6309A532AB05953CA63E31B1 /* EXVideoView.m */; }; 3292BA9319F6A044C79AE28E0D918FC5 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 037F5EC90407C5CE3418149B6C7A824B /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3313337DEB72DBE20A1BC168A06E68F8 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 70286279EDC882A5A6D54D5A78D4E4E3 /* KeyboardTrackingViewManager.m */; }; - 3317D2669464A6DE7D7DFD3DC080C7B8 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 21F7F0D642A4BE155F53A6D1027A76FB /* RCTDiffClampAnimatedNode.m */; }; - 333803FE324E27588D21B11BCB0C9D06 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = B6EE70348525F32720F5513A236840CB /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 33457000C73C1BA5BC2352B54AB16160 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E4D000D9915C53B5FCAF941E7972F69 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3313337DEB72DBE20A1BC168A06E68F8 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A0B0145EB41C3A38809588C7EC1B0453 /* KeyboardTrackingViewManager.m */; }; + 3317D2669464A6DE7D7DFD3DC080C7B8 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 40FC5E306ABABA27B01035E205968CA8 /* RCTDiffClampAnimatedNode.m */; }; + 333803FE324E27588D21B11BCB0C9D06 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5396DDCF0BBA58C5B926F5A36A397334 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 33457000C73C1BA5BC2352B54AB16160 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A083A60E952FD6845E06C3B5AB4F25ED /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; 33988475BC9754D18D14BF27766A2C0D /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 21A7E3A6A97682E28E064E912B3B4371 /* GULSceneDelegateSwizzler.m */; }; - 33B34720C076709D0AE09FBD66D845C3 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A37385936A3AF6975BE19B5E37A6A63 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33C906D21E0095E99444F2130D76E9F4 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3755593CDB9E2AD6966475C8A7F9414F /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 33FE4DEEBCA383ED7755A9CBC51B108D /* GDTCORStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D76568A132A5A42C9799FAF84FB8BD09 /* GDTCORStorage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34056CD84DEBCDD1C746695C686393F5 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = B755B5DEA69CA3FE94D40CD2B3D5BDA8 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3413CDA8B5470DCFC4C8E5FB4BD1A291 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 585FC8608495994937895B8A2591307F /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34056CD84DEBCDD1C746695C686393F5 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B3F076BBD3556DC3A8D807870D4889 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3413CDA8B5470DCFC4C8E5FB4BD1A291 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4C5BCB61E597C069C849723B7F1F56 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 341859F7AE772790EC9DE0E1AB2AB792 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 919435F4CD2ADBE3C210FD10F56B568A /* FBLPromise.m */; }; - 3467E57D037D208C62BFFE18DF8E348E /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A479634950702320BDA8537F995EFD0 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3467E57D037D208C62BFFE18DF8E348E /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 192F177DEC925CC3D5188479BC0B162A /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34B59CB8CE7F33E4AEFA4F8D21FAF94C /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = A38CE196FAF4456B06F77B5B9E0CFDBE /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34E56652AA0AEE4823E7F31D025B69C5 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 04281FA56489A7CCB9EF40362A453BBC /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34E56652AA0AEE4823E7F31D025B69C5 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DD271C1F5DDAE181D2540027CC7958AB /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34EA20ADEFC65F6118975776F29B5ABE /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 51EE49DA7F1EB208F9461CB6483D55F0 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 35269B5057CDDCC7DEA2FE786C99AF9E /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = E969E0281AFFBB8E4657559C0100F794 /* RNFetchBlobConst.m */; }; - 3532F5EE6268C8BC44E880EF1AF4FB8E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = D115542288AF9DA2B7799D6CCF398704 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3537CE1621452E04CE333F76DC5EA2FE /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4C192890231485B12830210B5D7DE2 /* RNFirebaseAnalytics.m */; }; - 35772BB3CEED422E3D0575B000524EC7 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 070F4DA174D42E2375C1E26D009B3DE9 /* React-cxxreact-dummy.m */; }; - 35832F60A513B34B1EEA6BDD6419FE8C /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8498FD18C19E0FE18E529B9AE9B2DFBC /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 358BABC6CB59A971C1E83090D568F1FE /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D4EAD8BE22D1A60AEC57B78752F6185 /* UMModuleRegistryAdapter.m */; }; - 35DB32595AFE292384F7082E4EDB8D9B /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4E865392D14D7F9AAD27DDB39B8F642E /* zh-Hans.lproj */; }; + 35269B5057CDDCC7DEA2FE786C99AF9E /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = EA06FB90254188CC7BD42C9ED915003F /* RNFetchBlobConst.m */; }; + 3532F5EE6268C8BC44E880EF1AF4FB8E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F7CCF3B0B5DC48EA13397ECEEA57AC /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3537CE1621452E04CE333F76DC5EA2FE /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9069EDCD5B7C9BC4E2C548959AC4BD59 /* RNFirebaseAnalytics.m */; }; + 35772BB3CEED422E3D0575B000524EC7 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 839A00AACC59C72809D6413C1673766E /* React-cxxreact-dummy.m */; }; + 35832F60A513B34B1EEA6BDD6419FE8C /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 716A1455A0AB1C6D01F7DD42CCE95CA5 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35DB32595AFE292384F7082E4EDB8D9B /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7F5F07B6674B84204E253987EF689317 /* zh-Hans.lproj */; }; 362992C88541C7E04A9D3CC4D08CB8F9 /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 38CB235F9B094ECF8F8B1B1C082AB298 /* GDTCORUploadCoordinator.m */; }; 3656E1A7C7F5703F0068F479C0F68F58 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E764263319E7C9A53A9AF39D7723E5 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 366116BABF4984007964E29E1D5ABD22 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 222E3933ED98940FBF6250CAF9E69A01 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36B30A72BB2A2EB9D72BACEBA5A74C69 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = B330D7E6ECB96495FE5D9E5DCC9EF7CC /* RNBootSplash.m */; }; + 366116BABF4984007964E29E1D5ABD22 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FDFF3C5DAABF31BF9C9877B8AA180EBA /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36B30A72BB2A2EB9D72BACEBA5A74C69 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = 65BEA74BA7488C6DF4D1DBFB14D902CE /* RNBootSplash.m */; }; 36C7EF28833E6681D834301FE13A86F9 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D31DB622D9EBAA4FBD560D40618BCBA /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36D80615F4DEE0F645C306DFED51FB52 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E29BD840C7EEDF0C2224CAE90F3EF14 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36D80615F4DEE0F645C306DFED51FB52 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F3CA809072964CCC65C1EF386C65F7 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37561D58917BF3DD193FA026B4DC7819 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 079482D8D03370ABEA3B4293E9E0F902 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 3785F7EB165DAE2A7047D3376A8A5DB2 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 62DCD8FC43D8554520EF5C154FB8D476 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37A8A74509CB140CA1CBD2862791F6C1 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 21BCCE9D22EB85259CE081E0A923EDB6 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 37C0A3BF90F97D08F52212FF1DBF170A /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAF77B51624F49BDB16C3865BA59750 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37FCEB31D086A0F531245307B9F7C801 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = E86EAAE85254BEA5727D1E88DF730008 /* EXFileSystem.m */; }; - 3825F7BBADE0E2636469ABA15B1C2FE3 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21FE77054F9C254ACCD4B873EF82A437 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 37FCEB31D086A0F531245307B9F7C801 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0C3E5F49ADE324BFA3AEB74AA646D0 /* EXFileSystem.m */; }; + 3825F7BBADE0E2636469ABA15B1C2FE3 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C962AADFCD1221DD7497DC79B7A37C50 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 3834792EC9BABDBC3BEC609A77EC0B45 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B6C6D8A65E6CF1025DC7B7A6DEE0CD /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 383C5B89C2949BBFEA55565E4DCFCB15 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BB33DDB089C0F391FE215CEC01FBC2 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 383C5B89C2949BBFEA55565E4DCFCB15 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BD120D0B9EBE42B9FF56074133CF8095 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3842C7262C69AD90463B43931CE9B8D4 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 47848D888973B34379A73A1129C8E494 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 38442B0F8709B30A6EDA4CD0454A21A5 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = F4110D159EB83763AAC648B1B81D2F9D /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3883B5815DBFA4EF2FE84C41BC335FB8 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 3577E0616DA660D725D6546620A9D780 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38A4CA283B119D95B0A0E732C2331660 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D6AB77C2053E9044D3C2DA81EE8E08D /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3883B5815DBFA4EF2FE84C41BC335FB8 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = BA75D4667D10405301A74A8CA846A155 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38A4CA283B119D95B0A0E732C2331660 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 107135BEBA6EA7330C01077FA39CD6DF /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38A8686E3AE8C9948AC8E16A0FF259FD /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = D3601FC2175A7805C42496F6D3F25E1D /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38CD1EEFACF1F4E85CAC904A501B0876 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 438B0AFC915C650C7DD6BBD7E1482856 /* SDWebImageTransition.m */; }; 38D058F638351726858D7A563A8982A7 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = AA4F5619775B05EAF3BD82EDACD91B98 /* FIRInstallationsIDController.m */; }; - 38D4C661B8BBC385A0AB2B4AB1558258 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4D50C9905DD81CF3A3FD3D2B7A8672 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D4C661B8BBC385A0AB2B4AB1558258 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6987CC8C81C7008AD5DA1E776395751C /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38E6BCA7EF6AEE0500A1E457935A37AD /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 68041748F69925013F2E5E2E941E5D0B /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3916D8D75559CA9F46FA11A981903A5A /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 31EFC03F02EFC58D84B8AE95618C2233 /* EXRemindersRequester.m */; }; - 39A8B0F0C8877BB15AD04CD38C7C9161 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = D093A63288644F13E10F340EED802CBE /* RNFetchBlob.m */; }; - 39B19D68538AE0FC980A4351FA0EB0FF /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BB975B57CCC177196223E03CF5753F /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39FE229CE1651E2B524FEE20F0222100 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = F330F62465D1AC3978641F665A77320D /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A218CA173C1EE76D958B3AD0C9BC0CD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = E5385A8D8663E76400E26DE09608AD04 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A8B0F0C8877BB15AD04CD38C7C9161 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 57DF598250C2ABB82FB71706AB22D7FE /* RNFetchBlob.m */; }; + 39B19D68538AE0FC980A4351FA0EB0FF /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B2FAB6C78DAD30C101A8E0C7C8ACE0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39FE229CE1651E2B524FEE20F0222100 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B0035A78BDF37E294278080430ECD8 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A218CA173C1EE76D958B3AD0C9BC0CD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F287F15F75C2EFD978EACE93861BD3 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3A2AB10764D649D2C494B8ACE9F93C74 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = EF4EB3533CCB7A84BFF17BE881F535D0 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3A41B9C4BAA9C197A9D08F1ACC7C7CC8 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = D525C8CC60B15909F0B82D63E338E963 /* SDImageGraphics.m */; }; - 3A588C35CF59D1DA0D42450E2D7D237C /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = FC77272D5D1D48B43F12E55DDD9F80C1 /* EXConstantsService.m */; }; + 3A588C35CF59D1DA0D42450E2D7D237C /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 977FEB663707366C327C47CC27CDA8C7 /* EXConstantsService.m */; }; + 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6531AD763044370F6EA7D5EC3E63C94A /* UMAppLoader-dummy.m */; }; 3A6B7B5EA8B4C74A3B3628907AF2C361 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 325556A95664EB529C31870C6A52D5D8 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3A90F40F02279EE028931CE48514D66F /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9CC2E2273ED5FE89DBB756223A07E524 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3A922CDA2316846097056591F696D6F7 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD46E5BD03286A699768842ABBEB548 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3AA635385D2DD6AF7B23A198E1851B06 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 6927644527C531D96A463FF647B863B0 /* EXRemoteNotificationRequester.m */; }; - 3AAFEFC4AD799AFDB98222D0B36F097B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A674AEBCA76215CB8F991FFDBA16AFE /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A922CDA2316846097056591F696D6F7 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE4BB14EF822D38A1B0B6893FC53797 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3AAFEFC4AD799AFDB98222D0B36F097B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = CB341B9DEC90F07ABD0A89BE587702B9 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3ABBA80F6C061E7A70AF047FF9B2595C /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5847FD2633BC9047F028FE38A7084AD7 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AC6D38871E11794AACBDDD94449CE63 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A1B67C83BAF844E6860075F41D052A4 /* BugsnagReactNative.m */; }; + 3AC6D38871E11794AACBDDD94449CE63 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = BF20113E5333E238C790CD7D1BE83741 /* BugsnagReactNative.m */; }; 3B19116ABDED6431782A3A8BB569F8C6 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9266B058E00473F5A3D7D31E6AFE30EA /* GULAppEnvironmentUtil.m */; }; 3B333F775A3E42130B41AE2EF4E0B53D /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 099A43376A0723FBD49B492ED1DA139D /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3B426494F084B4127219E522755411FA /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = EFE587B647AEA797A88F2C365DAC8EC2 /* RCTKeyCommandConstants.m */; }; - 3B565DC355CC5A6C542619592FAE3C31 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9599ABDDBC657553636D3A5F8EAAEA92 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B426494F084B4127219E522755411FA /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B71D632E9BFB739138DDB7552F5C4ED /* RCTKeyCommandConstants.m */; }; + 3B565DC355CC5A6C542619592FAE3C31 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 35A9DF7A800D0D82E8400F538C8B28EA /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3B5A6465606762C6EB7BF68923C55487 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE52EC86FAD6477499E13343ED2C1DF /* FIRAnalyticsConfiguration.m */; }; 3C0FCF93B0ED1741AC247835CC335F80 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 91CF14832C73F2B333714483F06B3C9A /* UIImage+Transform.m */; }; - 3C3A3FB4AFFF88F2C17EA07185AC0663 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = F54A1DE8FD0FC45607B56E1634615E88 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A1BABD4B412A0953C577E058336334A /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C3A3FB4AFFF88F2C17EA07185AC0663 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = A084251F44171146FE7CC4E3973E0896 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = F17A2E32705BC84AD814FD6ECD2D115D /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D43239CC218A848CC0C62AF8E7DE48D7 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3CD9657B5CDE67AE647DA7FC86A341A7 /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB3994268A3900BB3EC0B6E41C8ACEEC /* RSKTouchView.m */; }; - 3D1507020B4C2DC1A841168F7B2F2095 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CEF007F87D815FF9DDAF8260B117C81 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D2BDDA5696E0248B91335C53007C1D8 /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 30F18E9133C9EE4A81CFD2687ACBCD7C /* RCTKeyCommandsManager.m */; }; - 3D62B6B0650C43E889B249FA6981903E /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 706F9976E2D7AAA380D98FA3C76F52EB /* REAModule.m */; }; + 3D1507020B4C2DC1A841168F7B2F2095 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 07E0234DD7051C7D65C2E4D36FFF87BF /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D2BDDA5696E0248B91335C53007C1D8 /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A54A2C874DBDF53D30E7B00C51E872E6 /* RCTKeyCommandsManager.m */; }; + 3D62B6B0650C43E889B249FA6981903E /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F80EF5F75C98FB7CEB07165A04BE38 /* REAModule.m */; }; + 3D68D2557A63C01FD65F87F4565A0A53 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 6812983EE2AFE8C95A06E38C75B88694 /* UMModuleRegistry.m */; }; 3D8BE5BF644BE9BB4F41CAB6B7D79A09 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7305392656B07787D0BAA87B5735C4 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 3D9F8FE3C127F89AEAD65F09969FE642 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = E71363AF216BF6A9FDEDA89C8D14B6A2 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 3DA3978096D5C53CBFF6D5DCE1A25655 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D5AA523F9126F7D30ECF8AA9BBE433 /* GDTCCTUploader.m */; }; - 3DB2B8FFC504E9B2209D51E0471B3072 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AADB8C895E14A4EA0A6240AEE3AB200 /* NativeExpressComponent.m */; }; + 3DB2B8FFC504E9B2209D51E0471B3072 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A12EFF825E1C0081EE3DF98F8A217E9 /* NativeExpressComponent.m */; }; 3DB6D861B1BED3FE02246D09E892A49B /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 47B052E1FD1233F07E279610681D4C0B /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DC6AD9F4EB8CA917DAA18FC2C54697A /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8905113572F8576DEA7D37FA11A60F0D /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DF0FC2AAEEB2CD774228809E76A36EA /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3C78B7160EC7119BD39667D355E1DD /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3DF2CF12BAE1442A3F18E366DCF1E367 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF6908128D9BDCF36D9E9E2CBC0256D /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E0588C6F38C12F8417DEA53E703E771 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F30FEDE839FB7BCCC1244D32E272745 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E31ADE4D01843AFE94E6B95687C36C1 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0357F2904793AF75BF705D34080B39A7 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E79EBF873CC80665DB87799FE8B85CC /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = C64D7B0743BF13D2875ED1AD6F5B1BBF /* 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"; }; }; + 3DC6AD9F4EB8CA917DAA18FC2C54697A /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = CABA644F0321E5D4E71EA4106921CB01 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DF0FC2AAEEB2CD774228809E76A36EA /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FFC82B5E27A8347992ABB24503A3FE1 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3DF2CF12BAE1442A3F18E366DCF1E367 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E20DF5FFBA43BBBC8DC829D1C5C88996 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E0588C6F38C12F8417DEA53E703E771 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = D763A9AC9FAC548815F93A714B0A32E2 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E31ADE4D01843AFE94E6B95687C36C1 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 152D99BDB721B1EAE79C96126E72B1BD /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E79EBF873CC80665DB87799FE8B85CC /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = A8CCE3A8FF1C2BB3A9A71D15A2E11C73 /* 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"; }; }; 3E7CFC6BBA278D60B2DEF04E96E41275 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22DA47BB069C91769B82987265E8AA4F /* SDAnimatedImageView.m */; }; - 3E9B846063DBDF34FBAF2E13B2104ECC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C2517F65DB4D4963955B79BCC8FB2A1D /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E9B846063DBDF34FBAF2E13B2104ECC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D25603DCDBD905C3E3280D640D6E574 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3EC8C2462B60DB403104F22B294A4B24 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2373D7CD550A7BB6746818ACCFF4A9 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3ECD97BBD34E2AEF1DB283897AEBB626 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B4C2C687BA9A4F482BCC6E3550747BE /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ED49C84C1C1A124F30F61E18033F6E1 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C478C7C78C67B422A383B902C940722 /* REATransformNode.m */; }; - 3ED530EBB19DB479636138A65FFFC9D9 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4D64374C7E6A0B63625C1CDC038AF1 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3ED49C84C1C1A124F30F61E18033F6E1 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FD50D6AB7F115CD02425C3732120EE43 /* REATransformNode.m */; }; + 3ED530EBB19DB479636138A65FFFC9D9 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CFF6C5FEBA77BC2E8951FC79B34E88E0 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3F16574039A61B5C86268A6D9E5BD931 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = CE50447D6089FD034C451BE7675B6D7A /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3F23A9C8F4C6D6FC2240003C679F1D40 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 25DBAFC7D6E6CECEE0D8BD212F907826 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F4D09BB757DC2587425562E435DD7DB /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB8640F657DD2122ADB8CAB8319C9279 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F4E6AB35F55AE7DF736BE8E399AF815 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = FF707174B2503E5C71F8EF8F5FECB06F /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F8DC9E3686D8CA5C3C1DCAE5CA38D5F /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 215BA62B612524467633014B1E139B0D /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3FAECAD98E39575A2C864CE080401E9F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4299726BEA3130042018922655CEAB31 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F4D09BB757DC2587425562E435DD7DB /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = FECC64914591B823F88D64281B8C448E /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F4E6AB35F55AE7DF736BE8E399AF815 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B421201BC61B8A0A51E7C35E7439D26 /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F8DC9E3686D8CA5C3C1DCAE5CA38D5F /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = FB82D4881857C78D4F580048CDB64972 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3FAECAD98E39575A2C864CE080401E9F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 917F61313C78913F2EF1E925E1D23E9A /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FBB88E0254E6E6972826A7C76C136B3 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 876BB29C527125661AD20D22BE844A7D /* UMModuleRegistryHolderReactModule.m */; }; 3FE6DC36C896C99E4F0E10B92E1FE061 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 535AA0B78CF70BA9675FAEC421BED1E6 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3FFF42A16F8EB91750162C36C8843027 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = D38935DB2A21836A8A17D87C02FE8DCC /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3FFF42A16F8EB91750162C36C8843027 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D411FC895F637092612CAA667C9BA8 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 403E9D49D8232B1F6A6BACED3679104F /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = ECFF7646CDA1C9BC7B92C2364D35EB4F /* SDAnimatedImageRep.m */; }; - 407DE17E311F50FDA9BC4ED4C4759FF6 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E9F851FAD48A36030E29145906CAB0 /* RNFirebaseAdMobNativeExpressManager.m */; }; + 407DE17E311F50FDA9BC4ED4C4759FF6 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B81DDCD44C011136B37C39D17850F69 /* RNFirebaseAdMobNativeExpressManager.m */; }; 407DF13B0A6D61F156D84B50D25A3E2D /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A5DB3B95A61733B29846B836C5FE77A /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB78CEE69FD01B802877A116264D902 /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41131751C2A30224DA39830C7FABDC37 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = F18D82D105EFEAF96ABEC19B66F0AD0E /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41131751C2A30224DA39830C7FABDC37 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F73B3BFFF7C0486C9D4B4E4DA9572C /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 411A3C1B75FB16BE3B6C5709BBB21AD0 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C8FC56CD5FE60871A148C7D2580D8D2 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 41305B5E2E38F44BB750E2C3EB2ACEBA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 094F4CDB49A7800ACC684C08A72D2F40 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 417C1F0F90CD0DF24740636DDA0E766F /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93F2C3F2346A8BEA7226DFFDF8F4D52E /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 41A875AF9B80762A227B0C9FCDADC17B /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E22FF3121770287992115335C6CBFE83 /* EXConstants-dummy.m */; }; + 41305B5E2E38F44BB750E2C3EB2ACEBA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 36344A43FF1BCC39C2B7467B3E7EF95F /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4151149DD2912D71C7B2B5BE90FF6BCA /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C45DAB98AE19CF1600DF224DA3FAD26 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 417C1F0F90CD0DF24740636DDA0E766F /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95ABB6B55BA602D3BBBAD1058697200A /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 41A875AF9B80762A227B0C9FCDADC17B /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBFCB5E60AC63130656AA75C26A0AA98 /* EXConstants-dummy.m */; }; 41C778DE498447ED87070B6D37C30A85 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = D4389EC289745BCEF60BEA7CDAC784D2 /* GULAppDelegateSwizzler.m */; }; - 41EA0669E9251ED0B3F27FB92F566757 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 84CAA6046B8BF4952D41D2078EF3C87D /* UMModuleRegistry.m */; }; 4200E4BFCB23A3C2905D0525513F68CA /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F12DAF7528A201C09ADE0D2FC9600260 /* GULLogger.m */; }; - 420273C9877ACFCFBB918F211EA0EC2C /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 0783991BC3A821F01ACDC5B0CE3BB3F0 /* RNNotifications.m */; }; - 4291025987BAFF7204F5EF33EC8B11FA /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD3AC16BF3F92264910DB70EF0406EE /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 430E21DB1E40C00BBCD1A57AD6A66D7E /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E6D6E6AF7AF5CBA6B44DC028DFE6B0 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 420273C9877ACFCFBB918F211EA0EC2C /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 11B20C54AC294E8BACE99BCDC7C20891 /* RNNotifications.m */; }; + 4205ADAF94B00946E01FCE633872C359 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C142362A2D417012FCB7FD075FCC32 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4291025987BAFF7204F5EF33EC8B11FA /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DF5B5A8F386B04CF4A0E30232BAC970 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 430E21DB1E40C00BBCD1A57AD6A66D7E /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CE6D4B16FA4BB2AFCB6D2BCD6F485365 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 431786DF93882E8D7B28D5DAD61598CB /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAC00DA3B23BFCDC15277B87A9557B /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; 43179FC00D84AEC590B6246AB2749BAA /* GDTCORDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B3BDB0DF8A0EE45046BCB479E4B62C /* GDTCORDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 432416CCB63DC7456440129E2B240E24 /* EXUserNotificationPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C5AA0F62E63156EFCEC5C452B46EE3 /* EXUserNotificationPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; 43A35C1D3B3938A25ADA1DAE6C41540A /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = C67A04FD4DB80B332055C981539D61A1 /* cct.nanopb.c */; }; - 43DC0AC2630D1973E947E9A504AD5F74 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A47C0CBE5FA1A3C612E50398D72E3288 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4401917CF3FFE099B7EE236875BE77E1 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 685D707D72CF9347E0B77A3C59D950EF /* BugsnagUser.m */; }; - 44077BE7DC478E91BB1F7FBCBD475D79 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E662EF8BD891FF57BD8D395276CB1C6 /* RNBootSplash-dummy.m */; }; - 4425EE6E7CE196D6CBE6414B491A2DB3 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A9671D357015F3C5567606DF3014E76 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 442AAD764C2B5335D2D63EC64FDCABAE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 1588722AC1F1877FF162DB4503545D65 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43DC0AC2630D1973E947E9A504AD5F74 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54E20EE1DCF407DC3DDABFF462686954 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4401917CF3FFE099B7EE236875BE77E1 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 70533C394B7A6E044FCBDB9D4D35FCBD /* BugsnagUser.m */; }; + 44077BE7DC478E91BB1F7FBCBD475D79 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 305EF1AA6F32D05EBF526DDE7C61764E /* RNBootSplash-dummy.m */; }; + 4425EE6E7CE196D6CBE6414B491A2DB3 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 59D99653C038F838A82E5EFF0C321F93 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 442AAD764C2B5335D2D63EC64FDCABAE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = DCA36AA1CA0B92BA681E7562A9AB8210 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4456E28CE66464D55C0363C9BE7A328D /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BAFD858ABCC55478AF6AB0854547DF /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 5801DFFC0C6A59EA34122FA75E352C62 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44A5A16ECF6812A67354E03D10FED517 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = C003E82845B79893D5C223AF9F0D9547 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6AABAC22A2C9E92D9FDC47AE29EF1B /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44A5A16ECF6812A67354E03D10FED517 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6E23B77F7FD55BED26239ACD359A3F /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 44C3BFF27B3A00065E0694106B6BBC65 /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = A0DE2AA756FD1093A58487EEF833F499 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44CE88088F17C4DA76F31DB5A23EF1C0 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = AC65625B781057D8733A1F09D482D2DC /* RNFirebaseCrashlytics.m */; }; - 44D47F1B80F64630143457D5E61D30D9 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FA61EA52F6BD937338BB3E55FAAC5537 /* EXAppLoaderProvider-dummy.m */; }; - 450237AE946360B4D86A82DF9108EF63 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1D3A7E4F081812185DAEB37EE6E065 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44CE88088F17C4DA76F31DB5A23EF1C0 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBF48C9031FDA0CBFCC41EB218C1371 /* RNFirebaseCrashlytics.m */; }; + 450237AE946360B4D86A82DF9108EF63 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE49638ADFC5C297F8F611DD713D98D5 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4511E4C8DFD1706C322BEFECAB639B93 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DE8C91E01DA1613F5EC7CD66F28061 /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4512CF639ACCB7CC62CD0336CC637A95 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BFE4C44B6733B9C2BEAC7A14FBD13A9 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 452641E607EA42EAB0D4C7FC7F68438A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8517462EC8191891DDC4C090B5F149BE /* RNFirebaseRemoteConfig.m */; }; + 4512CF639ACCB7CC62CD0336CC637A95 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E7A2E2AC47B7F0AEE9D9E54095643D5 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 452641E607EA42EAB0D4C7FC7F68438A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F089F3A124DB6CECEAC5C113F2A71FE /* RNFirebaseRemoteConfig.m */; }; 4532353CD119D76BF82B67891C680DD6 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E05491038895B9B893771A35A083EAA8 /* FirebaseInstanceID-dummy.m */; }; - 458E43E940D2058F9A68BBD0956A7644 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9C065145AF9F65D3F2ADEC6D33A0BA /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 458E43E940D2058F9A68BBD0956A7644 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C82D0794DA98040D5A7DCF691567B8 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; 45B509EAE6F30C8FD22CB2AF7B72D785 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3479DAFDB6E7103FA78860240F0C3A7C /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 07FAC8AB14356BFB7EC74487EAE16C04 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FE11CB3CB7BBE3D49D3B126DB75BA1 /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = F254BA39B80F635278F87ECA06DBFD0D /* ARTPattern.m */; }; - 460EDFD72035E6D5F088C95B73F30305 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CD1A41557D9711A38CCC49769B2E64DD /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 463558BBD4C758646B3A100042977D4A /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FB98F90F90861D1A9C0D3B322EA9646 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45FE11CB3CB7BBE3D49D3B126DB75BA1 /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 053250B4E1F9B565A8C721AFF28B912D /* ARTPattern.m */; }; + 460EDFD72035E6D5F088C95B73F30305 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 216C4A3EEEEA592CE9AD2CD1077DD9A5 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 463558BBD4C758646B3A100042977D4A /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E5E117548E693E5E485250BC8BB48D8 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4647F15E0AAB72AAF4365266C1EB0F4E /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 617FBCF995CE49D04C8237AFF1BF4720 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 468D4662C2082CD37B39EE1999FC6DD1 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 583F2384046EE63CCD0360AE527E4565 /* GDTCCTNanopbHelpers.m */; }; - 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B776E20C9A189F93824B81E78FC45C39 /* RNCSliderManager.m */; }; - 46C92D13EDF916BFBC5453A68C3B2B12 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 236C579C9D265168EDE8DB0F896CBBAA /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47038C55444EDF4875734474B0D04880 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 094800FF4F03E576562FEE945F9DEFD6 /* RCTHTTPRequestHandler.mm */; }; - 473CEB698A524AA4C14DF66D6E572C37 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEF51CFB5D2A21518EC339F1438E9B5 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64C48D8D013E8FE6E0BC2EE32C9C0330 /* RNCSliderManager.m */; }; + 46C92D13EDF916BFBC5453A68C3B2B12 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = E09F3565A053C17C268671D9AECC4574 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47038C55444EDF4875734474B0D04880 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7F54A517880631FC3AB3FE31EDD25CF2 /* RCTHTTPRequestHandler.mm */; }; + 473CEB698A524AA4C14DF66D6E572C37 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 54D14A6AF913F814BE23D71D63984D29 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; 477A39CF2D9AB86F3DEE6359B97FB9F5 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 28AD1F843F1DFF344E92B8B18AB1A0FB /* SDImageCoderHelper.m */; }; 477E9F458C626A14EA29CADDE3BE895A /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CC36153E97819CC766DFEB874BBF6500 /* FIRInstallationsIIDTokenStore.m */; }; - 47BD9494DBAEECF3B78696B1C7F16B4C /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B539A7B9514BB8308B7BC00D8903DEAF /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47BD9494DBAEECF3B78696B1C7F16B4C /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9BAFFB20E75D4AC984487B5BB9A004 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 47C1D14CAE63EFC8B07A816499198552 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C331504D9FED2A78645DE10B40A14F /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; 480C753D7FA4D8422864286E1DAE61D5 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 05F2BC055A4813F5A29FBD88A3F3261D /* FBLPromise+Then.m */; }; - 4835C3B0DAF49A23B4BEB570CF5327E2 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6526582EC82F315F21184165A9D33A /* RCTConvert+Text.m */; }; + 4835C3B0DAF49A23B4BEB570CF5327E2 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA09F9FC1A6B126F51A2733487247C5 /* RCTConvert+Text.m */; }; 48363CF916E87324E455BF39CE064DC1 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE11FC733D32808154EE0C7975D70AD /* SDImageCacheDefine.m */; }; 48A597F6B21D3A8BD625F3BCA9DFFBF0 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 63743B445C8FAC8021EC41CC4362CF9F /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48A65F090855476E8ED575F6389A7272 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E94BA0660B13CFD23C2EF1EEF9BB88 /* REAValueNode.m */; }; - 48AB1B74E63D91A4FDBB5A85D55E4ACF /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB2D10B5EA5FBAB4565B783C80C9A12 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48BF79294A1C22CC36D1E91201E030E2 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 536F45DD82C94CE6D96EA437C0C21BBB /* BugsnagHandledState.m */; }; - 48E2406E6C69AD9BA73860D7FAE33DCF /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 51A5F2C64929287D8852E8AD60EECEA3 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4908C596106B2FACEDFD4A5474075242 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 1546D22C2C8EA6AE11F39999F64BC710 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48A65F090855476E8ED575F6389A7272 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 04EA08A77D9346780B4B301D8DE2F6B8 /* REAValueNode.m */; }; + 48AB1B74E63D91A4FDBB5A85D55E4ACF /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46CA0C2F0C64FDE17DA59C7E8EBA9F7C /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48BF79294A1C22CC36D1E91201E030E2 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 410D6867C29D9F4F2585F6E3E6E4DB52 /* BugsnagHandledState.m */; }; + 48E2406E6C69AD9BA73860D7FAE33DCF /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F88B876C5405EBA02F0267913352F6F /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4908C596106B2FACEDFD4A5474075242 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C40648B277654B89CBC8308486307E /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4977E406F103BC7E9F600C3C57CBF755 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 28360F116ACE0C01D969AB83563A87B3 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 499A78064AD0B576066DF5C4AE420F4B /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = ABFDDF7E2B4A60522C6DC5915D034318 /* FIRInstallationsAuthTokenResult.m */; }; - 499FEAAE461FD29D544C7CC5DE018BFA /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3AB05FE90FFEEA3D320C38916D44AC /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B7D61F6DE83F207D6CD7D9303633B1 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EBC7B2F4677382CBD60210CA455E8F86 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49C6B4C68299EBCE9E775E1DD93265C2 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = F75184F86F3E79DE210E71936545C57D /* 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"; }; }; + 499FEAAE461FD29D544C7CC5DE018BFA /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 857E762FD5E4040F49FB20F21D656487 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B7D61F6DE83F207D6CD7D9303633B1 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21FD64ECA5043E71869A816326A90245 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49C6B4C68299EBCE9E775E1DD93265C2 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C8EB49CC4CD3F84FECC6E661B1CA25 /* 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"; }; }; 49E32996D57F0BE4B4C214A788834B8A /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B0846CC9420B2A99D2842B5596A174 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 49ED22AD77FCA7D73439C955EC426CD9 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 478F25920DDB277A1F4403B7268C02D9 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A0647047F5A97E7B469362447A72896 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = EA972EEF98A6E6063A59FA70C8963000 /* RNEventEmitter.m */; }; - 4A50D92C658ED40C6E8CEE6F91AFE368 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4F35BD813347FF988C6039F938EDE8 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B1091BECD4A0FD930B42261D4A716A6 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0D37E1B7CD8A752787DF9DE90D01E9 /* REAParamNode.m */; }; - 4B174EC3B79E737EC18607D92EFFA69B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A7320CAB16DBE6090FF9162811B32F /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A0647047F5A97E7B469362447A72896 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 552764B9A0BD91BCD64E04C969EDD959 /* RNEventEmitter.m */; }; + 4A50D92C658ED40C6E8CEE6F91AFE368 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F7FAF4767F2073315B68AA2ACF9D43F /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A75E803AF46B56D11CCCE41CE8FBE0C /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 30C31DA992CC2BBA6BBFB25792C01FB2 /* UMUtilities.m */; }; + 4A7CBC49E0E714E315BF2E22E39BC136 /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B836C4150968AB6CB201FDBEAF345D62 /* UMReactFontManager.m */; }; + 4B1091BECD4A0FD930B42261D4A716A6 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9AB10A51330DF7904DC4C0C9AE6EBD /* REAParamNode.m */; }; + 4B174EC3B79E737EC18607D92EFFA69B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = A43B2A2F1692B94FFBE6296047F98078 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B46CA419944F2581E787DEC9E26DF27 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6456BEB6732CB1208721A93717E83ACB /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B6624A1006ED93B3305A5C01B680EAD /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 64963B0AD90508C9D1DAD41D65CBBC0C /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4BDB4407A51CC421C90A908BD6A6031D /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = F4810CC9A18EA364361E1F4DF90E27D0 /* RCTTextSelection.m */; }; - 4BFD25CA7DBC62396BB66D451DDC502A /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9935A42776FF18709A2F382332B44DA /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4C1215C207F76B2D1473350F2CD63B5F /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 49255696C1CCEA1E1242C663239CCB89 /* QBAlbumCell.m */; }; - 4C7CFC31B67E5D1520E3FDB757211A24 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FB6F47EE770C3A9B0C5AF899D94B955 /* RNAudio-dummy.m */; }; - 4C977662AA3595E8D9F5367431E85368 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = EA27D397082A0630D8A137FE7CE51625 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4CC0FCC24DC626AA4562DB78E899CF18 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 29296F8F060C36B7C0B8B12AD859654B /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4BDB4407A51CC421C90A908BD6A6031D /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 864E531677D5FDC8C55FAAFFFB25F5A6 /* RCTTextSelection.m */; }; + 4BFD25CA7DBC62396BB66D451DDC502A /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 80860F4CE5B3CFC4012350F2586BF780 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4C1215C207F76B2D1473350F2CD63B5F /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F8FE20DC1D5D221CB41328B3C377473 /* QBAlbumCell.m */; }; + 4C7CFC31B67E5D1520E3FDB757211A24 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4CBF62749100696269A58ABE3AD370E /* RNAudio-dummy.m */; }; + 4C977662AA3595E8D9F5367431E85368 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 9214CCFBCD5FCADCB4FD08313D9448C9 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4CC0FCC24DC626AA4562DB78E899CF18 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 595749AF0F0544A02F47ECF6633DA760 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 4CC8A1271887F77848976D93CA74D44F /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 195034DDBA6E2F083A2BB6F020769C4F /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CCBFEADC3A7B8A5E9B92C290981C41B /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = E82A30AEF74EE71AF0B62661B8B26951 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D1161EFA05C95DED718D8A835C85042 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 64AB36A81419579DFBE653B56BFDE10B /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D316D26515A766E0766CDB80274FFD2 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C40E7B6B5993D70A5D70F7D30FD3B4 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D9B404036A2626231F5223FDFF15074 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B122B1EE8FD3AD8E8CA73EA280DF17D6 /* Yoga-dummy.m */; }; - 4DA8304474BEA599DF8E2F8D29F75DDA /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = FA12DD048A9A27567FE7075E7732FD3E /* RNFirebaseAuth.m */; }; + 4D1161EFA05C95DED718D8A835C85042 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 552C78C6484E5AAA46853C4A11A084C9 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D9B404036A2626231F5223FDFF15074 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 251B86E92411878C6682553867AC98E8 /* Yoga-dummy.m */; }; + 4DA8304474BEA599DF8E2F8D29F75DDA /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C914BBC97E292E5EFBEA4F4414C3500 /* RNFirebaseAuth.m */; }; 4DC3C93691EB8D66A121CA71EF8113BF /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 0707F165A40293C90DB9DB10B0433839 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 803AA4D060B960BE2E1541EB7EB0A8F8 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DFFBA368483E031A15E54516CEED584 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EB6DE0D9A1824EE199A41E34D2D0573 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E1848B48A891AECC6A70A8F09515A91 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 486937403C032E7E7D7AC3549ADD9FF9 /* BSG_KSCrashSentry.c */; }; + 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CB3B48E6147457728CB56CE1BA95DF0F /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DFFBA368483E031A15E54516CEED584 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E11CC26571EB421A596832D803E4ADB /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E1848B48A891AECC6A70A8F09515A91 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = E2E450206ED9BCA2BE53194642EDE138 /* BSG_KSCrashSentry.c */; }; 4E482BE9AD7430C9B3E1B787850C95DF /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 762B0734C882B680C9D971AF79E220CA /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 4E5A24B2AF227D372E222CC035C1DAA2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A21588A6554E872D0F5137FF593521A /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E6013E485F9ED649C319A0D4F4FF62A /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C10B5A48784E792CA65B3D54A32EE31 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4ECA0D81891EADA811094561AB083DF3 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 78E05B5B4544D8C74092E8B0982CF77B /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4EF4EDE720C083DE10CB8F54DE08DB92 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E13F2680B890F89ED3CAA5AB74573C4 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EF7FEE09B24A016FD7489025596D713 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A3C30FAD3141239D732D294DFC5598 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F08C1AA06DB1EF092D1AC739DDD32A4 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2906DDB1F14278AA23677F8338948411 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F15A702742BC8EEC77814DD5A7D1641 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3D6430F396C6EBB6638714FBB10315CA /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4F2C2732085E16054E71361E687114D3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C92512161C2301398F3E08A8BDCC12D0 /* RCTImageUtils.m */; }; - 4FC056AA5B803E2F5E1BE4D5EB038A0B /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CCAF055E529752847C75826F77E9416 /* react-native-appearance-dummy.m */; }; - 4FC9AE5622DA302E003954C3A03A61CD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89E51AAA62F862E9845F3BCEBA4471BA /* React-RCTSettings-dummy.m */; }; - 4FCB2253CAAF6A8CD77729C14594CBE4 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B6173C9FF424C99E39122BE128ED09B /* ARTSurfaceView.m */; }; - 4FD4A078850E697AAC9FE5093FFDAD53 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = AB872D6F4881170DA344D4B5D2B8950C /* UMAppDelegateWrapper.m */; }; + 4EF4EDE720C083DE10CB8F54DE08DB92 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C865AE8C6D07D3F5C9D9F79772C2663 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EF7FEE09B24A016FD7489025596D713 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB7EB013F833B355FD0244A8EA7E1E9B /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F08C1AA06DB1EF092D1AC739DDD32A4 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = F13D4DA071E13382EBB8FAACFBAB3167 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F15A702742BC8EEC77814DD5A7D1641 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = A36A109784D2B83D3C88A7A23FEE4229 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4F2C2732085E16054E71361E687114D3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1761FC1DF3FDB6F1A4BDA9991658594 /* RCTImageUtils.m */; }; + 4FC056AA5B803E2F5E1BE4D5EB038A0B /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1930EF38F81766151936FC224DA4DE79 /* react-native-appearance-dummy.m */; }; + 4FC9AE5622DA302E003954C3A03A61CD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15B2FB55546B58F6FC0E141AAB476DEA /* React-RCTSettings-dummy.m */; }; + 4FCB2253CAAF6A8CD77729C14594CBE4 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = D88BB9068AAEF882200E06034A2E98B2 /* ARTSurfaceView.m */; }; 4FF27C416A5E6CF6705EE1732D392D1B /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FAC32E62B1F1A5CF4B7035D16475866 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5005D6761137D55A31755FA8762CCF7B /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FECE8B750D858CB3C6E9F3EC41E9A9F /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 500E9B663E101F6ACAFBA792E5932023 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 807A779FAE2954A7DEB36EE202F2B50B /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 503F96DD76B26B7F3FF816FB7F6E6B18 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = BF75FB52132595BFDC41B0278ADAEE91 /* RNLocalize.m */; }; - 50698A0A9C1C096EE7D378E2C872A384 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 50AAD7CC4F251E199BD4939630F9F528 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 500E9B663E101F6ACAFBA792E5932023 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = D27306986FC5408AC3FEF9F3D00DF96F /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 503F96DD76B26B7F3FF816FB7F6E6B18 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = F6627C545F0044B75E15296F257929F5 /* RNLocalize.m */; }; + 50698A0A9C1C096EE7D378E2C872A384 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C9E54AD8B41D0C5767C7A07792FF8A2 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50738319CBBADE87610C7672075BA2B8 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 38EAD67CF2A3E1955A132851281FF6EE /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50A813DCE536784396073D6FFF9F3325 /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C80AE83CCD41943A1509A4518CEF1A /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A900B393ED9B9AE107160AAAA9D2CE /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 84BE2C7443B6C5385B9E1464E6B32E3E /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 51093E66FA7DBDB281D906D26D9DC378 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 19284D31BD342A64F8E638D6F6DD5F87 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 511F51533D71E43B725E235CCA913464 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = E20BECAAF117D13FDFA68D903AB2823F /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 50A900B393ED9B9AE107160AAAA9D2CE /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = BCF2345A2EA02A64F30B955F622EF579 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 51093E66FA7DBDB281D906D26D9DC378 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = F55F61BA61E17B03C7DE7BB3DD03F64F /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 511F51533D71E43B725E235CCA913464 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = C77C24556A53C47DF40E0A8E02AD3723 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5134C7B582F00BAB682F3A69DC3790AA /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B11D5857328B9B8C43CEFE929288EC /* SDMemoryCache.m */; }; 5170CD2D819D39CE643B288F7DA6212A /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C2E718EEB7FC61E0AF4FF7745365F7 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517ABBAF7367444484132D7F5CD6BBC7 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8494ADB2C4035D2B22513419C51B5517 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51AB931695C6A683B02DCED4DDC7E900 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 170A74C6C2C5C22A8B53386C9837E276 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517ABBAF7367444484132D7F5CD6BBC7 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5CE5EDFD4CC2026BCE5EFAD0A77B9F /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51AB931695C6A683B02DCED4DDC7E900 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D04B7E2613F82221268696643CDF9CC2 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51B0202DAF50A4A3AEA12893E08ACDF3 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D951480F892BE81EC44F26A081C5205 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52ADAD247D836F3627A7E5CE7744A659 /* FIRSecureStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3831B2A00965967014DC2303A0B27F59 /* FIRSecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52D80F9C25476F314DF6A4A179BB7A23 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E66962C9572CC3ABCEC3D5589A4D7E /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52D80F9C25476F314DF6A4A179BB7A23 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E8FFCBFFB676EA7DA34B1A9054586EC1 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 530798D8A1CF3289921987D9FDC7B884 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 59EDFE4884DAF3E61B6C33A8BE503617 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 531131AA54E45A625EE48708E77A7910 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AD45FCA84FB2434143E5D1850C67D1C /* RNFirebaseFirestoreDocumentReference.m */; }; - 5323DB969E6AEB25BAB50F2CB65D553E /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = CC3A25758C48E41849D21816D17AE1E8 /* ARTBrush.m */; }; + 531131AA54E45A625EE48708E77A7910 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B68F2825A5F62FCD233C7EEDF9B82D2 /* RNFirebaseFirestoreDocumentReference.m */; }; + 5323DB969E6AEB25BAB50F2CB65D553E /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = AF89BE7FDF89C01015A090FDCD1FD7CA /* ARTBrush.m */; }; 532684D939B80EF9527A71AC2082A6E5 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = B2910F746BA799CA787EFCE48845B524 /* SDWebImageError.m */; }; 533F5B5A43499AF92AB8DBF7CC1CF84B /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE13B65AEE9DB27E1676D172D142597 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 535DACC7936138341FA544E17631DE61 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E136A7DD0501D2920AC6E751907951C /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 535DACC7936138341FA544E17631DE61 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 07CFB0E0B4BDEDA2A38B1B0CBE538C1A /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 53C338E1563591F463193CF3D2327216 /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B78E7E3DBE12168C17E886E24FB2F51 /* FIRInstanceIDTokenFetchOperation.m */; }; - 5438467E978675E1651C0CC682270E26 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = CDB5F578E2042E693A3F18E5B3DA855A /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 545434BD6D2216C6F09893FF449649DD /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 75A708AD80219699E2A645931B9F0274 /* BugsnagFileStore.m */; }; - 5472D790D5CA80D8841FE82D9CC7E06E /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA2EA1E087459E4C63B1E4E71562822 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5486311C31543B9A40362E6836E817DE /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0728DF55B0762E76D1988160FF42272B /* ARTTextManager.m */; }; - 54B1C522469904C9947EEFBC434317C7 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B824CABD58145BAA085DEB425D763CD /* RCTPropsAnimatedNode.m */; }; - 54DD7A4DA510F89502898CFDDE526791 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A02C799EB03CF97350DD5854B811C0C0 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54E1C1794977A05E882F8472429C9528 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D0889914C2EAB592A088E57E532DCD1 /* BSG_KSCrashSentry_NSException.m */; }; - 55195AB5F725DF334CBDC109AE395CA3 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A9288615ACA0BF93301A73914C47FFF /* RCTStyleAnimatedNode.m */; }; + 5438467E978675E1651C0CC682270E26 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 530D57AB3979EFD0DAC18E8B0387EB2D /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 545434BD6D2216C6F09893FF449649DD /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D15DAB3C5711DFB7C6B3F1F3166E3E /* BugsnagFileStore.m */; }; + 5472D790D5CA80D8841FE82D9CC7E06E /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = EB02E1D6B07453B5F6ED0EBFD6E676A5 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5486311C31543B9A40362E6836E817DE /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E72C9EF29F6A797469AE3146483A69C9 /* ARTTextManager.m */; }; + 54B1C522469904C9947EEFBC434317C7 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB51127FF6C0976D95599F103AD29CA /* RCTPropsAnimatedNode.m */; }; + 54BCA853DAAC904AE97C54D9E4800CC7 /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = A36F98AFED3E1B7EC702C7C6D15AE300 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54DD7A4DA510F89502898CFDDE526791 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A2B94ECD37EABC4C367A6D47319FAED9 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54E1C1794977A05E882F8472429C9528 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = B7306BA5C2451AA1BBB2567333902B39 /* BSG_KSCrashSentry_NSException.m */; }; + 55195AB5F725DF334CBDC109AE395CA3 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A70F77CBF361A7F8726BDF350E3BC69B /* RCTStyleAnimatedNode.m */; }; 552BF8053A03C10B0A849A781B5D40AB /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DFBAA668DAA11EFFF653C4F4F65920D /* NSError+FIRInstanceID.m */; }; - 5540CDDC03A82226F1717892B3E634E7 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 2057AABFC66C0A8C7AE0D06D345C2B55 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5540CDDC03A82226F1717892B3E634E7 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B00F1FE3D135C9D9CB860A71ADD16CE /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; 555AE9BB3A4B4A37116D009489131F89 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 43AAE931318CFC65211035F2E169B081 /* GDTCORRegistrar.m */; }; - 556A5B3489033C319EFAFEB961E2CB93 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA490AB8CAED42668DC35D43BA2575D /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 556BC4473335922D123C95D9C7A6307F /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = D63B972B95C4ACEAA36C351BF1B2CDDD /* SDImageCacheConfig.m */; }; - 5577579A4BFCE7BD4C079625B8F67344 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 277399C556AA4B46C25A19AC1B29F616 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55B7CB112CABCD20BB52FA1F225BCE39 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EFEE57B5E9B7E6FFAE0FBB71BB7F7C04 /* RCTConvert+REATransition.m */; }; + 5577579A4BFCE7BD4C079625B8F67344 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = C3F873101E68AB7AB6750170F1CC997C /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55B7CB112CABCD20BB52FA1F225BCE39 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0466ADC87C26343FE7AE73E674521A /* RCTConvert+REATransition.m */; }; 55F72D6B2A29619435CE8615E7803975 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B5C4CF7EEBB56E009C17E4CB2CDCD303 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 55FB43514277CA17C739F645DAC9441E /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4BDB1C1F0DEC616F4EE2565D81B77F /* RCTConvert+RNNotifications.m */; }; + 55FB43514277CA17C739F645DAC9441E /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = CF353E7A44DDBE94363B76364EC14F54 /* RCTConvert+RNNotifications.m */; }; 5605F99EFA7EB1FC1B0AD035A25608E8 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 55DEC1E6B4290093E9B0766AC1D19DFF /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56100FAAA94464067322A690ED912A7A /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 94CDC22B49EC8B76E4EE023F1313845C /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56100FAAA94464067322A690ED912A7A /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 23AB78D14C1EC7321119A8EF4E9C9C57 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5651B7D25B0D4053B7DCBE24594AE5A2 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EE39A7B4283BEFE43E66F46862951DC /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 565EF60B5D30D937C88DB733534A746E /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = C99B6ED7E39443CBF47A64AE5D60CD8E /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5672B8BD4C7EAB0DE6BBFEC8487B6693 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 27F11528898E1C09AC16B648A3466810 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 56E7702B98F46346A3D240054D939E7A /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C651F8C614465833939221AC4CFF9313 /* UMReactNativeAdapter.m */; }; + 5672B8BD4C7EAB0DE6BBFEC8487B6693 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2E953FB7D2B868CC851F5A3913258C6 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5730650DB2DEAACDDD31A30086AC02D9 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 371C3A9071849B2A8C9AA73083078BAB /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5739A1EE2310BDED7DC7300319F16951 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5BF6F5C3F36B03310C16BB02AE92EB /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5739A1EE2310BDED7DC7300319F16951 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = A00DE769931FC6DE829514A38AA058C2 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5741AFE087A083C8D0D5C9D5F646A707 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = 285481B86C63C48528603907702089DB /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 575004987788BE8008A657816910AEF4 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A23231E02523DBE1CEFD142A4EF57119 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5750428B5929F173BFFC86913079ACDA /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 414854704FB2E14EBAA33201FA04C107 /* ObservingInputAccessoryView.m */; }; + 575004987788BE8008A657816910AEF4 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B955349B39533145CDAE10EE18937134 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5750428B5929F173BFFC86913079ACDA /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4998D6EA6CE1D68BCEAE9418CC9E1EA /* ObservingInputAccessoryView.m */; }; 57779A997F204BED973BB03DBF2B8190 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B18979D7EEF1DB0BD8B390FAE4FA6123 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 57A58CB1136FD1C50C4E567719066705 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = F52AF8FBB89BF50C43022FA550FC224E /* BSG_KSJSONCodec.c */; }; - 57C316C8C1D30A80E5A09BE3C6B6DC7A /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76107D98663D0AAB38C7B9B963D90872 /* EXFileSystem-dummy.m */; }; - 57F5F62A57C9A3E5EA58650CB98BADBD /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = E75BE57A61B40A7B224FE39774231435 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57A58CB1136FD1C50C4E567719066705 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F2F9E652BC530FD7527C731009D0EC /* BSG_KSJSONCodec.c */; }; + 57C316C8C1D30A80E5A09BE3C6B6DC7A /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D99027B066B537F89C3C0841D9782B /* EXFileSystem-dummy.m */; }; + 57F5F62A57C9A3E5EA58650CB98BADBD /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 461C33C67D13793FF59480A4A91A14CD /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 58126EAA5B53B971BB4636C7A244A749 /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = F55052F42574B7D52A6BA105DCE2F19E /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 583014BFFCEEA7B050F315C823BFB7DE /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 456084F44DAA789CB020F8A2FD5DA431 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5835A6EE119F67B3B5DDB92D53520B25 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CD301CBCF12623517092F643A8D4A0 /* EXHapticsModule.m */; }; + 583014BFFCEEA7B050F315C823BFB7DE /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBA79DCBFDE0F5CA840BF7EC8649F63B /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5835A6EE119F67B3B5DDB92D53520B25 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 04D9890E05EDA71F5F625F17AF28414C /* EXHapticsModule.m */; }; 589F5BDC2B57CBEAEC6B457450AB3F6B /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C3849B9FE871B8A9BFFEA94781CC286 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 58AEF2D987F14D4D2AF6D28C7F7F4CF7 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = EB58C1A1A2B45B20B44F908DC5FFD1D5 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 58D7052A7CCD26DD25B38FAAD2E996F2 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 458BC6D0F0ABCC8D2958F42C9A3F3820 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58EC76AF621A0CEB920D28FC263B080A /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F55CCBE67BE68BB69741B56329314A /* BSG_KSCrashCallCompletion.m */; }; - 59C92BB99C82C50287F115D47A1CF725 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 170794365051DE61C2F27CA071918980 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59FA089B729EBF37634A4D344228514B /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AA86777BCF757519048D2B2F0BB57062 /* RNFirebaseUtil.m */; }; + 58EC76AF621A0CEB920D28FC263B080A /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E7B1288BE3BAEE06C25A2F4CBA03615 /* BSG_KSCrashCallCompletion.m */; }; + 59AFFBDA7A1CEAA4938A2897A836C114 /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1581503FD52F37AC9575366D47D3DE /* UMPermissionsInterface-dummy.m */; }; + 59C92BB99C82C50287F115D47A1CF725 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3686332A431ADEBE518021AC34BDF6 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59FA089B729EBF37634A4D344228514B /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 51A510BB7901A687F6D704C090BF5DBB /* RNFirebaseUtil.m */; }; 5A01CF4A9C711B4E767058AC022D8DE5 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 81DA341D791704280F8256A98FF27460 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A33410E138E7114023CBA9FD59674E8 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C356E403E5757FEBB5F6AC59AF8A36 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A33410E138E7114023CBA9FD59674E8 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1687966F55C3D0BA586F39150074CAB0 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A59A50C6C6459D108D357CE53F2156A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F354B2F01F2D88BF64EFB54C7F55D9B /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 5A629419C0D96DB5D419A3C1138D1A21 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 69B44F6867FDC888D9B3E778B0CC86DA /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A84ABFC6FC217BEC6FE13B2D09C48DF /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A50F74C42C3DD6B4A9F69B23D3E82AE /* RCTImageViewManager.m */; }; - 5AD05473C8FF3452F5780F1B84255D08 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = F58489410FF77E18D59457505B9AA8F0 /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AF23FBF64648FF288C59BA264F52D33 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00F141C90BDC5ABFB362C6A910458B2E /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B3B7A693EFBE41F88B15144198DF339 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 622C2298B9560A8972BADB00740D62C9 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A629419C0D96DB5D419A3C1138D1A21 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04EA1C75A760C09973E3167EFE3E6935 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A84ABFC6FC217BEC6FE13B2D09C48DF /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BE8A10F3D934DBDC54D658272AD09D02 /* RCTImageViewManager.m */; }; + 5AD05473C8FF3452F5780F1B84255D08 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BD6BAC4386150AC14FC03B0107457F4 /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AF23FBF64648FF288C59BA264F52D33 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 68D81A512B718B97E473BF6AB68B9261 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B3B7A693EFBE41F88B15144198DF339 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 47AD2C702B462A8FA9E8BCD3AFC16FDB /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5B3E2563BD4AC3D5DCEC78F631AC9B40 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EA24205E9A7B87800BCFEEC108BFF33 /* GoogleUtilities-dummy.m */; }; - 5B442972EF2B41A52CAF358203414CED /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C51D6EBAB67D41940C272A7960AEFC9 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B49E81F49E66F6505E50F99424D1C59 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 77327992D03EFF43D7486B0D4DF8FFAB /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B442972EF2B41A52CAF358203414CED /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 651B081AAA996E059BAFD533EF0B1B68 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B49E81F49E66F6505E50F99424D1C59 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B661C235782F588A607E45D40B27789 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5B4A397DF3BDA66041BD6CEF2B3EB09C /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4D1271006F3F19FD1F32ED18916996 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B4B0F4B0B8EC0566E9C37CFBE013C7E /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 00D78A4B0214C7CF7F25E5312572EE0C /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B58EDCC67B8226268F1E5A7EA115AD6 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 861210F0BE7A71097101B88DB973BF08 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B70122A26A89D3DFA857385FD1A9AD0 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 5986E69905D8ABC7C1508DA89704548B /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BBD3BF8F1D8BCE5424520F1C5F597A0 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C44808963FFBF4FFE9F3634F30135C4 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BCC122BAE29ECBAEB136C7B886C7C8A /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = E7B3640BF5E94E328E51EA79A6AAC58F /* RNFirebaseFirestoreCollectionReference.m */; }; - 5C2627501BA7043543996AE385236BC1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D392E813171E4AF47DB543E300F51995 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C3E927542A18118CA2CF86513E70B5B /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = BDCD5401FA368574693A20794B33DA3F /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D13D45E4F101B31DA3BD58850C1D938 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 37033FA3AC8B8C8B77DDF486CC951EA6 /* EXLocationRequester.m */; }; + 5B4B0F4B0B8EC0566E9C37CFBE013C7E /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A91EB71EA653428485E5466E2CBB8D2 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B58EDCC67B8226268F1E5A7EA115AD6 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 92FBB8099801A27BF1A4141AEA1489F7 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B70122A26A89D3DFA857385FD1A9AD0 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B0B208F7890597F3918DE32BCD8538F /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BBD3BF8F1D8BCE5424520F1C5F597A0 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = EC14FEAF264818E7E570224ACC8BFD4D /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BCC122BAE29ECBAEB136C7B886C7C8A /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A545AFD8FE1AABA0B0D87E164A89FAD /* RNFirebaseFirestoreCollectionReference.m */; }; + 5C2627501BA7043543996AE385236BC1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C96A05BA36C9D48DA39C7BD583F2C35 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C3E927542A18118CA2CF86513E70B5B /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BB7F720816F7216E1F891DEC5A5873 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D1443CA14941EC385B1380A3F3FD2D8 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = B29E9B69763520242F449457640639CB /* EXAVPlayerData.m */; }; 5D94C85521F651CAF78D0774F739EFFE /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 507484DC13FF28BFA253C3259BC915AF /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5DA1958CF4DAD67AEB1A26CA2FBBB7EB /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = DFF060107B7AABE7F62B8FEEA39C3610 /* RNFirebaseAdMob.m */; }; - 5DB8EEF2D2A248784F2A801E1E0CA1A0 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */; }; + 5DA1958CF4DAD67AEB1A26CA2FBBB7EB /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = EB1063DE45A52A4A4BC6F0E3D4C90CDC /* RNFirebaseAdMob.m */; }; 5DCA31ED0308779922E83F0F13640E3F /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = A4B5638048C9BE689A53D2981A56EE93 /* FIRInstanceIDAuthService.m */; }; - 5DE8971BB473788ABB370255ABF4AED0 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C13DD5B14F39844489AA533439C11C /* UMReactNativeAdapter-dummy.m */; }; - 5E037AEDDBDE44BA91A33C56023FF2F6 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4247D0FCFC11B26EB8C2B41054DABBDC /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E037AEDDBDE44BA91A33C56023FF2F6 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = C996A6E63A68DF84911C919C171BE0CD /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E0AD81439136001BCF345A7288B768F /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB6851B50895A42D3F7C877300D7C7A /* FIRInstanceIDTokenDeleteOperation.m */; }; - 5E1BA146E8395101B4385FD2757A9A53 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53FE4C651E52A4B096600F1C4BF1EF94 /* RCTUITextView.m */; }; - 5E64CB1713EB7E433FFAAD7078525999 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E4A2E27DC374E4005C34F5376DAEBC0 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EA02CA63D47384905FBB2F9305816A4 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CF8B129F84A67BF7EDAEC900572B62 /* UMViewManagerAdapterClassesRegistry.m */; }; - 5EA03FA15E6CA3B798DE10D11A26869C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 715704BCA6396E7B6D2AB56C7F7FE3B9 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5E1BA146E8395101B4385FD2757A9A53 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 470EDB43F450ABDC1A6355125B14ECE1 /* RCTUITextView.m */; }; + 5E64CB1713EB7E433FFAAD7078525999 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 69CDFAD076C44A8B83929C1858218924 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E8F6FB0B98806087C46839D3C543998 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A1F3952414A47118BF180CB3526A97 /* EXVideoManager.m */; }; + 5EA03FA15E6CA3B798DE10D11A26869C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B32D349C5AA80B4FB37C642080D45EC /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5EB1A9BA116DDF6AA30A626D000FF5AF /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = EB70BE00723008AAD156EB27A07FE171 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ECBD7BAEE9AFE285724B8C23E2F8366 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC27A56848B03CC648EC2BF28BCC55F /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5ECBD7BAEE9AFE285724B8C23E2F8366 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = F24BC628BCF86EB456B021B4CC9BEDBC /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5F09157C1DF89E099F5994063D10410B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 188DE396BFE9BACC9E475E966B3ECB4C /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F1267AD8AA6EDAB59053DE48CE90F5E /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A570D229F7770410099A7C1A9BF2CC0 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5F23E8E57266DAC77BA53983F18B7DB2 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D2126D3931AD02B5F31B449780DB9354 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C61855D9E009FBDE973162823D5B7D /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F1267AD8AA6EDAB59053DE48CE90F5E /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25A399223CCC410E790D3A79E70F29FF /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5F23E8E57266DAC77BA53983F18B7DB2 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F82FC92BBAA394A3778E3F395619E6D /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AD9FBA4B78EF69235DD6D73B54188C83 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5F48078C953774E5876EA42742BA186F /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FE80A0E5A04BEDCC2FE998068C2E8A5 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5F5378B828C8964BCBDD35727B30E2F2 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 760D77A4F668A9C3F29BC76736A73378 /* GULUserDefaults.m */; }; 5F591A05DC74FE96D26FCFCE23162A75 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 445FADAAD22E2C0B298304BB38E55693 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F7B3953B7ED183636C6FED0FABDE300 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CEEB6FAF21D0BA92AC0A04AE4DDD428 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FBDE897F38FB994BBE94F564E24BDB2 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D38BD8CA32B091EC53F86C2CB7E8A8 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 605EA3DD878151B4BC628CFE5E52A205 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B3EE1E4659F5906B7939DB8EB030CB /* RCTUIImageViewAnimated.m */; }; - 607F8CB189F69907FA7ABD628863B047 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B89E66A01DCF69DB5C84DFEAF3C692 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60A990FC2ACC3B03F9B399BE28919107 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 484F116868006BD6B32BDC972A8A5370 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60FFD2D922B804E20A11302D5A3AE607 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 262A578D9D6A95FA9D2C63A74A12B843 /* RNImageCropPicker-dummy.m */; }; + 5F73A1810FE06CEABFF159E5B86FEF71 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 903FE982376C7A755BE05D5F6CEFBB16 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F7B3953B7ED183636C6FED0FABDE300 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D7A183F0626C3DEEF5CC2967FE038A /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FBDE897F38FB994BBE94F564E24BDB2 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 528C5C76C04A1A6D987B79D7E7FD1668 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 605EA3DD878151B4BC628CFE5E52A205 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = C406F62897E13D577293695761AE8DE0 /* RCTUIImageViewAnimated.m */; }; + 607F8CB189F69907FA7ABD628863B047 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C72F4244A39F9FF5BB8BEFA9B1BF44 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60A990FC2ACC3B03F9B399BE28919107 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2677C9C7DAA16CFDB808FC14788B5 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60FFD2D922B804E20A11302D5A3AE607 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80E7E92918D0DE9CC8246E1855B21554 /* RNImageCropPicker-dummy.m */; }; 61076FBB82FF6974FED4A86160D17E5E /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F17947A41DC67706AD2ADAD8C7C559C3 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 611A7B0EA75F7056535EFE1611EAD137 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = D31D1C26D5CC77343AF15248ADE7F6BA /* ARTText.m */; }; + 611A7B0EA75F7056535EFE1611EAD137 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = A41D14C41217E03108A1B9AEBB310195 /* ARTText.m */; }; 611D02587581D20BABC1EC3962F6262C /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 57F3CF73401C2A7D1861DD573FA5AAAB /* FIRInstanceIDLogger.m */; }; 61599CF45B061C7D8E678400226A7229 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DF98BC6C3F20CCC5179F53F73FF41B6 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61CB6A0224314655A5CD350A3663ECD4 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EBAB452EFC2E62AC9BDDA0C948A39F1C /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61E4CD178FDC8352B454E078ABEAFC48 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F25C6B97C9C0323AD07C0C207CAA9 /* RCTFileReaderModule.m */; }; + 618BC8EEE2DCD6EF77E27F834D5B84AB /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 630A182E2B144F70AD92BEAB51A562BD /* EXPermissions-dummy.m */; }; + 61E4CD178FDC8352B454E078ABEAFC48 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F44A2F55853EE6E65FA192264929F10 /* RCTFileReaderModule.m */; }; 6221A04C1F48445D01F695BD730A01CC /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB34BE98015F83F80BC4216458D9FE9 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 623E4C952DCADDD44F6943CEFDCC21DC /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = D78FEB55F9E2565E62801C68DC429BCE /* FIRInstanceID.m */; }; - 623FC295B29631DF73E03BC69E36032B /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 2979D53A359A99A42391A537AE1B5B75 /* RNFirebaseFirestore.m */; }; - 6259FEAFDF7520D2B057E005B691B2B2 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A0C71A8BF755B047A6CF93AE27D962DF /* BSG_KSLogger.m */; }; + 623FC295B29631DF73E03BC69E36032B /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 84E70303C82DADA2DA050C280492E26F /* RNFirebaseFirestore.m */; }; + 6259FEAFDF7520D2B057E005B691B2B2 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 393D17394AF2E168A92010C0455E96F7 /* BSG_KSLogger.m */; }; 625FB1A1A50F531C209F5950D7FF8475 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = FD022A7C3D909D8519F310D4392F2421 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62BBB67D794EAD6E8AE0AD47CA0DBA80 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 28681FF7EBC6A6EF86791B05CBAFC5BF /* REAEventNode.m */; }; - 630C91DF5FAA47CF56146710CB25C67F /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D8299947B104E2F2441F8B8F224296 /* EXPermissions-dummy.m */; }; - 635F0F813C7322171ED9EA180443A241 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = F44086620DAB6F77CF3BD6506D06798F /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 638173471B670878B34394773F467230 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11FE3D70314F711012EF0BDE4979BE00 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62BBB67D794EAD6E8AE0AD47CA0DBA80 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DE57EFED7D3E7D955E4CC9B7B9F335F /* REAEventNode.m */; }; + 638173471B670878B34394773F467230 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 850DC549E6A0EDF11179C96C39F7B3B6 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 63CC635B37FED8C7DEF027CB5462EA7B /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4C051A4E9CF5D93B0327AFF8F51044 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 640929BA76B4E72C01E40669AC36E967 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 736077A8246C8154580EA08DB05C35BF /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 640929BA76B4E72C01E40669AC36E967 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = C19448AA604F055B80D33BAE242AE46E /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; 641AB39A00602C3CE7FB1FCD93FCCFF7 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 66228ED45E198EDBDEA21A197E306C7E /* SDWebImageDownloaderResponseModifier.m */; }; - 6424F5856E8339CF8C3F5570D47E2FED /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BAA6411C85426B36C85020C4B1C208E6 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6424F5856E8339CF8C3F5570D47E2FED /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C65F164291E733597EFE8C5446CEB449 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 64554430F1D85E4FC49F1062A6B85E22 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = AAC30C36CEF4ACB54CE1E6E49DCF3E31 /* GULNetwork.m */; }; - 648C1EE6D41D617836426E185AC5AAED /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = EF12E615FDDDC5DC67C7B27029CB52D3 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64B776BA872F19C7CE95997591E34F15 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1B654D254C7E1810BADC1CBB4306B8 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64CE86C677FE58819125DF1CF00FD92D /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = F208CB3F8E89D985AB203CAD66B7B0EE /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64D693E04A85ADB73BE80E3DA8FF8DCF /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B38B4B1080E2D409F08EC08ADE9D8F04 /* react-native-keyboard-tracking-view-dummy.m */; }; + 648C1EE6D41D617836426E185AC5AAED /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7000D26ADA09093218DE8116F46D82 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64B776BA872F19C7CE95997591E34F15 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E58C96CDA56F63E2CE4F0D73A23A121 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64CE86C677FE58819125DF1CF00FD92D /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C5DB264A324E20ADB75ECB2ABF90AD /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D693E04A85ADB73BE80E3DA8FF8DCF /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E5EB502BBC0B8F55802C31047B4775D /* react-native-keyboard-tracking-view-dummy.m */; }; 64E791612A7D27AE1C4409A981341CBE /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BB117D47D780DC71082229222E18A9BB /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 64E83E53B7F40F2CC0A0CF7BC3C8A43C /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 54AE600BDD27B1D9D24B98E5EA73E2BB /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 64E9035391D61BFA55BD23B151AD07BB /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E878C1F2050BF8CB9FC08C84EDE84445 /* RNDateTimePickerManager.m */; }; - 65257CF2DC6AD9C87EC075F55049D40D /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B8D5E98E85919D0D2AE0E7AA270542 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 653E84B85ABA16CB6DEA33042685263C /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DC4210CA6076B3BBC396A83535BD17 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 654D2B56BB85DB6247D712F41EBB4BE8 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96EAB41B780D55D6439A222820C17B09 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 656D1C77C4CAF79D0022BD5B4A141903 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 494D7C6BB2849CCECF2A7719596A60E9 /* RNNotificationCenter.m */; }; + 64E9035391D61BFA55BD23B151AD07BB /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 08052EC8B77314B3AD6D1227DF3D04D9 /* RNDateTimePickerManager.m */; }; + 65257CF2DC6AD9C87EC075F55049D40D /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF05A2DB5F2DEC85B564E1FEB48A628 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653E84B85ABA16CB6DEA33042685263C /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 2273064ED902295D49232D5DFA4A84BF /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 654D2B56BB85DB6247D712F41EBB4BE8 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDBA84A1F5B47029EDB87F08D3929A7 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 656D1C77C4CAF79D0022BD5B4A141903 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A3D0D372E6BB727932ACD5CC2F2F0A2 /* RNNotificationCenter.m */; }; 6584F1A61DBB0A4BB4BD9EA418FB70E6 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDC9CA7E51DCBAD996FE36076C1898E /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 65B2DEA93BC9FAFE680CE9B5FD91C140 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C19055FA15FDF3D592E684CADBB0FA2 /* BSG_KSCrashSentry_MachException.c */; }; + 65B2DEA93BC9FAFE680CE9B5FD91C140 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 637A12296AAF3AF85429FA156B9063A6 /* BSG_KSCrashSentry_MachException.c */; }; 65CA61934FB03CF180290DE31AF56EF4 /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 7AB2ABB19DF260BF726A2A7DE50BB0C7 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 65CB92D29B76DFDEC572A3AAE0564298 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = D79E6FEE7691DA5E934AADB1851C0232 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6608213295B85470CB7D9FF496A75AF9 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = F10EFF0CD575AC43A53D01C7D23AD50E /* RCTUITextField.m */; }; - 660CECD8C6835E718C29800AB8CFEB46 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = FF905AF5FDF55125E6D055EEB4E6D87B /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66461FCE36880BD3496945D2A2870456 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B414D8CC65221A132C98C29A03A19116 /* FBReactNativeSpec-dummy.m */; }; - 6661CB905BDE95946F8507AB79F27015 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C529F93BEAF01BDCF314272A97D5A2 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 666F347B84B23221BC4D76B0BB3D521F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = FA1C3016E3389BBCE59AD8B7649F0956 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6608213295B85470CB7D9FF496A75AF9 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CCC9736F50544996E747EC71861E462 /* RCTUITextField.m */; }; + 660CECD8C6835E718C29800AB8CFEB46 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = F43996E789C2F95C237FF3F6B4F319D0 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66461FCE36880BD3496945D2A2870456 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA4BA87D387B27FC4AAA46D250D21431 /* FBReactNativeSpec-dummy.m */; }; + 6661CB905BDE95946F8507AB79F27015 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B8ADFC3CD709A9C5292EE0E5EAD33C55 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 666F347B84B23221BC4D76B0BB3D521F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 70527C4CB499808627EBE0CEA40D0252 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; 66811E431F72A69005364E0433281D70 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2C19870540C57176CD67F1135A50CA /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 669AD772A900C26E92756FE2500CB010 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = BB9605D1B5460502B2344AE8267BB8CA /* BSG_KSDynamicLinker.c */; }; - 66D0421E4DDA33160130778834F66E37 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC1C9BACB409258D55795F22EC30E614 /* RNLocalize-dummy.m */; }; - 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1E231B5D85FFD8717EAF9D9C711B2A /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66DE3DA8B730B101267AE71D7E014D80 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 69553ADA0240020F66CCC3166C6C9541 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F6C08EE54110CE9EE206BF6B293A2B /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BBFBE789BEF0674A3F1A44F89494557 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F758B6340D92E1E9302298F1CF0F3B /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F89473948C947E5DF0BAAC2B2AD27FA6 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66821B19957B6374B817C91E73C9D601 /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB4C02603D2011C4D066FD3AECECFDE /* EXPermissions.m */; }; + 669AD772A900C26E92756FE2500CB010 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = F84633D6A322186A6EC2522B0C53D5BA /* BSG_KSDynamicLinker.c */; }; + 66C5C3110649460A466AD2F6AFAA171C /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F28DD77A9FB29773F86A16D7162345 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66D0421E4DDA33160130778834F66E37 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF548113B59CC6C3DF98313EE8EEEC6 /* RNLocalize-dummy.m */; }; + 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D610C7775D84023A607C100F82FCBE5 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66DE3DA8B730B101267AE71D7E014D80 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 17AB5796AE998CF0E3852DAD5AE4AD04 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F6C08EE54110CE9EE206BF6B293A2B /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F41AA16F5D4130B8C097B07033C1EECE /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F758B6340D92E1E9302298F1CF0F3B /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D53305FF3FD3D6376F9DD250DC82EA /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 67036BF15E333815981C92DEF30881A0 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = F934561A4844BCB1A5D2C72516F4A72A /* NSData+ImageContentType.m */; }; 67278E9F64F6827638B4D52D8CF71F42 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = A31F188D4B66F6B22F8E86B908FDCAFE /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 67304F639591EAB43001263B341483A1 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 893353C22879F217358868739D8C89E9 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 674B78DEE8CC679498E5DE48188B81FA /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D0EC206B3FF3FD54D207F3F5C70719 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67534913E2CDEE9AB092E4C33EDA97F5 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F60BC6A0E8111DD5ACBEF3CC5959ECD8 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6760547C035C32836135CEFD5839CC3F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = F29860ACF6D3192CE27B72D8D9BF7CC6 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67B899B04D895FCE5864571871AB2137 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 82A93793123AD90694C5D13F9796A9C9 /* EXContactsRequester.m */; }; + 67534913E2CDEE9AB092E4C33EDA97F5 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E3BC9591E6454450B9E4A075832684B4 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6760547C035C32836135CEFD5839CC3F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB7CD15C80E500BD73C67D1F79C3F61 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67679FD66E5E1E1F6427743215A9BFDA /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1BF033A6168167BD3A578A80C37D50 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67BDDCE0EF521A4394DD403549BC2986 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DED22BF939C557A5B9E970225EDE32D /* EXImageLoader.m */; }; 67F58E27933AE0C15FDA31315B4F0861 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9FEBF5B13B80FBCD53AF5D844C38822 /* SDAssociatedObject.m */; }; 67FB60A3B7937AFDCE4D41A927B10F4D /* GDTCORStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B600A9196EDF7F5CE30EAA93665B08F /* GDTCORStorage.m */; }; 680FF7736E95C4F0598D00BE3087C83E /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = EA3905F7E6892A7956DD8078E9E87116 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 684521B0CA1B1249C9ED804F3A62D6B4 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = DE374EF524BADF6A8BBCC5700C4FF753 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68583F66159847D4566003F248CDAAAE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C17ABAB606722715420D6708B76E113 /* 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"; }; }; + 68305A7D8906C121D6E084CF228B4598 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE1D8F88AA14DB45E011BA7F577D0DB /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68583F66159847D4566003F248CDAAAE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = E1E048D0144BD5C2DA458D7E1603D34B /* 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"; }; }; 685876391AD8815F91ADD8BF5CD5AD96 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = C422929093AA864A077D3201B48F2AD0 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; - 687395ADE9902C1256A39693758A218D /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = F341B196FB24869F5A0581AE42F32956 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68967D85B59597BD9AB686FCE92FD940 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BFA466318F7726718D3485D2E96C30E4 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68A609DB01B156CC5ED6B85013BBE883 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B33802F7D7B84AA0626D079F70601A1 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A75E9D1078739344B33B3737E61D48 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B751FDEDA4C9C7FCF33C059FA22C747 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68AE3C4091F647837AC74569BE19E2B7 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C5830D6BB7673585595AB8BA414214F /* RCTBaseTextViewManager.m */; }; - 68C3589E68CE16489EB8418E3D5F14B1 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = E1AC7446DCA0665C90D621BE057E9256 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68D189344FD730D7E96118DB6861819D /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = E07D0B943DAD7D7AB04C7BFE016DCBFF /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6923B013228EE34EFB46111B344612C1 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AAFA15E541F79750341AB85EC424250 /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 687395ADE9902C1256A39693758A218D /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 5762FABED35FFA2D439A71F1275661A0 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68967D85B59597BD9AB686FCE92FD940 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BC427201794367BD329171E92CA414C /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 68A609DB01B156CC5ED6B85013BBE883 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BA6701BD8E46A84B9F07746385533E /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A75E9D1078739344B33B3737E61D48 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E3477F05E5AC74A130FA66DEB8A9335 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68AE3C4091F647837AC74569BE19E2B7 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0F2422DAB94714E0307472B654BBFF /* RCTBaseTextViewManager.m */; }; + 68C3589E68CE16489EB8418E3D5F14B1 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9AFB4B5E87A09ABC0522AEC0E59E56E1 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6954C7E327E3C06A6AA626163C0C4B69 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 017CC1B34A00D5D000439D51172861CF /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 695CBDCD8BFCAA443DA31034E8A4905A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F0764D02B42AE9C956D2AF6C3B6B62E /* REABlockNode.m */; }; - 6986A1CB24DB43E7ACA1C07C85BB3090 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0BFCA3863288C619E65898BB7D3E5D /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 695CBDCD8BFCAA443DA31034E8A4905A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C672F0A851D2744AEC819BE7EB761550 /* REABlockNode.m */; }; + 6986A1CB24DB43E7ACA1C07C85BB3090 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EE46404C88EE4302878276636C0E0D /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 698E16574F8BB6B1A4C2B0E81CDBDD30 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2806395B36E55041B47CB2F212D053 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69B92355E75BB5A248C0C9A2A254E5B1 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B74BF4987350560342F9A6664F21F93 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69B92355E75BB5A248C0C9A2A254E5B1 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F93794CA851794BFAF1414185CB493E /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 69C23762E4D32B627E18AA019E5F8F2B /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C65235A5B4462861F568033127D5801F /* 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"; }; }; - 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BB2473A3C289774EC32A321472BCE1 /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB898BA3530108074EAAD5490EFD23F /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6A6811BCCAFE9B118E3913633F9D1A9D /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 11613175A36C6EBE31343B6BACA3302C /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6A789FEDD6D65DEB0888A4AB486DB224 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = E427482FF0816F936F72DF5FD9CAB3BC /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; 6A9BAB8845A46379E69D055193EC5871 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = D8DE3BC13CAB60BD0F12942A7720BC23 /* FIRDiagnosticsData.m */; }; 6ABEAD7FC928CF7779E132A291D0B0D2 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D2435B61807A015F7C86DCAB5E5A19AC /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AF8B0B8BC5662944D21ABB73104ED6F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 77624AAEF0034FE4363472281260D6F0 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B16BF857D52CA921AA18F9107D1A5D2 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DE90F6D33BFED95077AB0A667A87F14 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E68BE7F4B132FCD9FC730DDAE3630F8D /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B407A46EF38EFD8233880BCA6BEA4A3 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D88E63A793A46AE2A8E4914AF3394BF /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AF8B0B8BC5662944D21ABB73104ED6F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BCCCD4DF9A60DEAD70F2EA0016C5BC5 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B16BF857D52CA921AA18F9107D1A5D2 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8EE6BDF4D32EF0A286192FC4EE837F27 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 6B407A46EF38EFD8233880BCA6BEA4A3 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8008B5C7C293AD72B6A749C3E088EA53 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6B6CD41EA0E92DE12D6390B15A0C6D74 /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 29E2C22FF879C56A44707455873A657F /* firebasecore.nanopb.c */; }; 6B78D71DC954AB01DB63AFEE42B06E7B /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 677829C82932437E90068CC931C2D606 /* FIRInstallationsSingleOperationPromiseCache.m */; }; 6BB0A0E40EDC7AB4948869DCFB90D4E2 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5CA70816F8CA51268D097D84CE8B5B /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BC32C5F7F9AC61B55841DBD9D4B2D76 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AF5E0FDB28083ECE7863DC7831470AA /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BEB09BDA381DE6F36DFA175CBC46104 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F37064246BEE9F8C7A69671281433B /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6BC32C5F7F9AC61B55841DBD9D4B2D76 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 32359779BFF3D480C74A6490AAE408E4 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BEB09BDA381DE6F36DFA175CBC46104 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = ED798D51043B425B8A8DAECA50899214 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6BEE9EB48AF833CA1A6C58022E2C851E /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 853B2681E8D6B8DC9F55CF27A6E8090C /* GULHeartbeatDateStorage.m */; }; - 6BFEA5716AA863598AB805E81B5BFE45 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 64C3E12A134EC7FB4105E2FFA8E68E22 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BFEA5716AA863598AB805E81B5BFE45 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = C0595D2F60A504CEDCF98DBC6C2E2792 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C1BF50C54FFCDABA052C0D60E4AA1CB /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 93606334B2DB3E80CC396AEDC2F909F5 /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C293AAE8A665126DB65576FB61F2C2E /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 33CCB852DAE0F4F830E760AA67856FEA /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C37E85CCE25B3CBB805962BFF44C389 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2531016461C8BC32A2D395A027A648 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C293AAE8A665126DB65576FB61F2C2E /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E84E502E0A5332EBF385855C620157 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C37E85CCE25B3CBB805962BFF44C389 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = BEB35DCAFD0EC01BAA2869190E84779E /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C447F4317536C8BEDDCAE38158898E6 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A7647A1716C841E08616F47541DCD7B /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C62F01A3E274C4E2D49A70E12BB4B2E /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 81EB44B226ED52831CC256D3AD059682 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 834A4198AD7AF564A3B63F8008730F29 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C62F01A3E274C4E2D49A70E12BB4B2E /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = E18DC5B49169920EEA7A1AEE96BF56E6 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C8D94790F619755B402629EC3F394BE /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A1C0F847D5B6DD6759E31413551F6F58 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6CBFAABEB470033B6CD1B49891885208 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC3538131FBA43CF7F442029413C750 /* FBLPromise+Recover.m */; }; - 6CE6837AC0E4342DBEBEB53FB3122DA9 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 44AB2B396BB3B4317F6BDD93D2B92941 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CEC93D42BCE1C84B05210117F48F610 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BF4251429A1B57F5019122FC3B9C1D3 /* REACallFuncNode.m */; }; - 6CED95887EBD2CF89095B6C5EDD7AA82 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D41701D90D5307954B1742BDAFC0654 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CE6837AC0E4342DBEBEB53FB3122DA9 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = E6E37CDB86211745708FD39023FEA705 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CEC93D42BCE1C84B05210117F48F610 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C30B866F76C047B4905813640327C6 /* REACallFuncNode.m */; }; + 6CED95887EBD2CF89095B6C5EDD7AA82 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 233DAAE18AA7F64BDDA3527E2437B832 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6CF9B64389DCBE99ED877DA30E3BE3A2 /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 92FA3E16143BD843AB82FBE1484C3175 /* GDTCORTransformer.m */; }; - 6D0CF30D57D65E1F68DA583AF4EF9CB2 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = E46B1AF5E106478A68F22A098B1BEC5C /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D81F160FDDE97DC6131EC9ED617BCCF /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9D529BF5731E3078C6EECBDF867328 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DB542FBEF8166B75D6E1997BC8D3F4A /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = FD46A0FA38F89A3EBB4D1D8F2C6C82B6 /* BSGOutOfMemoryWatchdog.m */; }; + 6D81F160FDDE97DC6131EC9ED617BCCF /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB476B4FF06F149CDC7E60CA6FA4B4B6 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DB542FBEF8166B75D6E1997BC8D3F4A /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B893252A3E1D280DFDFA2CADD8EB30 /* BSGOutOfMemoryWatchdog.m */; }; 6DBD30F941705CABAECEB99911829643 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 587AD88BD32631BB096534980CA556E2 /* SDDiskCache.m */; }; - 6DC9D514C156F0E939716CE07F540ECB /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B82C747E2EFEE16D2A007D5E678461 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E06BCFEEB8D951BF2E0382C38315402 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 333C8FCC3D51249171A72DCE9A5EEE18 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E0A2A93EE3C8B6C6DF5074AB6077827 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 6454BB72AC441E1494905BF8E25039FD /* EXCameraPermissionRequester.m */; }; - 6E351BE1A8F183D1BB3F520FA4FC4D93 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = C4F47A60F5BCB7F76EED93F1C33E870A /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E679D7FC64BCF6EA1ACFFB88A220FB0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 382DE283EE37D981E9C8F0FD22CCFA48 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E991C202A5292DBF3008C568A7C8F13 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D86B87674697BCE5BC5B2C09E088521A /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DC9D514C156F0E939716CE07F540ECB /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = AC76311E978D58E169180D737A245C5D /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E06BCFEEB8D951BF2E0382C38315402 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CEAB2F86E4F088A02274C1414DE8FB /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E351BE1A8F183D1BB3F520FA4FC4D93 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = A739468F956A599232B619C8C6E0F81C /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E679D7FC64BCF6EA1ACFFB88A220FB0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = FE44415B2EA0C3B7EF3C39C4BD78AD6C /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E991C202A5292DBF3008C568A7C8F13 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC668DC426F8332543A65F54FCF281D /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC20FB3628ED3D4DA15AEE1BCCFA383 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = D98357BE6E255740903B14E91A93835B /* UMViewManagerAdapterClassesRegistry.m */; }; 6EC99E9A82F0476FB8A0B4E82330874B /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 289A7FAC33616CEAE154163C9869020A /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F1F0DE59B8D85D5C5BBE4827591AFE6 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 675F6D25A6A38C0965EC0E8FFF68F5E6 /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F222142E9E4F749DB37A59018C1A36D /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 30486FCD09C0FB413C2B73A34AB04757 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F1F0DE59B8D85D5C5BBE4827591AFE6 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B53D4196483103E20CC3895A19D7515C /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F222142E9E4F749DB37A59018C1A36D /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F532C5C0C284AF79C3E45B2F4C1640 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F2DC21E261B5DEF25DADB0E1FE0129F /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7302148CAB101FE972B11E7D6DB858 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F304A36099BC8A1FC2BA0AF4F249B80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 177DDED5760D29524F4FB9784CE2D2E4 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F4C8ECB96B30078CDC6F3ED643DF275 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7A4EBD7C821FECB435586412D39FCE /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F7A2AA0B06EFC5314EC9498AD3E1375 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = DF0F7834E6C0999B04A1ABAE902B1297 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F806655969A1B5A942727F7A5EA22C1 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C66EB41246D9082724732E634930C37D /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F843A8D44C24AC8E1A98C7AA75F6A94 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A65519711D7E6514127CE6BBFACA6EE4 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F8FAFF437453ABC54EAC53BC16ADCE0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 718AD05B5CD0F909A8FBD59F728158E6 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F93C07FC27EC5F48FEF33A277837FEF /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A68B8844C7EB5008E2C239A40008B60 /* BugsnagSessionTrackingApiClient.m */; }; + 6F304A36099BC8A1FC2BA0AF4F249B80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 1734A0AE6F9DF0BF468BAFEB7D430A3A /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F4C8ECB96B30078CDC6F3ED643DF275 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5562CE4C83195E3FCB9425A9BCBA9F4B /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F7A2AA0B06EFC5314EC9498AD3E1375 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B001A0487F7CBEC445D4245BD51B07 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F806655969A1B5A942727F7A5EA22C1 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 70950053816887A6954C4F28F3B68053 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F843A8D44C24AC8E1A98C7AA75F6A94 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C52FC60F3FA4DB1E06A485159C8226F /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F8FAFF437453ABC54EAC53BC16ADCE0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = CAC24283964A041B6B2CF6DE799D797D /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F93C07FC27EC5F48FEF33A277837FEF /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 57CEEFF52ED51FCCADD3C8279135E603 /* BugsnagSessionTrackingApiClient.m */; }; 6F9A19A47EEE733740327FF7A92428BC /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 505638042E3CDED31ED33340DD6E648E /* FIRInstallationsHTTPError.m */; }; - 6FADD2923098EDB7083BACF1DF28880E /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8959AF48FDC941E794274BEA913493C8 /* EXWebBrowser-dummy.m */; }; - 6FB535A8E39D1F07E55B1E2356075896 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 37ACBA7F8BB60C087B592CF49B2BDCBF /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6FADD2923098EDB7083BACF1DF28880E /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E01D4BBC06A8F671E048CD814EA1DAE6 /* EXWebBrowser-dummy.m */; }; + 6FB535A8E39D1F07E55B1E2356075896 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 450C7FC1ED58D6B2D79C7830A752045A /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6FB624CE84ABA6F5B472A098FD3B96CB /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = CF05DD10D852093D157806E5E953BD23 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 6FCEE2424CB121B6DB9D8E376CF795C1 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E958E567C22BA0032023C305BEC2AD /* FIRInstallationsItem.m */; }; - 6FD86BC47002611DC40F437D2C1A2C23 /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 194DF9C69A78D93A7716C6FA7B2DA705 /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FD86BC47002611DC40F437D2C1A2C23 /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7854E457877965E4AF2BD35C69EF71BC /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7000B0B67786D5E2CF438B2C6A3E06F0 /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE700AB1A857567583B903EB1F58B73 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7003449F5AD5ED5357D584E2C927D1C9 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = CA21C40AB9E6792C5EB386BCA0C5CF9D /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 706254752772C2A2E485B68219F23D3A /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6F08FB7B0D37C62C09B09E8F8FD092 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 706254752772C2A2E485B68219F23D3A /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B03D8EA1C5F8BD52B4994EE0D4A0F02 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71337D195C7203C40B62109A887445E2 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = D701D1816B81717849B176050ED98E4F /* FBLPromise+Testing.m */; }; - 713786B3F95C96E2CEBAC2486313D34F /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63AECF618A1E2CB8D3F97014A3D37AB8 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 71843254E106F2D1E4F467A04B343EC3 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 25BF331DB7CC77F578419968BD700F17 /* EXCameraRollRequester.m */; }; - 71A15281A319A724463909058E694A81 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BB975B57CCC177196223E03CF5753F /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71A8F1F7B8F1C500E5DB54E7568768BF /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = CE0BF9DA931342C7564A2F989F329C44 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D71A3992E7CF3B86949CE9209EB49D59 /* RNNativeViewHandler.m */; }; - 72029D9F22BCA54AF914D44CAFCA8792 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1628FCE1C0BA5C53ADD4E56D5A762BAA /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7230FB37D3784E711FDC4DF68D61BDFF /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 659DA3653F4F72A99996761FA56C4DBC /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72313D87595E28A750CDCD4BBA386FC6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = BE09031574CDEACBB49CE1AC66544EDB /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB23806F75FA779CDDC924FA7F9C555 /* RNFlingHandler.m */; }; - 725FA4364B3AAAC6DA5672FC3D3C5DE2 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C5AB60DB5E0886BB2ED862637A07EF4 /* BugsnagCollections.m */; }; - 7285FB5D4837675FBC49C201EC04BB41 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F1831FDF795AAFF008805D1C8B5DAF7A /* RCTSubtractionAnimatedNode.m */; }; + 713786B3F95C96E2CEBAC2486313D34F /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3CAFFB43F1526F1910D35006AEA64D4 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 71A15281A319A724463909058E694A81 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B2FAB6C78DAD30C101A8E0C7C8ACE0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71A8F1F7B8F1C500E5DB54E7568768BF /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B1A001AF3971D6A74C0EB5FDA87A732 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD877C48A8ABBE187C4342B50541B21 /* RNNativeViewHandler.m */; }; + 72029D9F22BCA54AF914D44CAFCA8792 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D2308A6F26544E607E45B047E910138 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7230FB37D3784E711FDC4DF68D61BDFF /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 890E89C000ECD7E2BA73CA6DA84913D5 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72313D87595E28A750CDCD4BBA386FC6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 426717A30224C3E0314EC82D0C8ABDA4 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C744BC48D090FDA675214EA23FD003 /* RNFlingHandler.m */; }; + 725FA4364B3AAAC6DA5672FC3D3C5DE2 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = BA2876B6CECEBADC043329575B142A92 /* BugsnagCollections.m */; }; + 7284BF438F4A908AFDB3AEA753D92D54 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 41FC7635615084D37747948828C3D7A9 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7285FB5D4837675FBC49C201EC04BB41 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2293149BED2F89D52C9CA71F462B9D70 /* RCTSubtractionAnimatedNode.m */; }; 72A89D0E917A84710512EBBC8A498DBE /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B528863F8D26E47DBD2FAA61C3FC4FA /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 730DC14773375905F03EC77556A60EE7 /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CB45C71AA8B34A612BAED8BF10703C66 /* RNCAppearanceProvider.m */; }; - 73112C1488A872BEA689E089D0B0E0FD /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 02153101DD015A798818C151A182F4DB /* RNSScreenStack.m */; }; - 7342956F63A49A4C25847523E6F41D64 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 48609FC6A9DB5548BDEC23FCA011708E /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 734F8686688DB475D6CF32D32D90EB10 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 864D63C1C3348D6FFBDA77D0EC206085 /* BSG_KSBacktrace.c */; }; - 7359E67295A554AC557D1213A0CB5D53 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = EB731F52BCE9B41E27D5C618E184F494 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 730DC14773375905F03EC77556A60EE7 /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7BC47FCD051102ED6D2BAF207E6472 /* RNCAppearanceProvider.m */; }; + 73112C1488A872BEA689E089D0B0E0FD /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AAE68DD397D2CA1FAE9DF98CD3C212 /* RNSScreenStack.m */; }; + 7342956F63A49A4C25847523E6F41D64 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C5F05F167A7407E3BC0A5C60D195CF /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 734F8686688DB475D6CF32D32D90EB10 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = D5030652B98A84EEF508BD0C799DE7E5 /* BSG_KSBacktrace.c */; }; + 7359E67295A554AC557D1213A0CB5D53 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 448B59004E76F8C9F4D3CAFC63076229 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 736C1E17BD05A7026591A32A7F626B7A /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AD246BB1DA917A3E16D3F36B4867501 /* FBLPromise+Reduce.m */; }; 738FD16D3B15E94374A9151BA1B17663 /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 64858CBC195C53A245090C9C8C11D8DB /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73A68ADFEFA00CDF462544E0CABEF84F /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C2DC0411F3D040280C23BA49ABA4BF3C /* UMReactFontManager.m */; }; 744D36A39C5C7188078F180F8A379A4E /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = FED3E487A355D9CE1B0445AF9E4FA899 /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74E40035D26D7E61EE95B512E8219E77 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B1BCB56DF0243718905C4F01C56AED89 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EEF982C535C643E4E783C13EF2513A /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 880D12E1D949FD2BA1A1E9FB172B2B09 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AEE9A0BA7E271016CEF50622ADF9914 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74E40035D26D7E61EE95B512E8219E77 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 351D66D4F8597363DC1C83566AC8460D /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74EEF982C535C643E4E783C13EF2513A /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D227BCF5211CC470C656A32E7BDB55 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E31BAB82E514EC52EC442F809703ABE4 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 757C477AF763DFCA1BE5A5D78341AFE8 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE40F8A55B4E0868CA1A35733818234B /* FirebaseCoreDiagnostics-dummy.m */; }; - 7592441730A3BC69180FA193844D96B4 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5300827367CB8363939AF1B14CB87CC7 /* RCTAdditionAnimatedNode.m */; }; - 75A59976244E5AA9E3D97416B77865C4 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1530FCAA091AB1F8F8F266BFA7BDFA14 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7592441730A3BC69180FA193844D96B4 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A3BCA8761ECE399D0A651FD7544CDD /* RCTAdditionAnimatedNode.m */; }; + 75A59976244E5AA9E3D97416B77865C4 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B16F257C57E497257669CC76BA07B225 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 75AF4BFBC99BEFE0356973D015D8F83B /* GDTCORUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D213A29F586151F62E7D1190EC36483 /* GDTCORUploadPackage.m */; }; - 75C38367AD41BCC14148B858141FD9A2 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = CE61B3F28EBD3E2F62F2C9156F67624B /* RNUserDefaults.m */; }; - 75FF28886473C6483EB0B468863B7E67 /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 30DD51C39F8D20A1631E4174BC225270 /* EXUserNotificationRequester.m */; }; - 762FD7831F24C457DDBD8BA67F2BB1FC /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E08255D813D805A74DF0E2AC2D562207 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75C38367AD41BCC14148B858141FD9A2 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = F558B400852AC6D2D3D27FC665C63C18 /* RNUserDefaults.m */; }; 764F640B2C505140321DA60CF2074D08 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E8C6A830011E9B4493E7F2FC363A651 /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 765D355A7222D5FE09B6110134D7D90F /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = B5F80C9501800379D69EFFFD9BC11E1F /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 766F000E71EC6BFDEB9AAED4900BCDF4 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F3DF60D378DE3375BEB8A1BB072B390 /* RCTRawTextViewManager.m */; }; + 765D355A7222D5FE09B6110134D7D90F /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D2784367826E2CD691EF61F8A78CD0 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 766F000E71EC6BFDEB9AAED4900BCDF4 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F40B009B8CEA51AFD8683830B1551BE1 /* RCTRawTextViewManager.m */; }; 76D25ED0F70513D59EB42DEDD4030C8C /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E28FEB864CD8E6FC7A5CD387F3CE7FD /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76EBE6CD51BEEE22F89845516E86EBAA /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8825B0D3568A19F57CDF00412E9B2DD6 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770E4158FE7D473DBF6166B27FB81902 /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EFE1A74567BB328FDAE023C043DA3D3 /* ARTGroup.m */; }; + 770E4158FE7D473DBF6166B27FB81902 /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C96B000DAA4B0A4667838AF4A0DDAE4 /* ARTGroup.m */; }; 77744A82C948F3D83862E0015E612602 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A5D533C41D3DCA0AE4501ABA408A5EF /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7791BBB29998F4C9AC0F038A100DD278 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 0499506163E27FDFE72BF36433C9AB81 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77F7E18F5FDAACD09E6FB7DD9E448FE5 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6B3569005FEF35CBCD397365AD669B3 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 777B202C8582C5E0780E559C0ED4F862 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BD1FADBF32F99E0345A1A2D2169CAA8 /* UMReactLogHandler.m */; }; + 7791BBB29998F4C9AC0F038A100DD278 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = D8FFC5920FC0235633AB2A50C0700C3F /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77F7E18F5FDAACD09E6FB7DD9E448FE5 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 31B96A5F8F286666D7FBC7677AB25372 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 782A7E895D3075095F9AACEBA47584EC /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 85F22489B98808C5DA103C7B579C00A3 /* SDImageAssetManager.m */; }; 7858D06DC0B4D4114B09194D2473AF68 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 183A3C0267913A961293F8FCB8FCF81D /* SDWebImageCacheKeyFilter.m */; }; - 785B004CF833DF5DD70FEC6A215346C4 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCB561D274C78BAB42BDF5266FEEFF6 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785B004CF833DF5DD70FEC6A215346C4 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC031C46A6F57B9D88C6A473D8BC8721 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 785BC4CF4809020AF5132A2626189D3B /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AACFC75C230014487A026D8216B40F /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785CAF95D72E52A3CB51D19B161EF757 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E90C52FDDD70CBAC0C2A6596C9C1FE6 /* RNDateTimePicker-dummy.m */; }; - 78915BE17253AFB06827312FC0CCBAF6 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DC10A30ABC3BE3446C6B462168101A /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78BBE6B6246438B18643483CE090E330 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E10089B334000D673BD63A61590F275 /* RCTResizeMode.m */; }; - 7937E82C07AC827E3A6244D5DD2CF44B /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF28F20DB25164617538A4344BB107D /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 794567009289677F590846BBC3EC0ADF /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 23754EA75C4611DD841F9D526A5FE05D /* EXFilePermissionModule.m */; }; - 798A82284A3CB48CBCD33D2A036FA58B /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE98B4DC71DC91B5858A13E77D55B21 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 799D7BAD6B61F711CD5DC85E8FAC19EE /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9301A696465A7B138B63C930CAF7BF14 /* UMNativeModulesProxy.m */; }; - 79AE898F906C7A86938C2D2FFDB55525 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3C674A38DA149BA329634D1B2F2B08 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785CAF95D72E52A3CB51D19B161EF757 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 59947BF24339E1CBDD34504FA9DD939A /* RNDateTimePicker-dummy.m */; }; + 78915BE17253AFB06827312FC0CCBAF6 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 95048AB5EC80A6FD7899DF9300FAA430 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78BBE6B6246438B18643483CE090E330 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 59EDFA1DDF3AB506E9CA0987364C519E /* RCTResizeMode.m */; }; + 78F927721FF33D4B9A04BF10E78C536E /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E619A867B9B83E3789B54166C285F7 /* UMModuleRegistryProvider.m */; }; + 794567009289677F590846BBC3EC0ADF /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B0FFA6C80F8A67966392DB73CE915CCC /* EXFilePermissionModule.m */; }; + 798A82284A3CB48CBCD33D2A036FA58B /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8134670AC6F55EBB0F4E64BC6FF4CF72 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79AE898F906C7A86938C2D2FFDB55525 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B7D73230E6A947F4A33D7520ABA840 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; 79B0374BFE07F9D6A24D3310F5DB476E /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = E503EE768F7FB7BA45AF2BCAD9C1BFED /* FBLPromise+Delay.m */; }; - 79F7D3090E3A8BF8F2EFA3DD0DCED79A /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F52C1187542EE6BDDCA763ED03072E5F /* RNCWebViewManager.m */; }; + 79F7D3090E3A8BF8F2EFA3DD0DCED79A /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5267A85FA53B412AEBF635F7D0DD9BBD /* RNCWebViewManager.m */; }; 7A19A0BB7B9140448F7E0498A1C64011 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 31AFD104F69CCD2F1C24B01B859DDA5A /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A86CE51E137904ECFC87AD6329D753B /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 014FBCA79FB8FD0C06F5F4EBBC1B6BE8 /* FIRInstanceIDVersionUtilities.m */; }; - 7AAD2D8D0F6574DC00F40C30BE28A7BD /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = C9013C562EB93A1E3B006E509A27A411 /* RCTLocalAssetImageLoader.m */; }; - 7AAD85FF6DEAA7B3E28F704359B64F2A /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D6F407857CF8E797D83CF81B4DDA0B83 /* RCTDivisionAnimatedNode.m */; }; - 7AB7F19547D4A3B795D7B86C6F544B71 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 03CF224C0391812834F8FDCA55B544F8 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AE193443996AA04DD37762CD29141DA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F172B9DBE8D23302C6B8A44AE928388 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B28935E3953E17E3FA23F863D4E713C /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 8520DCC90076C2D0C0481EAA947E98F3 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B8176A0EC34E5A6E599C6B07EAE5D58 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 93A0D6200CDFA3971E6F29B76348B333 /* react-native-cameraroll-dummy.m */; }; - 7BDCFE0383194CE86013170AD313EA03 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E2967FC394675462ECF917E020B88494 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C1EC2A3D0A3E039BFEC6AE946044691 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 43003C63AB6D53D8F0C724F05E07DBBF /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C43967C261EDC8D9DF9C4FE6F0CCF03 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 481152DCF8381BB81B4CB5E318542A6A /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CBDB0E759304C9B04F4D20194C95729 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 18EDA5479E41E41962A4F9C45DF4B942 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CD7443BBEECE3C05041C3788C3D53BD /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E8B0D809212EB4C96F0CCA0F7F3D37 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CFEA0A6052051C538AD0B0F49158099 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D1A4DF30C9801FD64301020561FE612 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AAD2D8D0F6574DC00F40C30BE28A7BD /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0502C86B7DF4B00EAC6505457E2B31C3 /* RCTLocalAssetImageLoader.m */; }; + 7AAD85FF6DEAA7B3E28F704359B64F2A /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 484B1A9BB8E3EDB0B68036F60782DB89 /* RCTDivisionAnimatedNode.m */; }; + 7AB7F19547D4A3B795D7B86C6F544B71 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3309D211A0B19A7D9B1BFACA6D5C0528 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AE193443996AA04DD37762CD29141DA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D1031E2444DF454E531A9DC65702B7 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B28935E3953E17E3FA23F863D4E713C /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = A348741DC04900AB79C759052957C647 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B8176A0EC34E5A6E599C6B07EAE5D58 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C3D9CD1DE46BB7625268A30775B549 /* react-native-cameraroll-dummy.m */; }; + 7C1EC2A3D0A3E039BFEC6AE946044691 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 217E1597E9C685C57A7E9ED756BD6EF2 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7CBDB0E759304C9B04F4D20194C95729 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BA43FE43EA638C45DED55CAC3B1FDC93 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CD7443BBEECE3C05041C3788C3D53BD /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 295D8D2CB6F24253C98550442634BE6F /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CFEA0A6052051C538AD0B0F49158099 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = FE36001D8E29C20BD2F0EF8388F1D719 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D32CB346A8A737EF45F15BB54F57AFD /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = FC7479F169BDFA83A763E71935B39C0A /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7D34F61EBDBCC529E50187DF3DE0B9C0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A8E530C7B07419F2B4A9E63EFBA44C7 /* RCTBackedTextInputDelegateAdapter.m */; }; + 7D34F61EBDBCC529E50187DF3DE0B9C0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FBA9DE1DC9152192C227A42F1589E54 /* RCTBackedTextInputDelegateAdapter.m */; }; + 7D74C0F449D31806561D458B8955CC9C /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 23C63C444BAA8C62044C36DC7EAE5B4F /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7DAFB46E119763177277EC28363FF378 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB662C3FB633BCCF0EFD8EBAEEF8AF1 /* GDTCORClock.m */; }; - 7DD578649537BE668B3C91865D187F5E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C67C17F481D7F02D7C3463B2411DF5A /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DFB9A6B11536D73819FAC0A9B8EF121 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 721871E7D8498F4B8672EC761AD2C99C /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E31C38FDEE307E1E16B520131091AC9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = E86D949368DBA5DAD2D805EA66DBEDBA /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DD578649537BE668B3C91865D187F5E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F161325166BAB0C362768E626AC7A17B /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DFB9A6B11536D73819FAC0A9B8EF121 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 860C87FEF5C62CB1C641767D3D32105A /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E31C38FDEE307E1E16B520131091AC9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6FCD0DDF685CFBE2A8C6E32E55AF39 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7E6785216D5A27AA388421B8CB226AA1 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D34461A66E3259AB0C1167A107511FE /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7EC69469AE8553EF0FA6933D116F39D0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 39524F3CF000F1C3772A2EB4FB6EE525 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F56283D730304B0D4ED83995BEC332A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0390AAC82D88B6B9496BEB754DB6C1CB /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F5B8AD4B5BDB6069DFFF93AE08F5A20 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = C7699AFD882E9DB82C6396CD2B33D5D9 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F7EB20C894667526294CC1DDC90976E /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 165085416BBB22C24BA508984FD6C6DF /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F88BA2A6186CE14A4677F1250E893A4 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 75E7950EB27C6E711A5E1791BD815BF4 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7EC69469AE8553EF0FA6933D116F39D0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 021D3A238914E4C4396D0F66537A9862 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F56283D730304B0D4ED83995BEC332A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 400401CC486501232BA2666E9882D402 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F5B8AD4B5BDB6069DFFF93AE08F5A20 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 280654FCBE0913DC54C6CDA78B5693CA /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F88BA2A6186CE14A4677F1250E893A4 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E4801D6C28D8BC6F2C85BA7A6CB2434 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 7F9C8E377A693E9134461700B17A972C /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FFE67DC13EEC2EBC31ADD1DEBB2A2A /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FAA5C3803BDBCD88781D22DA9A5F090 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 8937DEA30EF284C0AAC3EE9008F4AF8D /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FAA5C3803BDBCD88781D22DA9A5F090 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB10C3A017B3DFF534B9D8ADD932C16 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7FDA653125CBE9C51664C67E7676A423 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 3762F4EB37B62BDA42A52139A2CE184A /* NSBezierPath+RoundedCorners.m */; }; - 7FE86235E6DD6F9548921779D4ECCC36 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FD6D859CDD113AA532232F2E50E074E /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FFF609490B27A267918214D660FB9DE /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ED0B77780D8EE9E497B0F89B035B5F /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803C92ABB453A18968C860278D28CF34 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 37AA33A165E8A21BDAF2AA4E1482AD12 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE86235E6DD6F9548921779D4ECCC36 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CBAB3B1471E3F94BCD38750784E669F6 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FFF609490B27A267918214D660FB9DE /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = EFAA389BF7DCB78B851D88EE621C0B5D /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 803C92ABB453A18968C860278D28CF34 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 47300C2767D9505399E305410CC4C7D0 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; 803DEFC2CCE0AB3F23FEB7BE2E87EBE2 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B3A6A7C3F776BAF61AC51C5A02FBFA0 /* FBLPromise+Timeout.m */; }; 809388545866799ABD28AA5A1D27F9E5 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 54FDDD0372DB70DE5506C1BE95A23BE4 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80AC448F56E4A0894BB9D80A198C040A /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = BAC744DF840B073F67D86E407066568C /* BSGConnectivity.m */; }; + 80AC448F56E4A0894BB9D80A198C040A /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A720A2FDE5662184F8E086778982D /* BSGConnectivity.m */; }; 80C026B0E39AC1F1703DF72A313A900B /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 45C98A4D849F92BF74F62E180ABEA4E5 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 80F8AC2C5A3783FCA7E33066B501CDB4 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE7CAD15D46DC8EB22E034ACFB28888 /* FIRInstallationsStoredAuthToken.m */; }; - 811214DDC1A8BD246F50C79F6E9DBBA9 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B5BE368005DFD93C79A814B8743A0E9A /* READebugNode.m */; }; + 811214DDC1A8BD246F50C79F6E9DBBA9 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DF6B7C1BA29606ABCBFF86F436B3E338 /* READebugNode.m */; }; 8145C77FDDC575D33B405FF7F421A215 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 32E8D2B7930D83212864A4ACCE2292BC /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 81B79CD8BFF35C210CEA0DE3E706643F /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 117823082507FF2CD3810DE8A924654C /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 81C9A77CF5BD40BF99B2953E95A037A0 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 31603209831682D8D8E385789AD81326 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81CE3889FF186CCB32CA2BE60F122F65 /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75A3991F723F7E84E6D7328336BCDCBE /* RCTCustomInputController.m */; }; + 817F80FAD6CAC88EA2EA12B86A15C086 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D94F8669BF7E0B52C69D8ECEC6FB1D4 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81B79CD8BFF35C210CEA0DE3E706643F /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D3E918D7884C7CFB182073D63C6B574 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 81C9A77CF5BD40BF99B2953E95A037A0 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 883811ECA1A34A96FA9F3D77005A7527 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81CE3889FF186CCB32CA2BE60F122F65 /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 118FDB9E5AAE4B0F868A9FB23850B670 /* RCTCustomInputController.m */; }; 81D4F16B20CB72219D872D8ABFB068F7 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA7BEFCEE456CEE557E176D2373B2AE /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81FC60A335BDB739D75D24ED623A8264 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 327D614BA3B1F0B08F1632FD256AEA36 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8208754E5259F6F76445FDE11F5E84F0 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2281519202E71413AA842990FD9E7D77 /* 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"; }; }; - 8209D9C90CD67454D69539C35A13667A /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = BD46AC5385CC84A5952D1E255FF9A689 /* RCTAnimatedNode.m */; }; - 8210666640C5B1AF7DAB2FBA2292A1D1 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 17842AAA69394D97DF4C5ECF3A8B42B0 /* ReactNativeShareExtension.m */; }; - 821ABF75DF759E8CB4B34AE575C39D2D /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = A06C9573800BE82290BC622570CD2D16 /* EXSystemBrightnessRequester.m */; }; + 8209D9C90CD67454D69539C35A13667A /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 262B0316A2D988E70A636C50AF446192 /* RCTAnimatedNode.m */; }; + 8210666640C5B1AF7DAB2FBA2292A1D1 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = F47313816C0E531155F60FD26CB42BA0 /* ReactNativeShareExtension.m */; }; 8234B7822CF1CA1C3DF395FCE35C9178 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 66BB28169F8562B9DE334B74B5B456EB /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8235F479BC5ACA11857EEAAF249DB6B7 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 833A6A67ACF149F280F8CE95DC6D8B09 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 824F04AB3E4D8A8DF4B28E8A3F4E6A28 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 657929BA048F6BF2E57ADF4C9CD39799 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8235F479BC5ACA11857EEAAF249DB6B7 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 40553C8A6721563B46E7C276F586493F /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 824F04AB3E4D8A8DF4B28E8A3F4E6A28 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = E82B7D1C30D1AEB3E504A3713A5D962B /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8264F64F4D30DEAEA786C1196C93A765 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B3DCE3E62D468D58DE3FECB07CFAB5C /* FBLPromise+Race.m */; }; - 8281C89E4A30505E37E1331748D62073 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F8D67059CA3241FF449AFB5ADB16969 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 829DD372488FC133D2BFEC4D238098D3 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D3CEBF185736931401D88D86C390B09E /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8281C89E4A30505E37E1331748D62073 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 657D62725F5144EA733699A8406DD7C7 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 829DD372488FC133D2BFEC4D238098D3 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A93642CD6648E82CEE09E21F713FFDF8 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82B3ACF24FBA461B54C393C8E8057A62 /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 2730787EC1F60F38BD758D8BE06D123E /* UMErrorCodes.m */; }; 82B3F4C318BA4FD63398DE44A20A7367 /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */; }; - 82B62F8035E6080C72B9E40F6CAD3DC8 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E6D00B240E8A6875583B15B09C0AD0 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82BA825CBA44E0261A4B02BB37342B26 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F65F1F278B0F93DF76C27745779138E5 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BE17CA11C38578EE02F5D438CA1EFB /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E9AC90B7DAF68E7C5B579D368FF30B /* EXFileSystemAssetLibraryHandler.m */; }; - 82CE7BC7B2F924C47EE8EAE39BFF7661 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = DF18B8EFC438372BC3B6F6B072B43455 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82D5E70C909B1BAAFED667876F1FE586 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 12AF02A793F26E562BCB5474EC337429 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82B62F8035E6080C72B9E40F6CAD3DC8 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = CAFE35CE5A47DAA149A25AFFFF772FC4 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82BA825CBA44E0261A4B02BB37342B26 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C68ECA5B63E304503C023340DB7662D7 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82BE17CA11C38578EE02F5D438CA1EFB /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FBD303282921ED94222CED8173EB6121 /* EXFileSystemAssetLibraryHandler.m */; }; + 82CE7BC7B2F924C47EE8EAE39BFF7661 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FBB4FA5C063EB2DD23A9658D871F196 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82D5E70C909B1BAAFED667876F1FE586 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FFF00649E4CAF904EB1C591DFA85238 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; 82E00AB632629A007250F0155CA70AF1 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A16CE135CC71ACDAB57AB9C085A4213 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 82FAD75153594152D13166FA9C918B07 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2CDB4C30DCF3C644EBFB1CB6F8B63C /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83390A67A2F49D02357DF39160B3C87C /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 636D6783185DE1F442D58AEE9C52B4B1 /* GDTCCTCompressionHelper.m */; }; - 834FB89D7DB61483288C20507F8369EC /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 255B228CCCED6DFCD0C46C088AC3FFCA /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 834FB89D7DB61483288C20507F8369EC /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C1BB0714F1D179F05D35A91AD0F7A8AF /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8355F5AC1AF62C88E8E0CC029ED7862C /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = F4EB52F7237332185617C32F718E1270 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8383FA5D12B0C3167407B96F2013E9FE /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 60BC27AD9ED5029E588DEDFB282BC600 /* FIRInstanceIDBackupExcludedPlist.m */; }; - 838538291E1FB1EEBAAF1AB24E0F62D8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4380E4A384171BCA37835AB57207EF /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 838CC0185F3DD5230F96B08E6ABA7014 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C4C62EDE5BA4D7F161B54E1D83F566 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838538291E1FB1EEBAAF1AB24E0F62D8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 513BFD61BAE0700B6C2B906CA432038B /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838CC0185F3DD5230F96B08E6ABA7014 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF32FC0A68A9824FBE0FC23450FF47CF /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83943BFAC59E2196EC1FF4D2E942776B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F1C5F873FB22C5A73E967F1C3900F05 /* 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"; }; }; - 83E61F2DC9A2A7B3C3BDC4B7BD146D98 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A79B9769DABF5D747621369F882A30A /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 83E61F2DC9A2A7B3C3BDC4B7BD146D98 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9973EB72F97B4F9251AE038CA9E02F89 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 842E582DBF635E475E114381AD4F9C93 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 1731BEB8C2C3368DB5FDF5403C2F7DF3 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A553EC280593F64BE95B0978CB4AD8 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = EC7F2D94E3973F2448BF2399A82AEAE0 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A5949021E42ADE6DA26A4E789E1A92 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD1FD19EEAE5B49A97158541191BFCD4 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 84B1D5DC6C672026999BB7199AFDB7D4 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C62EE627611C937E0EEBF789C755F28 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C406170B2DBB5D07916C0193135586 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6BFF2AC7F77775631A869327EBF543 /* React-jsiexecutor-dummy.m */; }; - 84E7F77F0C30475ECEB2449E4B161FA8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = E411B627C7408136EA1D39A3F6696869 /* BSG_KSCrash.m */; }; - 84F1BBA3EBA06ED9A2C1D66F97096B5F /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 700ADDD491EDA1DA1D8263D8F9DE39B2 /* BSG_KSMach_Arm.c */; }; - 8503458483F715D8BAB55F6F6A9D05D2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = D75C4193CBE762C23A5DC2FB6DFF2462 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB96A3C68259FF4D2301FB0F118B702 /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8528C33E5F8EF3D65FBA1C32A723CD15 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DE94B45B20EBA3A79B75B576DB1CE5B4 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 852A8ED13AE3501F4B2C7DC7F2136F1F /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DD644175A669B738B4231111B5F113F /* React-RCTText-dummy.m */; }; - 85455233A524A6D36F12FB9D3A3E6129 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = C0422BBB11687EFE612D490B8B0C77DE /* RNFirebaseDatabase.m */; }; + 84A553EC280593F64BE95B0978CB4AD8 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1906556C45AB84FAE5BA371126C72B3B /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84A5949021E42ADE6DA26A4E789E1A92 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEE5683F002CA0CA3896C2CBEA6F79C5 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 84B1D5DC6C672026999BB7199AFDB7D4 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F1ECB1C89116CD06A428B9A667E33D /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84C406170B2DBB5D07916C0193135586 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EF51AE475B1C94C17C7C9E97C9A28CD /* React-jsiexecutor-dummy.m */; }; + 84E7F77F0C30475ECEB2449E4B161FA8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = A359FDA218BBB85A1EE5CE72F7EE5C58 /* BSG_KSCrash.m */; }; + 84F1BBA3EBA06ED9A2C1D66F97096B5F /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 30C14607A6AEC19A6D6247FA32385616 /* BSG_KSMach_Arm.c */; }; + 8503458483F715D8BAB55F6F6A9D05D2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 712B8F56124AFCCAC1EB277D7DD6C9C8 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8528C33E5F8EF3D65FBA1C32A723CD15 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A27E79EFF089B11810B130154DDF2756 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 852A8ED13AE3501F4B2C7DC7F2136F1F /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A7EAC83659ECF44DB12C551B618B3A /* React-RCTText-dummy.m */; }; + 85455233A524A6D36F12FB9D3A3E6129 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 44E7913A32231BD98F0E83771A5E6C3D /* RNFirebaseDatabase.m */; }; 8547302CC4693C69F676D0FAF738DF38 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C6619CB1C1D1AE75ECCE9C2E6A35A5 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85638C2F8D35FF711544888B12B5E6D2 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA134F0EA1537EF10FFF6745288AB2B /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 856CE7992389E734209C1F57A30ECF95 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CBAE850177822CAAF0B0484BB32822C /* RCTMultilineTextInputView.m */; }; - 8578BAA29528CC82DAB4676CFD9E8EE2 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = F5AAC602913992146864B8C3BB903AB4 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85638C2F8D35FF711544888B12B5E6D2 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D524162E9BCD6EFFAF8E0F4EC7355C /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 856CE7992389E734209C1F57A30ECF95 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C381672D051C2816D59F6B5E2544F2 /* RCTMultilineTextInputView.m */; }; + 8578BAA29528CC82DAB4676CFD9E8EE2 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC59D62E3FE164D603346C4D814CA99 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 857CFD7317D23D33D462842423F50303 /* GDTFLLPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 33446CC862D2173DA53D5E95665C24A8 /* GDTFLLPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8580667BEB1A20D2D2CA8B3E6C957324 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 91634D2EBBE9FF97B1E1D92DA46FB7CA /* BSG_KSCrashType.c */; }; + 8580667BEB1A20D2D2CA8B3E6C957324 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = D62F461D0DA61C54FD998895AF0D8F29 /* BSG_KSCrashType.c */; }; 858DF05CB9907C3E2A68BB29C4D60873 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1AB32C49A2A285235B4FDC69A39BAC /* FIRInstallationsStore.m */; }; - 85D7A7E1BABE0615BCBD1D86BA242DFD /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2994EDB8FF27036011F13232C65E0 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85EFF53BC2FAF2E9722CA6796A5C33D4 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 369CB7A25D42618BA1B87244F710DAAE /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8624B3ACF76FA5C228BCE097FEC2BC8C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2321EA1129CD7B9A3C570468E6AD70 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 868C9EF47A976D5341C869EF6E4036FE /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CA433545EC6BB3C9FD13334F15C7FA /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85D7A7E1BABE0615BCBD1D86BA242DFD /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F3D8CE3395292F3E662044022C8A65 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85EFF53BC2FAF2E9722CA6796A5C33D4 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 278B8218B421064466EA36AD04D44D68 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8624B3ACF76FA5C228BCE097FEC2BC8C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 017C43B026CB04C1EF78BFBE3ECC4F37 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 868C9EF47A976D5341C869EF6E4036FE /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = C7697D177A9AC5B3305785040048B838 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8691A04446317D7D3C7D3DC58CFEDF5D /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3787BF1E614D7EEDF5E1142F012247 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = A3CF70A53EF1E392D30C064F7E3F82BA /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 869D6314267C36E72B3921B72B2CD745 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E992D8467813492D50B1E61EBFBE6A5 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86BE3168916AEF95FCF9CE5C987EB83B /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = B312FE5691799113B85CEF8AE9BB6290 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86BE3168916AEF95FCF9CE5C987EB83B /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = F2649FE73365ED79E64897C7FB24DD93 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 86C94F87667167DD05AB086C62038113 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F7181E6712382186FEFE1FAEE124DC30 /* SDWebImagePrefetcher.m */; }; 86F28EFD2EDCDEEA0133995833BC4BA4 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AA42C4E98C13EF33E441FE62148783CB /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8709E4EE5B3FD0A526072D5F1C141722 /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = F581E835D4B745A1D287B2D9FAFABD0D /* FBLPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 875DE806BC05CD6FBB5171B3684B1F2B /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9D96339CB00FBFB4B25ED781F333A880 /* QBImagePicker.storyboard */; }; - 87768AD792BACA0E657CEA3829636F66 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D27DC1954AA7BF4D04B07CAA3A188F /* RNFirebaseFunctions.m */; }; + 875DE806BC05CD6FBB5171B3684B1F2B /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ED8946A6BA821202B3368BB71A8AA182 /* QBImagePicker.storyboard */; }; + 87768AD792BACA0E657CEA3829636F66 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = AB085A3992ED4E69309C402C9B2F36FC /* RNFirebaseFunctions.m */; }; + 87873D084F83703DE3C009D5A2A0C043 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 567CDF6AF52742501433BA4D852AF0C7 /* UMSingletonModule.m */; }; 8793DB9D4BC902335BFA665F3784AD8D /* GDTCORStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D6EDA25FA893D1DF91AAEA53BA75B9D /* GDTCORStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8798A8DBCF62D49ED95C6D34C83B126A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A4880C2EE835771E9D06A2BD538F35 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8798A8DBCF62D49ED95C6D34C83B126A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 57858FA00E9FCE5B0D6A2DFA7C2688BD /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8799A7E7AF7D5000F6488DC84D14E692 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = CBD554C9D80E29A82E56D1B7897C0E38 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 87BFC3AD290F6A964063BEC334D53262 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 68467E3CFE2F10ED67841ECFBB5F6447 /* RNNotificationsStore.m */; }; - 87CB66C902F11F7A98F8495131A29A63 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A87A0830B20D2F1D739F76A9890AE3 /* RNSScreenStackHeaderConfig.m */; }; + 87BFC3AD290F6A964063BEC334D53262 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 15B1124A17166C051BC2D02B9932A8DF /* RNNotificationsStore.m */; }; + 87CB66C902F11F7A98F8495131A29A63 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = EEF05BEAD756F0B2BA71E8B39C067F78 /* RNSScreenStackHeaderConfig.m */; }; 87CF39BC0CCA51CAB58590CF9A9B8FA4 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D352643E8BC0C05FAD0BB5404F73E27 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87D1C8D0E94309AE54E7909240E8B83A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4047D0C13164557A75A75548DC31B4AB /* FFFastImageViewManager.m */; }; - 87E4061EC6086456381F928D935EE7B6 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8F6E5BBFA697FF0669A137F6C69EBC /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87D1C8D0E94309AE54E7909240E8B83A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E59E8413EB76AA9A0ACA30CD21A916DB /* FFFastImageViewManager.m */; }; + 87D604BE8872A45E434BCCBA813103F4 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = AFB186041139443697595C938D376E59 /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87E4061EC6086456381F928D935EE7B6 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E1B3EDEDD84F4299867D29A64BE66EC /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 87ECC4C043286D06A575B38448A0A66F /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = D996FB83753842B15AAE13001FED927E /* UIApplication+RSKImageCropper.m */; }; - 87FD74168A6EB497B23A90B90518A5CF /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0260B1705B12BD97512D92AAB1D975A2 /* EXPermissions.m */; }; 8809B9F0FAFDCD89CF323E1489AA3660 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 106194880B0291DBB2CB25096A7764E5 /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 886ACD34E706C9B3CAA14BA718B15F71 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA906CC25277C293D1CFF35A617152B4 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 886B4ABA16F159910D856C8690852078 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B7460AE9B4CF1269C34BDB7CEA3867B /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 886EFC385AB165A47AC13C719BCFDA96 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7737694E9B3A951E07FF7E8C2E7C4880 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 888F4BB161122EEB45F0144A3B099A55 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F3263CC7CDAAC78D64ECE2AF8DF05354 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 02FAA2A82FF5E7F69641A48ACD60B8E9 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886ACD34E706C9B3CAA14BA718B15F71 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC62F256D9A8EF420880FB91A287F40 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886B4ABA16F159910D856C8690852078 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = AA5A5CE2053BA64187F6CAB446174B8D /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886EFC385AB165A47AC13C719BCFDA96 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDA7192A03D16F7CD1D5DB0E827BA04 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 888F4BB161122EEB45F0144A3B099A55 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 92991E50D3464427C3917E08D7A6B7F7 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88A7546CD0CC5EF28061417BEF92362D /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = EA3786891CC282557AB2EF14638CDE2D /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 88E2D72A67C9FE9C1F481C71F68EEEF8 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB0025F1EC6EF96CB0113EBC33D3711 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88FAD4E57380E26AC7F03BEAD2EAEF88 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = A0EA3217B857F6515E5C3725E793D70A /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88FFE10394F13353806F5AC527ABD0EB /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9BA20ECA608A4F959F161F6314C07143 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 890192B34648332B6C6C09A75D978B0B /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 79617570F1EDFDB1750EBEF9D40FF152 /* UMViewManagerAdapter.m */; }; + 88FFE10394F13353806F5AC527ABD0EB /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7108B03339E820AA6C483739E8F8F9C3 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 890F9DF78C90743B0CE5E2CC7E7AC4E6 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6129D17144193C727D68FFB158130674 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 891E992D9EB633B92E3DF27F9B310C23 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F2F55C8488AA7450E778BF58AD47EB /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 892CC8F163730004416A9E0EB66454A0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE96081B960EB5843F26F6558A40730 /* UIView+WebCache.m */; }; - 89305BD8FA22B9F773F80ED9B63F9DEF /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 85DAF0ADF9D871D10FCAD5FCC5B53E0B /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 893655588E502C049519BB8E65C6C606 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = B41590C1DCAAA35C248A956F2B3F7929 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 894F864B3D616AD9CA528A84CEAEF67E /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C0AEECE68F91F9D53BF643359BA6740 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89305BD8FA22B9F773F80ED9B63F9DEF /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = F67D7AFF559B16B61F8BA8EBD50F0484 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 893655588E502C049519BB8E65C6C606 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A795E8D890C786E5FE7EF3B02A93904 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 894F864B3D616AD9CA528A84CEAEF67E /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D3C3EEE5A6CB5B2FABE8AFB9B20BD3E /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8950571C071AFC5410328C4CA3D19B5E /* FIRInstallationsKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 01FEFA98B5E8668AD537CEE144C68D35 /* FIRInstallationsKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8990839281ACA886749C54D8CA07FA88 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 86670E276CC761C5AD9108582C55EDC3 /* FBLPromise+Do.m */; }; 89BD4AA4D3B1EE870D5BC99EDB0FD812 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F4CD4AED2AC4EF14B118A58EDEE355 /* UIImage+RSKImageCropper.m */; }; 89C3A612CD4ADB81C44209858A136F74 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BB0CFABA51216D7A7818D5F5D3015E7 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 89CBF65D46171399F0EAF5C79B09E6E6 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B6DAE9177A3C3A2B93422B1382202FF6 /* SDImageGIFCoder.m */; }; - 89DEAA3F2A400C8232EC97727C7D826C /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9504A2A6B1C25558882AE62B22F9A5 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89DEAA3F2A400C8232EC97727C7D826C /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = A04EBFCE94F34A2DE815C6C732E0A763 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 89ECCD7C01DDA71BC7FB896BB010E7C7 /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C3136B59B61BB160560C616ED25BC08 /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8A1373FBD88F35501478391992C5376C /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = FE1CC5E059EA91AFC5ABF8BF527E9F10 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8A362B80D43E6603CF994D92EB2C52AD /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E818294C08CF5776BB1D71226C8C1B0A /* SDImageCachesManagerOperation.m */; }; - 8A3B0328CB5DF41A39BCCB3899B34CEC /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EDF1DFD33ED220F0315B82842BA8C8 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BBFAB8C771DD0FF985331B81372155 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A3B0328CB5DF41A39BCCB3899B34CEC /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = BE9D0C42DC3FEE44D14FF79EE1BDAFDD /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CF7E45F6AFE55A0A4D7B73EC61614501 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8A9D84B786AB2897A000D05D3AACB59D /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = B1151875A2C24A78423CC58505388627 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA78E079D60E962A4BC282E265CCC88 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17C501E18A92D84749D865D5BC99708B /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8AA78E079D60E962A4BC282E265CCC88 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13951187B0C12BD8402BCA7CBA95D0A7 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8AB9E32DAF6BDF9585F5205FA0736F63 /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 392B3106DCD1282949C544B07B1586E4 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8AEC824A51C85F20D2DF15E8BEB7DA26 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9983282CE3F72F1D2F8E5E39DD900556 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B31804AAB0BCE87C153A3A661DDF9AB /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E29BD840C7EEDF0C2224CAE90F3EF14 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AEC824A51C85F20D2DF15E8BEB7DA26 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B58CF705D6278253C186C6E616EB8BF /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B31804AAB0BCE87C153A3A661DDF9AB /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F3CA809072964CCC65C1EF386C65F7 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8B43C248A2375B0F2B98B5157B1205DE /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 51087434509AC9D80EDBA3801FBA46D9 /* FIRInstanceIDUtilities.m */; }; 8B461725557EA6544B7B191BFDE8C1D4 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDA6DF3A3B6AF0071D4A7A9742995B2 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B4A5EFA46C771631880F96C6D857763 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 33EC0E5B8B9ADDB4838EADB7A50AE5A1 /* EXDownloadDelegate.m */; }; + 8B4A5EFA46C771631880F96C6D857763 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B7A66CA40B037C34377CACAECC1D55 /* EXDownloadDelegate.m */; }; 8BA04E1FA3708A51146E5A1218DA87B3 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C5912343F09FDEC67C47A7DD500AAF /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BB9AE1787FD9D7C8F5388013BBCD2DD /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 29111EDC9067117B4EA9376BF35DDAE2 /* EXConstants.m */; }; - 8BDC780EFAEC1B9826D9B25A85BE47E2 /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 343F28199569171A7F9EEA6E15511B0B /* RNCAppearanceProviderManager.m */; }; - 8BF75A8218C11BF3B0E8D88424BC5F47 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9622F1F5AFBF1DC9D2609B287A97CC29 /* RCTProfileTrampoline-x86_64.S */; }; + 8BB9AE1787FD9D7C8F5388013BBCD2DD /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 67E4993CF7899F2EA58E49E1EA4F9C7F /* EXConstants.m */; }; + 8BDC780EFAEC1B9826D9B25A85BE47E2 /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 08BCDAB5B66339457CF6451737AC1DC0 /* RNCAppearanceProviderManager.m */; }; + 8BF75A8218C11BF3B0E8D88424BC5F47 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 295F044614A219B8CCD891FE7650B3B5 /* RCTProfileTrampoline-x86_64.S */; }; 8C067D43FFE92BEE92DF729871CB6737 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B4CD2BCA1F7FD16045A42310FCE9F0 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C0961F4BF06E2D6050B14C3292638B6 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 09F74600A3F236533A7364611CBCD0A9 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C0A640F7F5FA4D7E162DE9284F16BAA /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 754C1763718FE74C32CF806FF8384D33 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C0C8D915DA3564FD6B5B7B18703D8C2 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = B68868E9598353F7206899DB35AA264C /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 8C1FF88440B33D9481A72C8EB18AFCA5 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 616B59B78E41E0F8743C2A2FDFBA466B /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C2F0ADB9BED6CDF94AD4FDE98640AE3 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD39E122714ACA80347AE0123C2496B /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C3EE4A40254A277C0F5663A900F4257 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F2C6B4E466B4DA131D5D01DABB9804E /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C2F0ADB9BED6CDF94AD4FDE98640AE3 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B022624C369BE97CC1724F31C0B7275E /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C3EE4A40254A277C0F5663A900F4257 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = A30CA10BD3D0FFFC75579BEDA72F4322 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C5D5340CC2350C17774207F4AFE339F /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 63F237C28969479FD39F0D8EB9063B79 /* UIImage+MultiFormat.m */; }; - 8C7498211CB965AC43930070C50E5510 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AE78D02DA919C9E41B39F91B858B386 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C97D51F2831AC4CE3018CB7626639AC /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = B6577B973299B70BE40F64482567C803 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CA475791C767C5F20E739483E327D34 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 28AD009D7AA520A7C1D6D17FD2291045 /* BugsnagKSCrashSysInfoParser.m */; }; + 8C7498211CB965AC43930070C50E5510 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C09F8FC9C3A48D2F39D3D394130EC3 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C97D51F2831AC4CE3018CB7626639AC /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2FAA6E172C596B5567EA8AC6FC6A63 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CA475791C767C5F20E739483E327D34 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A2C611FB137F0645124C37EAF1D3E9 /* BugsnagKSCrashSysInfoParser.m */; }; 8CA624564BD56CDA821A6C12FB87DF65 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = AAB27BBE32494400507F8652BE36111F /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8CD195F8D4797EA381A36F563A0E5F0D /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC7A3F5A971D81FA783C0205E1D4005 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = ABDF8913C48CDFD3513678263BD2FD3A /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CF4FC48814A64166E0636CF7EFFBD83 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C6FD394B6095FA5812033C28A9AFAA /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D24E27DD6BAFE194B066A1C0848899B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F31A0471859CCA5EAC081F7810DBB406 /* React-RCTActionSheet-dummy.m */; }; - 8D3621426BFE501E721FF44E94DBA253 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 13FC99CB679FAF0B279975B449E1D487 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8CD195F8D4797EA381A36F563A0E5F0D /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B648BD77C67F6984E6471526556DA44 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF4FC48814A64166E0636CF7EFFBD83 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B32CE21976E9E9D0ECF62099636E0D0 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D1767AB59653E8540E79B2D42F2E7CF /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B45903CF11C39B9FCE0E9E8ED5454364 /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D24E27DD6BAFE194B066A1C0848899B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7F7ED4977D67E27097A2C9D2F83889 /* React-RCTActionSheet-dummy.m */; }; + 8D3621426BFE501E721FF44E94DBA253 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7FAA47021000A0AE68D49BDAFB6229 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8D751CC4E9101960E0571131E2DEFFEF /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D1DB7D0AB5BA90F8138F64EBA4323B /* FIRInstanceIDConstants.m */; }; - 8DAA4220694B02480367F67459059F3A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F03951255FA20CD20B62D3C45CFB53 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DCDE6DD377E7D735ECC89252CA639FA /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AC5E3712E1C400257D80CFEA826DFC6 /* REAClockNodes.m */; }; + 8DAA4220694B02480367F67459059F3A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 5258A7FE033C54F3D4FA34988E357BEC /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DCDE6DD377E7D735ECC89252CA639FA /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 9034F938C79589876C34B7C8D5FE8E9C /* REAClockNodes.m */; }; 8DEF96274F9BA17DDE42AC2EAE1EC1AE /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 84EC518D9D034614AA1F401DB6FF9D92 /* UIImage+WebP.m */; }; 8DEFCD08EC9448EA4F746B9134AF4D65 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C40A67EE1D77C8674B2974823212EA0 /* GDTCORReachability.m */; }; 8E035517C8AC7D884CBA5819743A15A3 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8BCB824FD16FFB5D40146868CEB425 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E0D9EFF36B98DCD095C2DB8123B6CC2 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F5340F41B48EAB99948E68E58639D98A /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E454B8C83F5A7240B00066734BF3DFD /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B40F0C3B301F32AC85B84546178CE0CD /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E773D494A272503191518A6FC9BCB01 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = AA0B72A9927C8B436461731558241482 /* REATransition.m */; }; - 8E842C89450F1F42FD0A472547D2DB91 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6562F2DB054F9F4800DEEBF8FFAA8C95 /* RNDateTimePicker.m */; }; + 8E0D9EFF36B98DCD095C2DB8123B6CC2 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C83A0AF41DFE9DDFD36003B5BB0ED509 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E454B8C83F5A7240B00066734BF3DFD /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 893BE71D8F29B67C196B9A779D9B622E /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E773D494A272503191518A6FC9BCB01 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BB9233F6835B791FD570E679411CD36 /* REATransition.m */; }; + 8E842C89450F1F42FD0A472547D2DB91 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1238E92EDB750B4A397E54323FA4A5DD /* RNDateTimePicker.m */; }; 8EADE023E455AEC580E9BBF11138B13D /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECEDAD2A838321D345DEE9D05E6BB90 /* glog-dummy.m */; }; 8ECAAD611878CFA4CA1E91A5ACC7FC41 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C64106BB2DF7529C974379A31A7B6EE /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8ECC32BE1D834E064B790DAB6A677280 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E3C8E6D99317CEB9799CEDC4EF10E0 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EECFE19160CD69752A9D17BE13A0549 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B2AC5E2196CD9B6DD211636809906426 /* pl.lproj */; }; + 8EECFE19160CD69752A9D17BE13A0549 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 10F8A885C4E82BDA4D26FA34B581D952 /* pl.lproj */; }; 8F026D24EEBFE343FDBAC023E9D56938 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C3170CE50BA839FD7FFABDF189D8F38 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F040C2B11F6646DD48ACF0D9F806AC5 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6868214DF95F6AE6EE828BF02EC30D78 /* react-native-keyboard-input-dummy.m */; }; - 8F1DE929839BE811A4D2898796A205FA /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F0B94896794B69DE9ABBAF3A6A4531A /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F2805AAE44444D081FFAD2274DE2242 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B69490D4E712916566E0CCCDF08953 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F309961888112B2C0D486333FA4C7FA /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA03DD2917BE1F12B9532EDDE505149 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F040C2B11F6646DD48ACF0D9F806AC5 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F33070115C54647302E7B680A145468B /* react-native-keyboard-input-dummy.m */; }; + 8F1DE929839BE811A4D2898796A205FA /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 63C04C9B808242A07812EE94BE482F00 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F2805AAE44444D081FFAD2274DE2242 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3FBF733480DB3D4AD1299D8879BEA9 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F309961888112B2C0D486333FA4C7FA /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1A6B95632FBEA8316F5995577B86CE /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F67D72452129D5639844135A9C40BAD /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = DCB16C1702DEA720BC36211E43A6596E /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 8F7658D209B9A78E163D3E9613B81255 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 065695C3888176DAC6E68FE097DC6565 /* EXReactNativeUserNotificationCenterProxy.m */; }; - 8FC5A3F42ADAA6A821A5C9674CEEB661 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F76035A1C60156C30D8C7AC85A25B87E /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FC5A3F42ADAA6A821A5C9674CEEB661 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 28542E33845F2AF8A588E35090C66E0A /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FE0997788C0371B00C8923C3D935168 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 82C5CB61A36D2F0DDF60097EB08DBD66 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FFCB0876C97E6E6A9BD192A5514E737 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCFAD3BB3A6A89D23F127637FA0517 /* SDImageCodersManager.m */; }; - 9004D4CB6A142DF3AF78B638898B3088 /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 735BAE5A99D22558195015309934BF9B /* RNCWebView.m */; }; - 903E5806AB43CC9ECAD1243D2FC12279 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 82CB5E38F32F0666135F8A6821A7FD7A /* UMUtilities.m */; }; - 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 498A4FF6CFAD1B94EF7A4801EFEB3957 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9004D4CB6A142DF3AF78B638898B3088 /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E33B5D4B32B8D02734F0AE9E7A406DF /* RNCWebView.m */; }; + 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D70EC68436BCAFD870998C26D22668D /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9065DD549003066B9A069F40D2485CEC /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = A1F0899513A15CABEC77801711DA43EC /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 90971B47C3418E340CF56D3D9E529587 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = B60EAD97AC08615CF8BA89493710EA13 /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90CCBE59123D4345E7003437EFD73548 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = DB1A81F1252B43F5F5ECB2C3F5872E62 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90CE9D3E90CFF70CAC64D3FFA105AECF /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E921DC8EDE043AA484BBA1A749AC157E /* RNReanimated-dummy.m */; }; - 90DF82F5A6FF02BA881F75FC3505DDC3 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08ED12117BB4332C204661E3C9D293BE /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 90971B47C3418E340CF56D3D9E529587 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = A87A088034D2CEC390DA193A4BB1D57B /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90CCBE59123D4345E7003437EFD73548 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC8A5E1F7160E71E4A976FD82B0814B /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90CE9D3E90CFF70CAC64D3FFA105AECF /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6E38E23C024D7729BA0F5A71B4CC5D /* RNReanimated-dummy.m */; }; + 90DF82F5A6FF02BA881F75FC3505DDC3 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCCEB59819C9E8AED019EAAA3C0CE568 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 90EEDAB80AD3D2F8B41E0C9F4C40CCF3 /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 905B1BD1CB9FFBC1DD7770F2DBD5FD19 /* FIRInstanceIDCombinedHandler.m */; }; - 910B1B0EF8C7E99CF568CD43FADC8CDB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DF81F714471EE2EDA81F05870FC7BD /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910B1B0EF8C7E99CF568CD43FADC8CDB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 50E26AF35C3302A079327C853D581E09 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 911D35D4C93E94049058BE6695C7FDC7 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 084DF8B81E62B3FA2DD1A9E2620122EC /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9174043F2C5C946E391930C776A8F658 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 192CCAEA3A7BD283727CC8F0076D4F1F /* 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"; }; }; 91BBF552A2FF6BB3042AA2B96075C326 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 514AE00CD420A8229A4F661330A06B47 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91E6B9ADEE505C21F59904D244812A29 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CD2D78E8F41D39A64B4383E335683A /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 920492D26B54A44DF36E54A858DCE72F /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EEAC5F08D6B4D9AF7534012B48BB559 /* ARTSolidColor.m */; }; - 92067B4091004BF297FF15F7E163CF66 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FC5241CCA8BB67252A090DE9D5C0CA6 /* REATransitionManager.m */; }; - 92330D2E1E09F2AFC5169D9192A9143D /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 62EC6787AD86A09B5DAECF891CE39554 /* BSG_KSSignalInfo.c */; }; - 923D51836B00BE5F3E8DB7194F6DA65F /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 541875FC146A3D4AF7C305C9CC783C28 /* RCTInterpolationAnimatedNode.m */; }; + 91E6B9ADEE505C21F59904D244812A29 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BCB755568AE6FC6B7B38E00572F45CA /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 920492D26B54A44DF36E54A858DCE72F /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = E62106A8AC3479BFF07F954CDB4068A6 /* ARTSolidColor.m */; }; + 92067B4091004BF297FF15F7E163CF66 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3396D88E1D3A8D3766175396AF1C7CCA /* REATransitionManager.m */; }; + 92330D2E1E09F2AFC5169D9192A9143D /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = FD0131611CE63C525179341D549052EB /* BSG_KSSignalInfo.c */; }; + 923D51836B00BE5F3E8DB7194F6DA65F /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E9EC10322167045A8F30D69DE3F0EC78 /* RCTInterpolationAnimatedNode.m */; }; 92761B113C01A55F1CEBA2DDD2495446 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F8311DDBE0DBF0536063DB1283834E /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 929D5F9A483CEDB88DFC5DFC3C3031DF /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = C18F74C4680E509627B27F971FFE7F07 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 929D5F9A483CEDB88DFC5DFC3C3031DF /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = AAB0BC80CE51061ADC08C2B9A74E6B6D /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 92AA74D1F05BBE5402796AA8225D8834 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A2F1FA0788DFD486412DD726FC1C595 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 92B35C8BA7A9A5A1D207A3623008B14D /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 89AFB173CF329C6B51A398514E06ECCC /* RCTVirtualTextShadowView.m */; }; + 92B35C8BA7A9A5A1D207A3623008B14D /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3308A989CAB251872CD91C4A505B2DEC /* RCTVirtualTextShadowView.m */; }; 92D334C2D97FB3BF1C809606141C8024 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D457DA870054C0D84E3800FDA55894 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93295B3F8E382C2029A4F4D51F70993B /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AEC8DC13EE046F3C8DFBE136D8D798A /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 932A63E4F9AB03993C4F2C40333884E6 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = E50F1BDB59560C2208BC53CD88107847 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93295B3F8E382C2029A4F4D51F70993B /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F325A2E92471F8C9A2034C213E23677 /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 935C588017563AEFEB80DC42C91EC15F /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = DCADAF076921DEC4D671151F9E0C9584 /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 93A0E9A6CC99BE8D70FD6F259C9D5891 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F838A60D7566E3ED6EAAAB29782AD39 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 93B239D294DCEF6825977FE49136AE5C /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 48D13CE06914C02A51CA1D66E14B9F40 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 93C54730DD440D3D44E8805D830A196F /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = FE5F61B11785B4AF3CB9741A37B367DD /* BSG_KSMach_x86_64.c */; }; - 93EC8D424A6C585697CEA89C57ECB72A /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 150C87055CDDB34CF656770A6785DAF7 /* BSG_KSCrashSentry_User.c */; }; + 93B239D294DCEF6825977FE49136AE5C /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E19EE3FCE03EAE838447F0E063168D9 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 93C54730DD440D3D44E8805D830A196F /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = CA1B3E1BE6099C5ACCEF3A771967F89B /* BSG_KSMach_x86_64.c */; }; + 93EC8D424A6C585697CEA89C57ECB72A /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A4B9563B1F54378C50CF08B27CC588C /* BSG_KSCrashSentry_User.c */; }; 9410A9F0FCED080442B9A14D7811805C /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 070C05407939F9DFE5B7ED06A3FE346E /* FBLPromise+Wrap.m */; }; - 9441E1E4797BF393BF269E3BA2EDB29A /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BCA58A32925A1E4400F2B1ADFEF0972 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 945D6E8B65673BFBFF53BA7F7813BDB1 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E147E303AD172D0F1385F1896F47B2D0 /* REAJSCallNode.m */; }; - 94C039AE0D8233E82EBBF8CD60D104E1 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8852B603985EABAC100BF0A6427C4ACD /* react-native-webview-dummy.m */; }; + 9441E1E4797BF393BF269E3BA2EDB29A /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = DBEC2CEC9A177E5696E833D65F61FDF0 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 945D6E8B65673BFBFF53BA7F7813BDB1 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 28A3A0F3FBDD846FCD47AC077B8777B3 /* REAJSCallNode.m */; }; + 94C039AE0D8233E82EBBF8CD60D104E1 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD75891BD7317952B386BB20DB6EC735 /* react-native-webview-dummy.m */; }; 94D2057D96B17B5338176E0EAC6D6118 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D8ABBD704A725E7E0D996145CBF6F03A /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D57D1F8087170D3C55D8BA061D1001 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C0A3B289A8E8C397553F8B5795D657 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94FCD20E6A582DD3D5FE05BE22BBAC95 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 959628BA0DDBCCD75C7AC43F9F4BEF8C /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9527E5A3C6DFA80BA2DB45EDB484763F /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A58D7780B1E3A13BA1C9211FF6D72D1 /* RCTImageShadowView.m */; }; + 94D57D1F8087170D3C55D8BA061D1001 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F547B239E503C73BB599D250FC08E5 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94FCD20E6A582DD3D5FE05BE22BBAC95 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C8E045F2FD5C7D631C293C0F73C0604 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9527E5A3C6DFA80BA2DB45EDB484763F /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B47F1CD100FCBC1313C955EA345AEB /* RCTImageShadowView.m */; }; 953B94BD133A7467F4F38C0B944D76E1 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 064078AF10DF91404B3DE14C08B4C6D7 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 954737CAEAEE7CD10A8E82C893D3C05C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B40E769968DD2143FE155AD49707E9F /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9551B84E7109A022EA783B45C2038FBA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA144FF00D58E014F32E879A876E5E39 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9555FA1629B54E6CE10F84AD1CFEC491 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AEA1F7442A8A10E9F7719D981A6B89F /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 955ED07B34A30576182FAEF37C32A120 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC31182A2D26CD330A9E68DDF5CAF70 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 956A73A2DD9882EAF245E88865CC6799 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 59DD6416FA43F3F675F005EF8FD3F328 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 954737CAEAEE7CD10A8E82C893D3C05C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 263333326C416B9B57FC47BEC689ABA4 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9551B84E7109A022EA783B45C2038FBA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8961112A6754761DB791C0ABFFEAEDD /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9555FA1629B54E6CE10F84AD1CFEC491 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = E67E3486091E43C85BFCF40124719261 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 955ED07B34A30576182FAEF37C32A120 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 45957DF0B7AF8A4C8A0A7621DEDD1EF9 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 956A73A2DD9882EAF245E88865CC6799 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E75A7D5A4539B2E0537A5A61616245AB /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9576BC2AA57D548A446DF12601AC0D7D /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = AE786E2067197B64CADFCEB08C452C84 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9584C1D2A2B4338D79033DE1456BCB15 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0E03388EBACCF6E9B6F9671AAF2F55 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B521FAD1DE325761C020F8AFEB4E63 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B5FE04EF96F3DBDA6FA2EACB05DA49 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B68C33D8A3CA6C685E64643173F8C2 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 94880BFF0112585F7B888B90817CC653 /* RNFetchBlobProgress.m */; }; - 95DB2DC3843A5A77097E2549512012F0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 97BC1C8A76869E6D037D92F566BDDC8D /* 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"; }; }; - 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 687A41FEC3A047663FAB081DC2F60CE6 /* RNGestureHandler-dummy.m */; }; - 961E178766FFC74BE8CC650BEB06621E /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = D638C2BB3396581FAFA06A88C595108E /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9584C1D2A2B4338D79033DE1456BCB15 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 51DF25480D7018A24CFA0835502A684C /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B521FAD1DE325761C020F8AFEB4E63 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 070D8D1C1B32FFBE094021C01913F8BC /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B68C33D8A3CA6C685E64643173F8C2 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C81C06F9CC5488C4F528E8CEEA36099 /* RNFetchBlobProgress.m */; }; + 95DB2DC3843A5A77097E2549512012F0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = CA805E6377693E69ED26C02F8719CBA6 /* 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"; }; }; + 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 922FCA40A40F924C57AEC2FCA7D56714 /* RNGestureHandler-dummy.m */; }; + 961E178766FFC74BE8CC650BEB06621E /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 2627A03E2AAC96EF0E84BD19FC590BF9 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9648DE8BFD642A580258906D5C4A72AE /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = BC41853A6450E14F865A02ADC3D019D7 /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 967D11E3ADB39D24F39D3D14FAEEBCD4 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9B1701CE791ABE0B135B42558643BA83 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 967D11E3ADB39D24F39D3D14FAEEBCD4 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E1C9947A2D5849DD68B9C1005A42612 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 96A00C011A72200F5C719AA69C379BFB /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 726D3479A42B94820104FFB82565ADF8 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96B16CBD2DD52DA614AC23267995DCE9 /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 47AB5F1B3F88C7C9CEA2079AE84B6160 /* UMPermissionsMethodsDelegate.m */; }; 96B1848EDA12E024991DC71441FB7728 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 669E2D815BA85AA4A6BB99088F534BB0 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 96FEB709959204E0340B06DB34925CF1 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 86679E2183EABD35F9E8AB9DA3D2A5B0 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C495F26CFBEFBC26967005E92B0173 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FEB709959204E0340B06DB34925CF1 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C5472A2621B7D14535D32C7F005C79 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F4581140717803888E5C440CE18E3EEA /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9704F9F1F14DAD1518EDEB3FAB732873 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FDF1E88D043740EACFF1DC73E36B23 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97094C87F27838DB2641D5B3F6F747AB /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 52EB1989DFD74CEB5377A42F0481FCAC /* RSKImageCropper-dummy.m */; }; 9723ED2F504638D6345AE9D73E21F620 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 77028BA581AF00AEF7C147D7449E82B9 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9736808E3A6D9D08A971A877C047E296 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CD1A41557D9711A38CCC49769B2E64DD /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9736808E3A6D9D08A971A877C047E296 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 216C4A3EEEEA592CE9AD2CD1077DD9A5 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9736BDADECA441A7D829AB881E1B8B15 /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5B8DD3BD08B970140758525F472335 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; 979243DB7BF5C1BFB5966534EA7F7651 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABFB99715FD05FB4DB35E948155D825C /* FirebaseCore-dummy.m */; }; 9796980DC5E2693A40E90235CE55CA24 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB3E1A796EA4028EC6374B3EACD53CE /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97B4C27248C45EFA7B1613C6F8F83C79 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF50E5ECFD2E8272C61A10AF4ED50A1 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97DEFB4339250260BD5B4EFF58006D2A /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB2BCA0F0DD370D4283F50B7F88290F /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97ED312B0474017444E6379DC3C4BAB7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E63C65400C7C42AB2ADFD6A72C8D8036 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 97DEFB4339250260BD5B4EFF58006D2A /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC7539FB80F8BCBDEEB4E166A15036C /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97ED312B0474017444E6379DC3C4BAB7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7A3ACA942980704A89C6E5CC3219F2E /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; 980D90F8772164DA4D739F9A2811B7A7 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA1074616EEF1BC09293FE2105C9CFC /* UIView+WebCacheOperation.m */; }; - 9824466925699D70D12255531354CA4B /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 48B9ADB111EAAA20CF02AC1AC415BD12 /* Color+Interpolation.m */; }; - 9842DA186F54F9D3BE5906663455016A /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DB546F80EA4C8F664F7D34B6D539816 /* RCTVideo.m */; }; - 988D75C014F94B7584204ACED46F3975 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A821A52E6888BC7CFDBC1BC5865C0C8 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98AB2900FAC5CE54700374DEF87D2603 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F24F94A3FBFBBBA8ABCC077D41D91AFB /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9824466925699D70D12255531354CA4B /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D82DD98071E79274A3019802A60E37 /* Color+Interpolation.m */; }; + 9842DA186F54F9D3BE5906663455016A /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D55E29C92A3F4B1A45380158662A057 /* RCTVideo.m */; }; + 988D75C014F94B7584204ACED46F3975 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF7B698FAB5610C1CD443A453C33DBD /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98AB2900FAC5CE54700374DEF87D2603 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA8C8AC1D1EE68AA78B317A9950864E /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98BC38F964FA856EBFF4A1910983AD93 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DB602E4418A6458062E66FDBE8939FB /* FIRCoreDiagnosticsConnector.m */; }; - 98C4F8C2F74808C13CC9FBBC7D411999 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F93E285BE4F106BF8932B2B288E0B96A /* es.lproj */; }; - 990C114FE36C3BA307A4CEC634A01D41 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40D5ACF5208F52A2EC8E91E5268F9CCE /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 98C4F8C2F74808C13CC9FBBC7D411999 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 030383C37C015A0A7495A41108ED8282 /* es.lproj */; }; + 990C114FE36C3BA307A4CEC634A01D41 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5C0C0B46851D473AF9561319EE2CB79 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 991970762AB939C8EF22E39E60BA98A9 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE294EC7F18FA41E37CBBE707B45FEA /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9919A951AA1C3643BC9A0FB4E7B89D34 /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D7200E0CD187410B1D095CC51FF6E72 /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 991C9DFB4E1EBB20D56E31715E457B50 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 15B61266CE79A06337D4E2231EBAF1DE /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 992CB0C6A03D842795BDF2045C33951E /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 65513BC7EBF5BE3D92B67A6AB24F90B7 /* RNDocumentPicker.m */; }; + 992CB0C6A03D842795BDF2045C33951E /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 575E6B48EA8E2CA349D94E369059D1BD /* RNDocumentPicker.m */; }; 993DEE091D2ECD262F17F281E60653C7 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 36F488E2824DFEFCE2DA5121F3EFF1AF /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 995C56C42E9021CB2C821060C20D5AAE /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFF6B66AD8BD4CED51BA0C7DB2168BC6 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 995F57F6E3A8F8F3F0CB975427339ADC /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 361BA81519E68DE00DC1EE1C2CA4F5AF /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 998FBF05A1D5B4142E092BF051F89BE0 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AFEC36A329F7F411B66663877EE221E /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99F4ED1427EE4D62E5939F2D49FF3823 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F83D90C0F4DB00C007D20D4EC47E4C0 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A538510B4D21C44538FDAEE7F25BA4E /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7332D22F963E1ABDF5B443A56C2AD1 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 995C56C42E9021CB2C821060C20D5AAE /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0456C2D13A1432E8F3873A6AC42239DD /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 995F57F6E3A8F8F3F0CB975427339ADC /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DCC9BD55EA7962FA78BF642B58866F6 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998FBF05A1D5B4142E092BF051F89BE0 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = C32D7C624A113334D910356C026CFEEB /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99F4ED1427EE4D62E5939F2D49FF3823 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D550DD71459E8D7568326395A7971BDC /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A538510B4D21C44538FDAEE7F25BA4E /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DEE0DF28D1C938FB2E16A1233B1CEFB /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A563C719409A7F1D2A79F1A491DCCB1 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F373F964FD76A572A5BB6D473B3233B /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A5AE9F5B12B24817DC0CF360F3781A4 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE02055864DF5DC8FADA071B185C63E /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A5AE9F5B12B24817DC0CF360F3781A4 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 687045C978C8C32911E216B305D93291 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A6584332A48346E435E1681FAF817BF /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AF0ED6FD0E89DAD5362477D5AFF91A2E /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 9AD7C3DFE9A609436008F7DB4E0F1C59 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DAA01CE0749CD75B5D864D9C3DB8B11 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AE25D78D388B01F02FAF32C7D81B390 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A0E90B7D6DE800A18779640EC834AA4 /* RNCCameraRollManager.m */; }; - 9B0328A157A59821F094F7E47F1F3543 /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 5298D6BD91CA975746993001F4AE1E6E /* EXAV.m */; }; - 9B44C525E5FB5F51CCDE075656F184DA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E40D66AD3F0AA0EC528EA8FA8910211C /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B5E58BCF1985EAC277DDBFCB91F0ECA /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66459DEE8823BB0B8D11EA3D6DB2307F /* ARTSurfaceViewManager.m */; }; - 9B8780B037E6D0A089E2EDDD8E87CDD4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FFF74A046BF8D427EF7C90624577C41 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9AE25D78D388B01F02FAF32C7D81B390 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 21639BD503537EED7E1034A66B874387 /* RNCCameraRollManager.m */; }; + 9B44C525E5FB5F51CCDE075656F184DA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9143C5908FB4D8E74749679BC33C2070 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B5E58BCF1985EAC277DDBFCB91F0ECA /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D33174AC8E0E43A147F33CBBD961C8F /* ARTSurfaceViewManager.m */; }; + 9B8780B037E6D0A089E2EDDD8E87CDD4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0E29BE34AEFDE9C2D97AAB837674FE /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9BA3070F2D82AB8E6B229971E126D4B2 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E10C2950FAF761DCACFC19CB9D52CF9C /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9C43EFFC945AFDD1BCA2FB1AF208CFA2 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 65394E91B0674DD8D11B74FFC7530670 /* RCTTransformAnimatedNode.m */; }; + 9BA8D8C40A0F28214F8BF4B31C15A8F8 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = D3E6D03C20ACECAE030550547CA1E339 /* EXAudioRecordingPermissionRequester.m */; }; + 9BEC9CCAE8723F6FCEBAFF8AFDFE2089 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 066CA46EC4E3C3080CF06433222E437E /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C43EFFC945AFDD1BCA2FB1AF208CFA2 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E333E7BC1658F3FCDB19F8D52409AD /* RCTTransformAnimatedNode.m */; }; 9C616301E3564A11354F44BBC19779DD /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 76870B32976CD2CF19434FE44E4DAB9E /* SDWebImageOptionsProcessor.m */; }; 9C8A0D00A5379B1414E3ECFAB83E213E /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F3C820FC2BBE1761DA1AA527AA0093BF /* FirebaseInstallations-dummy.m */; }; - 9CA68A554C6C2C6DCEEFB7A64389FCFE /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD7924BE0A9DE6A96D091A46DC54D9A /* RCTSinglelineTextInputViewManager.m */; }; - 9CB9FE419E53CCA57DA123E4F5176E8E /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A4061ACF38DF7CD0EBA4002BB78F6207 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CA68A554C6C2C6DCEEFB7A64389FCFE /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 314AF268C02A61E0C1A90E62F45FAEC6 /* RCTSinglelineTextInputViewManager.m */; }; + 9CB9FE419E53CCA57DA123E4F5176E8E /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6CB1CCC878B2530E22CC7F10018B8C /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CE103A0E1FF2B3FAABC3B449BD8D735 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = F1D65D982EF85292BB9FDEA34BBE516E /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E41231EFA93F8A6858FD06F87921644 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D1F18778A897B0C96D5297BA8104478 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 10781EC5358906306658F75464CEAB50 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A1E96E54A74B0B1F1F972417852D401 /* RNRotationHandler.m */; }; - 9D7095896EAC7F5FD443B80112211022 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF65FA367DB5F4C1958D5274B4EAB64 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DE2621FE6687E74C85962E58E803760 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B96040DC69901B1C2CD26E570EEB47 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9DE4DDE399B842FC926F9E57D9A45942 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = A9229A056CB0E4E9B46213B6DF6DAF7B /* RCTInputAccessoryViewContent.m */; }; - 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = C9F29936E7E20B3CFD89B9C48AE3C54A /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E00A71835F74BD9E7791965749B0D68 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F9101373978C3B83F589B7777250231 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E04D8058BC6847CAC65773EED54D05C /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 09FB1013F78A7AF3DC2546F7CC3D152B /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E35AF16FA811ED54521FD4E6352E394 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2770744B1EE09E021F4D15CF3C5BBF74 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E3FDFA5FE43DF56A9E6F0E2ADFD0521 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 725C9D7519C9246294964E65F09B5F2C /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CE4BBBC558CE96AEB10D5D105E1026E /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C90C59259D92D210C0F029BED26A1B7 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4454889C698F3EA7E727F1944FC804 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D1F18778A897B0C96D5297BA8104478 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E7A416F75D848938F7E26374B24D1B1 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DC9D1A3E4C33F5500BE62E412F6184B /* RNRotationHandler.m */; }; + 9D7095896EAC7F5FD443B80112211022 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 074DDB0ADE3E453E37436DD6DE29DB44 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DE2621FE6687E74C85962E58E803760 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 417E8BFE0291B4472FA838818899FEA9 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9DE4DDE399B842FC926F9E57D9A45942 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 44AB8DA6CCB21594C36E5E9A8DF33C43 /* RCTInputAccessoryViewContent.m */; }; + 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1DE266071B6B3F0DF6EFAD39C2915F /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E04D8058BC6847CAC65773EED54D05C /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F5398B210CBA961523993A242B13978 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E35AF16FA811ED54521FD4E6352E394 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1231FB2390229D9B8DCC2C8E8015FA4B /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E3FDFA5FE43DF56A9E6F0E2ADFD0521 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FAD1532FB0289245A4838BA68B4A79 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9E69C58844ADDABB79A1AF60899FB6AB /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 933895F5689A726BB5DBED7880848CEA /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9E74CD4E4333A1722FF7057A7D841D78 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AC5BBA5FEB96505850A90FBE111B046F /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E9C9344BE1DA6BBA542ECAD750A0B53 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 103AF3B67564C17BFFE8AC3251B444C2 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EAA160F40B7AEA5F8323BF14AE1AD73 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FCC55495F3D29D189C63059801F701 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ED53ABBF63AF508BF3A45A8055BF25C /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = D798488795753C7103E292B908093381 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF008BB17B5795A9CDE33AF1AA4EBE4 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 81685809005A13FF186E65DA6FFB1463 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F047DDB8969818C22E71086624790CE /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = DA46EC3F7B4ACC9EE9EFC228D62084F1 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9E9C9344BE1DA6BBA542ECAD750A0B53 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADB7061909E39405AD4BD7B8428BCA7 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EAA160F40B7AEA5F8323BF14AE1AD73 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EB570AFE3807B1510AAFAA576444577D /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED53ABBF63AF508BF3A45A8055BF25C /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DFF2E2EE2AECC376D0B0D17D0A8DFAAE /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF008BB17B5795A9CDE33AF1AA4EBE4 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = A27B300D06E198DEB17D06A4FFC3D339 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F047DDB8969818C22E71086624790CE /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACF8AC78298B41C94A8D5D65AAFE144 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9F56E740FDB8B87EE194B5FC6DF23786 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 5469BFF90FA3FA7460B0D79CE5197D1D /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F608AE2E0848CE8858F19F0376F4B3E /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9513FFCA869AD68880C9933062162BE7 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F608AE2E0848CE8858F19F0376F4B3E /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = C2CB94F061FD37D5215385BC264E365C /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9F69F8135343C51A14ECEC3DE3FEC05F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6638D4A39DF660C0D118FE1FB6420263 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9F6B4F752D0316DC0CC2C2E58EC1A546 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 580123A082788AF220ECF528D65896DE /* FIRInstanceIDStringEncoding.m */; }; - 9F8CC158594C16A93BF79894AE652576 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8ADD572631A373CB2207CC0B924D2E6F /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9FCA0C85E502C92ACFA86EABD32B2224 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A40D49376282675A8A1608198C4819B7 /* react-native-orientation-locker-dummy.m */; }; - A02478583635DC43AF9D1BA278F4ABDD /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4FBA22B542402775644ACFD00D2E66 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A031A8D4C70ABFA2E6794E0A997A259C /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 144E7B8B4EC7AD69B7B6F83260E103C4 /* react-native-background-timer-dummy.m */; }; - A0822D817180C17B9F6EC58E9AFE7282 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = EB2BDA32F9D8827CD2E9C6BD3D8D811F /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A0927C05EBC9079407AC005BC6E1373E /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A5CAFA657156AFE1D21437C7A8D7F6D5 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0AF090921E033135BA303A51E86C8D2 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = BDF7143096F238E5F373CE201997766C /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0BE197B645C6C6537575EAF6F1A8CDE /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B54D91E86F56F1BB3D59F4544FB2B9B /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8CC158594C16A93BF79894AE652576 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 001A5C06BAB91C0F64838710C7B61912 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9FC3C9159E55C02263FDC38027901A59 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC75BD74E2839F062A16CD3F3ECBDD9 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FCA0C85E502C92ACFA86EABD32B2224 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5F1A58BB6ED4B9FA7894540D6B6095B /* react-native-orientation-locker-dummy.m */; }; + A02478583635DC43AF9D1BA278F4ABDD /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8A0114499BD3AA4D7BFD2A78FA01A3 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A031A8D4C70ABFA2E6794E0A997A259C /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6E41E23B34CFFF4C7E7BA11E408967 /* react-native-background-timer-dummy.m */; }; + A0822D817180C17B9F6EC58E9AFE7282 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C69B50911948AFF3F4A5C5FBD32B2C6 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A0927C05EBC9079407AC005BC6E1373E /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D316515E3C4D276B23638661A6A9C23 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0AF090921E033135BA303A51E86C8D2 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B78F20857A4C7463E80D357604DE7B4 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BE197B645C6C6537575EAF6F1A8CDE /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3E9224AB8B6AE8E1332BE7236DAC9F /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; A11DF1263B7EBD23B3D95FF9A3F68E8E /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AA5FDE5D455838C40D597792B73FDCC /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; A134CBE0553F5F3339A4A20A87F18E3C /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D53A23815D628A7C3EFFC59488C8EA44 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A13E40901AA20224032AFB2AD4D04744 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA7D43AB936D50A81723BA9C97BB3326 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A13E40901AA20224032AFB2AD4D04744 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B2099D4C757AAB0D9F2E350C5EB6328 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; A1A7D185D68859C10D0EE1DE4E8063B2 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1959F3ECFABC8A4D200C1715ED0696A0 /* FBLPromise+Validate.m */; }; A1A8801E913E5175E5ECF693F318AA79 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BC4224F66908DB532F9B44C792439A /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; A1FA306C12F8FDC6C3E22551518871CC /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0383EBC057B08B3B4D8E2D06F7D33F38 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A21455566701C95DA8DC8AD067452A21 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFE40F14A73EA2B443AA4CF44DAD50B /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A21AA461DFBE94B5DA7E5BEB211CE665 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E1B3D3F1C9A20AC3EE3B0DEF23172B /* RCTConvert+FFFastImage.m */; }; + A21455566701C95DA8DC8AD067452A21 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 6235F0F9E3A876D361CF60105A7254E9 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A21AA461DFBE94B5DA7E5BEB211CE665 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 86B5F738702AFE3D8F90BAD8BFD61770 /* RCTConvert+FFFastImage.m */; }; A21ED806195A73620CB21657E05C7188 /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 5372D71E7AAFE0D044943DB958C2F428 /* FIRInstanceIDTokenInfo.m */; }; A25FFD696888820B56D9C79F5B2EAEC3 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 336D56D9272DA9C7A6F5356D0DB9B248 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2A4D768671DD4976E9B00C5DD8A08DD /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DB42004B240B79A0FF03409A8928664 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 98A80535764F86459CEDD667CCB4F197 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DAEE0C9CA8E2893756B368AB756A956 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2CBE742B99580CC13E8E18D61C8A9A8 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 87F09B22862988263200E4BCFAC2F8A8 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2DADC127EA39A90F16504C0F8D84DA6 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 405CD50CB99B3F8DFEC76511A7B8A317 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A2A4D768671DD4976E9B00C5DD8A08DD /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 06BC4A59920333D19413DD86CB3696F3 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A2CBE742B99580CC13E8E18D61C8A9A8 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 777EB941848EB1D684C8CAEC37FBA39C /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2DADC127EA39A90F16504C0F8D84DA6 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5611AA51C8CFA27C4D5DDB621C88F655 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 88086D10AEE8A22D3132E28EDB996BA3 /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; A348E879FA3330E1712179F5B4FAC236 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 872F0037F0BE0480407ABDF7F96FBAF6 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A3514C01C8202F3027EFCBE7B89A26D3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F923DC4CEBD2EB6AAEA9D65B8BE85B /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A356543091BEC90DBF244D36660ECCBB /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3023C9C83AB3D0B89E41DC5070F26651 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3514C01C8202F3027EFCBE7B89A26D3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = A20A1775CECF70FDB0A05B7C12A5D99E /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A356543091BEC90DBF244D36660ECCBB /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 67C4AE197F2F4270AD29AE458014D5D3 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; A361C7D8C652CE224BA016F8E6DD7432 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C0A683D9914E0CCC77E6DCABB2816C /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; A381D018508DD7639E2FE4C1A93036BC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 951EA411C3609031BB767BB3EC28580E /* 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"; }; }; - A3A1C8CA04A1A2FBE630CD639DB3CF75 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9754CCB1B41C75728B6A02F4FFF969B1 /* RCTSpringAnimation.m */; }; - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = EDDC8849FFF32858D86EF726C43EBADE /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3C05F4A0CEF28ED7D16AE2076889136 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A5CAFA657156AFE1D21437C7A8D7F6D5 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F9CB0656A0F4FB806F778CE4BB15DE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1768101677ED3E062B092BABACCADF /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3A1C8CA04A1A2FBE630CD639DB3CF75 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FAE6AF1B4DBEF13380F372C55C2AEA3 /* RCTSpringAnimation.m */; }; + A3C05F4A0CEF28ED7D16AE2076889136 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D316515E3C4D276B23638661A6A9C23 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3C5B95F92F2124418433EE74AF6D2E1 /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0B55389BBCE3DC517D5A3A2ECFFBF5 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3F9CB0656A0F4FB806F778CE4BB15DE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C4F6CD61633AE4D2DF0A28EF27B590 /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; A4093BFD98499872C36D61188865A000 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 877F0D1D9A0A956008B6F07FD23EC8B1 /* SDImageCoder.m */; }; - A415AFE0F17D1746DC4BD0CF3E588F4D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D5EB99574208D9F9DC8FB859A56BEFED /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A415AFE0F17D1746DC4BD0CF3E588F4D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D9A79D228495E5315B0BA3E59908CBE /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; A42284BAEF9A5D75B15BF4EFC4E4C468 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B9BD3B6B09CD5A1C2631CF99883907E /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; A42C59477BEC3A7A4D2CEBD6BC4A4F1E /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 574C5FDCBE394444827C0B4B3C7DE9A5 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; A42EF8F9C3AFFECF5B7DFEADA68539A4 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5EDA23D6D2D1ACE2F5DFFCB0B53C29 /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4856E6938B9050ED0388C83AB428FD1 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 606613496D858DA774ED2305077A99F6 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4B467E40F7E342592B65F3AEC3D9E97 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CFAE57E367A65A55C2FD1C7F38C1E2D /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4C63255CAB3DA53A9D697FD7FCC26B5 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BB201F23A57E266A0E92BEF7B46EB16E /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DE80D3B1511941AF0D53ACF8AD1D72 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CAA27A0F211D519B85CBF3D079AADF /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4764E8EC572725B1EC20DE1F38F9ADB /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A46A1EA62BE263FB54EF47F2F178E26 /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4856E6938B9050ED0388C83AB428FD1 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38841A260D87D469AFF933377CD8A7BC /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4B467E40F7E342592B65F3AEC3D9E97 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C5E8BA85ED91CBA07263CB3BC35294D8 /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4C63255CAB3DA53A9D697FD7FCC26B5 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E74CC6C78C61B321EC7A75976A2BA08 /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4DE80D3B1511941AF0D53ACF8AD1D72 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E58F8187571FB8BE19BAB41634D821E /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; A4DF3AB01471BD888F4FD4EC2E9A21BE /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 73DF275591A289869A037B732ACCE445 /* FIRComponent.m */; }; A50388445DF10ADD6B22876F3F69E902 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D591C821A51F0825209BC1C05DFFB03 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A555C6E5ABAA5DB1F62A09D2BC49DA51 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA1241D3B5EEE4FD5C20C761219A6335 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A55F73E73A81AB3E9F61D647CE2A0FFF /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3D0C5CD61A7E538AAC42D172FDE227FD /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A584EA45113B1382E33AC5AA20103087 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 30905185B2307B24C83D044B5E756944 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5969DC380832572368B9D636242BD6B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C62A883CE89818A80C430CA55152373 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A555C6E5ABAA5DB1F62A09D2BC49DA51 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABE4F8095AB04F484F6324A95DE94BBF /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A55F73E73A81AB3E9F61D647CE2A0FFF /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7DF3EC3740C96B26BCF2805EA83CA564 /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A584EA45113B1382E33AC5AA20103087 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F23E3FEC63449DC8ED6AA3D91CEDDC77 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A589A7984EA7376E70C72AF061F51B43 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = EEF472EFFFC67AB1A9C798AF6E7D9B7F /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5969DC380832572368B9D636242BD6B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 01CF4554E741926D31EF30679F8D8CC7 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A5F411136D291A38CCB996E7E68DE213 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FF4A1A447F74EECB8C2AC14492FA6CA0 /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; A5F7A295CE8D9AB5DE3F0B75200DD1A2 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B5609AB6E46F0A418839F14921E70AE4 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A624B26C6E8893F180544B2F414693D5 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 064AC547DFF8127EEE541F3A1B437236 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A624B26C6E8893F180544B2F414693D5 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F63C595C2EA0A71DB2735C63EAFCC1D /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6819EA409E0033334420B790115A46E /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = E70612D1EB1C6A75F6BC4F0F3DBA3E8B /* UMReactNativeAdapter.m */; }; A702694C291529C5D08B2DCFB39628F3 /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = C02C313B7B5553296D2F7158CBE25081 /* GDTCOREvent.m */; }; A7721978FA34EA5CD4BB6F8FD361657D /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 387FDB6229B2B5EDABF7EAFC7EB23979 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE9428A6197F293955DE9F6417A0F5F /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D0078BE561313FE04B5DE40C8AD3B4 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7D57A898342D32D6D087A8B3B880AFF /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = ED82E9BE7377A40C6A4CBA6B7667F7E1 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; A7FE4D8E743D00ECB115E087D53587C7 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = 160856CCFCFA358DCF2AAC3EFA195712 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A826DA3137A89F1502F9B6696FFB8730 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = E1B9853EEABB86B11759DFCB1EBCA3B8 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A851FE5B4FD2E5AC7FBC0358BAE014A8 /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = F96DFC58F11AE0F9F57A856E86C307F0 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A86E645D32DB04BAE7498AC89D9980BB /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC20A9871EB97B9E51FD4F2F6D7D33B /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A826DA3137A89F1502F9B6696FFB8730 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = DD6E3E7D56FED8F8A3BAE1742C879BE0 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A851FE5B4FD2E5AC7FBC0358BAE014A8 /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = BA926B243299D2DDF430FA7DAF44B8E4 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A86E645D32DB04BAE7498AC89D9980BB /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F66C4D688719C36A136311FAE73BF2F /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; A86F7C0A488320ED06BFA2B846DA26FA /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C78B03E18C3C58965E80B1E11C3CAC7 /* RSKInternalUtility.m */; }; - A88BAD944CC973142AF9C9BF65280C54 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = FD38B2E5F8FDC009EE3930FE406607A0 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A891EC8D3D003F2BA49992F3FD7EC76C /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CBD234B82B5CCAF78C77FA9DF5E9585E /* UMLogManager.m */; }; - A896DBC8DEB8E8304EDEAA0F0AA15B1A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DCAC04D657A2082E265DD6149414DB /* RCTBaseTextInputShadowView.m */; }; - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CA21EDA115C0A41E286ADB005D6A38CA /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EC3DD9CD28EBA910DC357466A9268D /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8D9C90918B779E9C1A91973D2AF29DE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BAE4E2BC7E0C20A3AA1DB5C880F2695F /* React-RCTImage-dummy.m */; }; - A8E90F8A49540C9A192B44F1F7641426 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = D7E4D46622518C9F84C86F8D27596A4A /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A8F850B0755D926B58BF8EA8DD0A7EF3 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 5503461EDC3D0BE3934EEE5DA1BB9088 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AF55E15E2C3E4E070679685042CA4096 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A96BF195A93FBB2FDDC78135932BB359 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2ECDDCF7A859B3FDDDB907DBDCCDE589 /* RCTProfileTrampoline-arm64.S */; }; - A9BD36E5B3038DFBDF1438B0D43F6E14 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = B7E0EB48FBFC098528F3AFFD3FF860C5 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA4B2C35721761FB29A7BCDF53A358A4 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28265B29D617FAAA311A5A948A405705 /* QBAlbumsViewController.m */; }; - AA882B59899551990442E64FD68EBA93 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 75F364C673640804FB74B70CFC3E3463 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA89F071A632E2E5F4E3BE02B3F0345E /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 36B4707E6C2B2E5939A8D58E98A7930E /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A88BAD944CC973142AF9C9BF65280C54 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF79865016F2E044F8B5FC7CB23BE1C /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A896DBC8DEB8E8304EDEAA0F0AA15B1A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B5AD579CF7B8D3A6341104D6D503EBCB /* RCTBaseTextInputShadowView.m */; }; + A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 297CEC882720276F40987482F9ECE587 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 61EB1258716B8DFD1A247EF4CE6BEB72 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8D9C90918B779E9C1A91973D2AF29DE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D1D920036CBFEB6265368ADF9F6ABB72 /* React-RCTImage-dummy.m */; }; + A8E90F8A49540C9A192B44F1F7641426 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = FDE9126A93A984EF18E41B9D0692BFBC /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A8F850B0755D926B58BF8EA8DD0A7EF3 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7A1ABFFBAE81D95EB7D34A5A84E6BF /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B669943C192B510CD5FC44F1C41A75 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A96BF195A93FBB2FDDC78135932BB359 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 20DD39159ED27E33EFB83B90B96BDE1A /* RCTProfileTrampoline-arm64.S */; }; + A9BD36E5B3038DFBDF1438B0D43F6E14 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 94DE77592004DF1F7B50325C773C9EC3 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AA4B2C35721761FB29A7BCDF53A358A4 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD8D3AF0A74340CC3014948BF74BBCE /* QBAlbumsViewController.m */; }; + AA5F944B8A228102EAB6BF9BF25031DA /* EXRemoteNotificationPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 23AD90F6598D2FFC0B3AE21D97591D1C /* EXRemoteNotificationPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA882B59899551990442E64FD68EBA93 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BFD250D0AFDA07A5E09D2F7A6DF2AB44 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA89F071A632E2E5F4E3BE02B3F0345E /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3564FC971AD6DF377158066316CA3DCC /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; AA98E5E760C605F57551D3D6192E5225 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C730BFACECB7606E3E03C1D15A4BA2 /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAA397302AB9735FEE54E85069DF673B /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 0945BBC48C6E6DA34300929C868A3F41 /* RNFetchBlobNetwork.m */; }; - AAC7FD892729AFECE270AE59C8812F5D /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6B6688D83418759724326835A4BDDC9 /* RCTTextView.m */; }; - AAD860080DE05A9DB492EA79E7A0059A /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CC612AEFC201E55CBF50D8F1C40E3C3A /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAA397302AB9735FEE54E85069DF673B /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE326C56F88E3DEB8D0E72F3704F5FC /* RNFetchBlobNetwork.m */; }; + AAC7FD892729AFECE270AE59C8812F5D /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F81FBE7F9056B29EB03FEAEDB2E39A /* RCTTextView.m */; }; + AAD860080DE05A9DB492EA79E7A0059A /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7692255B5991851F786B5D77763DBE26 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; AAE02A17D7A26ACCDA5DBF6A441CFE98 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C3D3CC551D9381EB6D1805585CF24D /* FIRInstanceIDAuthKeyChain.m */; }; + AAE3C47A93D1E6B9C643FEB27927CE4E /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F1F9A5AFD99CBEFAFB6673870EC2885C /* EXReactNativeUserNotificationCenterProxy.m */; }; AAEC54ADA9A9C0A6DD785E903782EFB3 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F2BEB3203326DA9994D2329F5515A34 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AAF05BFDD102FD660418FD7AE198030D /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 61AF1837C4C82F78744ED30517A5031F /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AAFC106D9A09F68152DD13A0B192D702 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 067D5D2C99221EB0A3B9E22F7DFD06BF /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAFDC490C197A364E412E59DC6D18FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A5BC46FD11ADF1251BA46820BA26460 /* RCTImageCache.m */; }; + AAFC106D9A09F68152DD13A0B192D702 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B254C9C4A303F02DB2DDD0A2B7553FC /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAFDC490C197A364E412E59DC6D18FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B9E241B8F182966DB6257F6EF2DF8C42 /* RCTImageCache.m */; }; AB0D233175695AD5A5CFF80D84E56874 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 96BA55D82ECFF1108092369C40805752 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AB6B1C527596D3144A8E068B20847368 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EBD648ADF08580A26F32BF867B6458B /* RNFirebaseDatabaseReference.m */; }; - AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 776B81695F3B63E689B69A224988541B /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABB159E31C767AE2BF6EE30DE4B7D346 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 9046E8F29610D14F5BFA1946206DA373 /* BugsnagSession.m */; }; - ABB74B188C02A8D67A14B8EC8BDB5D08 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 721871E7D8498F4B8672EC761AD2C99C /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABC211F1ED49935A5C4A363A6B7A4ADB /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4518AAEDC4391458D6489E7697479069 /* RCTFrameAnimation.m */; }; - ABE4DD5FE579286EA84BDF53DF011F42 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7CEE5036E73D34C54DE51B53DA7EE3 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB59C6234A9993C6BE675204C9AB2EE6 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9683C6DA2A8F45520D195D28F24C9D3D /* EXImageLoader-dummy.m */; }; + AB6B1C527596D3144A8E068B20847368 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 16BF078F3273F79017A1B52F7C67CDFF /* RNFirebaseDatabaseReference.m */; }; + AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FC8FAFD490E87CCFC0834A8B362450 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABB159E31C767AE2BF6EE30DE4B7D346 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 5314314BDD42B0A1926D5A66C9B59D99 /* BugsnagSession.m */; }; + ABB74B188C02A8D67A14B8EC8BDB5D08 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 860C87FEF5C62CB1C641767D3D32105A /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABC211F1ED49935A5C4A363A6B7A4ADB /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 358706A5FEDC4F5AFFEBDB072E89457D /* RCTFrameAnimation.m */; }; + ABE4DD5FE579286EA84BDF53DF011F42 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B75C8F90265EEBA66E0C8EE71B6B25 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; ABF126106FD8D877441956C3AF553EEF /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E59C34733EDDB63352F51EA330CB81 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC31EC883CB7E5DBAF9998562725691A /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1F199CCF5EDA47DFCC987B9A28801E /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC31EC883CB7E5DBAF9998562725691A /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E91991D40236A446717C05DB53A8FDB /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC3905F52FE0809F628BCC0CF306E76F /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2691CB449C5A42D1964D19F13F61C0B7 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AC54FD31827C5BDB2AD22BD2F275CB07 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 66EF89ABD7B5DBBB462B12529A796D9B /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC7FAE73363B58CEA4FEC4E8471E4C9C /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F672D173395EBA22AF0884C6C8915F /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC9977754C40BF50D3477ADDE4182EBC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 151FCAEAB01057A6DFAF66D7094DF371 /* 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"; }; }; - ACD5CDAB5F0724B498437299A32FECCA /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 414C5BD92F1BAAE19A219BC6610A5C77 /* REANode.m */; }; + AC9977754C40BF50D3477ADDE4182EBC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = C27EE54FAFD51156AAA2A03935FFA799 /* 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"; }; }; + ACD5CDAB5F0724B498437299A32FECCA /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 85831CDFF1F97D05F42E20822080C13D /* REANode.m */; }; AD2F0348979F6DEC73E66C0634B8D89F /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A3EF6DDC9ECF54BEBC12FEF5478C225C /* FIRInstanceIDCheckinStore.m */; }; - AD66D2FD84BC116DD133347EACA99CC1 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA44C408D387162B22E4CD223D65C7B2 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AD66D2FD84BC116DD133347EACA99CC1 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FE2CA91659F87D0CA70D59B77940C1B7 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; AD7C3D9EC21B3A100F2D50A4D7158DAF /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2728A14783AB5E811E5251887AADACAF /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD8F9EBA6262A36F5466A2B98B714CBB /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 170794365051DE61C2F27CA071918980 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADDEA309B94CAA51E650B66DDB4CD3B5 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D798B4EDDC375384A075DD5D1B7403 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE14F028F54D612B4D48CC6CED8B76CD /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C67CC10494D314A41B3C2CEA9A697C /* RNNotificationEventHandler.m */; }; - AE3C983FDA0774DA378C46B4CB8D4BD6 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFEB90D12B0A3D0EC41CA71AEDD6485 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE696B4A35AF464F62260BA86B736EC9 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 562C20F9B0C661B7B7CD7311659AB2E3 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE7E5CEB88DE285A14B49E125734817C /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 748FC8EFDBC62C2C86AE00238C2E8EED /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE807CFC8F81EF3476F064B8E48C564A /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED6FAF56D3ABCA19813CBD037348E6D /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9A689C5BA6E8AF5535171D3922275E /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB722BDDED6433A2C613BC46BF7D51A /* RCTBaseTextShadowView.m */; }; + AD8F9EBA6262A36F5466A2B98B714CBB /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3686332A431ADEBE518021AC34BDF6 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADDDC9248A6F312AD540F1D3E1D2F888 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A03DE502008020EB490A8C1BF68073A4 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADDEA309B94CAA51E650B66DDB4CD3B5 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D1E4560424ED1477C0C2DFEBD939FC /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE14F028F54D612B4D48CC6CED8B76CD /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AC58D43F520AB9E41176EF916A98C28 /* RNNotificationEventHandler.m */; }; + AE3C983FDA0774DA378C46B4CB8D4BD6 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A730B0265F6D513F27FEB743FAA8A1 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE696B4A35AF464F62260BA86B736EC9 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B3FE351CD5D079D637B8BC7681CE5C /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE7E5CEB88DE285A14B49E125734817C /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = E0DBF0B6EA978E1A081F305745A17E7E /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE807CFC8F81EF3476F064B8E48C564A /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1D2D89644507DDB99C0775951349FF /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9A689C5BA6E8AF5535171D3922275E /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B273A00658D942D23E36B021688801 /* RCTBaseTextShadowView.m */; }; AE9BAD5416D1788A60DA1E7F3ED08F51 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = F1A4FFD0829F895C7CB4CE1DADA8C124 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AEC0EC96C1A700516BB6BEB6EBEAEC63 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D2AE3583762C93008AC2DBF600FA03A /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF28B147059D9D806FF35212F54804F2 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 79C9A31269E81DF965C0EFADB2012AC4 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC0EC96C1A700516BB6BEB6EBEAEC63 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = F02634E51831E5B3FD5A787D5BB2BF15 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF28B147059D9D806FF35212F54804F2 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C12D2F649FCE22A455888A1E969C491 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; AF783557C42133FF18F4E366E28EF300 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9A4D3B3B310D9827F2482B1F3DE8CC69 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - AFA1747D7903B71E12ED58F61E2A35F4 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 965C8488F60641681C8FF2D2BBD2B298 /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFA1747D7903B71E12ED58F61E2A35F4 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1F3477B4578E3887176C019B49E061D /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; AFA5B2D16D48229861E4E5620792A094 /* GDTCORPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = BA97DE2A8EF2E1432F205EFE746D7873 /* GDTCORPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFAE17A768C60A8299FB264ACD4B0205 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 26657F01A0E5510FEABAEBCE1DE12D1E /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFB15A6F36F4E7BED7571C30D284FE49 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = A61A2F8B6DF63BCB408BA44CF8062CE2 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AFAE17A768C60A8299FB264ACD4B0205 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD45415BD752013DA3245CAA4A136B95 /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFB15A6F36F4E7BED7571C30D284FE49 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 33730729FF01A3597D03942C649B47AF /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B03C42B044033F100A1E04809ED61FD2 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = C75A86B18664AF17C832083530EBC07C /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - B04CEF80BEC79CF16F7F02CE5721C583 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F389B285F0B865DEAD7629FED2F9AC /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0649287E8C6F9F4101DB57FDFBDC5E2 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0929481204407C90D1661AFC8B0305EF /* REANodesManager.m */; }; - B08723295CF1ABDFD21CDF13AABF493B /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3BB883D8A8C3E696C572EF6EAB59284 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B09A5710D9729BFB90BA5D44E43882B9 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B038F44ABE2A3C6093324D530ABFE312 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B04CEF80BEC79CF16F7F02CE5721C583 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 47509D15028B1CA058D32CA13B8666FB /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0649287E8C6F9F4101DB57FDFBDC5E2 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6480A035FDCAE96B58C48CA7F315D431 /* REANodesManager.m */; }; + B08723295CF1ABDFD21CDF13AABF493B /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DE28BBB1276CDE8D23BCA233CC99E240 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B09A5710D9729BFB90BA5D44E43882B9 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 493B0A519C945C32863CCC3752FB6F29 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0A3C69022AD615CB02C44BEF92F0456 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD2D19249B0E5F20B228D7924697E712 /* FIRInstanceIDTokenManager.m */; }; B0D9EA67A437C2D4F14606D128C1A666 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C61133E42FEBE0031138AEB2C96709 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B11CA48DA91BE9D78A09D892242DB4C8 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF2A4E69D80B6EDB5E27EAD8CF0618BF /* RNJitsiMeetViewManager.m */; }; - B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BA407E1C13578F7B43F9461BB02A73C4 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B11CA48DA91BE9D78A09D892242DB4C8 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FE22CAD0C10E2197AB90FCECDE48AD6F /* RNJitsiMeetViewManager.m */; }; + B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F8B76502130DCE8FFBDE5B203C05202 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; B19E284EEDADC2AAEB838E15A544C93A /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 001B7F2F6A312651D3606F252836C2F5 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - B1DB90F700D05E9EC43D79B1399D0EC9 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = D9BE4D1608A09FE10A9E3B412A392C07 /* BSG_KSObjC.c */; }; + B1DB90F700D05E9EC43D79B1399D0EC9 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = E57B61D917422FCC8BB714C6D43CAF88 /* BSG_KSObjC.c */; }; B20F5C555A167E5A8977D22CD4C73279 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 81CE6C1BD2CD84627ACB2375ECEDDBF0 /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B21256C8EBEE862EB6882960A9A8FDA8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D8D6E02317F787EC529CB53BDD23902B /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B21ED47165915C21EF394F4CA8C6DE71 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7BCEFC749CA8C6FC0E8F8A35708B1C /* RNFetchBlobRequest.m */; }; - B22B2FBBAE4A514F037B5880645E56BD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F3001C57F8CC737DBD4A431068E0CC5 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B21256C8EBEE862EB6882960A9A8FDA8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 76EE11B53ECF038B91DB707CBB618F95 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B21ED47165915C21EF394F4CA8C6DE71 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = CB2FAC3D6885A0D52E1EF69887F9E7BE /* RNFetchBlobRequest.m */; }; + B22B2FBBAE4A514F037B5880645E56BD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = FD39BEAA0C9C24C04CD7EF232446E9DE /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2698816BE03D78D782DF5520083AA26 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1E98A139B0A1E84E12ACFECE2DCC7BC /* 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"; }; }; - B27BA7F21D6F636713330F5EC0FD8633 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F865083282FF0E3E2499A9C3C003673 /* REAConcatNode.m */; }; - B2AC693FDD557631F17664DA2A56B3DE /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = DFFA4E87052B6065E039BA191735CB91 /* RCTAnimatedImage.m */; }; + B27BA7F21D6F636713330F5EC0FD8633 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 51FE99C186FAFDE2DE32D2A15112FE62 /* REAConcatNode.m */; }; + B2AC693FDD557631F17664DA2A56B3DE /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B3690FB9D860840F6DDEEC034869D8BB /* RCTAnimatedImage.m */; }; B2ADBA919A83F3489D1643A24A241C8B /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = A85363A0C59C12E9ABF0D991127F666D /* FIRConfiguration.m */; }; - B2F9BCDF64953778607DF09F5E955CEC /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 98EAAA5831E0ADD5E9E3BF6BD82CACBF /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3547BB056E15E18329646D317844CFF /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6A04E34E320C574D92651833E61C62 /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2F9BCDF64953778607DF09F5E955CEC /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 92313FE1AAEFAC337407AC82B920B585 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3547BB056E15E18329646D317844CFF /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A9591959FA5B1AFCBDC72A739EF39A9 /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B35D3DBB0E94D8ACB23B7012751A55A6 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E73C501A0EB747305BB4AAD7978E3E0E /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; B36EBDF74E3D52A6C4D123C1561A79A8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE8ED7B82F5E3A7EF109FDD2E17A97F /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B38F0F004105D71E61A479969F1D0E00 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2860113F8A165287F78B379A7E7735F1 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B38F532404A131A6F67FE5B32AFFB7FC /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA02F2BDAC2181FFE353B2B8F23A3CB /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38F0F004105D71E61A479969F1D0E00 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCE3FF459B64EAA9845981585067DB6 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38F532404A131A6F67FE5B32AFFB7FC /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6920C02A5F5956A0390264E640C0B9EF /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3B8A27F13994D822A962EAD1C8EA1F2 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF066F20D14665E0A04D678CAD81F85 /* FIRInstanceIDCheckinService.m */; }; - B3C7D46AE1B201A79C73C5CDF1F4BAF8 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9D7CFECF0E1016A7AC15B8E44E1539 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3C7D46AE1B201A79C73C5CDF1F4BAF8 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 96371E20F6001DD2B4574720BC9BCCD8 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3DA463FE22DD22C783EA37F931CEFC9 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A38D33F827E62F685D432C9A01C918E6 /* FIRLogger.m */; }; B41645C71E5790030A867FFC4BC9BB6A /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = B7619685EB70998E0F7EC8865DDD7D94 /* SDInternalMacros.m */; }; - B447FD3316D3F3F80C80681F17A5014C /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60E41D6EDC00DE5F7FDFD06E86F1A2C5 /* React-Core-dummy.m */; }; - B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = D63D5DE507EB9E643CA55FF3A3F4B965 /* RNGestureHandlerRegistry.m */; }; - B46D8BAE4C9ACE396EE6E38D21C53C39 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 734AEA6C4CABB5DD9F8F3707C6300538 /* FFFastImageSource.m */; }; - B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = F8752475D668F72AEAB301382F7113DE /* DeviceUID.m */; }; - B477E0D3D5EAB635D2E8C8EE9E00B846 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA0A0A797AF05C4739D1E5917DD321E /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B41D1BE775A5E1E71F079E1661B1553C /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 50381F0689C5591A2CFA421478473E73 /* EXAV.m */; }; + B447FD3316D3F3F80C80681F17A5014C /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FACD549F1023633C75B5539EDE4B196 /* React-Core-dummy.m */; }; + B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7377EDAD93DD9230D8AE5DCD1AE71EA6 /* RNGestureHandlerRegistry.m */; }; + B46D8BAE4C9ACE396EE6E38D21C53C39 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F3511A7A0CDB5CD0A574DA1AAA97D1 /* FFFastImageSource.m */; }; + B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = D213D5F3E331581204D69F5D544E0DB1 /* DeviceUID.m */; }; + B477E0D3D5EAB635D2E8C8EE9E00B846 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 28EA5D81C0557F3EC54098EF5A43E525 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; B4BCAA9AED1573D9C7E81E425A8973F9 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AB686584E542E1751A41715CD307E524 /* SDWebImageManager.m */; }; - B4BD045C0010A019A59B05DB94275A55 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E014ACDCE6AE8C590470F9FD99628A5 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4E253A8AA7AE36273D3CF133550408C /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 696551F58422F0488F0E1AC2D3222089 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4BD045C0010A019A59B05DB94275A55 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B38DB33F670C531001C821BB7D7613C9 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E253A8AA7AE36273D3CF133550408C /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7258DE9C05C4BAE7DD514FD591319E /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; B50CA038F8C99B2EBF848F62A29A94B3 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B31FE76518F6AD1B9C7FC4FC3BE0FD /* SDWebImageIndicator.m */; }; - B50E9E916BC2CAF92872002BCDF0158A /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA243F65BEEED50FE367D2DA9EF79D8 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B50E9E916BC2CAF92872002BCDF0158A /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A54AB4A1997122697189E04B718260 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5491FA6F24FB43A5BE1DADD8C492452 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 3912963231AA3AA7436B53843E64EE76 /* SDWebImageDownloaderRequestModifier.m */; }; B54FD5F975C9E75EA67F9D0E1939C9B5 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 34ACC90522BF9626ADB3630C6DD72733 /* UIImageView+HighlightedWebCache.m */; }; - B56C853A088A0C2731C209C818076B37 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A2128DAA3DAC64937C1E6568A67A7439 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5B429926449C953C72330919CAF8420 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FFBBF90E279EBAC6C6E5B68B7943051 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56C853A088A0C2731C209C818076B37 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = D800E2B3FE000AAFFF8124764DAF574B /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5B429926449C953C72330919CAF8420 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D818B559C21A0B677C6ED9ABF5F156 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5BD49BAFD353D954E0840F64E4A2821 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F78C3AEA250BDD82BE7FE666904B87A3 /* DoubleConversion-dummy.m */; }; - B5D8DB98F0DBB6D20242F47C2F812144 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC051E8E39A958D85281DA2232549E0 /* RNBridgeModule.m */; }; - B5E9E6F752E4EDE32AC15703C13715AD /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10F3C58AADAD3BF820F4B6EA52544515 /* ARTNodeManager.m */; }; - B5EB4E5FE1155C1296CC6743D69A3316 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DDDBCF3CD0C36D993D2A9B90128F76B /* RCTImageView.m */; }; - B61FD3AA8214DE7386C1FC11C8D29267 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = F07161B28792B01620ED2BCCF6E0BF02 /* RCTConvert+UIBackgroundFetchResult.m */; }; + B5D8DB98F0DBB6D20242F47C2F812144 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 667950671B73978D2A6FA78DD378E7EF /* RNBridgeModule.m */; }; + B5E9E6F752E4EDE32AC15703C13715AD /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 097C8E97EDDEDDB179E18497993BF8AE /* ARTNodeManager.m */; }; + B5EB4E5FE1155C1296CC6743D69A3316 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB0418E50954F2E1D6D7095C7BDA27E /* RCTImageView.m */; }; + B61FD3AA8214DE7386C1FC11C8D29267 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = A14A41BC0F35CC63BB4C79FA41FCCEF2 /* RCTConvert+UIBackgroundFetchResult.m */; }; B65ABCAEC3B324AFF74CFC314E05D488 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D2804B1DCF18B3386453877783E3BBC /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6842E62885EBBE6CA0C133734CBD26A /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27099028B8D9CD2C8368F70BDADC79D9 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6842E62885EBBE6CA0C133734CBD26A /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F943C780C47A9EBF2DC56C5DC75B33 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; B6C5B18E7D63F47D4127BEFAEB0E082E /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F62D04DF20EF8EB64F38D9EEEE02A9 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6E651E12D06D37F4E6F162FAB03724B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 604A3C8D67086E9A3ECCB0B7BF40E782 /* RCTInputAccessoryView.m */; }; - B72B789755169C410B1BECF061D3F9AF /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7521D31F3A9E79D6E0C978B3EEC1436A /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B6E651E12D06D37F4E6F162FAB03724B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = CF834FA050F757363B90E37020E1DDF5 /* RCTInputAccessoryView.m */; }; + B72B789755169C410B1BECF061D3F9AF /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B81D570093AB1CAEBE5C3DF7023DF5B /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B79379EE30EB5B9FAB3B9E5DDFAF509D /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 27DCBA8B031ECFD777996CDBB53368B9 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B7960B2A4F1B3A056186D0BCD8F4EBAD /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6F770FE653E870011DD1968291836D /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; B79E683059398347D30F641EB0D6D947 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 52C28AD783EE3A1E4AB2B1A936CBEC0A /* FIROptions.m */; }; B7B1C326E18E2566E54AA59FFF788C28 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0605FB329064F4B740AB3DA84343A94A /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B7C947F92EB5B94DBE1C2920A060E0E9 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6902BF644B6D22E65F917FE0AD95F867 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7DFA107ED277F43F7F2BAC8F7E62403 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 243C7E6E9AAD9EA0A3101707AE96006D /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B809511BC0E992CA4B37C5D757DD2C64 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B9F9868FE878EA3D72E95B136344BEC1 /* REATransitionAnimation.m */; }; + B7C947F92EB5B94DBE1C2920A060E0E9 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 20D96057E8D38A7B6DA9AB4D27A89576 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DFA107ED277F43F7F2BAC8F7E62403 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = A59C301473B1E1E55A34B7372D5F6304 /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B809511BC0E992CA4B37C5D757DD2C64 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F5BF7947C5E5872211B056BE23B79E74 /* REATransitionAnimation.m */; }; + B80A5602ADDC9557632BB5C6BCB3DB03 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = D3361AEBF5A9BBEC8490AE74D6138124 /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; B8317134B45F9440FFFEFF835F1613A9 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB62C963029E8092CA65348E89AD1C6 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; B857674D187E7ABB87D048F32DE47BC6 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E3B9B644AA67562AB8AF3F6ADB7F0C /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8617288EFCE468DB38E1199D2D60E6D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C3171701218F19BA57771E76E4453E /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B86839393350454EB6F1E7EBA54DAE28 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0060ACFCB7F4DE84A9C2625491EA6A6D /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88B8A0DA96440AC08B05788BE89D5FD /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76443512452314B81C8DF7C0C0027E31 /* EXAV-dummy.m */; }; - B8D8C37B58433010A2274C85315B9083 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 31A1E826694B6213C448735FA7D15E1F /* RCTBlobCollector.mm */; }; + B8617288EFCE468DB38E1199D2D60E6D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C9B216C92568737B785186186A9B84 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B86839393350454EB6F1E7EBA54DAE28 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E11454A993825D86B3E0E01F922AE39 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8D8C37B58433010A2274C85315B9083 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1DB7F9426084901C06D6B3D810431E36 /* RCTBlobCollector.mm */; }; B91E70B671250005FA74AD2BC312CA08 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7290A8B4E4F31EF8E2A4BB18F88F59D6 /* libwebp-dummy.m */; }; - B9405D10CD2B01033E11D8E45E3994EE /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 200B410FC52ED1D49FB3C784185B8F03 /* RCTVideoManager.m */; }; - B943D1C92F92A10B5D06036C8BF5BCD8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 57D32BB2DCB9D84442AFA5534DF2D526 /* RCTNativeAnimatedModule.m */; }; - B983A666B5D2EE8BD85B91218A9E9A80 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C4ACA86B0CE6802F5303BB625FF3E0F4 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9AE047C64E85E86C1A3F245A7DE3FAB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0C99EE7CEEF2ECF943384B07DEFBF58 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B9D1154CD997F0702268F81D59B6406C /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2870DD1B6E957DCCFFE20D03678B0CAB /* RNFirebase-dummy.m */; }; + B9405D10CD2B01033E11D8E45E3994EE /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A2F7C5A9ADE12C4E3B2379C05BAEF3D /* RCTVideoManager.m */; }; + B943D1C92F92A10B5D06036C8BF5BCD8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D5A49F2B64B42B33B05ABF1023488437 /* RCTNativeAnimatedModule.m */; }; + B983A666B5D2EE8BD85B91218A9E9A80 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B79ED9D31C625708EBCDCECF41D213 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9AE047C64E85E86C1A3F245A7DE3FAB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6AF3EAA1DBF0F5E8A3C0E395D9FD89F /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + B9D1154CD997F0702268F81D59B6406C /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E04865593F9BF279CAEC179AB14AA3E0 /* RNFirebase-dummy.m */; }; B9D989270BF39444739B9D53F28332CB /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B59C6445493BACD5876AA3D8176366EB /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B9E9A4C8414CC010B04907511592478C /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 9603D56149DCC0F2A9E3930B1929F72A /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9EDCDF3FAC046611DB90A9950FC0F52 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 607C651864B81834E926AD131165E5D2 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF370F773F98172EBCFDD5981186996A /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9E9A4C8414CC010B04907511592478C /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 59FDCB7424AA5FAA3D4FB6C98D2EE3C2 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9EDCDF3FAC046611DB90A9950FC0F52 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F1CA98B31C6CECD26788DBB866F396 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; BA320783C2C9624896E06C34E9BF688F /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 37AECEE6AC0671E260C2B1BE9B3738AD /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; BA5E0CA71A36D82490FA1A0B3127E89D /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = FD463EFB922CF38263587F78A3E403E1 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA9BA30EE97ABF955C4E454A06AB1466 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC5EF86275F965D3421C5818AB69340 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA9E8B725B9A8CD23FBF15614C59F41F /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = E1468AC437F1F375A17C5232350DF95F /* BSG_KSMach.c */; }; - BABE71176BCA0F6279AA9F637CA91055 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 920F14D05D427385C4CFA10C28574833 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAC64044E2BC58CB9EBE5EB147C69F81 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E320C50D0CCAE45C2D45611E61C085EE /* ARTShapeManager.m */; }; + BA9BA30EE97ABF955C4E454A06AB1466 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0DD548DE56BA239C0A46C2BE7642D6 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA9E8B725B9A8CD23FBF15614C59F41F /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = CBD4C75C67DACEA8016654464B69DF3D /* BSG_KSMach.c */; }; + BABE71176BCA0F6279AA9F637CA91055 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B207D4D004C38866ED1F31D7485BF0EE /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAC64044E2BC58CB9EBE5EB147C69F81 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FEEC298910EC23DF638A069E787F9F14 /* ARTShapeManager.m */; }; BAEEE054038206EBD438E6D6B42BF6A9 /* SDImageHEICCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 264FC1F2B694A07F9E99ECECA1434258 /* SDImageHEICCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAF0F3643FF6537D18C0C4D20C0DBB98 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 57128606D41041DE0DE7DE6C3FB04801 /* BSG_RFC3339DateTool.m */; }; + BAF0F3643FF6537D18C0C4D20C0DBB98 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D5AA359E271AF660DC523DE65B7185 /* BSG_RFC3339DateTool.m */; }; BB02801B51A949379B60DD90295B9ECE /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = CDAD3963A0F8EA40EAE6B916D5AA0A1F /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB0C45D3B6615D75A9A0E3E3B31D5F63 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C366C49F593DF61C1B36CA3537E513C /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB5703CC5A171DC2B6CEDF71E4748D94 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C25D35DBEAD6FD160BAA8C91BC077A /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB5703CC5A171DC2B6CEDF71E4748D94 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = FF3B4CF63FA866DA003B4BB5AE662AA8 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB72C52113C41EE2194D3A3EA913DC69 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D91483DC2ACFBE14D934FB42131A0745 /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBA5C37A4DA22F35E2BFE079AF8D4D97 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = DBC55BDAFCF76EF408F711747E2104F6 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBB9BBD85FD78B7232142ADE3AD15BD0 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4539E3108AC9825410E6FE95CBEB6EA7 /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBDB8085D34C1BA129E1735348672A38 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A6843A5A11A1F90BF27E91E750F962B7 /* RCTMultilineTextInputViewManager.m */; }; - BC323EC0EB4DA913977AF3EBC1C66254 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 783B06CA56E7F31AAD0E0144F28CAEDA /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBDB8085D34C1BA129E1735348672A38 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD351E252D6E2DCABF20169A03E57AA /* RCTMultilineTextInputViewManager.m */; }; + BC323EC0EB4DA913977AF3EBC1C66254 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13187CC7C3D18C84AA6A39297545EC1C /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BC383056F1DB2F7478B30CCF6FFE5F60 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1999800C3B5B4E5C0A32818F3D47D45A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC6530F3F8CE6345A867199080359250 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 945812BAFCFBCA799CDA6828A3F43720 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCE4A2AF4D01811C7693014AE1612E24 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8D6D629A6E640F6D69B60F695979A2FE /* en.lproj */; }; + BC6530F3F8CE6345A867199080359250 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3735CCB8DA31F96E2BA25454CF400A /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCE4A2AF4D01811C7693014AE1612E24 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2B226E0039F6FC461896FA197B68FF24 /* en.lproj */; }; BCED26E631DA2A5593A277A7D1E02963 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D9558B896F99A90A93DC099BD7C8D88 /* UIButton+WebCache.m */; }; BD1D9E289B85888E5A0DA85BFDB7A306 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = B298AD16DF9C7781D252AE8F6F69B0B4 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD4338E90B5A16B6947BCA512B8F86AA /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D75317127DCA2E50611CDFF673C98CB /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD4338E90B5A16B6947BCA512B8F86AA /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 686B2034BBE247CCD34FA7167EE6C12A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD5367AA54AEAA782DE3C4CA57CFECD7 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = A2894FAA81841C7DE26398644B1F3ACD /* GULReachabilityChecker.m */; }; - BD5CFC11C49F0BB6ED6DE6C3B88A3B5B /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F75E382715FBE5250A79F0C98DE6E678 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD79F6B65349C921CE308EDC53DBFED7 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = EDAB014F5408461B18E0134D71B273FC /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD5CFC11C49F0BB6ED6DE6C3B88A3B5B /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 91A9F86D9F4B6D78014A5ADCA5CABB6E /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD79F6B65349C921CE308EDC53DBFED7 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D07B75AE3686300BD233A5F693F02A6 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; BDCAFF93C7C58C8AD26A612B7F4D8512 /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 78A5E4508694C25663685CE163B7A18D /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE1ABF05189FFE8D346CC00A9F85EAEF /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC10905A36138211973FA8BFF62640 /* UIImage+Metadata.m */; }; - BE1EE1B1FACDC3A698B499BB6B844904 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8494ADB2C4035D2B22513419C51B5517 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE39F1DC3D3F1C43D2DCD3DBCCF32E5D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AEA1F7442A8A10E9F7719D981A6B89F /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE1EE1B1FACDC3A698B499BB6B844904 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5CE5EDFD4CC2026BCE5EFAD0A77B9F /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE39F1DC3D3F1C43D2DCD3DBCCF32E5D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = E67E3486091E43C85BFCF40124719261 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE40EDBCF4471381FF28E7701C8FEA69 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = B491F35981D199A9F597FA6ADB1CDADD /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BE66A472C87FB28630F530C61341D91D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 881868D218B5223A2DF347CA1DFCFDD0 /* RCTModuloAnimatedNode.m */; }; - BE81EB7D0762FF06B9148922F597CE73 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 08F60035D9582D5CA9D282FC2589628D /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE66A472C87FB28630F530C61341D91D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 579D581C9B4770A71C03452C80A3F9C7 /* RCTModuloAnimatedNode.m */; }; + BE81EB7D0762FF06B9148922F597CE73 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = E36009054E1FFCB58DB9B3BB9714D549 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE904FB7BF17A7C1AED62EE3079A1950 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E395510D11DCC7395A036D8E1F57BA3 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEAE2BC124DD18BB39D4A17D118FA151 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 272EDD435D37F6C2EFA2EC5FB49D400D /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BEAE2BC124DD18BB39D4A17D118FA151 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F6C6C7719EA9A81F7D8C377F9661426 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BEB8A46866B0036585164D48371F67F3 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 476178CDB7F6A524306920EEDD3D60DC /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; BEEB788D1743D4D1D9AA52C31C528B19 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = BD58A224BC63CD1E1BB8C5E6A0AC8AD7 /* FBLPromise+Any.m */; }; - BEEBCB09A0A2EF83877848B92D64AFBE /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3370FC1317B276B98782F87182B739 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEEBCB09A0A2EF83877848B92D64AFBE /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D7B4FBE8105B8A8F9749C0DE0CC4E1 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF23FDD138C85BBD370A5B2154CEA590 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 55172F9BCA61ED8903813A0BE84F0A81 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF2CC947A4C41569B3A195A9B21F9713 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 834E201ABF2061E6D473BE35CAB450C9 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF2CC947A4C41569B3A195A9B21F9713 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EBF5FD098AF611C3BC2F90ED7D8C53 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF3A2F2133AD7A3B2ACE6D1E132BAEDE /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8611F8EC76BA0AD83706FBD552AEFF /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF545957D6AC7F90C6B1273591A96A42 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B56838A8EB055CC8F57F87833A58B50 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF65D2EA4B15FB41B542CC4ABEF114F6 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = BD8E04118ED59087038A3197896170AE /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6A5880435F00A13B94E354AD1306E2 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 665E4D5175A646C08F3D216295A530A2 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF545957D6AC7F90C6B1273591A96A42 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C9EAE00168800C327A273E11C042D3 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF65D2EA4B15FB41B542CC4ABEF114F6 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 987968DA8F1A1D930138205600AEF2C8 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6A5880435F00A13B94E354AD1306E2 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = AFF34968982BDBCFB8E19B39698372B6 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF6C73488638D5E9B195DC5890E36369 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2BDA968F3FED747EC612A14381CAFCB /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF91C4FB47A214A702EF83BCCEA1FCEA /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E711CC040CB2C9B6660541E7C73B310 /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF9530B10724263A128DDA21ACFFAD41 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B54554CA08243B0445BEE89CEC127C6F /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; C06E0853195162D78F258D0F541B2CAD /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 068267BE04ED7FFA08E2A827F9406A85 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0A325EF483D590E330CAE0754811F0E /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = FAEB584D2FCC43846A157044BC9D5E46 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C0ACB39A2A62B6BE2B02F8A7AB97A14F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = D7009140009F7E9B686F2ADB91FDB555 /* RNFirebaseLinks.m */; }; - C0CB7350BAE204A6BD9FAB47CE2FE34F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CABE6C371A0BFD0444B9F27A64F4F11 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11E5987EE418D21E6B1CF2AB4703EF5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F983C121F9E77FD46B5A5C230669F6BB /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C12CECE1BFC62D60E7A7F28CFEB07FA7 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4FCD746909AA36FD59C8BE52573CC6E /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E13103EBBAC3CC02469B4EE37E8FCDE /* RNVectorIcons-dummy.m */; }; - C13728C0CF5BB9AC2E7C7AD120BE6624 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00D6267DF2FF73D1AF8C5368C1C5E270 /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F498276475AF9EB123E331A4CCB2F3 /* RNPanHandler.m */; }; - C160A88864FE384B7BB83ADBD7CD4570 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F983C121F9E77FD46B5A5C230669F6BB /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C183C6E11A0E0A2F431CBF0CA057B88D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D3902FEAF386765D6D0AE0F129445AC6 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1A123BFA03E70A8959BBE5BFEE568C2 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F923DC4CEBD2EB6AAEA9D65B8BE85B /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1B699A7F2B98F0236BD674973A9BAC0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = D9515AF621FACD624F464EB9B8404E4F /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1C07EA90BC7C396D73BFB7E2876A20C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FA3C9C05A2745796C90E164493003F98 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C1C42D2A161E005AC9884543F93F9990 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6BBD2D4446D917DBDE428BD8190405 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C20D3318B5E9CD84E1EE98ABED9ED88C /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE049BEA86652F24D0A2D756241E35EB /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C244C4AEF749407B55BEB89F8A908791 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = A598C0208EF4B24378EBB0A461F36DF0 /* BSG_KSCrashSentry_CPPException.mm */; }; - C2684537D71ACDD166474EDB26F48E95 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A3DAD382322F1A249BFB52E044950B /* RCTNetInfo.m */; }; + C0ACB39A2A62B6BE2B02F8A7AB97A14F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F3A0569C30CDC36BA969C3E222C2C32 /* RNFirebaseLinks.m */; }; + C0CB7350BAE204A6BD9FAB47CE2FE34F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D8C0E9C7C4ED804863EB5057FE496D1 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11E5987EE418D21E6B1CF2AB4703EF5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4899C6E11AA0D7302D047F15DDFC9A60 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C12CECE1BFC62D60E7A7F28CFEB07FA7 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87D65F715B53D85F2BF5E4AE697B6965 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3166CC11D7171E4EDBB61B8556955AD /* RNVectorIcons-dummy.m */; }; + C13728C0CF5BB9AC2E7C7AD120BE6624 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BE3583A41F596110133CCBC8DDC04DCD /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C3527A0392AEA73E382892C501CD079 /* RNPanHandler.m */; }; + C160A88864FE384B7BB83ADBD7CD4570 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4899C6E11AA0D7302D047F15DDFC9A60 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C183C6E11A0E0A2F431CBF0CA057B88D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 777241DBD36766002052A8E89DE1A923 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1A123BFA03E70A8959BBE5BFEE568C2 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = A20A1775CECF70FDB0A05B7C12A5D99E /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1B699A7F2B98F0236BD674973A9BAC0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD2F71B23C0274678FD7F4994680EA9 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1C07EA90BC7C396D73BFB7E2876A20C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E2A53CB11727F0EB1B2BBB80114F6A7 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C1C42D2A161E005AC9884543F93F9990 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = CB741FE3778527A80CFC0B2A73FD5D32 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C20D3318B5E9CD84E1EE98ABED9ED88C /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C3340033258D820E2EB245BAFEB053D /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C244C4AEF749407B55BEB89F8A908791 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9408139B2A13DBE3A839E2F98232F29F /* BSG_KSCrashSentry_CPPException.mm */; }; + C2684537D71ACDD166474EDB26F48E95 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0515730473F4E50F849E1EB2361EC5F0 /* RCTNetInfo.m */; }; C26A8A38E4FCFA0A1C3BE2AFC067F378 /* FIRInstallationsVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 81B9283887252C3A5BFACBC794BD9596 /* FIRInstallationsVersion.m */; }; - C26D1A4CB64ABB25355919733FA07F67 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F3869402970ABB5803B20BF44D61D87 /* UMModuleRegistryProvider.m */; }; C271EC3CEE125456B9023EF221D3BDF2 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D00145960C57E93C0FE7769437FEFA04 /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; C286C22537607F78CDEA71274AFEA354 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F19DADEA197E3EB0A522E8E1D520775 /* SDDisplayLink.m */; }; - C29A733CDEBD3A9A2574F947537CEFB2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = A798D3BC0A968E1D468B9F1BE57782DE /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C2DAABCFA14AF3B14F81C7763C0E9B44 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = CCEBD8208E1F25947DBF57D76B5C55C5 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2FE5A4BD90912BBC15DF5CC9C172146 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 951C3D1141215236BF3E717E98972F20 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C29A733CDEBD3A9A2574F947537CEFB2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = DB72DE39D34AA04FAB7559A9059240F1 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C2DAABCFA14AF3B14F81C7763C0E9B44 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8699EEB9603351EF2A61B531B0CA9064 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2FE5A4BD90912BBC15DF5CC9C172146 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 346FBBEDAD78CD39B96FC164376DAFBB /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C30309C9191A34D7D22A2256EC998ADA /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */; }; C3349FD62950CE68B534E08E98989248 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = E154067690FE650334C7C3D34DA323A1 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C34CB0B8FFE337C549DD2A9F0D84B82A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD8727BFD3898AB37FF5C02D3A2019C /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C34CB0B8FFE337C549DD2A9F0D84B82A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = F826F239F1818333D62B2F541F75E4C6 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; C376B5C079A3D667D292AFCE36995859 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BE710B81BB8CB34A3D44E178C59ED0D3 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; C3A358A8B68EB87FA331A54416E3E092 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F09D66808FCE05691A438366BC25B746 /* SDWebImage-dummy.m */; }; - C3EAD7F273D022D02D3403E9015A8523 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F4BF29BFB9DBF4D660B3789F5576D82 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C426E7406D39F8B9DC748D66406DE5D9 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9982F863CF3571B41EC3DB02755C53D4 /* EXAudioRecordingPermissionRequester.m */; }; - C45AD96F1A0B37D92B6961C3CE437CB8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50980AAB9368C75899714BEE65A19973 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C46CABA6A326F70D7624EF26233C77BE /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D3029D489B9CC30FC5E9DFF1C63994 /* UMCore-dummy.m */; }; - C479D38C287606B149EAD8AF8F0532B2 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 94249BEAC1A4D633C6807346A8070F3D /* QBSlomoIconView.m */; }; - C4A2F95818E70C18AF66DFAFDB40D431 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E13BA75043295B8C6EA26BBCE451CC9 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4C0690D0CC7D0EFC458CE9E1C67B9A2 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 06CB3C0F55397252230780C99F95841B /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3EAD7F273D022D02D3403E9015A8523 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = BA39FCE7B7D6C4634079B04809C889B0 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C45AD96F1A0B37D92B6961C3CE437CB8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FE54087BE46CA64232A2F8C9CA43E859 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C479D38C287606B149EAD8AF8F0532B2 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = E94F324617435A6F3AE226340AC96FAE /* QBSlomoIconView.m */; }; + C4A2F95818E70C18AF66DFAFDB40D431 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B6D424AE8030B661B6ACEC3201FD55 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4C0690D0CC7D0EFC458CE9E1C67B9A2 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D505E718CCB16E5F1E3896B054005DD /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; C4EBF0D56475CB1644E5164352A24BD5 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 36585169EB94500CF044692BF107C3A0 /* FIRInstanceID+Private.m */; }; C5114FB6C46BCF309214DF7E7D17C471 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DBFEEEE8490B0AEC5A93E092F2857A5 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; C51C3D70CCB9260030FA831AF35788CC /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = B72D2A1AFE5D8CB8AE76AADD8B87B42B /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - C54354698BDAC62A3BD74819A4F3A2F8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB0F44C93968319F5B2F7B8EBC8DEA /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C546F80F28448E4840B54656FED5B9C0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B5D99728B4D33D9FCDDC665DB25379 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54354698BDAC62A3BD74819A4F3A2F8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 11149B0B1D22FEDD1C67330D28A66FB5 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C546F80F28448E4840B54656FED5B9C0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B19A58B1992BF0BC549A46F9ABC77E /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C57BE850AD61F126370C11804774D465 /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ECC4817DED5EF3C8305E0B1E51CAB24 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; C5A7EA3714C687D6888782149F9AD31F /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = C06F60B264CEB19482C4DFD3476D64D2 /* FBLPromise+Always.m */; }; - C5B6D6D972FDFA5C328D46C038C831F0 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04F043ADCBA901864BB2FAE209E915BC /* 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"; }; }; + C5B6D6D972FDFA5C328D46C038C831F0 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDF8EDC8A430227FDC0B35718C308F93 /* 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"; }; }; C5D9146DE660B22941C6086F34A47E37 /* GDTCORUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B6AE09786B2423B11C27D00079FCE17 /* GDTCORUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5E72E14D8CFFC9470A4CCF50E4F7446 /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 55B2F2858776435BA97A8EB0ABD8287F /* BugsnagReactNative-dummy.m */; }; - C61D07BBE1FA5ED2C4AB03C96D9A2F8A /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1C1F5B1636218DCEC267CBFC409026 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6392E335499D2C84212964C3C05A577 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B0C12188F70CE990D5D85626F3C361 /* BugsnagSessionTrackingPayload.m */; }; + C5E72E14D8CFFC9470A4CCF50E4F7446 /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E2B626E47713C2DEB8148BA80D9F138 /* BugsnagReactNative-dummy.m */; }; + C61D07BBE1FA5ED2C4AB03C96D9A2F8A /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E24183C28FE5CE42D1500250E20C5090 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6392E335499D2C84212964C3C05A577 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 37621F2F3B0BD572AD1150B50770284B /* BugsnagSessionTrackingPayload.m */; }; C65E95799529526B6E7D878BE5A8C15A /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE7EDE32D47E34C402A333EA97DECAB /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F41EAF7D54D08571323E5F785BD3EEE /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = C1045733D4EEFDFE0FBD40488F4887CD /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; C6D0C80B1F5469299A9914D27C84BD2C /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D53CE5F9F1B3C1396FB3444A3DC670B0 /* FIRInstanceIDURLQueryItem.m */; }; - C6D1392176223C7A48AF027E57177FE9 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 086682E66D534C5C4E564B6A5873DEC0 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DEF164A573F8287A635565DD249709 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = D88A8CB93215FC62B8F7F4B729D1A2D3 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E12490D93786594E537BE98FC35205 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 455FAD484583221C129C0EBC0EA0384D /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6D1392176223C7A48AF027E57177FE9 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E58CB3CE5773B6B498DDE3F5159735 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6DEF164A573F8287A635565DD249709 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E3AA5EABABDF42ADB808D688164FA4 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6E12490D93786594E537BE98FC35205 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A0969EF9EEFF594E26EF1F633AD89612 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; C742507D7BE5A255918244DACF09664B /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 459EF69C87F0423DE3DAFA049CEC05EC /* FBLPromise+Await.m */; }; - C75E4435E4A6F4E4F77E7B11B6B93DCD /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB77BF2CDF722B873EF17E6A605E2E5 /* RCTNativeAnimatedNodesManager.m */; }; - C78C8A90CCE1F00A747F50135C11A8BE /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B2AC099629C46CC93F0E91ADFEB8830 /* RCTLinkingManager.m */; }; - C79294613B7092A89E272A0F5BE8FE3A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BAEFD4C4562C5D193B2D14D21D30A0A /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C7A978DE2F048385786BB530A47BB2DB /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF350EEF9D4CB89A936158E831C3E76 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7B3587D484D82AF3247A699972D2A1A /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 247F1B869B8C5B1B67219E38EFA3D3BE /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8294A3AFB454918E426906BBF91A803 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = F8B7263BADCFD744E32F1CC23ECA5549 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8366575C514F3D18B718B19878DDFCB /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FBDAC9AAE6212A5C0524E6F1220950 /* BugsnagBreadcrumb.m */; }; + C75E4435E4A6F4E4F77E7B11B6B93DCD /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D89A2992BC35577A4DC64CAE8550A305 /* RCTNativeAnimatedNodesManager.m */; }; + C78C8A90CCE1F00A747F50135C11A8BE /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9D16860EB5FA761348FDB4DC91DBAF /* RCTLinkingManager.m */; }; + C79294613B7092A89E272A0F5BE8FE3A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BAD23D7E9A015D36D9070DC74C9C9EB /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C7A978DE2F048385786BB530A47BB2DB /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = D659AF6E9E8DECF87C08F270451E7140 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7B3587D484D82AF3247A699972D2A1A /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 205726300BC482B3679A13F3CF37823B /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8294A3AFB454918E426906BBF91A803 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 303DE418C5DFB23A4BD54D9484505CE8 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8366575C514F3D18B718B19878DDFCB /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = F6FBBE3D5E15F36C5BA91A0CFBA40A42 /* BugsnagBreadcrumb.m */; }; C856EFB68D99D6BCB7520D35888D15A3 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = FE99DA2A671583AFDB9A25490E656721 /* FBLPromiseError.m */; }; C8A1E2B5B461F13C1F45D6B15FFD6DE8 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5844E9E8BBD906339EA96EF1BD79326F /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8D012D66025AB92F9FDC8208D69D2FB /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7DBD047D8132A53973B81E8A3B6CF4 /* RCTMultiplicationAnimatedNode.m */; }; + C8D012D66025AB92F9FDC8208D69D2FB /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B882052DCBD50DA678B25F6F262911 /* RCTMultiplicationAnimatedNode.m */; }; C8E92C9357E3EC80CA4AA1FE9C8A3E35 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B8C2145C378EBCD15C3B414625FD2D0 /* NSButton+WebCache.m */; }; - C8F5AE3DE1F7A264D3C7EB9F1168625B /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 13779FADE8C2EEA8185E90141DA3E5D4 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C91A80302343239A6EF2EA1AD3B2D760 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 767E6879FB85AE1BD7163A0997745F42 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C940D03C9052AA2516156A393AFB5D41 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 046EAA9D5C971AB9315DEC235D649530 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C95C8066C336E2C233D889A4AA7BF555 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = D02317A1264D11D9C88D834F0437492E /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C98B27F94C0BFAA23B39DF31B94E96C2 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 3421F26D424268F958AC092714AE40E4 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9D6F1DEFE0BC49C87D941B8CEDBCD01 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AA8BCB483CB0B37699373BE5950DB82 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = EDBAC99A7274E858D9F6D3A2910C2E1D /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C8F5AE3DE1F7A264D3C7EB9F1168625B /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85ACC6FC263C769CD048E0E6F8D3BA1B /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 180207D5E7C1DB8FC8ABD08CD4D5FAA3 /* UMAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C91A80302343239A6EF2EA1AD3B2D760 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE527001EC2F2CCA758ED3F7856D747B /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C940D03C9052AA2516156A393AFB5D41 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CD49EF6D76776DC6E5F1F172C0945E8E /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C94909826EB31FE3C9016B6E13C2FCF6 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = F373098BBF8F71646B24E94909B78342 /* UMViewManagerAdapter.m */; }; + C95C8066C336E2C233D889A4AA7BF555 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = D66B5E4A692DDB48B6E24A697D6489FA /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9D6F1DEFE0BC49C87D941B8CEDBCD01 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 078DCD749D06FF25398DB212FE097A6D /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = B006FACD73AA8737DCDB4B87F42C1DCE /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; CA19A520589C9D812CE9D3F6369629FF /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = A05BCBED3EF0DF896274C0F7F49E194B /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; CA1E3C6D7EF76F233CB84BE0B847FE55 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = E843DB2D9152A6891CEC690C8919CC3A /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA28EB9031E5E5659B2CA1F6BF10E4A2 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = CE2680792DF7834893B2F58F450A3ED6 /* RNFirebase.m */; }; - CA5793F28513936E05309A9CBDC43D43 /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = FBCD9EF2870E34294630AADF03530B74 /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA67199CAF85BD631A173567EACB114D /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 58CF79F99A87A127F56E24875D1F96BF /* Orientation.m */; }; + CA28EB9031E5E5659B2CA1F6BF10E4A2 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 563B523AF5F9F59912F84B869AA67C55 /* RNFirebase.m */; }; + CA5793F28513936E05309A9CBDC43D43 /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9EFF9E1F58142D75197642E0C42041 /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA67199CAF85BD631A173567EACB114D /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CDD68563C68630F690340A3F44FCADF /* Orientation.m */; }; CA6E8BCDD8BA3F3A19D47CFD4CA9E6E0 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 9602665ED7A4FCF32AFDE7F8439C8C55 /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA82E137ABBD7249B72E92F7D52A1A2F /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 86E1E63B15248196AFB2230744A465F8 /* ARTRenderable.m */; }; - CABED76FF5610C0534B090E89EA3B2FE /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = C1F15DAD777D61E47556A49390A2CB1C /* BugsnagNotifier.m */; }; + CA82E137ABBD7249B72E92F7D52A1A2F /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = F35F4E9F258606BF2BE22FDCAC2B7582 /* ARTRenderable.m */; }; + CABED76FF5610C0534B090E89EA3B2FE /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 7649CA0397FB5C42BEA02341EA1C199A /* BugsnagNotifier.m */; }; CADE8DAB6C036105B2CDB8BB6E0718F6 /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 50D7273241DE97D0F9D835E4AFD14299 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB53CB8940FA626EDC9DA002C71F0199 /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AD1E67D6C1F41C818BB20DE61AAF67E /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB0D74E997007796BD50F14F96295806 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AA55F1D992C614B377DABE157C495CD4 /* UMExportedModule.m */; }; + CB53CB8940FA626EDC9DA002C71F0199 /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F0086E0F907C2CAC679FA269843490E6 /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB600AAB35D900E3F6F6E38BD6D90D47 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = FA4ECAC99B83A66CECD026177446CB77 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB6FE39436E925E77F12794C3460AB4F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13CBC0BC2FB3CE717B2C0EAE3A88C1A0 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CB75321A593E9F9CF14DC01E77D2B71F /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 01FD177916C7B57614C5F4BEA61F8CE9 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB6FE39436E925E77F12794C3460AB4F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07FF47D0C9B3144A517AB68321480C20 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CB75321A593E9F9CF14DC01E77D2B71F /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = E96F58AD23FA16CC8D06419570E1E52F /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB97955D7E935F4B372A7198701979E0 /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E5A82E2D83D68A798CF22B1F77829FC /* GoogleDataTransportCCTSupport-dummy.m */; }; - CBC3C8CDC98A30E9165A60C0AEC4C6E6 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C840FED49BB6E4503D0250D4C7345A7 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBE71DAFC11B03D9525FF1D9A22DB7EF /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAFE524CDC0EDA7E418B7CFA9669422 /* BSG_KSSystemInfo.m */; }; - CC1D981A4F68A1E01BF9083FFC270693 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B3036C135F1DFCE419D5AA9B4DFDEC42 /* React-jsi-dummy.m */; }; + CBC3C8CDC98A30E9165A60C0AEC4C6E6 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 040AE7C4C5960E5068564B1669AC7E23 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBE71DAFC11B03D9525FF1D9A22DB7EF /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B6DB6D0D19BC30059D5D4512C8DAFF9 /* BSG_KSSystemInfo.m */; }; + CC1D981A4F68A1E01BF9083FFC270693 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8CBF4E8847D9B5DCD9C9911BB18CE1 /* React-jsi-dummy.m */; }; CC22415C6197490967F46F17797B9AF2 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 340F8DC0B45AE963FE9FEB6290B2F0BA /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC39BA71608BA9FFD62F8C5AF65B227F /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B96C2FB80F4A61F7610D6663DB9DC0B1 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC5C5748F588ED764B57214FD01FA6AF /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = F0171EC8BC3009153E594A4B4AEF8326 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC2AB736007F0715B7BDD403B7D738E6 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87DED0944EDC6F15AE77CC2854EE3793 /* UMCore-dummy.m */; }; + CC2E7A5892E595B5BA476ED0030918DC /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8CA3F3380206E36F78E2DADFF25213 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC39BA71608BA9FFD62F8C5AF65B227F /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C38DADA01589641F9B17088966CE9D3F /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC5C5748F588ED764B57214FD01FA6AF /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 246F9D8018A006460594F30A65BFF960 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; CCAE7BA7471BB1DF772B3E823C61E0A4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 975D51C22494655692ADF60A40FC9F94 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; CCB6F59AABF0E21BC0F9A4A9021C9181 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C5D630EAB7ED6E3B3B8A2DA57CE8B0C /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; CCC12688626556FC8D8945D5A6922E8C /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 608E4B0589801079221FEB94B6D394AC /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; CCDD9B74F7A6299EF3EE5DFB9338D5D9 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D19F7F78897D1BC258DE9692B90D33 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCEE7F22ED3AF3050046C3DA5CED35EF /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BEDC16EA249B3BA4903141B600E8AD4 /* UMViewManager.m */; }; - CD20FB8B82F46A41B46BE2243C2207A6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D463BCADAB0CD3FA585E82382C4841E /* React-RCTNetwork-dummy.m */; }; + CD20FB8B82F46A41B46BE2243C2207A6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4587B150FD3526CFF08F6177E7B34E5E /* React-RCTNetwork-dummy.m */; }; CDBD7932A97BB1C7CC97098EBFE7355A /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = EEC39363574592DDD2C4DE7211730B12 /* SDImageFrame.m */; }; - CDBF9E5042AA209F0DC26458C3E0A33A /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A88474A311493C0251BB4E0C560C13 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDBF9E5042AA209F0DC26458C3E0A33A /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D848DB6A5AD8268BAB056A588CBF24 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; CDD692D5774C8B76FF85B8E5A7750AFE /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = D2339AD0FFA27A5E25CA38B3E89E724E /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; CDDC70305F86BE613774D29DC70EE791 /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C90CBA13EADC2DE8CBA3C3E38DBAD8D /* GDTCCTPrioritizer.m */; }; - CE05E508D9AC27EE29A29EE19C9818EF /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = A2551752B23876F7D9DC4F441A5A45F9 /* Compression.m */; }; - CE06FC0B40399ED9AC1D7CE1291D0C35 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B12B1A4532AE980B5562F14F00BD3 /* React-CoreModules-dummy.m */; }; - CE25C95BBF3F1E5830A8EF8E1F7A9929 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 600CDEED2BE217BF314CB38BE1A0B171 /* RootView.m */; }; + CE05E508D9AC27EE29A29EE19C9818EF /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = CA0884EEE65265D9C1173315898C715F /* Compression.m */; }; + CE06FC0B40399ED9AC1D7CE1291D0C35 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E11EFFACF02E15C744578BEF99A351E7 /* React-CoreModules-dummy.m */; }; + CE25C95BBF3F1E5830A8EF8E1F7A9929 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E54C339F5B0A1E7A94E3A2661EFD17 /* RootView.m */; }; CE287884CA61A8B9A4C533CB271E2A24 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 545D3B715E5AF6AFEC5AE16325F9E898 /* GULMutableDictionary.m */; }; CE31B8148A79CC3614A539EE1BD61A0F /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = E97C6B62E60E3076A98791068DE7D7C1 /* FIRInstanceIDKeychain.m */; }; - CE6B545FD5F8B9D7C9CDB838BCA0DE96 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 118A76D5450D2D9A30DAD8E065C92CCB /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE8503B88DEE00283F39ED2D5DDB41BA /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F7F3D2B934D43010E5A45CCE146A345 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6B545FD5F8B9D7C9CDB838BCA0DE96 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = EA217BFC56D7D63C24A2E2EFD8B69C20 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE8503B88DEE00283F39ED2D5DDB41BA /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EAF08B8553B90B6830AAEA9BF90A019 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; CE8852AFA15D70A5DE566026EFDFC2F3 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 59B76FA92742AFE4EC1B07FB04CDCEFE /* FIRInstanceIDAPNSInfo.m */; }; - CEAA8BE4C689E3421CF6258FEE5858B2 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A2FB31784E1ED7F7C9238D0C311015A /* RNPushKitEventListener.m */; }; - CEDAFDB3B3EA3DCE1E62FF82FCD516E3 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = F8ED706A6936A4268543107344BFAC7A /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEAA8BE4C689E3421CF6258FEE5858B2 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = BE1DF413DABB55E0CEEB1B3777FB3199 /* RNPushKitEventListener.m */; }; + CEDAFDB3B3EA3DCE1E62FF82FCD516E3 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 542B8057499DAA46276417BD7A79E572 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; CEDCA25A4B55E64D9A49FDE6D20C638E /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D66719B7E0573E532519532723F67812 /* 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"; }; }; CEDDF9FB89DDC0ED7701D06BB578CAEC /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1246B4FC24C785047CD95D5E8BB7AE12 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF138048B1839E5ADDD579CED7E00DAC /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC8958D94FEB92227099ACBE9C9FB36 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF138048B1839E5ADDD579CED7E00DAC /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C49B46020A92385B1A4D715A276E946 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF2D3F2E3A348ADF3DBD9EF35343E212 /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E477D2DCF178AD8A0A119CC11BB83614 /* EXAV-dummy.m */; }; CF2DBEFC8F676A6C89BCFA1DCBC02491 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 15762D6096B65B02F92828DF3C3101E4 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF36B5C643DE055F1F75230AC8915277 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF6CDD59A57C47D27B4C64E3C83F6EB /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF76AB411D4BD02C37E3BC20848E9E28 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = DD709B78F7B831FDC9366D13746333E0 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFCFD3BD78FC19E128EA473DF18214A1 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = F20F066B0F018C6B2B233B5AA947D408 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CFCFD3BD78FC19E128EA473DF18214A1 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D92E5E61F73843DFCCD1398180E0905 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; CFEA96EBFA4939A78536A1C1A6DD63D7 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E1CF3BEFF840D7071D158D044A4E745 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; CFFF4D24501DD722D267B98FC18CC4FD /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = BCDC1F0FF0B1E2E4C213D78D24F0F9CD /* GDTCORPlatform.m */; }; D047DEFE3ACFD17E4D2C74AE4C477949 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E1729FCDB517FF8E598520953361E3 /* SDImageCache.m */; }; - D05B74D99B907FAA33240B85E01AFC46 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AE900AA535F0A0D529C23A0FB77C1D0 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D062A8C245F8153467102568B63FE46A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE6E85653366321A31E90396130F69E /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D07B97742E6D42B8DAE45A4EBEFB3A13 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = E0EA2AA36E21EDB27E8CBCE76EC31EEC /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D093A116E9E3D56CBC4CCA3FB53A374C /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6AFFF17DED4DDFD06E638BD2D35B9F /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0D2428916EF61E41BD76DD1CD720A97 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 78503CA382C9D43329DC817BF54894EF /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D05B74D99B907FAA33240B85E01AFC46 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A6668248E0553F88E3F241BC7DB2CC /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D062A8C245F8153467102568B63FE46A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 57857EA05E98C1B928FC3C5A62CA0C85 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D07B97742E6D42B8DAE45A4EBEFB3A13 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A53493AE9D625B0FCD7CED36565037 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0D2428916EF61E41BD76DD1CD720A97 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A1FF8E19476B645DA57F275B450566 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; D0D43A09965B7EEC94C970B16EE208B7 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7591D0402DD814820F0F732E55134A /* FBLPromise+All.m */; }; - D0F5A66EBCE6C63428203D551465C9BC /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 92B78D29037CAC24AA19C7CF8C13DE91 /* BSG_KSFileUtils.c */; }; - D114C36DE2B965A7696D1BDCFE2FD45B /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A9A3DE004CEEA3336DB958021E968A3 /* BSG_KSCrashIdentifier.m */; }; - D13952929E050B80F1F6F52086E7C7BD /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C46431CFE02C9A38B7F8ACD3747A235B /* React-RCTLinking-dummy.m */; }; - D1503EF664C957A47671F960BBCE5C55 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF13AE017A0A23961BB8B7EB170F98A /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D1531DF670F8F9F3756453F2D690D5C3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = B250BD041FB5381BC6D982CBE9174EB7 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0F5A66EBCE6C63428203D551465C9BC /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = F69D004EB967D4DF426BDE52D155C572 /* BSG_KSFileUtils.c */; }; + D114C36DE2B965A7696D1BDCFE2FD45B /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 967FA1A50F500261410AB58054ED1F4F /* BSG_KSCrashIdentifier.m */; }; + D13952929E050B80F1F6F52086E7C7BD /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89AB92D65AAB3D9E4D017CFE86A2A83E /* React-RCTLinking-dummy.m */; }; + D1503EF664C957A47671F960BBCE5C55 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E7B9FBD172851AA60C3C6FB07E8E68C5 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D1531DF670F8F9F3756453F2D690D5C3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A66EDBB330981F3DA95B2EDA14F11CA /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D15B1D25AFE4F0CB60215790F195A38D /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 36437C1B03AC2005FE5AE9B6ABB4A399 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D19105904195D17C5769DDAC4A0E857C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 520DD62AD62FC1C83839377841D5519E /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D1E312DB375D99286F30D9A1B11166DD /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = E569D86CD050677F1EF7A85AF453CFA7 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D19105904195D17C5769DDAC4A0E857C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 329FF8AD3B6D382A19D0707235664543 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D1E312DB375D99286F30D9A1B11166DD /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 04758008ADD0BC76EE636BDA8FCEE11E /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; D20CB1F465B6DEC72F0A0FB85325E552 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 82C307D1CC81EE4425E3DE4DFA23E2F3 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D21EB307CB91F199FA4CB0465AD242C6 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 77416528506225EE2972EBF70D15691C /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2258A291CF8E9E8C9A366DF12F38F7F /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F307FF3CDA1C47B9333A1B34AEAEBC /* REAOperatorNode.m */; }; - D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B3EA2ECAF632E137336F97437D3E6ADC /* RNLongPressHandler.m */; }; + D21EB307CB91F199FA4CB0465AD242C6 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 8200216619F2108FD97AC1FF61DBE564 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2258A291CF8E9E8C9A366DF12F38F7F /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 646273C14DFF10D35676293DE6BD04CA /* REAOperatorNode.m */; }; + D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 788CFE3DEE3D8B745B436F4BFEBA494A /* RNLongPressHandler.m */; }; D2BE8317E9EBBE5FD4ED18BA5C53794A /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = A6279E1E2E3335F1103BFA5A97B32CAA /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; D2E11DF07AAD7072CC507F7E383B4FE3 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D469EED379CDAF76B456D41CE1D789E /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2F766BDCAC9C07A3066A4987FB586BF /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2896DB1C66C7E0D6CEA401311DFC3CE9 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3191A4541B60D766573C867948163D7 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5990557900A945AC96315DA636E0AA47 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2F766BDCAC9C07A3066A4987FB586BF /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE5790F233E490A47638DABB61B5B9C3 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3579009269FEC6A34542333B942C9FB /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CBCB1389DF7CF22F69B32B10EE16F0E /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; D35CFE42161E05CBCCA4AA4C32CF3661 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BEAA4F63A52753F14D4888D08369618E /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D37AE5F466D1D7BE1CDC2D645ABC48B5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EC7D9587DCAB7397F8A9650E3DC500 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D37AE5F466D1D7BE1CDC2D645ABC48B5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 064C9E82E05BA7D0672A93207EA0A3B5 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; D37BA13E56AB4047C4D544DC931A7111 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = C33B5059A86C095F0D92336CBCB1F51B /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; D39505AA86E323C96932E3A04B1A0351 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = 8816AC006C3D22F054F7BAB4EA2511ED /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D3B16597778203DE6EDD2C915FC363E2 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3967559F2F789C16C8ECC9F64D330D0F /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D3BBAAEC1BB62E99D63C32C6742A60ED /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CF31F397DF0BDE9FB607FC2E3007A9 /* UMLogManager.m */; }; D3E2973E1A77B52217E5151ACC4C40F9 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47667B177B8F7040093014A945593A04 /* 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"; }; }; - D3E31C7333A9AE3971A60CB70949C92C /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 789B2C68D8DD160298CF3C4290405EF4 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3FC99851794FBF244FFCEB31750F0FE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18D46CE6DE6E232560BCA20F7347F9C9 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D411D4F1C26BDD8CF0801FB3DCD7930C /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 57AF6757550CBA0DA8B885582F80FCBC /* REAStyleNode.m */; }; - D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 696BBA70437E1206B8EEEA5A283B2A2C /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D501D5C43EEF4B1458C136411F3233C6 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC0503DB47829A176423B81E76574DC /* RNCWKProcessPoolManager.m */; }; + D3E31C7333A9AE3971A60CB70949C92C /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 52428A2381B640479AAAD45EC7423584 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3FC99851794FBF244FFCEB31750F0FE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D820246B0BD3309229891932B60F66A /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D411D4F1C26BDD8CF0801FB3DCD7930C /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 95169C2ACD0CFD69D3DA2A7C1BA063BB /* REAStyleNode.m */; }; + D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 064E53E98DD836B5F60958B76A781812 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D501D5C43EEF4B1458C136411F3233C6 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A8E5C1877B75EB931C2F3894E85CF96 /* RNCWKProcessPoolManager.m */; }; D548578B0B4BAB40AA2F67986DD948C2 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D1E0BDB42EE2F595BCB0C3E231490F /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D57B25CD40E3EC19D45D1DA315B29F34 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 621A33C1A0AB8647038FFB213B6A9135 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5E171BEB835B46B99500DEC036AB7FC /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA75C4910342977B6F64CA73A753E66 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 14731FC3B97E813560708C5159C23846 /* RNGestureHandlerModule.m */; }; + D57B25CD40E3EC19D45D1DA315B29F34 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = FB59BD2F76D819846E10393D518459F6 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5E171BEB835B46B99500DEC036AB7FC /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E2698DAF3341F1E37B670A4511D03E2 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E3EEFACE8AF7F4F9675941712ED3112 /* RNGestureHandlerModule.m */; }; D5F006702C228499C976E45954BA7142 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A54A0AB081F02B68C732C27229CC546A /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5F01B05595BB83EFB74E80121CE3C25 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C71C5AB1403BC17521FDEF0FDBF14CDB /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5F01B05595BB83EFB74E80121CE3C25 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1873AC74B9B05005FD4C78FB799A0829 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D60E40B4C45EE0ABDDDB310B1906F067 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = B49950F25B4587A0F1428A0FF4D062F1 /* SDWebImageDownloaderDecryptor.m */; }; - D6103FEA120EFB22A9CBCE782B698E5A /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BEF46DC557E56530FC987ADAAF32C09 /* BSG_KSCrashSentry_Signal.c */; }; - D647A0F7425911DA56628C08A2C06F1E /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7ABCAC09C0A0EA009BA1246F79595CB /* React-RCTBlob-dummy.m */; }; + D6103FEA120EFB22A9CBCE782B698E5A /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 35D6078ABC0F8ACC83F36B6668517CDA /* BSG_KSCrashSentry_Signal.c */; }; + D63D855F5E5694B1078376751720F336 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = B4E7A8B4EF084DEB4E3DBB9421DF309E /* UMModuleRegistryAdapter.m */; }; + D647A0F7425911DA56628C08A2C06F1E /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 731F48FF22DC60A71D7B7D2BDD5CC067 /* React-RCTBlob-dummy.m */; }; D69223C42741872E5B2A529FA5828F8E /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F2B281A5C5A6DA83EEDED90A470812A /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - D6AD419ACD3BDA8CE50C3335BA8C9621 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 361F842C0A5EF8D666D840B6B25D594F /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6AD419ACD3BDA8CE50C3335BA8C9621 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E1F17ADA394A0FB75DCE5E48D30C27C9 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; D6B1A1D99FDE6C30C456AA3E8AEB99CD /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = E146C49FCEE4ED98740C53D8AF16B54A /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; D6F319CF127DCB6034758EBB926BB032 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CA2FA4336B15BA4DCCD78A997AEC892 /* FIRInstanceIDTokenStore.m */; }; - D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AB176D8CCC282389777CB23AF55DBD /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A0441F83EA88D5BC4EA94D4DC5961DDE /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; D763A2B754500831DDFCD0B3155211C3 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 67495001F5CD5835C2BB0CC49D35E686 /* GULNetworkConstants.m */; }; D7690664E9554486C6A08570CCA16219 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B1481C8FC99F5FE787F9FBBE96DD5E9F /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D79CB08B6BF6AE52B703A14D2E5EC289 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B75AFFDAD90901B97B9F59583DB4E96 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7C9818EF31B52BF15F5A3DAD128D970 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 360D859E4F26E0D45AC34F09DA57FE65 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7DF907042402355DADB8F17FA3F1405 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 6712574FE9AB8B30436ECA7A7C94F647 /* BSG_KSString.c */; }; - D811B574E795DB5E3BBD364643701297 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CA9D423FCE56F4D01566C1F2DE4FA9 /* ImageCropPicker.m */; }; - D81AC0C4DC01BB7B898EF80BA080B002 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 97972524746DA8617FCA6204735F0A0A /* RNCAssetsLibraryRequestHandler.m */; }; - D8381F8F51F652DB757C7CF69E9B33B2 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA3DB01D4A037FAAA90E9701AD29232 /* REAFunctionNode.m */; }; + D7DF907042402355DADB8F17FA3F1405 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = D85B3B178481AFF3161A0E239507A10C /* BSG_KSString.c */; }; + D811B574E795DB5E3BBD364643701297 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = D6289D1457043A92CBFCBF02944CE384 /* ImageCropPicker.m */; }; + D81AC0C4DC01BB7B898EF80BA080B002 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DA2D0AAF40394684FCAB3CB2A88A63EF /* RNCAssetsLibraryRequestHandler.m */; }; + D8381F8F51F652DB757C7CF69E9B33B2 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E83456EAECC433866101BCF8436F8600 /* REAFunctionNode.m */; }; D84EB10E3D309D71F1E4D8230535B1F4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0695A738C7F41C79A285AD67DCD00EE2 /* SDAnimatedImageView+WebCache.m */; }; D8518E5BF3021B461942AA4A1DF9896C /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 435C84BA7D4AB3EB7649F9B26277DA8E /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D854B8FA66DD93A12832A8A313105AD7 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AE285F585889CD45B47600280D33AB4 /* EXCalendarRequester.m */; }; D86384B27334C1246523F688494DE7DD /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF173724C22DB7D2C3F88CAA10675F80 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; D8657431950ACD09CD921390BC208E99 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = C75F6B7CCC80F365375AE3D64978BE9F /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; D8923CC2D680348D04C0B5B01CF695A7 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 899A689BA65BA61151C1DDFB19F5BE93 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D89934B15D0E9D0E016816D7FC0AEF3C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C5775E7F823B6BF19C0FBAAD82D5A41 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D89934B15D0E9D0E016816D7FC0AEF3C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE6781E53EB3E67579C6B6C030FAC93 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D8BE1C65E30421034BDF3B754E368854 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = D05763399C0C43784190DA57D7339AE6 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; D917491E5DD9992DFF39CCF944C2D549 /* GDTCORStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E06128CB543E05DF7D4F8B8A3EF8EEF2 /* GDTCORStoredEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D92CAE62ECAFE549B7CADB800BE130C3 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = F72659CDABBCCB4186E4ACFCED8EC514 /* RNJitsiMeetView.m */; }; - D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C6195A96E3126C5962D909EFFAE81ACC /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9804C6D34DABDB222B6374C28AD9317 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D0FA4CCB2D15F90D716627CD0615088 /* BugsnagSink.m */; }; - D9977E019B78E27FAC73A954C5BBDF8E /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03FF3F73FA8FCF5C8B6299B130D5BD70 /* React-RCTVibration-dummy.m */; }; - D9A1F3B4736C2AF9FCEA83028434E03E /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0075391F3315DD5C0B9E7632576E32 /* BugsnagMetaData.m */; }; - D9E8EF785F0508D50522BF668E520107 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE8FD87FC265122514D84E9883251CDD /* EXHaptics-dummy.m */; }; - D9F43B12E9310E1070D9ACA28E595ECB /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDAB07C74E234EDFEA1553BDC5637B9 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D92CAE62ECAFE549B7CADB800BE130C3 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C12BC1B8F44AF03BA844784DE394E50 /* RNJitsiMeetView.m */; }; + D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 423068FE4F3C20C5F41CFAD48E84FAB3 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9804C6D34DABDB222B6374C28AD9317 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = DBFFACBDF7FCBBA514D0A627D020879F /* BugsnagSink.m */; }; + D9977E019B78E27FAC73A954C5BBDF8E /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2152857A727F3E2C909878BE0C4BD3E /* React-RCTVibration-dummy.m */; }; + D9A1F3B4736C2AF9FCEA83028434E03E /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6D8039A197ABD63DAD0EA99338AD29 /* BugsnagMetaData.m */; }; + D9E8EF785F0508D50522BF668E520107 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C879CF5F9F3F504690C24C4DD70A20A5 /* EXHaptics-dummy.m */; }; + D9F43B12E9310E1070D9ACA28E595ECB /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A28FC5B69E97D14575CA0877222A4C5 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; D9FBFE38219EEA722C7D011D1F510DCD /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C6C1424961A6648F4F404DB4D5B51284 /* PromisesObjC-dummy.m */; }; DA3E756FDDBB22F63B92675EE270BFD9 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 352467F523D37BA242FF792076C4BBA2 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DA553EAB5D6042B76746804E1EAB9AAC /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B83181F58997E709D2CF0ABFA639CB6 /* RNSScreen.m */; }; - DA91CBB04309BF6A2F67578889C95CC0 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F9B0E187AE7B7F3A377AEDB612C6525A /* React-RCTAnimation-dummy.m */; }; - DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F02B6475E7D1C3486094F8F388E148 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAB77630ECE8FFDE64A9BEFBD0B44DFF /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EB0F6B7E8EBD84A141C3AC167835CD7 /* RNFetchBlobFS.m */; }; + DA553EAB5D6042B76746804E1EAB9AAC /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = B8DEA0D80A18F8535E7EC25234F2FD81 /* RNSScreen.m */; }; + DA91CBB04309BF6A2F67578889C95CC0 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 52C6898186BEA2843E1035FAEB3A1194 /* React-RCTAnimation-dummy.m */; }; + DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CCB10093C9FD906C746FB03D4746CD9 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAB77630ECE8FFDE64A9BEFBD0B44DFF /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = ADB0E98F4BB29FE3E50EACF5482D4E73 /* RNFetchBlobFS.m */; }; DAC13692DC590E6044ED75FE6C7A2D99 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC55014AFA153FD4E3CBC4A4A6CEF69 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DADDBED583C14F757CE0486E2BF43730 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E726AD9B950953523428C107B73363 /* RCTAnimationUtils.m */; }; + DADDBED583C14F757CE0486E2BF43730 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE324263A2118CDEF9F5504CFC24A3E /* RCTAnimationUtils.m */; }; DAFC2F91BEA931FB9BA022CB9B77CA90 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 645432A1DF9B3036F4D66BBB89CBAA89 /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DB1BEF5BA047C09D96609A853E646798 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 02B42F19719F9070E89F655242EBF98B /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DB1BEF5BA047C09D96609A853E646798 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46207D01EBBD77F44870058DD2D9337B /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; DB5A7C7920EAF6928FBD7479829670B3 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 31CCEDC883A767472D9DE6E98B55225A /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CC90A251F8AF95EFDC9FD2376EB1D0 /* RNGestureHandler.m */; }; + DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 44EE8E6F45961F400E818F1780116AB7 /* RNGestureHandler.m */; }; DB7DE91DCA6700F151D98F200ED5D276 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AB0FF969520EECB0B36AF7E6D88CD2D /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB802AF253B585166A65DE3AF2807ACA /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 31DA2DEAFF7CA55FF764092648AD9567 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB9717086AE45CE81AA97C3D12CDE9C7 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F6CC27D06C2F4E622045B5742E243A4 /* rn-fetch-blob-dummy.m */; }; - DBAC39F36BF2EACC60A1426124747D6C /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AB152A216EE0183A2D0E61D446A9F071 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 589776A89332278D423D6755E1271325 /* RNGestureHandlerButton.m */; }; - DC236F473EAB0803CB9FA676FAEB4377 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 49FCA9266B011C55C9974E9B7F4FE352 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB802AF253B585166A65DE3AF2807ACA /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1C07A4A6A34D1CD9D4BB5D2516C977 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB9717086AE45CE81AA97C3D12CDE9C7 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E57B395FE7991C5C011CFD925B3A213C /* rn-fetch-blob-dummy.m */; }; + DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 134737EAD8237E8D08ECB9ED16EB2E1F /* RNGestureHandlerButton.m */; }; + DC138CE0F250720A264B598D27AB4C84 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 6354554715F7F64320598ED85AAC283D /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC236F473EAB0803CB9FA676FAEB4377 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DFB6CDC6D345A86EF6EEF8F5DEBC0C /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; DC28E96BA8BC8E051CA66420F836DDB5 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = AB976C1FBBC26BF65B263E79ED2A0E2D /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DC4053211CA5A4C360EBC1B27C3ECDDA /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 45202BBAAEAF335F1FB60BBFC69380C2 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DC83F9A19E21E99237CA1E1903EE6DFD /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 958A538964B046F5FC63A884FA9D441F /* RNBackgroundTimer.m */; }; + DC4053211CA5A4C360EBC1B27C3ECDDA /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 487E750A8155B4038C4510D12BC7FA1A /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DC83F9A19E21E99237CA1E1903EE6DFD /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = FA8ABBEA1E93CE562E48D920956FD8E3 /* RNBackgroundTimer.m */; }; DC96C9309C507BC3469D0CF4CC8D702E /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = F603F708AE1BF751B3ACE89E154E4673 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCB2CC92DA3D38F80AD358E0E1F41FA5 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B177BBB89F7A58B6A2340B1CE785CF7 /* QBVideoIndicatorView.m */; }; - DCEB3F8CF0A4F09EC1E67ECA1B09C86E /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F18790A50A2179CC7BE6090135313C /* BugsnagConfiguration.m */; }; - DD14A2612F2B64801D9FFC36B588BE89 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C973C976DABFE0D0D35D45FD5F1D8A /* REAPropsNode.m */; }; - DD355E73AD18C234879AF3950D6CE93F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A709674F346A7BEAE13B2A5EE18C22 /* RCTVideoPlayerViewController.m */; }; - DD631AAE5B18CDDA00ED19CF2081DDB3 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 6584C61C82381EB1B1004D7753C0212E /* RNFirebaseInstanceId.m */; }; - DDA26EF3720C9461304F12664EC2308F /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B0CD88C65A8CB1C23C2AEB4992F49E0 /* LNInterpolable.m */; }; + DCB2CC92DA3D38F80AD358E0E1F41FA5 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D944F127F84969A76D4F95459215595 /* QBVideoIndicatorView.m */; }; + DCEB3F8CF0A4F09EC1E67ECA1B09C86E /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5550131458830597A2D600CED021A4CA /* BugsnagConfiguration.m */; }; + DD14A2612F2B64801D9FFC36B588BE89 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F3F46BC10E918E6774D29E2338B7CA /* REAPropsNode.m */; }; + DD355E73AD18C234879AF3950D6CE93F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F3F09E1E0D4A503E5A78EF430C3B3646 /* RCTVideoPlayerViewController.m */; }; + DD631AAE5B18CDDA00ED19CF2081DDB3 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 866ADD8883AD84B5DB130DEA1F2DAADE /* RNFirebaseInstanceId.m */; }; + DDA26EF3720C9461304F12664EC2308F /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = B75027B3D631BBE631033FCE88791895 /* LNInterpolable.m */; }; DDBB5BC0602A84CE59DC6778A632ED69 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5D4ABF81DB0F6F91E1A25F93EE1DEB /* SDWebImageDownloader.m */; }; DDC299E5753D48F2A7081D27F73ACFAF /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BE8D11D0BE425A162D262300BF5D5 /* FBLPromise+Async.m */; }; - DDE368F0AC94152AAC8660C018179335 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76037B0C94833300AFE005BC53E81964 /* ReactNativeART-dummy.m */; }; - DDFB2252C0D8075A2E4C47B1F50BBBC0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 51D8FBC70FC85BD127175A57572F50D1 /* RCTBaseTextInputViewManager.m */; }; + DDE368F0AC94152AAC8660C018179335 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD45C83428345C00F5023AA9C5BF666B /* ReactNativeART-dummy.m */; }; + DDFB2252C0D8075A2E4C47B1F50BBBC0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A29945BD2BC09DFA3D6BC2B78EB2D190 /* RCTBaseTextInputViewManager.m */; }; DE124FC4A0EC768A4686D70F6B4BFA58 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8C019C75FF4F789E40C8784D2EEB25 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; DE4FD7EF6E7A5FDEC42D181E800ADA04 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FE78D699DF0963CA715538E756C4EE2 /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF7090744256ADE687EBA55BC5FE8ED5 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB2FAFE4C12BA32A8EADC9720F53E34 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9CDE086F36000D7C8E6834838EAAA6 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = CDBBCFB76DC32DEC120D50C17B098C0E /* RNFirebasePerformance.m */; }; - DFA67D9152D6A8AD4D4C5B01F061DB6F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 395C8CCD6F5671524B172C22324D82EE /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFD82A631E84CF574DC68FA7DCD113BE /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EFF40EF46C84AD329EFE673DF5CC841 /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E00AE219C77E8D17BBBF9A091E04A29D /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0776128501F7C2B856FEFE2DF2F62C93 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF7090744256ADE687EBA55BC5FE8ED5 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = BF520FDCEC159D80E94AF5330E4341AD /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF9CDE086F36000D7C8E6834838EAAA6 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 703E633D67D09CCA45C691AFEF430AF5 /* RNFirebasePerformance.m */; }; + DFA67D9152D6A8AD4D4C5B01F061DB6F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 9080EF5E784DDF1531BA49855E01F18C /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFD82A631E84CF574DC68FA7DCD113BE /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 797EEC8DEE67855B815F6FA3ADF0A50F /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E00AE219C77E8D17BBBF9A091E04A29D /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB2A41EEB91EB3807C5482F1A31903C /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; E03B2983E6A3780B1E33F86C0B6727E8 /* GDTCORStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A08DD362055E20F1FB0559D19644E4 /* GDTCORStoredEvent.m */; }; - E06AAE1518AEA2562A0D7137B157DA37 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = E7855F1C527C5192F72CFF6A5D46C931 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E06AAE1518AEA2562A0D7137B157DA37 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AC9EBEA2723A60E109E0AB57C958FDE /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E06FF2EA4D8E7057808DAECF514487B2 /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9C21A13DD4599456884602B0D4C6757 /* RSKImageScrollView.m */; }; E092937984315305C4F482FDC1AB25EE /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A63FCD6FAFEE69391E5C3FC275512F /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C46A52452ABB7A82187CF8BADC033D /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 17341144B555A03C5EBEDD81B0B832E0 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0D3705D832446D3FEB5C2823DCFEB8A /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 36999B1C693A37D0A3DF3636859D8874 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0F5927CF8044CD7C525F063BB91C410 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = A472BB9384B83E73AFAE0B367EE088AD /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C46A52452ABB7A82187CF8BADC033D /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C3728E396239603DE8696250258E58 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0D3705D832446D3FEB5C2823DCFEB8A /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D11352460D45BF5E088E22D1C62A7CAE /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0F5927CF8044CD7C525F063BB91C410 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 3149F11E1549C357BC99FB243454991D /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; E0F9AB2F0F827441784FE65F9DEA24FC /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7F7DEEE1B431B212DE4B6E85BFD120 /* SDImageTransformer.m */; }; - E0FBC07A277E9FA12F6964DF7C385E64 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3160870786078A4A7F5F633B5D8BD57B /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E11D90E3A741AFE59213CF41F60AAFC3 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C3A398FB2047D8FB5C115BB7C9C44E07 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E13446308B20AADCEBAF1C8EA38E3EBC /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = C189945D9B7E0350FFF117B433DA54FA /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FBC07A277E9FA12F6964DF7C385E64 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C311D25970FF30E9C7C775ED20FD09A0 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E11D90E3A741AFE59213CF41F60AAFC3 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = BC7FB46749CEB238F31830ACF280624A /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E13446308B20AADCEBAF1C8EA38E3EBC /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A31D7F54597E076BF9613538EAF5E3C /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; E19F094AEE34A8B92913D6BDD5E9A718 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 464C3A02594F9D69187EC87E695B4726 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; E1C350EB67C41B14911972FCE699FCA5 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE6009DB9E0286F743D5CFA5415F06EF /* 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"; }; }; - E21AAEA8465DD61EEF9AB43C823EC425 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F174D9CC21F0D1762B87F5D148999515 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E265276741F6CCD0B0197C40C1EBA401 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2025517BC8D557FB99809407956CB6 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = EEBA21C2ABED57C6474F653A70AC35DE /* UMAppLoaderProvider.m */; }; + E21AAEA8465DD61EEF9AB43C823EC425 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F319CA198824B225B3954A404F9BA23D /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E265276741F6CCD0B0197C40C1EBA401 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A086905870854E2803180C1E248E8B3E /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E27FEF47747D16413DA5F5E3DB760E17 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E5CFD24886A762C411A37478D6B0296 /* UIImage+MemoryCacheCost.m */; }; - E2A6689C380DCEF64FA16056E84D8149 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 9073F0DA69D25921E861A82C234697E9 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2BF9B26DC83D490DA1578C1C984489C /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 13A2EF3CE7CCD3FD7FA53533E22C686E /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24CD51144600B32C8331D79B7265324E /* RNDeviceInfo-dummy.m */; }; + E2A6689C380DCEF64FA16056E84D8149 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 1008C6A52CFF0FCD4F3F4A73DE63755C /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2BF9B26DC83D490DA1578C1C984489C /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6168ABE2CE62305490CA4BD7049283 /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9271E0A545759858345B56CF01EE6EA1 /* RNDeviceInfo-dummy.m */; }; E2EE20BD16B60C9E9C8F5745895E4CEB /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 481BAF2737C4B9EED2882A2C4CB20C17 /* RSKImageCropViewController.m */; }; - E3258A68B76FE2FCC58C4C633E400B8C /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9D529BF5731E3078C6EECBDF867328 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3258A68B76FE2FCC58C4C633E400B8C /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB476B4FF06F149CDC7E60CA6FA4B4B6 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E32C9EE312F7082CA358C8DA02112A8E /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E17F86AEE63B4E96B07B6417885A38 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; E366DD0852E04C44719F436504C65C5F /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A65228A597C9CDF1630D3E33E79C2E7 /* SDWeakProxy.m */; }; - E39E3634C4CA7E2E69BB72A8AF9DF0DC /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C558069696C77025B946DE8910693620 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3D8D8CEE66A0FC7506029A673BE066D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB4A88EF0391F3499D3CDDF99BA1B8E /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E39E3634C4CA7E2E69BB72A8AF9DF0DC /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D2EC049AA7AA9388E7BE1D539DDC8A /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3D899247BA051EF2CCED618D78F98BD /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 105733A577C33B0FCA5F228D1857F8B3 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3D8D8CEE66A0FC7506029A673BE066D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FAF62BFFC896F70FC39BD6610038A65 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; E3DA0536FD69192110548E00EF3BE7FC /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 1876F2F1E1CB7222FA2BE64E89BC0A68 /* GULNetworkURLSession.m */; }; - E3EE9ED3F0DE7971647E51C981116F70 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 65D183BDB3EBB6B36FE89D8168848CA3 /* EXAppLoaderProvider.m */; }; - E3F4BCEBE73BFC628C5F5AA0EF0016EF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6249B422C72D40D5A073CF71C0AA86A2 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F69F9F53C3AF391D03FE780AD7E764 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 801E99A21664D8D68B2DACB0704F68A0 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C75D6141B889C90F12173F1E3786508E /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E448A5F8D630963A29733720AB2830D0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 2980F44EC4FCC6EA8AC5C12779A3544E /* BSG_KSCrashReportStore.m */; }; + E3F4BCEBE73BFC628C5F5AA0EF0016EF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = C5091C0A789A5722B65B44F7A1254FCB /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F69F9F53C3AF391D03FE780AD7E764 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 21DF6D72948E115B6A80FA386B080004 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 25CE33BA1C7530FA89B2ACD4901E2FC9 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E448A5F8D630963A29733720AB2830D0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F71913AE130ACD0E258AA4A470CC39 /* BSG_KSCrashReportStore.m */; }; E448F434853BB876889DEDECD8355860 /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 147CFFA41FD70FB3BEA2696A188FD294 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; E49C99B16AE53555FE7A7CB8A8BE5382 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBAB6A3B14167BE15806D2D4C391430 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; E4DF0038F580620277B1D09CFAEA7194 /* GDTFLLUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D6E08DDF45483F5A4732B16AF971B03 /* GDTFLLUploader.m */; }; E4F2A48E51116B466E81C84FFB3C33B5 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = F08B0F9A4D8A738B0F5EF58D5545D0A9 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4F57F221918EF831DFF3968C9B44936 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CA0C9A7CC0AC4898AE2F9A566726C4C /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E4F57F221918EF831DFF3968C9B44936 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = FCEEFA2D1D9902927071C8FBAA81460E /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E5216B6E62473377EA6E284532506268 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FA8915E0D8D275C898AC3CC45B0C183 /* Folly-dummy.m */; }; - E552D26DBE5A715DFF524CE675331BC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = E383A34BBE4DF7BC8C5EC68FB84DE350 /* RNPushKit.m */; }; - E554598FD317EE9149AB8454AA9059F8 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A389A9A7F2B314A8E20CB931728247C5 /* RNScreens-dummy.m */; }; - E575B82987686FB278B44B3EB095A37A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A3EF72729A0AE82B9E51807A201E88 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E552D26DBE5A715DFF524CE675331BC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = D65D464BFA160C2DAC22A43DA581AEAB /* RNPushKit.m */; }; + E554598FD317EE9149AB8454AA9059F8 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E5C0B0A941461267A103EFB48484C56E /* RNScreens-dummy.m */; }; + E575B82987686FB278B44B3EB095A37A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = C573F9839F0DFBBBF0B71A04BC958D8F /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; E5782D8BD91896AAF55C1CBCBEF37684 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F15A1B308313E7B51B2753B9D83EDFA5 /* SDImageWebPCoder.m */; }; E5CAC048154072FBC7D33C3C690D1666 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = E728B448CD6DE78410A3FA3D7DFFAF58 /* FIRInstanceIDCheckinPreferences.m */; }; - E5F11EB51F68D959C8291875C93E4B1A /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67540560D918C61609D9DD135A728D53 /* React-jsinspector-dummy.m */; }; - E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A2B979B49F7F0FD5CF0AFDC0EE85677D /* RNGestureHandlerManager.m */; }; - E5FC836186D971C23AE7EA2BBD891DA9 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 16839A17E6F24246EC83A9E32C3C3AA7 /* BugsnagSessionFileStore.m */; }; + E5F11EB51F68D959C8291875C93E4B1A /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 819452E386D6F7260FFE35AB5A6519F0 /* React-jsinspector-dummy.m */; }; + E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9AE7FF8E58CF83EA0A6D584CD74613 /* RNGestureHandlerManager.m */; }; + E5FC836186D971C23AE7EA2BBD891DA9 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6932F20496C83361F27869BCFF8CA021 /* BugsnagSessionFileStore.m */; }; E64DF891F62A7CC6064235FD1A9DCF5D /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A50C6F190916F34A6C994F0FA9A369F /* SDImageLoadersManager.m */; }; - E6672788C9A13BEF81FB7F5821C0B79E /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 04AF3C51F7F66ECAC396AFBCE9033846 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E67CC774BCC800FC2518913B50739E55 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = D87EC78B85E8485FBD61F0D265007A55 /* ARTLinearGradient.m */; }; - E6ABE72B7BC5B02D311C204E250FA5F3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E11190F74476BB4254611B685A5685 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E6B28EC2EAA76DA7CBCA209D55786E4C /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 91B847B706F1F1C054508E9D7DCB57C7 /* RNFastImage-dummy.m */; }; + E6672788C9A13BEF81FB7F5821C0B79E /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = CAC6941D32D79578AEDB6050C10F403E /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E67CC774BCC800FC2518913B50739E55 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = B214BD9C36501DA0F666AE8B05AD9A4C /* ARTLinearGradient.m */; }; + E6ABE72B7BC5B02D311C204E250FA5F3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 6522F588FD87E22B716396B0BB2FCC23 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6B28EC2EAA76DA7CBCA209D55786E4C /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF29C4013DFB5FA396D0A90D013CF7F /* RNFastImage-dummy.m */; }; E6C3AC1533E09AB22822D392C9B9CFCC /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = C460DA70768C93ED1BE2D6D8F8EB4963 /* FIRDependency.m */; }; - E6C8BD53A9389792CDC6E69D7FEB223A /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D3732BCBA5628433B833B5D52F0700 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6D227640A6B27493E6D63BAF5C6F11E /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA160054F5AE778946C6632CD3512B0 /* RCTGIFImageDecoder.m */; }; + E6C8BD53A9389792CDC6E69D7FEB223A /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = DE05C87555688FF24DEF167EEFF2E549 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6D227640A6B27493E6D63BAF5C6F11E /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A4CE0674C2BBE6BF5B371ADA74A89652 /* RCTGIFImageDecoder.m */; }; E6FE2807B85DDFB3EA91EEF768018D80 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DF0BD63D7D4CFDCC663E62D0F856294 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E7171E9DE4E1C13572715CB434C0B5F2 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C3F265E963792B616A869437DF3D6F /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7171E9DE4E1C13572715CB434C0B5F2 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 50E3E3361D76E10FF66B5EDF3675DEAC /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; E77893AECA58C42BEFB11A9F3D0F0E89 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 378C25F0844A70F6AF0AD604D5B04960 /* SDAnimatedImagePlayer.m */; }; - E77AD62D1F1A5ED37D541E208A1B6545 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C1E533EFB2551229D5D8018377F547 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E77AD62D1F1A5ED37D541E208A1B6545 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 097FE086579CAB093DD5BDC17FD6AFC0 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E7A53AFEB6F93AA9F66679AFBF68CA43 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 88FB1508A1C9E9DF1C4FCF0644BFB25D /* SDFileAttributeHelper.m */; }; E7C43AA674EF98DB10295D5A0FDEF294 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 631C18F49615412D4C905B1C37D9ADA9 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E825EB7097FB4979649C593B3A86B567 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6DF1FEA62063EE8DE21E0184A2F1A1 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E84B9D70F5DC04842F89B53195E9D52C /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5920DE566BC7258D40EEFD900C8AF8A0 /* RCTTextShadowView.m */; }; - E853513BCE291CEE0B0E1CA5D20B1809 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 358BD7B832116AF70901ECA85F519623 /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E825EB7097FB4979649C593B3A86B567 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 72B29B254D8D74DC776EE9189702D11E /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E84B9D70F5DC04842F89B53195E9D52C /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2D64547DAA0DB27D79EDCA28E88DB4 /* RCTTextShadowView.m */; }; + E853513BCE291CEE0B0E1CA5D20B1809 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDE23DA939219B390290D7B9FEA0763 /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; E85404923CD3A01CF558D3850CFE3679 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FB6D1CB6C00FD26DF39F79C94A3B7C /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E893729E87251274E6D1D3B51566E3B4 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 21199E18BA11E7D9DFB4E16A495239DE /* RNCAppearance.m */; }; - E89D6302F9CD369994133101A1FCE6B9 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6203E9A58EE92DF8A28EAE1798542BAF /* EXAudioSessionManager.m */; }; + E893729E87251274E6D1D3B51566E3B4 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CDC959EAAC82AB0723B5116CE019382 /* RNCAppearance.m */; }; + E8A6ABDCF3C0C5876058B074C4E29BB6 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 337FC4191A6870FFEA90EF31F9905044 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; E8E1EDE9F3E6489979B88DD4A1772C5A /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A09F908C75D99E518BBF382A235C2DB /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8F7886CF346A4A59D5620CEAA69B8D7 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D4ACA40E9618BFDDDAB6169A365CC8D /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E947B8EE3C12F59A7BE6DA22F4E43AC9 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DD854D6DCDCAC32BB6D0CAA3C459B62D /* ARTNode.m */; }; + E8F7886CF346A4A59D5620CEAA69B8D7 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 79290D430AEE27ED0F3A2ADD6900A403 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E947B8EE3C12F59A7BE6DA22F4E43AC9 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 231C432A3961BDFBCC43561A5EA4F36B /* ARTNode.m */; }; E98690E099869FCA322CDB7C8AB9B323 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 369513EEA056867CD6A5F02835B302FE /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; E98CCDCFD26438DD750B626B558080DB /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 55331CDCA3E4E9F322A2CA7CE5915A6A /* SDWebImageDefine.m */; }; - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D02DEFE53D76538671483BD6ABAFF332 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9ACBB81BB2D21567E75CB08C2B132A4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 14C97A8650B918816C5DB9E8D08249AD /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD2F3F414E96D13C35322EF4AE69D91 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9ACBB81BB2D21567E75CB08C2B132A4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D02610BE157E747D2067DF8797C640 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; E9BEC3539C84BEBAE9C56DD82FE4AE08 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC1353AA6CA2364871614AD5734013C /* GDTCORConsoleLogger.m */; }; - E9D7ACE54F298811EB74DFBF05F996D5 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 61D68ED0DFDE8178B98F79C56AAF6735 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA92BC0787BF825827888594F2AEBA4E /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7480B7F4FAB96A496173DE0E7C617B9C /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAC3645D8AC3873C347FC01F30F07184 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 28F65205BA8970F406183AF22BD3D344 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB0B31B8287F6C7F98F99A2AF00CACB4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C1BDAF7514D177B767F3850F0608EBF3 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAC3645D8AC3873C347FC01F30F07184 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A875199F18994CD8E1A92BBF9964643 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB0B31B8287F6C7F98F99A2AF00CACB4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 08063712435A35B0888B9B7E6FC2C8DA /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; EB2C44784270DFBA3B582FB79FB0B4CA /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E30B8CCF8842538B301F60452DFD5E4 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 60EEBF389C391162FA269F8E7D3FCB15 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A8E7C9A1C152FB2C9A1CBC1BE0C1D48F /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 38FA3FE49F8B797FECF2B05366D47C3A /* RNGestureHandlerEvents.m */; }; - EBD86108D11313816DA5380B28BDF659 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB27FF0D9774D66C8B17F15F7EF975B /* EXAVPlayerData.m */; }; + EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A016D6A210522AC24080C76A0C53477C /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 857BD78B074C625BC77FD4BDC49254F1 /* RNGestureHandlerEvents.m */; }; EBDA10C96D8A27B909F8DB3B0A7C32F1 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9D30B663A082E804F4CAA873DD3822 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBFD540945522362ECEE6BE93F273482 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A74F82E6AB2138E825235952F1EB9D0 /* RNFirebaseAdMobBannerManager.m */; }; - EC08AB594C6A1EE421C0F7221243CB62 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F2902D76123CD82980C10B19C6B2894 /* RCTBlobManager.mm */; }; - EC0BF2510F9ED9AF098DD223FC443285 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 51BB9A3334F8058B9CABF455F7363AFE /* RCTBaseTextInputView.m */; }; - EC9004FACF5144E188B844C9527904D6 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = C72F668DD60E0AAB30EDB1330EFA94FA /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC99C50385781477A8923300E8BC421B /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E7073A9FAFCF672D8D03A15D3BB32D2 /* RCTTextViewManager.m */; }; - ECA780FF54FE7C9F647A4D72E95010F7 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AD4CB6111497F53E4A5BB288BFD3461 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBFD540945522362ECEE6BE93F273482 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D11686F510A95536BF8A8CDDFC2B6601 /* RNFirebaseAdMobBannerManager.m */; }; + EC08AB594C6A1EE421C0F7221243CB62 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 31EF0BEB53628F3F62B196C7F169532C /* RCTBlobManager.mm */; }; + EC0BF2510F9ED9AF098DD223FC443285 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E58CFEB0AC5CB428A0D88D7FC89826 /* RCTBaseTextInputView.m */; }; + EC9004FACF5144E188B844C9527904D6 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = C564AA6335B6EBC9C23AFBD015DF763D /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC99C50385781477A8923300E8BC421B /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D448E23AE03762C59E62FEE30B234CF /* RCTTextViewManager.m */; }; + ECA780FF54FE7C9F647A4D72E95010F7 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = A86677E63E89F27DFB0A8B995E0C24D0 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; ECB28850CF749899A41813E488AE29E7 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F15669F5B860FA4E51821B5C31DD25 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; ECF5EE9A8CBB6789B7B126A9A26A5F1F /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C4479616B9A8800084821451D7E8362A /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECFB29DE3E310D2CF27F7C2D40F93A9A /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6708E35DBB3D103F8267F825E34A5657 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECFB29DE3E310D2CF27F7C2D40F93A9A /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA67F22BED9DF0E10C8FD51DFA3C479 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED62691B003B2C54B15DD706EBD7FA6B /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DFC6BCB3B33D02DBB888628D1E52A351 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; ED6F8B6CE9CEFC1D4CD6E21DF8103BCD /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 436BEED2A30591A8D4E5DB90E45FC2FA /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDA6631D3EB50C35BD2E88DEAEECA297 /* FIRInstallationsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 668DB3196C8AC5E9F322863CBC018C56 /* FIRInstallationsVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE23B71AEA719ECCE99E89E393DAE6B1 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BCA613E270465CAFFEFCFAB5AD0872E /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE273A1922351D221CFDAFFC3FC1BEEE /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = F3AD925B23A79ECA6E6EBDF8DB7412D2 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5A08FA36B0D47C84E6173B27CA2152 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E3C559E928DBF9CC5352937D0D85BE /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE6C34D5DC88F870B40D305A75D38553 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4AC37404E19DE4B79D6A09FB3B4D274C /* de.lproj */; }; + EE5A08FA36B0D47C84E6173B27CA2152 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8D98458AF6A341AED8D30B08B285BB /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE6C34D5DC88F870B40D305A75D38553 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3980D6B93CD85765ECEA7CB4F162B932 /* de.lproj */; }; EEBF8313CA8F65F42F85E698A4170BB3 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FC874B85C176CC532B90BB75E6546F /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEE7B9655AA3FCF1C1B0294133926C5A /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = F8BED19E476483C03DEC417A2219CFE7 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; EEEE2F8856949DC3AD8768907BC1155B /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 812DCB2F8F49903836E6EBBDD65655F2 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; EEF97C679BEE5F2A9C7F7D95720C9AF6 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E97258EDDE1B0FF09F0FC66346AD27A /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EF2C4FB84AFC8710114EB87DF542FA40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5414AE6DDACD6C4C27220E5FF9C96EE1 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF2C4FB84AFC8710114EB87DF542FA40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1D3669F434F811A32D13C0E52FAFE8 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF627458DF9DF92352237F2364F8D8B7 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = BE9A40D3A7B0498886FB7048EF92990B /* FIRCoreDiagnostics.m */; }; - EF686B36ADD04B852E545DE24FC4ED46 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2263F17BAE0AB4165F7B27DB8998D0EB /* RCTSettingsManager.m */; }; + EF686B36ADD04B852E545DE24FC4ED46 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BAA6FC1F2189DF65B88AE20FCC0882CF /* RCTSettingsManager.m */; }; EF6ED61C297982CF31DF19548C24548C /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E9D8CDCDCDC635008003D55AC6728F /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFCBDB29A0854F4C329462E88F5FB5EF /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 167001BB542F875BB6AE6374CBE2F8D3 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFCBDB29A0854F4C329462E88F5FB5EF /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB78093614332D12C5E9B2C2B7A9A7F /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; EFDDDA86D58A5A3B5A5C52CD2E4684D8 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BB4E471066205C1B9F8413CE80BAB3E /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F017287C4E1183CC83C54BCDF409A28C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CEEB6FAF21D0BA92AC0A04AE4DDD428 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F017287C4E1183CC83C54BCDF409A28C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D7A183F0626C3DEEF5CC2967FE038A /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; F026131495373C5DE569B201034D9101 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C4BE532E284D6FC858B445EBCE54BE5 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C38C11207926949E1F8094DFCEE99F /* RNPinchHandler.m */; }; - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = D9170605CA60EF92BD30F13A4F040A04 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0AB1EAEB67FA9F7F0EAC55737D635B8 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCA0576919667EC33DF985E4FC2910DE /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F08F8876D360987112249A47F58AACD3 /* RNPinchHandler.m */; }; + F0AB1EAEB67FA9F7F0EAC55737D635B8 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F6B55E3590A31D0796E2F6D82597EEC /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F0B46213F4296B9F86E89D13B3812DA4 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 395775162350335AB985C2E53A0F2AFA /* UIImage+ExtendedCacheData.m */; }; F0DDCA31D954C30755FAAFC075C96D5C /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE71CD3D3C773A121030FB81AB751D1A /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0F6FF2BDBAEAE1AB3B9FC5CFB1DD69B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5AA89B3283F17AD3F4DDD55C37A94E /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0FCF80EBEDFE45F3FE19DEEE0A94D56 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4009C1F0F5E09AED73CBD13150E7352D /* RNNotificationParser.m */; }; + F0F6FF2BDBAEAE1AB3B9FC5CFB1DD69B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B482BF8DF2E75DF9287FB4F450FA8A0 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0FCF80EBEDFE45F3FE19DEEE0A94D56 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3496CD4A788972B860A4EFD810330F4B /* RNNotificationParser.m */; }; F128E5421AFDD733B6EA5E6DC0BDBBBF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FC5C1273D1024C325327DCD080C4650 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F15DE35EBA4CB4B476438C0692A0950A /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = FFE34689D2E3DE37AC652BA9C6743AD3 /* FIRHeartbeatInfo.m */; }; F19BF0C7860B5391D62C5E675AB146B4 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = BF0E8DD8BC7FDA879032926A40B37AA3 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A4EF081FF2A5D0C5CA12DA474211AC /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = FBABE6A668BF55191A9D843480C414A5 /* BSG_KSMach_Arm64.c */; }; + F1A4EF081FF2A5D0C5CA12DA474211AC /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = BBCF27136550EC50E081875275784C83 /* BSG_KSMach_Arm64.c */; }; F1CFAD1BBFF7E0BDA26021957C170257 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D7F4389F6E6CC404907A69EE8797DE /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1DBD2564FDBAE92A9E4AA8D7CCC7E01 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3406114BB84016C3BF3C6DD7AEF5D054 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1DBD2564FDBAE92A9E4AA8D7CCC7E01 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EEBCC60D88F119311E2306993289D72 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1E1333AEA9A20A7D09582045666A987 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D107B000A8B0D9871E0D276C2B74AC /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F253676650181C9AB4472384CDCFE3B9 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = A1EC5104042BAFCD052B353B775968D7 /* CGGeometry+RSKImageCropper.m */; }; - F2678A8C2C1CC5973FADEE574737BDCE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B02DD65D05D4FFEE128900D4F7D0DFBC /* RCTInputAccessoryShadowView.m */; }; + F2678A8C2C1CC5973FADEE574737BDCE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 690B02E454204005B57638DB0F9B8CA4 /* RCTInputAccessoryShadowView.m */; }; F2826D6E1658277DA089B70D6A8EE819 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D64694CDD23D5AA5D2926DA6659EED /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 94DA588A88B35CE185D80006E62DBC42 /* RNTapHandler.m */; }; + F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 34051B0AED319EEDA4682DBE6B0DACF9 /* RNTapHandler.m */; }; F2E8A9FD857BB35C68640079AC2A68AB /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7121DEBABF2BDFF8481B59788B8C759F /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F30AE70097060CD9BC8221D42344048D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 740C19CBAF1B7128836A086F6F400C7B /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2F6974CB2911E6E418367E261E1CB4A /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D44ADEA66B7D9218BADCBC933C7A6B3 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F30AE70097060CD9BC8221D42344048D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 685FE3980782BE2DDDB50F4D9DEF7AC8 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; F34C639FB1271BA9041CE7D33BBB6859 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1351AE14BC4DCE7B93E301AA99026B /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F358B6463CF3BC773C24CE612205CF12 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC0E6E9AC18BBFC719102A5C56D9AAD /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F358B6463CF3BC773C24CE612205CF12 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = A6ADF59D1C982FA1E0C05A534D0328D6 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; F3A009B81FF8A92B347826968ED9AF1E /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 66BE2E56E1110F499C048713FEB1CE2A /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F3E90E8C1586DE0BC8F64B440C00EF15 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C046E8B167E889528CF9671EC0A9C7CD /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3FF0E6A7EBEC4415BE364AC9798CBC4 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B06766EBC90E7AB98A11548494111AA /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E90E8C1586DE0BC8F64B440C00EF15 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DB3A55DA2EE23AA22896E1AAC35CE39 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3FF0E6A7EBEC4415BE364AC9798CBC4 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0F52207F6680AC6CC12E0FC833672B /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; F40EA7396762A710141555DE1EF792D0 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AE4C4F557F4921C9D27A6E75DDB9A1A /* 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"; }; }; F4227A5A22C299DB2F673D8875C42BAD /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 54D0A0D72E5409D9555B3AB6C444425A /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F4604D394027188B0F18448BA46914DF /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 999C11E9F0B6529BC62034D8CCC9BC0B /* FIRInstallationsLogger.m */; }; - F4640C0CE6B316988B18BF1105985E43 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E3F2CC88D9C0D9C761BCBC536541DF3 /* BSGSerialization.m */; }; - F481E164606508264C13898ADAAAE788 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D3BA6E5E4F5BB82DBB4FE14B8AC264 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4640C0CE6B316988B18BF1105985E43 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = F60E2EF468D037CB0D942D8EBA189471 /* BSGSerialization.m */; }; + F481E164606508264C13898ADAAAE788 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC7D21AC60B2AAB8DE08718F0CF5314B /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F49F1B5A4B1DA201D133771E9923D648 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D7029D8FB8076E86500FDD8484FDDD4 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F4F2AD90553CB120BC682940433493B8 /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = DB4059D2FB364A28E6585D247CD47FBA /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4F36A29C561D301C91A59338D5E8744 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5496FD4962BCDE6FDFEF4257C4A257 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F5100582E3FCC4BD8A1031EFC2E7CF14 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = D32FD2DC67C23F6E6A8180188AD1592C /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F515A6E7B426BDEB13B544686F7E09B5 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 32BB45A38D44180DD5E2F32738B46DD3 /* REABezierNode.m */; }; - F518CDF6FC7F5085F4C33D36E71E6B35 /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC5D879ED9F5C124C1039F164C7B009 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4F36A29C561D301C91A59338D5E8744 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = B925713E8B07BC43A6B251B538AD3EA9 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F5100582E3FCC4BD8A1031EFC2E7CF14 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFD06A3C0255C0DD7E540F9AD5E5E2B /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F515A6E7B426BDEB13B544686F7E09B5 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E7130322F2B2B2F8C06DCD1A9288949 /* REABezierNode.m */; }; + F518CDF6FC7F5085F4C33D36E71E6B35 /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 4772BB24FF087ABB268F34C6001F5DAE /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; F526E360D7A60F00F7F67F7885804263 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = B101A21C2A5287012254B056CFA7D4FC /* UIImage+ForceDecode.m */; }; F555F8C238747A97FF295FA277B84567 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BBC4149E367B15994D55B0BE6395A3 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F567ADBF1B3738DBB51490CA6B7CE24E /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1068FEF6E9F10FCEC7F7A0F102077F7D /* QBImagePickerController.m */; }; + F567ADBF1B3738DBB51490CA6B7CE24E /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 181A77A89D32902A302952F3FCF15AC5 /* QBImagePickerController.m */; }; F56B25509F8FD04924C91D993984B005 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54EB650E96F37C37F0F35851F8C12BA6 /* 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"; }; }; - F588489733C335360B5422279F3C2969 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CBD5251F075596E6EFD5A97D4DC0209 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F595927E48BC68499910B400D64A825A /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BEAE0D1B153AF1E495632C5F9B28B59 /* ARTShape.m */; }; + F588489733C335360B5422279F3C2969 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9331613AA7DCF2A30266E92812D8A152 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F595927E48BC68499910B400D64A825A /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = EA59CDB4F40FC74738755F21FD9179AF /* ARTShape.m */; }; F59622D0F09DEF59155C8969D1B74946 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC3251FDA9E9F879B68C261CF445809 /* FIRInstanceIDCheckinPreferences+Internal.m */; }; F5D27F49E8DEC09ED4DF62A5F2975463 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 842C1C29367F774BD441F53EB6BD4437 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - F60DB066439D039A0455DFA72FCFD83F /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A67786461370E185AF7874C96314135 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6730E7A3A36F244F62EB6480A1E6304 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FCD506D4980CB5795E9063F3B3B82A4 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F60DB066439D039A0455DFA72FCFD83F /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7564569153B3646AE14B6629780102C /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6730E7A3A36F244F62EB6480A1E6304 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D57B59194C2DF888C374F2572B6C4D7 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F678D6DF5474A127E8A5C548654BDE5C /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 108BA2E99330882B915006784045B5A9 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; F6835F579A7F608E9D9DF7936BD0B6E5 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EE448D03DC1030CB1623347E60A913A /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F69EE9565EC9739DCBEAECC9B2096D35 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = AC4FDBC85BDB8D7D488E2A0A3D48D552 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6B89787B48EB4A234BBEAD9D7FD761A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 242B18E8C5CE1CDEE3BF9A0CCB1AC607 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7305542A490B6F40F96281B25C15D50 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 991F63888F0DADE5B74E325A8A6BCCE8 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F69EE9565EC9739DCBEAECC9B2096D35 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 786146B866CF521A81994E9F50622913 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6B89787B48EB4A234BBEAD9D7FD761A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F24CA04296687DC525C19E3508E7361 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7305542A490B6F40F96281B25C15D50 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57EF022C73BD0F88A58907CD6F984194 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; F75DC605FC8D1F7681541CE667AB7CB4 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 102D559173B1A82E75F05608FC7771F9 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CC034D566D928405177A6168FCC656C5 /* react-native-slider-dummy.m */; }; + F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0624EC83F8BA9DDD82C75BD1368A4942 /* react-native-slider-dummy.m */; }; F7AA02141B7C9712F22D1023EE2FA272 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E5BFD2113CD9F64E3ED9DA735B433731 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F7B792DEEF85A28A3315F3307DCB1A9E /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 39AD9D7041B853DF12888ADCD3801AEC /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7B792DEEF85A28A3315F3307DCB1A9E /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = FE01A817AF12C8D716A411A94FF9CEF5 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7B8AA8AD5C283D228877B2FC07E7E98 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB97B058E412E0CFCBF16E6AD07DCA2 /* SDDeviceHelper.m */; }; - F7EDF44CF901CFAE15E5A31C4B31A19C /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1F0F24D6B249F14C0FFA5C73F33D1C /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7FC446C7B196854DA9D5F0CCB37460B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = BE09031574CDEACBB49CE1AC66544EDB /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F80534B97F3B0762396355EE60A3D145 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FAFECEA2BB7BEB6BDAFAF39FC426C6 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9F3BA91EFD2DFD1E498DEC5DA20721 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F831BA67263E221FBA278D7508C1607C /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00F141C90BDC5ABFB362C6A910458B2E /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7EDF44CF901CFAE15E5A31C4B31A19C /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 174297031D5D97064D38A19C7DC9241E /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7FC446C7B196854DA9D5F0CCB37460B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 426717A30224C3E0314EC82D0C8ABDA4 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F80534B97F3B0762396355EE60A3D145 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E0135EE9EF6E64ED0A15859C04043B9B /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F831BA67263E221FBA278D7508C1607C /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 68D81A512B718B97E473BF6AB68B9261 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F83D6DC16A3DDE2C67D8E9F41EF111A9 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = FF92B16CAA4A7AFB4FC58207B113E26A /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F87498071918FC238AE4EC261728F5A8 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DC1EB1095D3E80B97EDC6B974E66CBC /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F891A17F467C8B71420B0B6FC1B505FD /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D49F55D4CD4364E4649FFB0945D8B85 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F87498071918FC238AE4EC261728F5A8 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = B759F1B53D8E8BC2586922278DA8B9C3 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F891A17F467C8B71420B0B6FC1B505FD /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 69AF57D8E15BF741474E5EDAD33E1515 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; F8F23B650278EC92BD4E1D20F5F3084F /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = CF993D633A32BC1ADCF4B996EA47AB13 /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F933C60C18D983D25A94CD31A49C9954 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 6441110A52AC72F1F219FFC618E5E4C5 /* RCTProfileTrampoline-arm.S */; }; - F94498F57D718CB7AC71CD5A40393BD6 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0CB3CBDAF4A37F5F1F72C5D9F58E4A34 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F99C6EF148A5F929C6714A10414821BB /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40F7FEF0E1BF9BFF10FAEC98C231FD26 /* react-native-jitsi-meet-dummy.m */; }; + F933C60C18D983D25A94CD31A49C9954 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = DCF6521E5919CF003A5CA05DB1ECD2E0 /* RCTProfileTrampoline-arm.S */; }; + F94498F57D718CB7AC71CD5A40393BD6 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 00CAF1D34389375225EDD890D60EACCE /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F99C6EF148A5F929C6714A10414821BB /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EB64474F78A6BB6F97CC4740B32C7E6 /* react-native-jitsi-meet-dummy.m */; }; FA0980CF93ACFCE4817D2934112E098E /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC3FBA3E5B2AE0036A215BD1C8E37D31 /* 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"; }; }; FA14342E79B4712BB89BFD6F442A6A64 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 782DC576EA301487BA3AFF6CDF22C7F0 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FA261EF55BDA4678D08512DF89105B12 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD83D02F69F9B51DEF7E9F6F62829F /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA41B3CEA87D34E244EA46A8F06EBCD1 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 444142B1C689CED6755F59CE2C7CC1E4 /* BannerComponent.m */; }; - FA44144AF28DD8451DD209C556DCD1BF /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B234A34E47BD553B1BBB16FE8E4232F5 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D25CB0CC8CE447B4C42427B04DFA8320 /* RNVectorIconsManager.m */; }; - FAA84D230376CBFEFBC366FE93E11B41 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C211084854232733B6106F84F2060236 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB3F4050BDAAD6BDCFAEA8A02A706358 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EC7D9587DCAB7397F8A9650E3DC500 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB5F17821545A8F999EB39EDE058612B /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDBF66A927B5F8A8DE3756BD792B701 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA261EF55BDA4678D08512DF89105B12 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A04A060236236CB1CC69946A6634F6AB /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA41B3CEA87D34E244EA46A8F06EBCD1 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6363E470823122AA16E3405C3E6F776E /* BannerComponent.m */; }; + FA44144AF28DD8451DD209C556DCD1BF /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BB52110DE8E2349D608ED3EB4782BAC7 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 45CE8B37F73C35AD44948FA7205C0F4A /* RNVectorIconsManager.m */; }; + FAA84D230376CBFEFBC366FE93E11B41 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 990864F692682DB3E444C12A8510DF88 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB3F4050BDAAD6BDCFAEA8A02A706358 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 064C9E82E05BA7D0672A93207EA0A3B5 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB5F17821545A8F999EB39EDE058612B /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 8659CD9676701F05C5E73AD43A3F580C /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; FB622B6F25A8FB70B8156427BB2963BB /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D68CBDDD5A7D610F9E436686A07B74A /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB82A5DA6674B7D813DE2686C03E2CC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E9F56F343F2173D1A070E0EAE2A6A4E /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB8A58CBBA5D6FA69A71DD1E1075091C /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 226C067E41BA7EAEDA042F0161EBF418 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB97B1AE771BD3BCB2E5A6D924D3A9F2 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CE45688575FF0AA028895BFDD852F2F /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FBA62BAE57B920681ECCC87E951DD37B /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7233787C00DF7D995ABCCA5B3EB617 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB82A5DA6674B7D813DE2686C03E2CC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD254CE9CF8E43C6DE245D2EFBB1327A /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB8A58CBBA5D6FA69A71DD1E1075091C /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CF2E9B29664C031D65952681C658B45 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB97B1AE771BD3BCB2E5A6D924D3A9F2 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50C282BD01406EB53341BA80730F136A /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FBA62BAE57B920681ECCC87E951DD37B /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 96CE6B0ECBD3204E0C50C074AE3C78E6 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FBBA7842602DADBDAE57A0FC05A97B85 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B019F88D183D8F0E9D8BF083F3699B1 /* FIRInstallationsAPIService.m */; }; FBED05764440E7FEF17C007B2437FB0D /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6C315437C3214205593E74AB412E48 /* FIRVersion.m */; }; - FBFF630974B4E7F16EF2281009230DC5 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC07A691B5C1F74884E31973463A763 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC43075F446DDCBCB3BEF943699C2806 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 812AA095C1331B37CE0472F217A4945B /* RCTImageBlurUtils.m */; }; + FBFF630974B4E7F16EF2281009230DC5 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A7C248BADF3865A6618EF2C69F7E05D /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC43075F446DDCBCB3BEF943699C2806 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1A49906A4E8D2A3DFE6B2A1C271E1B5 /* RCTImageBlurUtils.m */; }; FC775095597914294ABF7C56BF70052A /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0723D9254A0FF8AAD5189C6A5CDB013B /* FIRComponentContainer.m */; }; - FC8C65A5DB73DEDB0A5DD8610959D4CF /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 80E600CBC8D78EBFD0015D5E8839B40F /* UMExportedModule.m */; }; FC8EB7790089B59A9534F58C07FCF438 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = EB3D678D3F78C857A36FCEE91C3A72E5 /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B21B0CE90EC97B3E7396A49F2FD743B /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCA9B32C098008A8220242E8353046E7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9BD0857EE43DA88E1FB5A23EE203CE5 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E5B8A6650D84ACBAF57A8E248E85D7 /* RNDeviceInfo.m */; }; + FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 150FB51A57D749CC6D1C8520B60A0C77 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCA9B32C098008A8220242E8353046E7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C82F5DA02C568BB4C4C5400DD44F5A00 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F086F98B3F77E66182412592E10B532 /* RNDeviceInfo.m */; }; FCFBF36506CE48E9AD3D878FCD18ED4F /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA675DA25C52E2FD5633ACE43240432 /* UIImage+GIF.m */; }; - FD4EFA8CC12FE490181AB0F8F45FEA83 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 56539446BB3AB5B151AB3B63CDFD213C /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD51669FC205662481C7CF2DA4AB6748 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 06697F35D65B5CE61A7219DE075D036C /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FD93A07171842B9645ABA0BDD9EC9721 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF132F48B2B8B5875B871C7C5A28249 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD0FD721DD68A6C1A0E02CD6C8D21303 /* EXUserNotificationPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 6100746B256DDD1521CB49EBC2877F8A /* EXUserNotificationPermissionRequester.m */; }; + FD4EFA8CC12FE490181AB0F8F45FEA83 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 38AF223B6C2A7948451309ED536B110C /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD51669FC205662481C7CF2DA4AB6748 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A87E4D5E2E4700D4A86435710A176C0 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FD93A07171842B9645ABA0BDD9EC9721 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 072013CF77A7E9DD1769B206AAF002C5 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; FDC1636FB7D672F02CDD074DD9B040E9 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACF31EDEFE1E569CF6189573939269F /* SDWebImageDownloaderOperation.m */; }; FDD1A736761E6777D1D9DD0B5685900A /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 65985823BA9E59CD5D699B8553FBFC7A /* SDWebImageCompat.m */; }; - FE098B411C6CE6A74C722B985273AA07 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 987821AFFECE76690D223636B519ADE3 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FE098B411C6CE6A74C722B985273AA07 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A261092ADB1CF40A6E3D2F9C7D161383 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; FE2DAFC3D1DB1C90CAD82D4C6CDC4BCC /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = F790E8CC5AC5310B53CA380DA817176B /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE7D0BE1B4F581460DB11DCED18BCE1B /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 88FFE620B4FE021148EFFE939FE7D675 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE9C3D782258B259386212536AAD2830 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AFAD101DE817A8C09E6DCDB6C006CB5 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE7D0BE1B4F581460DB11DCED18BCE1B /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B476702B19503C1FDA97A6B38A5288F /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE9C3D782258B259386212536AAD2830 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 585FF7AA3BD932ED49167696613A7A58 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; FEACA20561A5919D3F143BC299FE7D8D /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F2659EE472B6D6569574FAB9D3BCFB98 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; FEE81DDBC8EE950322B4DFBC3C91A8F5 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 19F7DAA1BD0C331F0062BBC640DBC35E /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; FEEE952E4702DBF6900E7A327CF08AE9 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = BA065BF226D7D8BE5F672D1B12FD2519 /* FBLPromise+Retry.m */; }; - FF217BF4F60D6ABBE53FF634B951F784 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 738729E64B6A469A04A8534B490BC224 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF217BF4F60D6ABBE53FF634B951F784 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B18A8AF8D4C770AB7976F1BD5A587C /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; FF25A72AFBFDD3B1F8A677B56EE3F6C6 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = D74BB20E1BC0B778FF8CFFA36C0840CF /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FF60B7B41824DC680D901D24F8DB2F78 /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D49C8A04AF309CE5BE94686AF3A1831 /* EXFileSystemLocalFileHandler.m */; }; - FF7C6B581125343FB5108C6A39FCBFFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 451C703CE7E8AC15E9472E9F32558A11 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF28A2B722BF2ACB2EEEA732848F44CD /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F3ADF9C76F2B35E241D0673AC307509 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF60B7B41824DC680D901D24F8DB2F78 /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D3E4C632A4B02346E1FCF568BC9511 /* EXFileSystemLocalFileHandler.m */; }; + FF7C6B581125343FB5108C6A39FCBFFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 73EAEFEE2973DE2B608731E9FE3C8A25 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; FF825C5AA742FABD882CD741329E55CF /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = FC39B30F26E84F6B31EE5DC99AA7A735 /* FIRInstallationsErrorUtil.m */; }; FF8366ADAE423B2AFB5753C39F314128 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = C9483040D5F6D422F682396B87AF87D3 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; FFC03B7D8F37AE0403024D9BD66DB19C /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF863C6208094AACCEA61A2F59700AB /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 009B366E5E2A3C5851414797EEDD5C92 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2128,6 +2124,13 @@ remoteGlobalIDString = 64F427905796B33B78A704063422979D; remoteInfo = "rn-fetch-blob"; }; + 01E5B55FE466BBE88DFD1C484E69B112 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; 01FFD3CB91B418CC5113D5E39E3FF816 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2142,12 +2145,33 @@ remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; remoteInfo = RNRootView; }; - 02C2B84DB6FEA8DE473E70DC78A43ADB /* PBXContainerItemProxy */ = { + 0276F213FBFC4511C62F0F477562E5B5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + 02884AC05BC4B650EBE6E310CA3916B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 031C2EA37CDB75891AE2780B35BA5650 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + 03712FEDA4115C56DD8AD56ED7AB6180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; }; 040622B4EF3FFAC25FCB8BED372F45F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2163,6 +2187,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + 05B411B5A4EB787DE1F9BC701E22AF0C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2170,13 +2201,6 @@ remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; remoteInfo = "React-RCTVibration"; }; - 05D0FFD116C750DA50BDA3E50B048E43 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; 067E5D93DB083FB51E091E438339E7F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2184,6 +2208,13 @@ remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; remoteInfo = RNReanimated; }; + 07DC6E90BB516E5BBEDABE6015A7FABA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; 089558083C37398D29C4A58DC2A7459D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2191,13 +2222,6 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - 08A42600A49AE912BC4C1DE377EA6E50 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; 0A0B4D127A91E77DB469579CC4FF0F57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2205,12 +2229,12 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 0C90C8D0F39ECF21895651A8C5C85335 /* PBXContainerItemProxy */ = { + 0D3E742EA786DBC3E2BF9E2225E7DCD8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; + remoteInfo = Fabric; }; 0D54CC8FA15B8E03ED01ED73B9D48C5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2219,12 +2243,12 @@ remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; remoteInfo = "React-RCTVibration"; }; - 0E2DD4CED0991DBD1F9E72A5944238AA /* PBXContainerItemProxy */ = { + 0DC6D7B6B51A1759AA29C1CFE8A83A64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2247,6 +2271,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 10A2CA64564D9BE7D4B0CDC43B00130B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; 10EEA2C29319093946EC6A3B886E46CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2268,6 +2299,13 @@ remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; remoteInfo = RNFirebase; }; + 135111807A876FFA943605E046969218 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; 13791CBAE3B4CCAF1FC636BA2BBD9DE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2282,12 +2320,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */ = { + 1630DDB4D96B5C56F8CC9F20A2C9566E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; 185B11EB8A27612A9B75BAA1ACDFBF0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2310,12 +2348,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 1FE04A47AEB6F607229B2DC802EFC625 /* PBXContainerItemProxy */ = { + 1D878A6381A4238997D5B579163E3859 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7573B71C21FB5F78D28A1F4A184A6057; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; 1FE0D22DE8F2CC26E4B8CDC4387197BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2331,13 +2369,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 20E42A4C64C9DEE2C403CFD800A4D82C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2345,6 +2376,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 226EAAFF3F88F12C59774DBDE73D5CC8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; 2284921B4FC397971FFFACC555D01A18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2352,6 +2390,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 2317A40B7C150D46FAA9E0C3DCDB9517 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2366,12 +2411,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 258A8397F14A28249384A9BF4FC04D81 /* PBXContainerItemProxy */ = { + 256A3233D39C474C08913C7F1FE396E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 25911D74E71C182E5A343DC800E7A898 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2394,26 +2439,12 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 2780BD4584CC03A2C6BCC1EAC4906996 /* PBXContainerItemProxy */ = { + 28BC4B6D182A1D27AFA08B556E747E67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 289A08A83D21C8D9229C70B1C32B13AC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; - remoteInfo = Fabric; - }; - 2A128C5EADDBD55C6224A11EB064A4EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; }; 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2457,12 +2488,26 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; - 2DBAEF48EE5A15463102EC32C77A0EA5 /* PBXContainerItemProxy */ = { + 2D1AA35A20094E6443447E8F9F65C5B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + 2DA8FD4B3FFE4F55DA70E52BDA699220 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 2F4213A00BA48DD07F2FD714B1A52A04 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; 3003CE0CFABA4E201818060DE26E35D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2471,12 +2516,19 @@ remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; remoteInfo = RNBootSplash; }; - 30E96D162736BFA144F7B293FB7C9DBF /* PBXContainerItemProxy */ = { + 304C800E427F82D90C34E1A52A661AFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + 30EAEAFC419AE08F635DB2086318C0A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; 311444313BA6A2014AF61E6FFCF67BB4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2485,6 +2537,20 @@ remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; remoteInfo = "react-native-slider"; }; + 311F21EA672234C162B1F34F1C02DF00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 315B8DAAF144D14207F6A71EA0436D24 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; 32EDED458FEDBDD31B9D588BD688E1DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2499,12 +2565,12 @@ remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; remoteInfo = RNVectorIcons; }; - 34945DBE51A7FFBE83F1A909BA9BBCD4 /* PBXContainerItemProxy */ = { + 348632903E55247A44879A3CF2E78753 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2513,13 +2579,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 34B899E191E550D8A27D0EAFE85C00A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; - remoteInfo = RSKImageCropper; - }; 3567AD7E2B44760020C17476D70D0A0F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2527,12 +2586,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 359EA94CC30F8F650A8B75B2C0AC731C /* PBXContainerItemProxy */ = { + 36984564ED77D3FA35292387EE92F363 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + 36ED6E3FCEDC81325131F54C8CC01C7A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; 37562607B50897FB3AAA234B8CC037CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2541,6 +2607,13 @@ remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; remoteInfo = FirebaseInstanceID; }; + 3771870BC3D85AF57CBBDD44F9990F27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2562,6 +2635,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 3C7C3304584EEE799BC8B7B9303A3DEF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; 3D45E3DCD38109B38F5BA73AFDB65794 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2569,13 +2649,6 @@ remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; remoteInfo = Firebase; }; - 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; 3E2073FF56543FDA76EFCC77A1820700 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2583,19 +2656,12 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 3F4F12258A82B74ED2F57C69A1682A4F /* PBXContainerItemProxy */ = { + 3E4CD36F9EC3B65498E3DB16276FF67A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; - remoteInfo = "react-native-video"; - }; - 4052CAB14C9BD969914BCFD1C7AF2E4E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2611,12 +2677,12 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 44753E3EBCF35182E49DBD8BB2D0B7F4 /* PBXContainerItemProxy */ = { + 41C5364D3A2E064BF82FBB179744B077 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; - remoteInfo = RNAudio; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; }; 449D79087AC8EFD285D3D6948D363A86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2639,6 +2705,13 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; + 466357888C957D35FD3CC1086163251D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; 46C8DE13FECE137E1DF29D2657A15C93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2646,13 +2719,6 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 4743F5C525F4A9B01FCE9ACA806C49D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2660,14 +2726,7 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - 4A09F92DF3D7CFFABAD97A7AC61BF36F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 4C78244180223E12D59ED12231A1567B /* PBXContainerItemProxy */ = { + 4DB049AE68293453192E1CEC8BA2A43D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -2688,12 +2747,19 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - 4EAA4F1B761AA4477A3B6D54C852EFD2 /* PBXContainerItemProxy */ = { + 4E3B033EEA55F3FA32B3BC861CB9E268 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + 4E893028394A552BE41B6226518DE75A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; }; 4F47ACA22456ABDDC1033CCE85E508AC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2702,6 +2768,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 4F542B7BEAB5005B3265BACDE9299050 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; + }; 4FF10556B9B41D07EFAC6AA420559421 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2751,6 +2824,13 @@ remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; + 547E94C3029432044C20F637A66A2197 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; + remoteInfo = RSKImageCropper; + }; 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2772,20 +2852,6 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 5608A6BF20D6576488E0EDF4CEFB7DD0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - 58360103A4685F1FC533E6975ECE3A1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2793,6 +2859,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 5970E9A1ABF2A305A073A3AB53C00BB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; 59A6F7E541C545C99CA82678B8F26212 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2800,20 +2873,6 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 5A0F6C220AC62BB06E8E539C2964827A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - 5B02AC67DF7749672C3EC5E587C212E1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2821,12 +2880,12 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 5D1C4C458C07B47F9BC6C0A5DFDBE063 /* PBXContainerItemProxy */ = { + 5DF272D084A199962A43D10C0BC00758 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; }; 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2835,13 +2894,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; 60630CC2B00EAB9D8A1BC762FFB41D39 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2849,26 +2901,19 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 624D5463A171605B3F0B27633E665AEE /* PBXContainerItemProxy */ = { + 60E25F7A2D036C215268B0133A2B25BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 62A3D4CB40B5239F302231D9BBD6A514 /* PBXContainerItemProxy */ = { + 61101C6B91C9ABBD9763AA3B33D38B1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 6404AE86A87872E52988F326C02191A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; }; 6423924A022902547DBE5FC8EF93BD4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2877,26 +2922,19 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 64B59A3FC9646E9AB5AAA4526335D35A /* PBXContainerItemProxy */ = { + 64503D6CF9D1179C0E7053FA07627612 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; - 64B88427BBB54EB31630CBC9F9F45734 /* PBXContainerItemProxy */ = { + 6464B6E6A508315ADBF0DD9910C87F42 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 651F05EC0CBAA42D2F76B418000D2F50 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; }; 65685AEAE3C8051C0DE124A6E5ACB197 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2905,13 +2943,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 664305143120C85CB1EC5CBECA113FCE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; - remoteInfo = "react-native-keyboard-tracking-view"; - }; 66882DD906C9CBF33A822B0F489B5493 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2926,13 +2957,6 @@ remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; remoteInfo = GoogleDataTransportCCTSupport; }; - 6780FCC3E3B1FB8609F422FACA1C15D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; 67DBA14725D781CE21CD917340667E43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2940,12 +2964,12 @@ remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; remoteInfo = FirebaseCoreDiagnostics; }; - 6873AED1169D89D27AA52E2D17A63F02 /* PBXContainerItemProxy */ = { + 68882FE91E8F07801F9D4053F4DAB9BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; }; 69B6897572B545367799A5E51AFE075D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2968,6 +2992,13 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; + 6ABF63A64703FB6B8EDE20D7D0C9D210 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7573B71C21FB5F78D28A1F4A184A6057; + remoteInfo = "react-native-keyboard-input"; + }; 6BA468018F66C1D47DAEA3ECC88158D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2982,6 +3013,13 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; + 6DACF8C0F22A39191BC967102D6C106D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; 6DBD6F286817EB85A8F0BB2E8D08F4D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2989,13 +3027,6 @@ remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; remoteInfo = RNImageCropPicker; }; - 6E35ABFC7C526875A427967F1D14FA79 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; 70056FCB7FB870FB7D91F161A3B6F84F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3017,19 +3048,12 @@ remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; remoteInfo = "react-native-notifications"; }; - 710F83D4741765BB006C7714AF8916F4 /* PBXContainerItemProxy */ = { + 714A07B70CFE0D342507C7441A7733AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - 71EAF1F82ABDB2312E75886AC46D971D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B8C13513C1F6D610976B0C8F4402EC1; - remoteInfo = EXAppLoaderProvider; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; }; 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3038,12 +3062,12 @@ remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; remoteInfo = FirebaseCoreDiagnosticsInterop; }; - 72BA40B770DA5833CCF0311FC19A9669 /* PBXContainerItemProxy */ = { + 72AEF3DC8768694E58AE665D174CE14F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; }; 7376C532C4FB647A107D7FD9698C24E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3059,6 +3083,13 @@ remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; remoteInfo = Fabric; }; + 757B77F0B498E69396E0C74846D8BF12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; 76EEA5F62CC441995D555175CAB0A477 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3073,6 +3104,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 77C0307677F96E7EAA19E44B4AC1C36F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; 7A9D426F64FA97581C779ECB7FA9F4E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3087,6 +3125,13 @@ remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; remoteInfo = FirebaseAnalytics; }; + 7BF3F72957B341826FB5C431428C574A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; + remoteInfo = Crashlytics; + }; 7C309567C8843AC36F40EF4B09960A84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3108,19 +3153,19 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 7F0C8BA205CDCCA50C905295C45878EC /* PBXContainerItemProxy */ = { + 7EC255EF0588263AD48E5A9D82667AA3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; }; - 7F6BCE1FCB2DA325D8B2F8D14FD0C377 /* PBXContainerItemProxy */ = { + 8031C67A3AC6BFD0567A0899EFCE3F81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3129,6 +3174,20 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 8110DAB12235E146C76645C74A703974 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 8127C199B09E7344E16D06C2DAC0BFF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; 81C7B5355049BCCDEE79296B202D9398 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3143,19 +3202,19 @@ remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; remoteInfo = FirebaseCoreDiagnosticsInterop; }; - 84CC847608D716DF5F58801CA1B69006 /* PBXContainerItemProxy */ = { + 8334C8FC8577858592BDC0786942DFB0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 85155193C1E80D9813179026CB73182C /* PBXContainerItemProxy */ = { + 858548AA95583BA281547528A7EB75C9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; 861146BBBDF6493BE7981140D74FCF30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3164,20 +3223,6 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 8682ED8EA82D197A9F6CB758340ABF9E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; - remoteInfo = Crashlytics; - }; - 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; 876F633EF64F3B86DDACB4D9765F88C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3192,6 +3237,27 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; + 87902AC2034D180399F6F9616A496B19 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 87B1438B0FFEB51C8DCBA37F36B873A8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + 87E5C9F975AB763A5143A82246A5F346 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3199,6 +3265,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 8B0CC042D2BB6CFDE6FBCECEEEF2823A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; 8B7A5156DF566192088634AF35396110 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3206,6 +3279,13 @@ remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; remoteInfo = "react-native-webview"; }; + 8C57ADD29742FFBBDEBD6F8118B4A203 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; + remoteInfo = RNFirebase; + }; 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3234,12 +3314,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 8FFD687A453F165F91B1F31CE9DFE81D /* PBXContainerItemProxy */ = { + 90F7EC51D8E0445FEB8FEF6F191B8E01 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; 914920FE125E08820136442E6C40FF7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3255,6 +3335,20 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; + 9389B24C6FEE926EB5868FF077EE995B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + 944166BB75C3540947B47A61E00F1027 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; + remoteInfo = RNAudio; + }; 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3262,6 +3356,13 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; + 960835EC514314A05F7943573E7BEFC2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; 973587FD3243D488ACC2A2CBA4B833BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3276,12 +3377,12 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 983769B972D449DD11ECFD3E4D1FC206 /* PBXContainerItemProxy */ = { + 983212EB1986FDC908F36896EC393334 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; }; 983AD1895C24585DEA95A1E14A0A74C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3290,6 +3391,13 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + 998F35AD969AB327A363BDA289A1D1EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; + remoteInfo = "react-native-keyboard-tracking-view"; + }; 9999A457A3E364808C9E122EC64D955D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3297,13 +3405,6 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - 9A0CEFC37F7290AD4EF3227A3F94498C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3311,13 +3412,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 9A311C098C9D56A95F8DAF2BC014857C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; 9AC1F06D86A0940CBEDC84127390E31D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3325,13 +3419,6 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - 9ACA162B718D14B964339F384832032A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; 9B2BFB5DEFEF28F0C14CFF2FE14B9160 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3339,12 +3426,12 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 9E0918D934503C7C632F36B2407BE0F4 /* PBXContainerItemProxy */ = { + 9B9B97ED97C50B630A191963DB572D6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; 9EEE23D6519FCEE6884F6DF117317D7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3353,13 +3440,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - A147073881083F49FD1D27AB0EF1D20A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; A1CACC0574AB439458D00BDADA747D2B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3374,6 +3454,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + A299ADA3FDB57DC308D9943551798DC9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; A33043B018A8D3B28DA9124A1579E13A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3388,6 +3475,13 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; + A3DBDB7E61928C7A987A5757D63FC1D8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; A6C96CD915FAFFA438FE9774216C27FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3409,13 +3503,6 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; - A8758646FA7E8C65D9AAADB4BAEFFBC9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; A8D228C6F74629133C291F6B44D7694D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3430,12 +3517,12 @@ remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; - A9C1143D0CBD44FA82684EEB8996FC35 /* PBXContainerItemProxy */ = { + A967341B3ABFCE9F8CB2F366C557AE3F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; A9D92F68FAFAEBBE26C78B0172ED347C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3444,6 +3531,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + AA4771F2AE7A8217798AF679AFBD766C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; AA5B8F43EAD114EE3717346D55C72BE5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3472,19 +3566,12 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - AFC01BDE55EA519A6DEABC2001C4CFBC /* PBXContainerItemProxy */ = { + B01B77BFA13926F2953C36CCF9208B26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - B100F3AFC9E26915D8609B061037AA9B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; B10540874D34CE93E1E04DA052C09DD7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3500,13 +3587,6 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - B21B886924B45A63EB4036945A4B076B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; B23F32F8A9D5B42A97CA1716E450157C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3535,12 +3615,19 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - B6E5D715784860428E433EF2C59064AA /* PBXContainerItemProxy */ = { + B6677D6DAB197C7676A97F624A434B26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + B6F6DE272AE840D439D4E212F15B9972 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; }; B7282A609EFDBCCF6DFE5923B1E9396A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3563,13 +3650,6 @@ remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; remoteInfo = FirebaseInstallations; }; - B8CF4EBFD4A2B827944CCD5956A3D815 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; B8E5BD7E0904D95225F1C6CC70ADE8CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3577,13 +3657,6 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - B9D74239BAD99D142DD588C2DB1FBDED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3598,6 +3671,20 @@ remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; remoteInfo = GoogleAppMeasurement; }; + BC053D6398114D625FF0A3961F6EADDD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + BC0E24BAD53CA37058593F97F194653F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; BD32043515F4B199AB0E22406C68A35D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3605,12 +3692,12 @@ remoteGlobalIDString = 214E42634D1E187D876346D36184B655; remoteInfo = RNScreens; }; - BE2090E36386437C614DB6B386D6206A /* PBXContainerItemProxy */ = { + BEE30E3C2F5A9552CB3F23E358CFDFDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; BF32D407ED9D0F154DE76F25EEB923DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3626,6 +3713,13 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; + BF84C143D6EBE43DF555D15B5EE3ACE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3654,12 +3748,19 @@ remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; remoteInfo = FBLazyVector; }; - C41DCD630A1F9D1CED739BD7F7413D5D /* PBXContainerItemProxy */ = { + C1E040C72155E0BD72C0036B503132D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + C46FA263189B0ECE07304B366E0F235D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; C505646291F935A38C2D95467150C6BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3682,13 +3783,6 @@ remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; remoteInfo = "React-RCTActionSheet"; }; - C5E22C1DC17FB96D8D8446E1E3E2CBB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3717,13 +3811,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - C87BDB856B76B718B524ACCDA9889FED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; C8C199D46FD3DD67148F0D47BF9A2023 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3766,13 +3853,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - CB4A33C1063C79A2060BB0FBB95DC0E8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; CB8A7E990CD7E856B8CADD28DC191F90 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3780,19 +3860,12 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - CC54232EF31B940D2DDBEAC6F07DADD3 /* PBXContainerItemProxy */ = { + CC7579BE594E9C2055FF160E880AE8D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - CCB55177B1A05503602B15B304232ACA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; CCFD53E94AFA8D4B32BA9AA6DA6A23FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3808,12 +3881,19 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - CD64A7BBD2979E9D167F4B5C1631566F /* PBXContainerItemProxy */ = { + CD7690E946928C6C0840D661BE36A3E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + CDBE94877C6D4B970862A0ADD531BFB6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; }; CE4ABC821438FE01620EA075157CDAD2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3822,6 +3902,20 @@ remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; remoteInfo = "react-native-keyboard-tracking-view"; }; + CE84263865CA613B1FA36C369A82E708 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + CEB3DDBD3B319EA1083FDAFB813591F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; CEEAB0ABDC6919813DC4584C776CA72F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3843,19 +3937,19 @@ remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; remoteInfo = Firebase; }; - D0909B88ACBADCD7176A2B5725379CD3 /* PBXContainerItemProxy */ = { + D1B6676933B6091F594BD94DE1B18D11 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; - D17C3C9CD181E3FFEFDCFE3EC5341488 /* PBXContainerItemProxy */ = { + D1B96D1A2A83B4518555350707DCC5E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; D1DD6F0528614F3F6A959C01AB7F7DCB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3864,13 +3958,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - D1ED1A63A2E1B5D62CF66F0FA99F5D47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; D224D3EBA87061A216C2971F45AA7EBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3878,13 +3965,6 @@ remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; remoteInfo = BugsnagReactNative; }; - D2643CB9524A1210AE8EEF1CC7906CEF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; D30AD787E43DE3AC8E24B315F185B31F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3892,12 +3972,12 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - D38618B35E740B52628FD9CADB6B3068 /* PBXContainerItemProxy */ = { + D3EE9341838CA7E943BB9AD25B50B193 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; }; D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3948,13 +4028,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - DA6A3E8A138E68102F2BF46B82DE340D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; - remoteInfo = RNUserDefaults; - }; DA72BD0D2ED3CB12079CDD61E7D8396D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3962,48 +4035,20 @@ remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; remoteInfo = PromisesObjC; }; - DC69EFAC97D08F5155E0388E1B3F93A0 /* PBXContainerItemProxy */ = { + DB563667E5597F27C55793C16A9BC07F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; }; - DC97CA5A0D849C16C17794940DD654A9 /* PBXContainerItemProxy */ = { + DDB8A150219B61420412DA360BC8EEBB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; remoteInfo = "react-native-notifications"; }; - DC99F3101657A8431455634311377599 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - DCBE20B54432736947EC4EE48344FB96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; - DCDC18F1309C6C1A44652D0323DA7D96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; - }; - DCF7E3D15D3A8FDF8CE53CBB7968E1F9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; - }; DDC3038F75F2A9519773ABAA55479EB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4018,6 +4063,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + DE426B84920AAD68A99A39CB81DA3490 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; DE8F7B6EA7B1B017A43DEDEAA9020A16 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4025,19 +4077,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - DE9A87C942081FFD593AE353910B26CB /* PBXContainerItemProxy */ = { + DEB197AF412E24C112F52BB60EB5FBEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - DED1980E0B396BB1ED5777C2883AE836 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4046,6 +4091,20 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; + DF83807DED7F8C5AF770B13C6BAA9515 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + DFB4A58260571AB91C9D0C4EB0E6A1B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; DFCEEA3FA40436CB4AA040326D6F8E6D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4060,12 +4119,19 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - E30B30DBDE7D0505AEE79AB60046A622 /* PBXContainerItemProxy */ = { + E137612F47B7A22F0242E14FC690929F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; + remoteInfo = "react-native-video"; + }; + E13B3730EAAD0D2C19BDCA36DD877D2F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4074,13 +4140,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - E41E1BDB69EFAE2ECB46755C2226C822 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4088,13 +4147,6 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - E774AD6370868E7B014EC5EB08A69899 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; E79050B7B79BB88D74178F90A19D9ECF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4102,6 +4154,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + E8524B7128B54F7936616A550BEB7203 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; E8E93431DE5B9EDBC4D3B99AA008285F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4123,12 +4182,12 @@ remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; remoteInfo = RNDeviceInfo; }; - EC12631F07CCE49186779E1C34E44AC1 /* PBXContainerItemProxy */ = { + EBF3E550B17EEEE25D8FAB7E96AD83A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; ECB0846A8D8B0BEE23EE31A925213C3A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4158,12 +4217,12 @@ remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; remoteInfo = Crashlytics; }; - EEF750E4E172E0309FD8CCC8712079DE /* PBXContainerItemProxy */ = { + EF12062ACBD3E6ED97BAD7CDB5D34D97 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; EF35D916FEB5C7D4563D576974DC8374 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4172,20 +4231,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - EF787EA911D9CC51792C94E6D8217C84 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - EF797B6066E1025B5FD8590A476CD8DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; EFAB938296ABA2965A63F4EE7C372057 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4214,6 +4259,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + F1FAA6FE9B6B2A3E535F20FB1BB8CC36 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; + remoteInfo = RNUserDefaults; + }; F2DC85F54A13CF837109A697617C4E93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4228,13 +4280,6 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - F3A5BBF7636364713DAD1380A3F7E825 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; F41400F9BEE622517440881C0BD1FD56 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4277,26 +4322,12 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; - F774E1A51F551C12EEFE2335EE12B43C /* PBXContainerItemProxy */ = { + F78CA6764FF0A3E4A6A11A27010FB8AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - F9ADEC352F5632AE9A9C3CEAE0D942CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; - remoteInfo = RNFirebase; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; F9BC7D28AD87790D95A38C36E89FA025 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4312,19 +4343,26 @@ remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; - F9D879083A729E6F2026684F655E293D /* PBXContainerItemProxy */ = { + F9E81C3B88924A5793FE10331731D898 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; }; - FAA396DBDC307599055B19CD6A87D4B2 /* PBXContainerItemProxy */ = { + FA0CF652A37D1E756453BEDCBDE97146 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + FA8F60EF2A2A0BC56FA8B5C042E073D1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4340,2346 +4378,2341 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - FE5765B5CF3FE2FE6F0DBAF05B9565AE /* PBXContainerItemProxy */ = { + FCBB1B42DCB705A8679475F8526B16E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; }; - FEDE355BE55AE0B28F9D8D78AB28012E /* PBXContainerItemProxy */ = { + FD2BBD7914DC0A39373ABFE08B456E66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - FFFFC7F87DE0F0FB611CDA28B99CDA78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 001747F5C80950AA3E7EC3CDABD93FE4 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + 00002E8FB2C0CA6E6D8DFBF2547CADBC /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + 000FC0F253268189A87D3FD6261B5CFA /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; + 001A5C06BAB91C0F64838710C7B61912 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; 001B7F2F6A312651D3606F252836C2F5 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 0060ACFCB7F4DE84A9C2625491EA6A6D /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 0036AEE678787725C977E1A36F674AD6 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; 0078CF9DAC8CC4187F6E291B8F51727E /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 007FDBD5CB8F72DE12035951173C327B /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + 0096C45B37BCEA61A77CC464024A90FC /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; 00A08DD362055E20F1FB0559D19644E4 /* GDTCORStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStoredEvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStoredEvent.m; sourceTree = ""; }; - 00D6267DF2FF73D1AF8C5368C1C5E270 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; - 00D78A4B0214C7CF7F25E5312572EE0C /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 00F141C90BDC5ABFB362C6A910458B2E /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 00CAF1D34389375225EDD890D60EACCE /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-notifications.a"; path = "libreact-native-notifications.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 014FBCA79FB8FD0C06F5F4EBBC1B6BE8 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; + 01544C0A323FB8C35DFBB477A1FE6428 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; 0162C892BDD766E04E2714F47090AB60 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + 017C43B026CB04C1EF78BFBE3ECC4F37 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; 017CC1B34A00D5D000439D51172861CF /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FIROptions.h; sourceTree = ""; }; - 01AB176D8CCC282389777CB23AF55DBD /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - 01FD177916C7B57614C5F4BEA61F8CE9 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + 01BA4F6CDF122A85D4FEC3D3AE900FB7 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; + 01CF4554E741926D31EF30679F8D8CC7 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 01D1031E2444DF454E531A9DC65702B7 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; 01FEFA98B5E8668AD537CEE144C68D35 /* FIRInstallationsKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsKeychainUtils.h; path = FirebaseInstallations/Source/Library/SecureStorage/FIRInstallationsKeychainUtils.h; sourceTree = ""; }; - 02153101DD015A798818C151A182F4DB /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; - 024208975464F176E11129E3151BAB2F /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; - 0260B1705B12BD97512D92AAB1D975A2 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; - 02AEAB2464ED470DD8B2BED39CE7D233 /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; - 02B42F19719F9070E89F655242EBF98B /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 021D3A238914E4C4396D0F66537A9862 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + 02226A43F8307859A386CB61543C5E17 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + 02780F2B2D2239DCC2F77193E2D15E82 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + 02B273A00658D942D23E36B021688801 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 02B75C8F90265EEBA66E0C8EE71B6B25 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 02B778A4B4AB6FC889FF15E6943BFC10 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; 02B92AD44CE84D68E6DC4BD460DA089D /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; - 02FAA2A82FF5E7F69641A48ACD60B8E9 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - 02FD9DFB0AACA799D670E18E11F9B60B /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; - 031612F602327B8E86998A9BFC8772FC /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0357F2904793AF75BF705D34080B39A7 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 02BCE96DAA4141BCC0FA88CBC7F36DF2 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + 030383C37C015A0A7495A41108ED8282 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; + 032D1211FB26C186977EF1BE4D4D822D /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; 037048A23ACDD15887BD75AFB6F14662 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; 037F5EC90407C5CE3418149B6C7A824B /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; 0383EBC057B08B3B4D8E2D06F7D33F38 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 0390AAC82D88B6B9496BEB754DB6C1CB /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - 03CF224C0391812834F8FDCA55B544F8 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - 03CF8B129F84A67BF7EDAEC900572B62 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; - 03D63C370B1F5F00787DBD1CC533D8DA /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 039F8CCF120C1DF125B71E7498805BE2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 03C3CDA2CF0DA9F0A6D414B553B98ED9 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; + 03D2EC049AA7AA9388E7BE1D539DDC8A /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; 03D64694CDD23D5AA5D2926DA6659EED /* 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 = ""; }; - 03FF3F73FA8FCF5C8B6299B130D5BD70 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 04281FA56489A7CCB9EF40362A453BBC /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 044B27E89443DDAC94ABA4E73C48B168 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 046EAA9D5C971AB9315DEC235D649530 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; - 0499506163E27FDFE72BF36433C9AB81 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 04AF3C51F7F66ECAC396AFBCE9033846 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; - 04AF880EA4E6EC46A565A469E7BBF10A /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 04F043ADCBA901864BB2FAE209E915BC /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; + 040AE7C4C5960E5068564B1669AC7E23 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 0410C8D27F334123935DEE0E751BB616 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 042BD1F843AF0B4A4B0B1CF490C929B6 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 0456C2D13A1432E8F3873A6AC42239DD /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 04758008ADD0BC76EE636BDA8FCEE11E /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + 04BD6390C90806014868F7551406BFDA /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; + 04C381672D051C2816D59F6B5E2544F2 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + 04D9890E05EDA71F5F625F17AF28414C /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 04EA08A77D9346780B4B301D8DE2F6B8 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; + 04EA1C75A760C09973E3167EFE3E6935 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 04F28DD77A9FB29773F86A16D7162345 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; 0500B10E6BA68DF16917B05F920FA4CE /* 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 = ""; }; - 0506043E5C6B80ACD82C3F27165D3ABD /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; - 053B4C49FB9C5527BDEBBC3C97992335 /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; - 0552660F46727BD283F8A428044D8013 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 05C392ACAA16564F1646887DF81113EF /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 05C6F803ACAD8D922F711576AF18EB36 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + 0502C86B7DF4B00EAC6505457E2B31C3 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; + 0515730473F4E50F849E1EB2361EC5F0 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; + 053250B4E1F9B565A8C721AFF28B912D /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + 0572B4EB9F4F75A40B37AA4D6D5EA83D /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + 05B1E533FC7DC6FD39092E4978318E1A /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 05C5F05F167A7407E3BC0A5C60D195CF /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; 05D21B2E62B525961EA9BE1309FB1D32 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; 05F2BC055A4813F5A29FBD88A3F3261D /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; 0605FB329064F4B740AB3DA84343A94A /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - 06247B3D87BBF857CA1826A54AD1E3D5 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0624EC83F8BA9DDD82C75BD1368A4942 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; 064078AF10DF91404B3DE14C08B4C6D7 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 064AC547DFF8127EEE541F3A1B437236 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 065695C3888176DAC6E68FE097DC6565 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - 06697F35D65B5CE61A7219DE075D036C /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 066DAB200485098245D5EED0B1FEF098 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 064C9E82E05BA7D0672A93207EA0A3B5 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 064E53E98DD836B5F60958B76A781812 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 066CA46EC4E3C3080CF06433222E437E /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; 06736283C77882D931377C3AF94D64FD /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - 067D5D2C99221EB0A3B9E22F7DFD06BF /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; 068267BE04ED7FFA08E2A827F9406A85 /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; 0695A738C7F41C79A285AD67DCD00EE2 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 06BDE908A3E04767FA0717BD6D74A719 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - 06C809B8549057A07FF4A8E38A64FA53 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 06CB3C0F55397252230780C99F95841B /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + 06A53493AE9D625B0FCD7CED36565037 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 06B669943C192B510CD5FC44F1C41A75 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 06BC4A59920333D19413DD86CB3696F3 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 06D3C4F743E3864073808EA43C339893 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 06E1729FCDB517FF8E598520953361E3 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; 06F15669F5B860FA4E51821B5C31DD25 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 06FFFF82DF3F0B943AF0E0DE7CF1E19E /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; + 0702B34AA844C30524B48B62B561BBFF /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; 0707F165A40293C90DB9DB10B0433839 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; 070C05407939F9DFE5B7ED06A3FE346E /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - 070F4DA174D42E2375C1E26D009B3DE9 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 070D8D1C1B32FFBE094021C01913F8BC /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 072013CF77A7E9DD1769B206AAF002C5 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; 0723D9254A0FF8AAD5189C6A5CDB013B /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - 0728DF55B0762E76D1988160FF42272B /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; - 072E531D9DB89866DCC6BAC3A7D5C874 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; - 07460367788943CC87A5DEBC9F0BE2A6 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 0728E8867E1424D47A7CDFCDD3463E04 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 074DDB0ADE3E453E37436DD6DE29DB44 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; 0752B852E884FC47B65B0C2D2105EE8E /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; - 0776128501F7C2B856FEFE2DF2F62C93 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - 0783991BC3A821F01ACDC5B0CE3BB3F0 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + 0764C74C255EA604FCBA84129BEADD2D /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + 078DCD749D06FF25398DB212FE097A6D /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; 079482D8D03370ABEA3B4293E9E0F902 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - 079D9854C6095ABD1C6BD151B14AC57C /* RNBootSplash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.xcconfig; sourceTree = ""; }; - 07C973C976DABFE0D0D35D45FD5F1D8A /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; - 07D26F1F28317A664DDFCE95DE3C591E /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; - 07FAC8AB14356BFB7EC74487EAE16C04 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + 07CFB0E0B4BDEDA2A38B1B0CBE538C1A /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; + 07E0234DD7051C7D65C2E4D36FFF87BF /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 07E63C29FE4669ACECF77D183070A956 /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; + 07FF47D0C9B3144A517AB68321480C20 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + 08052EC8B77314B3AD6D1227DF3D04D9 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; + 08063712435A35B0888B9B7E6FC2C8DA /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 082D69279D22CB77C22AE6C1AC9A531A /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 08408B034BD4895C8154293305785149 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; 08419E1C07242E0A29A26A675DC67E63 /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; 084DF8B81E62B3FA2DD1A9E2620122EC /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; - 086682E66D534C5C4E564B6A5873DEC0 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - 087D122178ED9A990BC9A3E85FEA2EBD /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + 088B3B353DE06ECB638B9C33B6563F45 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; + 08BCDAB5B66339457CF6451737AC1DC0 /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-document-picker.a"; path = "libreact-native-document-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 08ECB6371492FBD46314AE3703CD8DAF /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 08ED12117BB4332C204661E3C9D293BE /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; - 08F60035D9582D5CA9D282FC2589628D /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 091A9EF5FA607ADAEA341CEB89ECC221 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; - 0929481204407C90D1661AFC8B0305EF /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - 09340D593FCF156D56EC788C9D61A56E /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - 0945BBC48C6E6DA34300929C868A3F41 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; - 094800FF4F03E576562FEE945F9DEFD6 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - 094F4CDB49A7800ACC684C08A72D2F40 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + 097C8E97EDDEDDB179E18497993BF8AE /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + 097FE086579CAB093DD5BDC17FD6AFC0 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; 099A43376A0723FBD49B492ED1DA139D /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; 09A8F5B7DA6974622D6C9A6189F7FAEE /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + 09B3467217EC6F9C8309249B31D9B0C9 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + 09CFE0206070257FA56A9423FF01E393 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + 09EAF8FF19D2FABF20F4CEF3A61E196D /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; 09F74600A3F236533A7364611CBCD0A9 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - 09FB1013F78A7AF3DC2546F7CC3D152B /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; - 0A11CFDE7065490F90641B26838FBD7D /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; 0A50C6F190916F34A6C994F0FA9A369F /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 0A5BC46FD11ADF1251BA46820BA26460 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 0A674AEBCA76215CB8F991FFDBA16AFE /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 0A7BA20B217FAEA21777E7F248DA1F6D /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0A82093132C2C256F2FA5D3B65FD62D4 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; - 0AA160054F5AE778946C6632CD3512B0 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 0A7FAA47021000A0AE68D49BDAFB6229 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + 0A8D98458AF6A341AED8D30B08B285BB /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 0AC58D43F520AB9E41176EF916A98C28 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; 0ACF31EDEFE1E569CF6189573939269F /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 0AD8727BFD3898AB37FF5C02D3A2019C /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 0AEE2091ED266224B958D1DDE10E9E00 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; 0AF863C6208094AACCEA61A2F59700AB /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; - 0B034A3847293DA3E577408BC6636FDD /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; - 0B06766EBC90E7AB98A11548494111AA /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 0B1B654D254C7E1810BADC1CBB4306B8 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 0B1A6B95632FBEA8316F5995577B86CE /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = ios/RNCWebViewManager.h; sourceTree = ""; }; 0B1BB1A3C8627427538472C2BEF119CE /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; 0B2C19870540C57176CD67F1135A50CA /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - 0B2FDA18ED70A47834CCAED314AD0309 /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - 0B37F2001960B611D9EA5B02EA2CF2FC /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - 0B3ABC7A04102C3F682D13E316B99260 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 0B32CE21976E9E9D0ECF62099636E0D0 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; 0B600A9196EDF7F5CE30EAA93665B08F /* GDTCORStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorage.m; sourceTree = ""; }; - 0B7460AE9B4CF1269C34BDB7CEA3867B /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; - 0B83181F58997E709D2CF0ABFA639CB6 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; 0B8C2145C378EBCD15C3B414625FD2D0 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; 0B9BD3B6B09CD5A1C2631CF99883907E /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - 0BA0CDC92F4D7E062A8E3BD5ECA5BFFA /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; - 0BA134F0EA1537EF10FFF6745288AB2B /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; - 0BAEFD4C4562C5D193B2D14D21D30A0A /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; 0BB0025F1EC6EF96CB0113EBC33D3711 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 0BC20A9871EB97B9E51FD4F2F6D7D33B /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 0BD893EC03B684D4C3C45FECB2D8F98F /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; - 0BE9428A6197F293955DE9F6417A0F5F /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - 0BFBA628CCFEC71D915A97EFB96799A7 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; - 0C0EDBD3C842474FCA65748C7492A36A /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0C12BC1B8F44AF03BA844784DE394E50 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; 0C3136B59B61BB160560C616ED25BC08 /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; - 0C44808963FFBF4FFE9F3634F30135C4 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; - 0C5EB83C9433ED1E5273FCC0D19066AB /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 0C9175A9A1D7FD9E183957D35177133B /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; - 0CAFE524CDC0EDA7E418B7CFA9669422 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; - 0CB3CBDAF4A37F5F1F72C5D9F58E4A34 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - 0CF58F69ED2387D3A40D3B251FE60953 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; - 0D237F74946A75E1540FAC09AF25BEB2 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; - 0D2C6A295ECFD85BFE14D59F29FEDA84 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - 0D42AF835132B8F359967AB88C1CF8EB /* RNDateTimePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.xcconfig; sourceTree = ""; }; - 0D463BCADAB0CD3FA585E82382C4841E /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 0D97133D0DF5D8D360CB13EED21FEA64 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + 0C9EA76FCBB390F7393463F23865DB10 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 0CDD68563C68630F690340A3F44FCADF /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + 0D0188ABDD81B9AA39D4779AFAEAE851 /* EXRemoteNotificationPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXRemoteNotificationPermissionRequester.m; sourceTree = ""; }; + 0D1A6C113D375ECC144BAE47C35619DA /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 0D1DE266071B6B3F0DF6EFAD39C2915F /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + 0D4454889C698F3EA7E727F1944FC804 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; + 0D9CE7D0FA1F5BD8EE21C37BD6C1D84D /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; 0DB662C3FB633BCCF0EFD8EBAEEF8AF1 /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; - 0DC44227D6FBEFC40745BD6F81A94947 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 0DCBA648191323A9584295FF82215FDE /* 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; }; + 0DEE0DF28D1C938FB2E16A1233B1CEFB /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; 0DFCFAD3BB3A6A89D23F127637FA0517 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 0E10089B334000D673BD63A61590F275 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - 0E1E1D08D52095E3F1AA160EA39A591A /* react-native-appearance.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.xcconfig"; sourceTree = ""; }; + 0E19EE3FCE03EAE838447F0E063168D9 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 0E1C9947A2D5849DD68B9C1005A42612 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 0E1D2D89644507DDB99C0775951349FF /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; + 0E236CE2865A5040C193A4DFAFD30940 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 0E2698DAF3341F1E37B670A4511D03E2 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; 0E28FEB864CD8E6FC7A5CD387F3CE7FD /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h; sourceTree = ""; }; - 0E3A25BE3F680D75F170C25CAEDE11CB /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 0E325B1606A5D238A63D17132321A066 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 0E58C96CDA56F63E2CE4F0D73A23A121 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 0E64EB3A2D9EFBB4C3058273DDDFD253 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + 0E6E452DCA2DFA4CC9919E00868F396B /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; 0E711CC040CB2C9B6660541E7C73B310 /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h; sourceTree = ""; }; - 0EB0F6B7E8EBD84A141C3AC167835CD7 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - 0EB20C8DF50E560049B18F49C648F10A /* 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; }; - 0EE0EFB192D6A4057750293E76172B93 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + 0E7130322F2B2B2F8C06DCD1A9288949 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; + 0EA1D090A682A9E2453410A8C657DBBD /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + 0EC1CB159386CB919070179891392053 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 0ECA46EC91758D088E75BE45C7B214A2 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; + 0EE3C78A4FB57AF8C4DDA6636283EF42 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0EF0FE62DAB45ACD6147B1C7764C1870 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 0F2BEB3203326DA9994D2329F5515A34 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - 0F318A1FC11A1A8E05DDD499EE7F877C /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; 0F354B2F01F2D88BF64EFB54C7F55D9B /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 0F41A60939B7366F027B2F9CEF367328 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 0F66C4D688719C36A136311FAE73BF2F /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; 0F838A60D7566E3ED6EAAAB29782AD39 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 0FB6F47EE770C3A9B0C5AF899D94B955 /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; - 0FC051E8E39A958D85281DA2232549E0 /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; - 0FCC74BBCDD1FFF31B5B035F9074E4CF /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - 10250D78C60056D203D235E04EEDF191 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 0FC60135AD706121FC84515E79346E05 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1008C6A52CFF0FCD4F3F4A73DE63755C /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 101F9C70AAA1F7A8A54A50C4F4168F78 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; 102D559173B1A82E75F05608FC7771F9 /* 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 = ""; }; - 103AF3B67564C17BFFE8AC3251B444C2 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; 10518D1EE8B03DD5443764694A2E2192 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; + 105733A577C33B0FCA5F228D1857F8B3 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; 106194880B0291DBB2CB25096A7764E5 /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 1068FEF6E9F10FCEC7F7A0F102077F7D /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 10781EC5358906306658F75464CEAB50 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - 1079B8B6C30DFB82CE00FBEE2735966C /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; - 10890E9947EA5BDF4FA0F61021BE331F /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; + 107135BEBA6EA7330C01077FA39CD6DF /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; 108BA2E99330882B915006784045B5A9 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; 108CB420FAB407BE3178EAEC6141D97E /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; - 1098DF3E0DF3277CE36F1C55214E28A3 /* 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; }; - 10E726AD9B950953523428C107B73363 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - 10F3C58AADAD3BF820F4B6EA52544515 /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + 10F8A885C4E82BDA4D26FA34B581D952 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; + 110113E7E10CA709CFBB74056A2731E4 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + 11149B0B1D22FEDD1C67330D28A66FB5 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 111BBF6A1A8F20F888226023AC96D7F2 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; 112CFA9961DCCEA1D55E037EE24E1C38 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; 11613175A36C6EBE31343B6BACA3302C /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - 1164A57691AA9276B0B6AA6CF9EBA52B /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - 116BEB3EE21206B1D4CB59AC53153DE3 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 117823082507FF2CD3810DE8A924654C /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - 118A76D5450D2D9A30DAD8E065C92CCB /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 11A2F396A66ACC1494569521055463C5 /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; + 118FDB9E5AAE4B0F868A9FB23850B670 /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; + 11B20C54AC294E8BACE99BCDC7C20891 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + 11B7D73230E6A947F4A33D7520ABA840 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; 11C0A683D9914E0CCC77E6DCABB2816C /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; 11C183F4C4B1F1E989B5028A735C3B2A /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; - 11C6FD394B6095FA5812033C28A9AFAA /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - 11E389E045BCBF83010393F69FBDC4B1 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; - 11FE3D70314F711012EF0BDE4979BE00 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - 1209EDCD114EE04E54BEB57C0949E700 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - 1231B98DC8FA463C5147C87F53A7B0CD /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 11D227BCF5211CC470C656A32E7BDB55 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 11F111103A19458BC91CBDEFB769696D /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + 1231FB2390229D9B8DCC2C8E8015FA4B /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + 1238E92EDB750B4A397E54323FA4A5DD /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; 1246B4FC24C785047CD95D5E8BB7AE12 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 125C9C4E1B08E35E47F42EE6FABDA55F /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - 1262B5E77305E75F6C30EAA6032AD699 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; - 1275E79B06824B79F8ED750B4F349A74 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 128DE5F176CD188ADAB62F25643F2795 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 12AF02A793F26E562BCB5474EC337429 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 12EC3DD9CD28EBA910DC357466A9268D /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 13418D83B88F6337A936215291AAEFE5 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 13779FADE8C2EEA8185E90141DA3E5D4 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - 13A2EF3CE7CCD3FD7FA53533E22C686E /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; - 13B96040DC69901B1C2CD26E570EEB47 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 1262C362E414E45C0BF6B4B8BAF38B88 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; + 12D02610BE157E747D2067DF8797C640 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + 12EE46404C88EE4302878276636C0E0D /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 1313C8CC89483B18E4E5DE62B296F5FF /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 13187CC7C3D18C84AA6A39297545EC1C /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 134737EAD8237E8D08ECB9ED16EB2E1F /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + 13569BD963332ED5AA1C999B78DBE3D9 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 13951187B0C12BD8402BCA7CBA95D0A7 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; 13BC4224F66908DB532F9B44C792439A /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* libFirebaseInstallations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstallations.a; path = libFirebaseInstallations.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 13CBC0BC2FB3CE717B2C0EAE3A88C1A0 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; - 13DCAC04D657A2082E265DD6149414DB /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 13FC99CB679FAF0B279975B449E1D487 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 144E7B8B4EC7AD69B7B6F83260E103C4 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; - 14731FC3B97E813560708C5159C23846 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + 13D15DAB3C5711DFB7C6B3F1F3166E3E /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + 13FC8FAFD490E87CCFC0834A8B362450 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 1453431E0BC0744C320103A0F1D5378A /* 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; }; 147CFFA41FD70FB3BEA2696A188FD294 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h; sourceTree = ""; }; 1488EEFA6E3BB4A30E0FA6D3CAB794CC /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; - 14C97A8650B918816C5DB9E8D08249AD /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; 14E9D8CDCDCDC635008003D55AC6728F /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 150C87055CDDB34CF656770A6785DAF7 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - 151FCAEAB01057A6DFAF66D7094DF371 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 1530FCAA091AB1F8F8F266BFA7BDFA14 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 1546D22C2C8EA6AE11F39999F64BC710 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + 14FEF3C6698DBDC33B81DE2123CA78B5 /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; + 150FB51A57D749CC6D1C8520B60A0C77 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 152D99BDB721B1EAE79C96126E72B1BD /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; 15762D6096B65B02F92828DF3C3101E4 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 1588722AC1F1877FF162DB4503545D65 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 15B515C88A882F49E4AE51F40CC365F3 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + 15B1124A17166C051BC2D02B9932A8DF /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + 15B2FB55546B58F6FC0E141AAB476DEA /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; 15B61266CE79A06337D4E2231EBAF1DE /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 15C1E533EFB2551229D5D8018377F547 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 15D44666109AB3610BC6DEF28C5CA237 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 1603306E49903190875AC507DE2217E9 /* 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; }; 160856CCFCFA358DCF2AAC3EFA195712 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; - 1615A42F724A8A0EFBB3E03DCA8989DF /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 1628FCE1C0BA5C53ADD4E56D5A762BAA /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 165085416BBB22C24BA508984FD6C6DF /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; - 167001BB542F875BB6AE6374CBE2F8D3 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 16839A17E6F24246EC83A9E32C3C3AA7 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 16E1B3D3F1C9A20AC3EE3B0DEF23172B /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 16E6D00B240E8A6875583B15B09C0AD0 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 1687966F55C3D0BA586F39150074CAB0 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 16BF078F3273F79017A1B52F7C67CDFF /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; 16FB6D1CB6C00FD26DF39F79C94A3B7C /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GULHeartbeatDateStorage.h; sourceTree = ""; }; - 170794365051DE61C2F27CA071918980 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 170A74C6C2C5C22A8B53386C9837E276 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; 1731BEB8C2C3368DB5FDF5403C2F7DF3 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; - 17341144B555A03C5EBEDD81B0B832E0 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + 1734A0AE6F9DF0BF468BAFEB7D430A3A /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 174297031D5D97064D38A19C7DC9241E /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; 176DC1CC909FEC82CDF5716487143CF4 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - 177DDED5760D29524F4FB9784CE2D2E4 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 17842AAA69394D97DF4C5ECF3A8B42B0 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - 17C501E18A92D84749D865D5BC99708B /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + 17901D0F238BCABF5F4FF54F39027B17 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 17AB5796AE998CF0E3852DAD5AE4AD04 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + 17AEC5962AB5EECFDE2DE32EE6922DEA /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + 17B79ED9D31C625708EBCDCECF41D213 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 180207D5E7C1DB8FC8ABD08CD4D5FAA3 /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.h; sourceTree = ""; }; + 181A77A89D32902A302952F3FCF15AC5 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; 183A3C0267913A961293F8FCB8FCF81D /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 1849DA14CADFB7DF37364ACEFA91166A /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + 1864EEF5B581B6C598B5FBC690058D86 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1873AC74B9B05005FD4C78FB799A0829 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; 1876F2F1E1CB7222FA2BE64E89BC0A68 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; 188DE396BFE9BACC9E475E966B3ECB4C /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 18D46CE6DE6E232560BCA20F7347F9C9 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; - 18EDA5479E41E41962A4F9C45DF4B942 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 19284D31BD342A64F8E638D6F6DD5F87 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 1896FB286AEDFDC36F923C5189F92ED2 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + 18C92882E94F93D5A0FAA6D08847E13B /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 18FCBF0B93070E0145B5194E6B7B9866 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + 1906556C45AB84FAE5BA371126C72B3B /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; 192CCAEA3A7BD283727CC8F0076D4F1F /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 194DF9C69A78D93A7716C6FA7B2DA705 /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; + 192F177DEC925CC3D5188479BC0B162A /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 1930EF38F81766151936FC224DA4DE79 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; 195034DDBA6E2F083A2BB6F020769C4F /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; 1959F3ECFABC8A4D200C1715ED0696A0 /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; + 1978F5D444E91A684F848FA06E0FED6F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 1999800C3B5B4E5C0A32818F3D47D45A /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 19A32B2E862E46CD42B47424F0A856D6 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; 19B4CD2BCA1F7FD16045A42310FCE9F0 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - 19BB2473A3C289774EC32A321472BCE1 /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + 19BC37419BDC3327F6A7C33802840939 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; 19C61133E42FEBE0031138AEB2C96709 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 19C6B487FF09B7DC327E20B038C0DF87 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 19D3732BCBA5628433B833B5D52F0700 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + 19D524162E9BCD6EFFAF8E0F4EC7355C /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + 19EAD0A7D0A89E6E974F94A58960B4A0 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 19F7DAA1BD0C331F0062BBC640DBC35E /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + 1A46A1EA62BE263FB54EF47F2F178E26 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; 1A5B8DD3BD08B970140758525F472335 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h; sourceTree = ""; }; - 1A73B6FB820D5DF2EC492B1A4D6037F2 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 1A79B9769DABF5D747621369F882A30A /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 1A8E530C7B07419F2B4A9E63EFBA44C7 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 1A9A3DE004CEEA3336DB958021E968A3 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; - 1AAFA15E541F79750341AB85EC424250 /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; - 1AB78CEE69FD01B802877A116264D902 /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; - 1AB96A3C68259FF4D2301FB0F118B702 /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; - 1AC5E3712E1C400257D80CFEA826DFC6 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; - 1AEE9A0BA7E271016CEF50622ADF9914 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - 1AF7C413C7FA2654A5538A174E57FF11 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 1A5CE5EDFD4CC2026BCE5EFAD0A77B9F /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 1A795E8D890C786E5FE7EF3B02A93904 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 1A9591959FA5B1AFCBDC72A739EF39A9 /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; + 1AA5457362BB3AAFC394334AB1FE2BA7 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1AC9EBEA2723A60E109E0AB57C958FDE /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 1ACF8AC78298B41C94A8D5D65AAFE144 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 1ADB7061909E39405AD4BD7B8428BCA7 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + 1AF548113B59CC6C3DF98313EE8EEEC6 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + 1AFE95B12ED7C3B2AACA5787F66BFFBF /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; 1B0188F1CFA087DDC5889F8B0B0301C3 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; - 1B0BFCA3863288C619E65898BB7D3E5D /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; 1B408AE390C2CD577F7EF23E9F2D97CA /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 1B751FDEDA4C9C7FCF33C059FA22C747 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - 1B824CABD58145BAA085DEB425D763CD /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - 1BB23806F75FA779CDDC924FA7F9C555 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - 1BC240C9C25F80D8681D0EEC22B07F84 /* ReactNativeART.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.xcconfig; sourceTree = ""; }; - 1BCA613E270465CAFFEFCFAB5AD0872E /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; - 1BDF14C570382A8C3638F41F2E56EABB /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 1B762AC40BC975F6953559AAEA9DA262 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + 1BA9DA3049A7B31EA6AEEE1FF96B91F3 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1BC427201794367BD329171E92CA414C /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 1BD3FCBF820DB8AF7BF20EAD86AB6F26 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + 1BE77D3218DD612963BA380A7A6E2414 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + 1C10B5A48784E792CA65B3D54A32EE31 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + 1C19A9D6A260ADCDABA23FB407EF7B70 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; 1C2373D7CD550A7BB6746818ACCFF4A9 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + 1C3340033258D820E2EB245BAFEB053D /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 1C37418C0B0B572D6758F5424E172D58 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 1C45DAB98AE19CF1600DF224DA3FAD26 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; 1C4857A0842D2EBB815D30CCE3A20B92 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - 1C53CFE294908B03C59C10311B192437 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 1C89C4FC2E607369BF79A14FC2B68643 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 1C4CF928A9E88CA633B6F95DA4751A46 /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; + 1C90C59259D92D210C0F029BED26A1B7 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + 1C96B000DAA4B0A4667838AF4A0DDAE4 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; 1CA3042722DE6BE862DDD182F6A65072 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 1CA785C20F123D7AAFB30A0FD933A235 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - 1CA80193E1A0EDA3D3A4B103FC31B051 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 1CABE6C371A0BFD0444B9F27A64F4F11 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - 1CD28EB1C5665AB87CD4B715CE0C3EC7 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - 1D1A4DF30C9801FD64301020561FE612 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + 1CD089F13B48D7E942A6D84764685919 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + 1D07B75AE3686300BD233A5F693F02A6 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = ios/RNCWebView.h; sourceTree = ""; }; + 1D2308A6F26544E607E45B047E910138 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; 1D31DB622D9EBAA4FBD560D40618BCBA /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FIRApp.h; sourceTree = ""; }; + 1D3C3EEE5A6CB5B2FABE8AFB9B20BD3E /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + 1D42BAE0F9442B6D18FBAEE5DBFA1044 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 1D432FED92D53468BB148EBC674FF927 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; 1D6EDA25FA893D1DF91AAEA53BA75B9D /* GDTCORStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORStorage.h; sourceTree = ""; }; - 1DC6AB09782FC3C60D8E082174E26072 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 1DB3A55DA2EE23AA22896E1AAC35CE39 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 1DB7F9426084901C06D6B3D810431E36 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; 1DCB7B74B4C2EC6C5BAFC108D409C754 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 1DD372A7560FF3AD51637124739591F8 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; - 1DE90F6D33BFED95077AB0A667A87F14 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - 1DE98B4DC71DC91B5858A13E77D55B21 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; 1DF066F20D14665E0A04D678CAD81F85 /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; - 1E36B6104ECCD9D037D65F133A90B34E /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 1DF544D039334F425AEA394890EE3BA1 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; + 1E4801D6C28D8BC6F2C85BA7A6CB2434 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 1E58F8187571FB8BE19BAB41634D821E /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; 1E5CFD24886A762C411A37478D6B0296 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 1EAC930ED045E8B5E77D1C890D820095 /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; - 1EB722BDDED6433A2C613BC46BF7D51A /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - 1ED6FAF56D3ABCA19813CBD037348E6D /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; - 1F2E344E048B27D0A031047E557752D7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1F783017BFCE6D8957205E2368080555 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; - 1F865083282FF0E3E2499A9C3C003673 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; - 1F9101373978C3B83F589B7777250231 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 1F086F98B3F77E66182412592E10B532 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + 1F325A2E92471F8C9A2034C213E23677 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + 1F450F79CBFC71A87ABA69D18AF64C1F /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 1F6E38E23C024D7729BA0F5A71B4CC5D /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + 1FA9A20AB47A7A1EAAA6D8FE40813C35 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 1FAD805A430894F1296F6BEC00C7A1C6 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + 1FBA9DE1DC9152192C227A42F1589E54 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; 1FC1353AA6CA2364871614AD5734013C /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; 1FF50E5ECFD2E8272C61A10AF4ED50A1 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 1FFF74A046BF8D427EF7C90624577C41 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 200B410FC52ED1D49FB3C784185B8F03 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNBootSplash.a; path = libRNBootSplash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2057AABFC66C0A8C7AE0D06D345C2B55 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - 20A99EE431CC3BD1E3C4AD05F7D59947 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 20B89E66A01DCF69DB5C84DFEAF3C692 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 20395FB1CD366D878DCC8C5C4C999A82 /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + 205726300BC482B3679A13F3CF37823B /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 2087216659EAF014239AA1836737C53A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 20D96057E8D38A7B6DA9AB4D27A89576 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 20DD39159ED27E33EFB83B90B96BDE1A /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 20DEB1A605A22DFC0E9B4E2F71B24EC7 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; 210731369AB3AD93BEB294C250CD20AA /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; - 21199E18BA11E7D9DFB4E16A495239DE /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; - 212DFA7D181040060D52BE908EF49DB4 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - 215BA62B612524467633014B1E139B0D /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 217EC25650E42C36B58D098A7BE98C37 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 211F772B93EC2A85C2C1F1AD2357F7B8 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + 214CA21F2AC56EEC639D761AD723F840 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; + 21639BD503537EED7E1034A66B874387 /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; + 216C4A3EEEEA592CE9AD2CD1077DD9A5 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 217E1597E9C685C57A7E9ED756BD6EF2 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; 21A7E3A6A97682E28E064E912B3B4371 /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - 21A88474A311493C0251BB4E0C560C13 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; 21BBC4149E367B15994D55B0BE6395A3 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; 21BCCE9D22EB85259CE081E0A923EDB6 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; - 21F7F0D642A4BE155F53A6D1027A76FB /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 21FE77054F9C254ACCD4B873EF82A437 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + 21D0078BE561313FE04B5DE40C8AD3B4 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + 21DF6D72948E115B6A80FA386B080004 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 21FD64ECA5043E71869A816326A90245 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 222E3933ED98940FBF6250CAF9E69A01 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; - 22320F19C8575F89296DDEDC8687B2D4 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2263F17BAE0AB4165F7B27DB8998D0EB /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + 2230B03BE8991D2B9453D1367C83808B /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; 226470D5AC918D710F1EE1BDBAADC256 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; - 226C067E41BA7EAEDA042F0161EBF418 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - 226FCB055213BA46EF8147CC03F0313B /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; + 2273064ED902295D49232D5DFA4A84BF /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; 2281519202E71413AA842990FD9E7D77 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 22D87ACD98A2F3752AA6A407B7C2F789 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2293149BED2F89D52C9CA71F462B9D70 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 22B34F12C3336D3E628AAEBD664D5DC4 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; 22DA47BB069C91769B82987265E8AA4F /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - 22F389B285F0B865DEAD7629FED2F9AC /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 236C579C9D265168EDE8DB0F896CBBAA /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; - 23754EA75C4611DD841F9D526A5FE05D /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - 237B12B1A4532AE980B5562F14F00BD3 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 231C432A3961BDFBCC43561A5EA4F36B /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; + 23219ACA713D7CAFB30DC0419DE1E805 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; + 233DAAE18AA7F64BDDA3527E2437B832 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; + 237A1CC6D459F6C0934647A1B05F8B77 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; 238912792225FCFD2816B4E4CF1D3D79 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 23AB78D14C1EC7321119A8EF4E9C9C57 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 23AD90F6598D2FFC0B3AE21D97591D1C /* EXRemoteNotificationPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXRemoteNotificationPermissionRequester.h; sourceTree = ""; }; 23AF27BB8FC1D90102AF761B02C48033 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 23CED23C3BC4B8F1C25E48EA10AE1A89 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 23B6D424AE8030B661B6ACEC3201FD55 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 23C63C444BAA8C62044C36DC7EAE5B4F /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; 23D5AA523F9126F7D30ECF8AA9BBE433 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + 23D99027B066B537F89C3C0841D9782B /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-appearance.a"; path = "libreact-native-appearance.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 242B18E8C5CE1CDEE3BF9A0CCB1AC607 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 243C7E6E9AAD9EA0A3101707AE96006D /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; - 245A235B6534FDB96D4BB92202CD55D4 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - 247F1B869B8C5B1B67219E38EFA3D3BE /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 24A2994EDB8FF27036011F13232C65E0 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 246F9D8018A006460594F30A65BFF960 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; 24B86369C499373261B640769283284B /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - 24CD51144600B32C8331D79B7265324E /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; - 250AC3F1C3E28195B86681506026C1B0 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; + 24C7B04FC9CA895172C6D273309C5B5A /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 24D442B49D8704EC885290B27F4261E6 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + 24D838D0CDBA90432CA9CB4B6F72CEE9 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + 251517E5F1BD8410E8CD3FD93A7D9435 /* 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; }; + 251B86E92411878C6682553867AC98E8 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; 2536DE7D124E9784E2285002DB68F17A /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - 255B228CCCED6DFCD0C46C088AC3FFCA /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + 2572341F607B3FA647DECA06B7E4D625 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 258615144280F905E5F66A4A8335502A /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - 25BF331DB7CC77F578419968BD700F17 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; - 25C61855D9E009FBDE973162823D5B7D /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - 25DBAFC7D6E6CECEE0D8BD212F907826 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; - 25F03951255FA20CD20B62D3C45CFB53 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - 262A578D9D6A95FA9D2C63A74A12B843 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 258C24D3057222DDA044B5BA0B208E1C /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 25A399223CCC410E790D3A79E70F29FF /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 25AF19ED10701324D121CDC03B977D52 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 25CE33BA1C7530FA89B2ACD4901E2FC9 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + 25F73B3BFFF7C0486C9D4B4E4DA9572C /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; + 2627A03E2AAC96EF0E84BD19FC590BF9 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + 262B0316A2D988E70A636C50AF446192 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 263333326C416B9B57FC47BEC689ABA4 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; 264FC1F2B694A07F9E99ECECA1434258 /* SDImageHEICCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoderInternal.h; path = SDWebImage/Private/SDImageHEICCoderInternal.h; sourceTree = ""; }; - 26657F01A0E5510FEABAEBCE1DE12D1E /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; 2691CB449C5A42D1964D19F13F61C0B7 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; - 2698D552A903060218AE893510C4D8C1 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 26C529F93BEAF01BDCF314272A97D5A2 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; 26C5912343F09FDEC67C47A7DD500AAF /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 27099028B8D9CD2C8368F70BDADC79D9 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 2724494D81419E2A52EAEDBFE0CA779B /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; 2728A14783AB5E811E5251887AADACAF /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 272EDD435D37F6C2EFA2EC5FB49D400D /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 27549CDB44130D9F80FF997211B4967A /* 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; }; - 2770744B1EE09E021F4D15CF3C5BBF74 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; - 277399C556AA4B46C25A19AC1B29F616 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 277D35BCCDA3CD69ADA70C694A988723 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 2730787EC1F60F38BD758D8BE06D123E /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; + 2734767EE27BAED3E2B3A20BE7D51332 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 278B8218B421064466EA36AD04D44D68 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeyCommands.a; path = libKeyCommands.a; sourceTree = BUILT_PRODUCTS_DIR; }; 27AACFC75C230014487A026D8216B40F /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; + 27C8EB49CC4CD3F84FECC6E661B1CA25 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; 27DCBA8B031ECFD777996CDBB53368B9 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - 27F11528898E1C09AC16B648A3466810 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 280F25C6B97C9C0323AD07C0C207CAA9 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; - 28265B29D617FAAA311A5A948A405705 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; + 280654FCBE0913DC54C6CDA78B5693CA /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; 28360F116ACE0C01D969AB83563A87B3 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + 28542E33845F2AF8A588E35090C66E0A /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; 285481B86C63C48528603907702089DB /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - 2860113F8A165287F78B379A7E7735F1 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 28640FE129348D992B19F5FD6192361F /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - 28681FF7EBC6A6EF86791B05CBAFC5BF /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; - 2870DD1B6E957DCCFFE20D03678B0CAB /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; - 288BBAC2927744457CBE94EB3C4DD3F2 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + 285A9798A2D86767D7A292FE1D9CE722 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 285A9AAD35E70F3027ED026EAA8B7417 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 28863C2658C7EC16923E80F29BC3058D /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; 288BE286F03060115DD9AF8F02177A9A /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 2896DB1C66C7E0D6CEA401311DFC3CE9 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; 289A7FAC33616CEAE154163C9869020A /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; - 289FDAE476A89BDD5D67514FF6353737 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - 28A951EB4F09E6AB0FE2D903F6DF0CB5 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; - 28AD009D7AA520A7C1D6D17FD2291045 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + 28A3A0F3FBDD846FCD47AC077B8777B3 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; 28AD1F843F1DFF344E92B8B18AB1A0FB /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 28F65205BA8970F406183AF22BD3D344 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 28DAE90048BA78A30F300F63FB365F48 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + 28EA5D81C0557F3EC54098EF5A43E525 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; 28FAFC7FE3AEBCDC53B7E984681EB602 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 2906DDB1F14278AA23677F8338948411 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; - 29111EDC9067117B4EA9376BF35DDAE2 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; - 29296F8F060C36B7C0B8B12AD859654B /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 294EC95DF54C0C9D2047FED005B2E894 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; - 2979D53A359A99A42391A537AE1B5B75 /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + 2938D2A489876F5A5BFD04A997E25489 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 295D8D2CB6F24253C98550442634BE6F /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 295F044614A219B8CCD891FE7650B3B5 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; 297C759A2A6FB64610A331F75C41FC8D /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; - 2980F44EC4FCC6EA8AC5C12779A3544E /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 297CEC882720276F40987482F9ECE587 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; 2987EA104168329CA646DE0B0609C594 /* FIRSecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRSecureStorage.m; path = FirebaseInstallations/Source/Library/SecureStorage/FIRSecureStorage.m; sourceTree = ""; }; - 29B0448C6CE80B6F380BA65C5CC4814A /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; 29BA4E5D5665A96984B0753F69FC38F7 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; - 29CA433545EC6BB3C9FD13334F15C7FA /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; - 29CF9A5137C788E777B3CFA9D6621816 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 29D36281C1D290C277A09309802E40FD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 29E2C22FF879C56A44707455873A657F /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 29FB7BDB0A111B602E396CF36196D450 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - 2A0E90B7D6DE800A18779640EC834AA4 /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; - 2A0FB9521830D237F4463109251B0464 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 2A1B9ADB6A8B3779D38717839DA63A33 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2A12EFF825E1C0081EE3DF98F8A217E9 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; 2A2F1FA0788DFD486412DD726FC1C595 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; - 2A50F74C42C3DD6B4A9F69B23D3E82AE /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; - 2A67786461370E185AF7874C96314135 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - 2A9288615ACA0BF93301A73914C47FFF /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 2AA3DB01D4A037FAAA90E9701AD29232 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; + 2A4B9563B1F54378C50CF08B27CC588C /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 2A5FA4F553903242373D9D4AA2A1E8ED /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + 2A875199F18994CD8E1A92BBF9964643 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 2A87E4D5E2E4700D4A86435710A176C0 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; 2AA5FDE5D455838C40D597792B73FDCC /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 2AA78930FB447031AB93AD2299273FD1 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; - 2ABC22E6B64EF62F052874BF99B9EFCD /* 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; }; - 2AECEBE83F3D166D80F0950412E1D8F4 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - 2AFEC36A329F7F411B66663877EE221E /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; + 2AB0418E50954F2E1D6D7095C7BDA27E /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + 2ABC4B4056075957F83785B658032BEF /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 2AE2B723F436453C6040D6D557661B98 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B403A7E880375608506A45DE05EC20B /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + 2B226E0039F6FC461896FA197B68FF24 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; + 2B3A82089B5A614E7E34AF6F3B858EA0 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + 2B5CA053F72DF799277DEF4F9F9FBA0B /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; 2B5CA70816F8CA51268D097D84CE8B5B /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; 2B60F0B412AB14099AD2E2BCB853B9F5 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 2BA03DD2917BE1F12B9532EDDE505149 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = ios/RNCWebViewManager.h; sourceTree = ""; }; + 2B68F2825A5F62FCD233C7EEDF9B82D2 /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + 2B926F3CE50538B2642D217F1B08F0FF /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + 2BA2F409468E004767A27422AEB33494 /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2BA675DA25C52E2FD5633ACE43240432 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; 2BB0CFABA51216D7A7818D5F5D3015E7 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - 2BC07A691B5C1F74884E31973463A763 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 2BC5EF86275F965D3421C5818AB69340 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 2BB9233F6835B791FD570E679411CD36 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; 2BD8EAE53B4A1B7062C4C439BA87951A /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; 2BDC9CA7E51DCBAD996FE36076C1898E /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; 2C015C102D6AB79D534F16ADF531CE8A /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - 2C17ABAB606722715420D6708B76E113 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 2C67C17F481D7F02D7C3463B2411DF5A /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 2C8F6E5BBFA697FF0669A137F6C69EBC /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 2CB8BA9740E480CD8BFB467DB0901F58 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; + 2C0A5A89902E2AEDF60F5DE388F6D344 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 2C49B46020A92385B1A4D715A276E946 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; + 2C538518209552D98575CD695F5E613F /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + 2C543E656C8CC21720696842FCFEC35D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2C69B50911948AFF3F4A5C5FBD32B2C6 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 2C865AE8C6D07D3F5C9D9F79772C2663 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 2CA3DDA588BBA33D185387C5D75150E9 /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; 2D2804B1DCF18B3386453877783E3BBC /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 2D49C8A04AF309CE5BE94686AF3A1831 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; - 2D4D50C9905DD81CF3A3FD3D2B7A8672 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 2D316515E3C4D276B23638661A6A9C23 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 2D3735CCB8DA31F96E2BA25454CF400A /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; + 2D3998332EF394DA5DF192449A0CFF01 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; 2D591C821A51F0825209BC1C05DFFB03 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; 2D6E08DDF45483F5A4732B16AF971B03 /* GDTFLLUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTFLLUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTFLLUploader.m; sourceTree = ""; }; + 2D7000D26ADA09093218DE8116F46D82 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + 2D70BAEE4F12958BC061A7CFE3DEF4B7 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; + 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMAppLoader.a; path = libUMAppLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D92E5E61F73843DFCCD1398180E0905 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2DAA01CE0749CD75B5D864D9C3DB8B11 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 2DC1EB1095D3E80B97EDC6B974E66CBC /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 2E014ACDCE6AE8C590470F9FD99628A5 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; - 2E136A7DD0501D2920AC6E751907951C /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; - 2E29BD840C7EEDF0C2224CAE90F3EF14 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - 2E3F2CC88D9C0D9C761BCBC536541DF3 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; - 2E9C065145AF9F65D3F2ADEC6D33A0BA /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 2DACC85D8938DA90A1AF8939908B569A /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 2DD5497AFE7E6A2CE3FA206676A3E4B8 /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2DF5B5A8F386B04CF4A0E30232BAC970 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 2E1B3EDEDD84F4299867D29A64BE66EC /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 2E2B626E47713C2DEB8148BA80D9F138 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 2E3477F05E5AC74A130FA66DEB8A9335 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + 2E74CC6C78C61B321EC7A75976A2BA08 /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; + 2E7A2E2AC47B7F0AEE9D9E54095643D5 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + 2E7B1288BE3BAEE06C25A2F4CBA03615 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + 2E9EE5BA8DB4608918A7792F0BC4BDA8 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; 2EA1D92B58046A683FB99792F54C738E /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - 2ECDDCF7A859B3FDDDB907DBDCCDE589 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 2EB64474F78A6BB6F97CC4740B32C7E6 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; 2EE8ED7B82F5E3A7EF109FDD2E17A97F /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; 2EE96081B960EB5843F26F6558A40730 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - 2EF65FA367DB5F4C1958D5274B4EAB64 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - 2F0027FFFA10DB9DCD0A6F3347CF8702 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; + 2EE9CF790A9ADBFF0498C17858DEEDDA /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2F107D99DE30C03FC83538F1745C81DE /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 2F2902D76123CD82980C10B19C6B2894 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; 2F373F964FD76A572A5BB6D473B3233B /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - 2F3869402970ABB5803B20BF44D61D87 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - 2F3DF60D378DE3375BEB8A1BB072B390 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - 2F41EAF7D54D08571323E5F785BD3EEE /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - 2F7B12A799B0F82B2B5B1CC42F4C63CE /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + 2F3A0569C30CDC36BA969C3E222C2C32 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + 2F5E45CAFDD0B5413DE5BF9DF491186F /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; 2F7C021AFD37BBD8879F4CED45D3CBB6 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 2F7F35B41FAB9FA37A2B5968D68D8838 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; 2F9FF75DBA3C633DA045206F6C039C91 /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; 2FA8915E0D8D275C898AC3CC45B0C183 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; 2FC5C1273D1024C325327DCD080C4650 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - 2FDD8B8A425787F2CDC1466F02017342 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - 2FF4B60E416BC2B631C047F702F4A746 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; - 3023C9C83AB3D0B89E41DC5070F26651 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 30486FCD09C0FB413C2B73A34AB04757 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 304DA1D0C363EA0FC991F52EC05BAB2C /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 306350DC6B344211A1A7511A3235860D /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; - 3083FD8E4D6460DC8673F63185D156BE /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 30905185B2307B24C83D044B5E756944 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; - 309BA5AC5996A59987DC5FC2AA555F5F /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 2FE1D8F88AA14DB45E011BA7F577D0DB /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 30041F3D20F1C7B733ACFE6E47146E4B /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; + 300582BDD4E0D559A2CE123B7583EB2F /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 300C6A4D1BBCB38BF5D8267485A49497 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + 300E13D8CD9ABBBE84F65966C2E2D89F /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + 303DE418C5DFB23A4BD54D9484505CE8 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 305EF1AA6F32D05EBF526DDE7C61764E /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; 30B2778F70E9E7B0D2AE6C69B7F5FA18 /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; 30B6C6D8A65E6CF1025DC7B7A6DEE0CD /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - 30BB975B57CCC177196223E03CF5753F /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 30DD51C39F8D20A1631E4174BC225270 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; - 30ED0B77780D8EE9E497B0F89B035B5F /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - 30F18E9133C9EE4A81CFD2687ACBCD7C /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; - 31603209831682D8D8E385789AD81326 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; - 3160870786078A4A7F5F633B5D8BD57B /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 30C14607A6AEC19A6D6247FA32385616 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + 30C31DA992CC2BBA6BBFB25792C01FB2 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 3149F11E1549C357BC99FB243454991D /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 314AF268C02A61E0C1A90E62F45FAEC6 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 31645AE84C7DA065EB63BA5D17B21D67 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; 3185ACD9193E4C2844B2A264ECC81F13 /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; - 31A1E826694B6213C448735FA7D15E1F /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - 31AE9C83361780E6B38F68149BE8ED27 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; 31AFD104F69CCD2F1C24B01B859DDA5A /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; + 31B6D24AA10E41A54BB260C04EB641B0 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + 31B96A5F8F286666D7FBC7677AB25372 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; 31CCEDC883A767472D9DE6E98B55225A /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FIRConfiguration.h; sourceTree = ""; }; 31D19F7F78897D1BC258DE9692B90D33 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - 31DA2DEAFF7CA55FF764092648AD9567 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - 31EFC03F02EFC58D84B8AE95618C2233 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + 31EF0BEB53628F3F62B196C7F169532C /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 32359779BFF3D480C74A6490AAE408E4 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; 325556A95664EB529C31870C6A52D5D8 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore.h; sourceTree = ""; }; - 325884761AB5F277A663E791EA9E1138 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; 325C4D831CC5588DA91A39FF53FA5BB0 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; 327D614BA3B1F0B08F1632FD256AEA36 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; 32964D290663FAA0AEFD17DAEBD90947 /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; - 32BB45A38D44180DD5E2F32738B46DD3 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; - 32BF160962D90FD91E0B0D279057FEB2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 329FF8AD3B6D382A19D0707235664543 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 32BFE4D89F4AE73699767169772A6AE6 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + 32D1E4560424ED1477C0C2DFEBD939FC /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 32E84E502E0A5332EBF385855C620157 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; 32E8D2B7930D83212864A4ACCE2292BC /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; - 333C8FCC3D51249171A72DCE9A5EEE18 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 3308A989CAB251872CD91C4A505B2DEC /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 3309D211A0B19A7D9B1BFACA6D5C0528 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; 33446CC862D2173DA53D5E95665C24A8 /* GDTFLLPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTFLLPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTFLLPrioritizer.h; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* libPromisesObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPromisesObjC.a; path = libPromisesObjC.a; sourceTree = BUILT_PRODUCTS_DIR; }; 336D56D9272DA9C7A6F5356D0DB9B248 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - 338D816078F73FF9542DDDBAED875FC2 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; - 33CCB852DAE0F4F830E760AA67856FEA /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; - 33EC0E5B8B9ADDB4838EADB7A50AE5A1 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; - 3406114BB84016C3BF3C6DD7AEF5D054 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 33730729FF01A3597D03942C649B47AF /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 337FC4191A6870FFEA90EF31F9905044 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; + 3396D88E1D3A8D3766175396AF1C7CCA /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + 34051B0AED319EEDA4682DBE6B0DACF9 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; 340F8DC0B45AE963FE9FEB6290B2F0BA /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/Private/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - 3421F26D424268F958AC092714AE40E4 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - 343F28199569171A7F9EEA6E15511B0B /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; 34576144E62481590800B259D7FB76E9 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 346FBBEDAD78CD39B96FC164376DAFBB /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; 3479DAFDB6E7103FA78860240F0C3A7C /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 349385909EB01687258684FD4D22D127 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 3496CD4A788972B860A4EFD810330F4B /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; 34ACC90522BF9626ADB3630C6DD72733 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 34D3BA6E5E4F5BB82DBB4FE14B8AC264 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 351675B33C756AF5361F3A72F375E758 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 34B0035A78BDF37E294278080430ECD8 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 351D66D4F8597363DC1C83566AC8460D /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; 352467F523D37BA242FF792076C4BBA2 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - 354570A9B75704AAC869CD4A66F043E9 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 3577E0616DA660D725D6546620A9D780 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 358BD7B832116AF70901ECA85F519623 /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + 3564FC971AD6DF377158066316CA3DCC /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 358706A5FEDC4F5AFFEBDB072E89457D /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 35A9DF7A800D0D82E8400F538C8B28EA /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; 35C331504D9FED2A78645DE10B40A14F /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 35D6078ABC0F8ACC83F36B6668517CDA /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 35D78EEAD48E1A7E264E5562768CAF17 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; 360D859E4F26E0D45AC34F09DA57FE65 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - 361BA81519E68DE00DC1EE1C2CA4F5AF /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; - 361F842C0A5EF8D666D840B6B25D594F /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 3621EF4F476C845F377BC235A6C838CD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 36344A43FF1BCC39C2B7467B3E7EF95F /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; 36437C1B03AC2005FE5AE9B6ABB4A399 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - 364E6BE95C52B8F35A7E3803788CEBDB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 36585169EB94500CF044692BF107C3A0 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - 3693EA1280CB5A156C4A5F602F068CB9 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; 369513EEA056867CD6A5F02835B302FE /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - 36999B1C693A37D0A3DF3636859D8874 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; - 369CB7A25D42618BA1B87244F710DAAE /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; - 36A3EF72729A0AE82B9E51807A201E88 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 36B0485A129186415B58A6B07016DAB9 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - 36B4707E6C2B2E5939A8D58E98A7930E /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 36EA2990DB0BEF0EBFC83DF98C1FD56A /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + 36AD9D0FA195AE1A6D496664B6D5DCB4 /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; 36F488E2824DFEFCE2DA5121F3EFF1AF /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - 37033FA3AC8B8C8B77DDF486CC951EA6 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; 3705D82A3DC4CA7F5EDBE3BE24EB6EE3 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; 371C3A9071849B2A8C9AA73083078BAB /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; + 3726F45252F0D910533091E2097D3F87 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; + 3755593CDB9E2AD6966475C8A7F9414F /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 37621F2F3B0BD572AD1150B50770284B /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; 3762F4EB37B62BDA42A52139A2CE184A /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; - 376ECD23699FC3A77877C59FAF661064 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 376E2492A6E30A8650B86803CFA6BC3B /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; 378C25F0844A70F6AF0AD604D5B04960 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - 37AA33A165E8A21BDAF2AA4E1482AD12 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 37ACBA7F8BB60C087B592CF49B2BDCBF /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 3797855F893F6A103D159850627A8C6F /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; 37AECEE6AC0671E260C2B1BE9B3738AD /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - 37E9F851FAD48A36030E29145906CAB0 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; - 382DE283EE37D981E9C8F0FD22CCFA48 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 37D411FC895F637092612CAA667C9BA8 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + 37FAD1532FB0289245A4838BA68B4A79 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; 3831B2A00965967014DC2303A0B27F59 /* FIRSecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRSecureStorage.h; path = FirebaseInstallations/Source/Library/SecureStorage/FIRSecureStorage.h; sourceTree = ""; }; 383A35C11C4C2DD2BADC793667564783 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; 387FDB6229B2B5EDABF7EAFC7EB23979 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - 388EC556317ED0A5D2EB3EAE9B62567A /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; - 38B977DE9FFF08C295B61F356F4DEB68 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 38841A260D87D469AFF933377CD8A7BC /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 38A49AE2DBA5F87E93363A96C360CB02 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 38AF223B6C2A7948451309ED536B110C /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; 38CB235F9B094ECF8F8B1B1C082AB298 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; - 38FA3FE49F8B797FECF2B05366D47C3A /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - 38FCC55495F3D29D189C63059801F701 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 38EAD67CF2A3E1955A132851281FF6EE /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; 3912963231AA3AA7436B53843E64EE76 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; 392B3106DCD1282949C544B07B1586E4 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 39524F3CF000F1C3772A2EB4FB6EE525 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + 393D17394AF2E168A92010C0455E96F7 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + 3945C05140E58BB4FD12653CEF4D50D5 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; 395775162350335AB985C2E53A0F2AFA /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; - 395979489ACBA344F3B2C903E6230E32 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 395C8CCD6F5671524B172C22324D82EE /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; 3967559F2F789C16C8ECC9F64D330D0F /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; - 3972A87C0C31E6D865566FB1C97594D7 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 3980D6B93CD85765ECEA7CB4F162B932 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; 3995372A68A43A67B051244F80037938 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; - 39AD9D7041B853DF12888ADCD3801AEC /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + 3998B4CB5D7BE16B616E7C240476509E /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + 399FB2A30095FB474545D0C004D85B60 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; 39D1DB7D0AB5BA90F8138F64EBA4323B /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; - 3A0DF83220F1B3829DBA4156BBB386E7 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; - 3A1B67C83BAF844E6860075F41D052A4 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; - 3A1BABD4B412A0953C577E058336334A /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; - 3A35B3C486393401E3F04F277F938938 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 3A9671D357015F3C5567606DF3014E76 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; - 3AA1B19BB56ADF960DF7D344F78BA8A5 /* 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; }; - 3AB2D10B5EA5FBAB4565B783C80C9A12 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 3AC31182A2D26CD330A9E68DDF5CAF70 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 3AE900AA535F0A0D529C23A0FB77C1D0 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + 3A00452FD6F9F80CC6BFD7541B8E9480 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + 3A2FEFC65024873FA80E3F728D63377D /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + 3A31D7F54597E076BF9613538EAF5E3C /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + 3A66EDBB330981F3DA95B2EDA14F11CA /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 3AC2F63B68ACB4AD0177605BA17A8696 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3AF5E0FDB28083ECE7863DC7831470AA /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 3B33802F7D7B84AA0626D079F70601A1 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; + 3AF4D0EB3C90215151BCD97FF5309E55 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 3B03D8EA1C5F8BD52B4994EE0D4A0F02 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 3B1BF033A6168167BD3A578A80C37D50 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + 3B2099D4C757AAB0D9F2E350C5EB6328 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 3B421201BC61B8A0A51E7C35E7439D26 /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B7A4EBD7C821FECB435586412D39FCE /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; - 3BEF46DC557E56530FC987ADAAF32C09 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; - 3C0D37E1B7CD8A752787DF9DE90D01E9 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + 3BC7539FB80F8BCBDEEB4E166A15036C /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 3BCA0395DBAC79F4F0ABBAE0184AED51 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; + 3BD6BAC4386150AC14FC03B0107457F4 /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; 3C3849B9FE871B8A9BFFEA94781CC286 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; 3C4BE532E284D6FC858B445EBCE54BE5 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; 3C4C051A4E9CF5D93B0327AFF8F51044 /* 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 = ""; }; 3C5D630EAB7ED6E3B3B8A2DA57CE8B0C /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; - 3C8477FA3C58F5FB16CB4531DC9DDD56 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - 3C936AB33DF656FAF2C5EAB8138CA869 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 3C7816C48F52BFEBC58707E468ECDB58 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; 3CA2FA4336B15BA4DCCD78A997AEC892 /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CC7A3F5A971D81FA783C0205E1D4005 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; - 3CCA71000CC3B0C0CF5C98C7BAAFA706 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; - 3CCAF055E529752847C75826F77E9416 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; - 3CEF4AFFEF71DC700182A251F237CCCC /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; - 3D0C5CD61A7E538AAC42D172FDE227FD /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + 3CB51127FF6C0976D95599F103AD29CA /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 3CC8A5E1F7160E71E4A976FD82B0814B /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 3CD5C994FB3DA894D19C17ABD9E48DA8 /* 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; }; 3D213A29F586151F62E7D1190EC36483 /* GDTCORUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadPackage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m; sourceTree = ""; }; + 3D2BDE2A8E9321E6BBFBD4DD0F868D7D /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + 3D36CA742E8FB53ACC7C054CA44A455B /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 3D448E23AE03762C59E62FEE30B234CF /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 3D44ADEA66B7D9218BADCBC933C7A6B3 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; 3D469EED379CDAF76B456D41CE1D789E /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 3D4ACA40E9618BFDDDAB6169A365CC8D /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 3D6430F396C6EBB6638714FBB10315CA /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - 3DC0503DB47829A176423B81E76574DC /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; + 3D55E29C92A3F4B1A45380158662A057 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + 3D5FB42ADEAA4E9B94CDE9C1D07EEB21 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 3D94F8669BF7E0B52C69D8ECEC6FB1D4 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 3D951480F892BE81EC44F26A081C5205 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "RNImageCropPicker-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; 3DF98BC6C3F20CCC5179F53F73FF41B6 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; - 3E13F2680B890F89ED3CAA5AB74573C4 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 3DFBCBC2AB042618C7603F21EE7D8E7D /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; 3E30B8CCF8842538B301F60452DFD5E4 /* 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 = ""; }; - 3E41231EFA93F8A6858FD06F87921644 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; 3E41B296571AC95DE177C8BDD92082EE /* JitsiMeetSDK.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.xcconfig; sourceTree = ""; }; - 3E4D000D9915C53B5FCAF941E7972F69 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; - 3E92E96817582040994DF0D989214349 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3E9F56F343F2173D1A070E0EAE2A6A4E /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 3EB6DE0D9A1824EE199A41E34D2D0573 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 3E5E117548E693E5E485250BC8BB48D8 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; + 3EA67F22BED9DF0E10C8FD51DFA3C479 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; + 3EB8F3B4B796FECAFE72B6212207E684 /* ReactNativeART.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.xcconfig; sourceTree = ""; }; + 3EBF48C9031FDA0CBFCC41EB218C1371 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; + 3ECC4817DED5EF3C8305E0B1E51CAB24 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; 3EE448D03DC1030CB1623347E60A913A /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3EFE1A74567BB328FDAE023C043DA3D3 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; 3F19DADEA197E3EB0A522E8E1D520775 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 3F3A9076F8739B41CB2EE0FF58531B01 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + 3F375F20E60CF86FBB63E7C28CBE4208 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; 3F3CB5FABF8ADED7650DF34AE8C9567D /* FirebaseInstallations.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.xcconfig; sourceTree = ""; }; - 3F5EBF7213FCCDFDD47D7D283E3789CB /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - 3F6CC27D06C2F4E622045B5742E243A4 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; - 3F803860EF7A3F44AC49B7C8BF0B7264 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; - 3F83D90C0F4DB00C007D20D4EC47E4C0 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 3F8AAAFDC375A850D80E66702DD4BF52 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; - 3FA1D4486566CBD662DF2E1BA3D046B8 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; - 3FCD506D4980CB5795E9063F3B3B82A4 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 3F6B55E3590A31D0796E2F6D82597EEC /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; 3FECE8B750D858CB3C6E9F3EC41E9A9F /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - 3FEE8F6E31EAE99F618E0E353B1E2DBF /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 4009C1F0F5E09AED73CBD13150E7352D /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - 4047D0C13164557A75A75548DC31B4AB /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - 405CD50CB99B3F8DFEC76511A7B8A317 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; - 405EA870C2BB4F89E5D6CD159F4CFA9E /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 400401CC486501232BA2666E9882D402 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 4028A6CBC22733D1D11FC1C32AE533D4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 402CDA986750EA3112B840B1830D05D8 /* 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; }; + 40553C8A6721563B46E7C276F586493F /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; 40C0ACE417B604A869EFEBF0F8727F90 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; - 40D5ACF5208F52A2EC8E91E5268F9CCE /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; - 40F7FEF0E1BF9BFF10FAEC98C231FD26 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; - 40FB509BD16F952D8AB9647DE0C7E000 /* 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; }; - 414854704FB2E14EBAA33201FA04C107 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; - 414C5BD92F1BAAE19A219BC6610A5C77 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + 40C3D9CD1DE46BB7625268A30775B549 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + 40FC5E306ABABA27B01035E205968CA8 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 410D6867C29D9F4F2585F6E3E6E4DB52 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + 417E8BFE0291B4472FA838818899FEA9 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 41DC7C4805BBBD20FFF14A0764206278 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; 41F62D04DF20EF8EB64F38D9EEEE02A9 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/FIRVersion.h; sourceTree = ""; }; - 4247D0FCFC11B26EB8C2B41054DABBDC /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; - 4299726BEA3130042018922655CEAB31 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - 42DF9032CA32383CC1CF121CF6BEF124 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - 43003C63AB6D53D8F0C724F05E07DBBF /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 41FC7635615084D37747948828C3D7A9 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 423068FE4F3C20C5F41CFAD48E84FAB3 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + 42365822458AAD28BC429F6D3DB3E7F9 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 425B70D8541A29E62855E3B6164CD604 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 426717A30224C3E0314EC82D0C8ABDA4 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 42B001A0487F7CBEC445D4245BD51B07 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + 42BFE991830D7F84E916413983023C1D /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + 42FC65C380FA892135A8809B9B3C7B35 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4341798946137AA9F80EA098E35B9931 /* FIRInstallationsKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsKeychainUtils.m; path = FirebaseInstallations/Source/Library/SecureStorage/FIRInstallationsKeychainUtils.m; sourceTree = ""; }; 435C84BA7D4AB3EB7649F9B26277DA8E /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; 43670C6003CB892BF4EEBCCCCF5B1628 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h; sourceTree = ""; }; 436BEED2A30591A8D4E5DB90E45FC2FA /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 4375BD13925DDD566F3381489293DE18 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; 438B0AFC915C650C7DD6BBD7E1482856 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; 43AAE931318CFC65211035F2E169B081 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - 43E94BA0660B13CFD23C2EF1EEF9BB88 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; 43E958E567C22BA0032023C305BEC2AD /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; - 441A7D7E0BA21052E87E4AE003FC4562 /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; - 441D04F5C96E5CD130B6D300779AF435 /* 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; }; - 444142B1C689CED6755F59CE2C7CC1E4 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; - 444FAA0588008314F1EDA1458D4351C1 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - 445ECA9E6B1D54EE4EF38089336C8C17 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 43F71913AE130ACD0E258AA4A470CC39 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; 445FADAAD22E2C0B298304BB38E55693 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 44AB2B396BB3B4317F6BDD93D2B92941 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; - 4518AAEDC4391458D6489E7697479069 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - 451C703CE7E8AC15E9472E9F32558A11 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - 45202BBAAEAF335F1FB60BBFC69380C2 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 448B59004E76F8C9F4D3CAFC63076229 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 44AB8DA6CCB21594C36E5E9A8DF33C43 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 44BE015BEB9560624AB2F0EDA99AED32 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; + 44E7913A32231BD98F0E83771A5E6C3D /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; + 44EE8E6F45961F400E818F1780116AB7 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + 450C7FC1ED58D6B2D79C7830A752045A /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 45320D3EB3AD5EC8828DC640A339A32E /* 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; }; + 4537D660F139B7A00246C28ED343398A /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; 4539E3108AC9825410E6FE95CBEB6EA7 /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 455FAD484583221C129C0EBC0EA0384D /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; - 456084F44DAA789CB020F8A2FD5DA431 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; + 453F56DEA38AA67D6B9BD7BF720E29BB /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 4587B150FD3526CFF08F6177E7B34E5E /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; 458BC6D0F0ABCC8D2958F42C9A3F3820 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 458E90426F582931D4E93F24EB75E6A3 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 459D354B128A5B3FD0717608572663F7 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 45957DF0B7AF8A4C8A0A7621DEDD1EF9 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; 459EF69C87F0423DE3DAFA049CEC05EC /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; - 45B1E5153BFC16DE9111B4152514C7A2 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; - 45B38EB267EC8DC49342BD5DF77B29E3 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; 45C98A4D849F92BF74F62E180ABEA4E5 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; + 45CE8B37F73C35AD44948FA7205C0F4A /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + 461C33C67D13793FF59480A4A91A14CD /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; + 46207D01EBBD77F44870058DD2D9337B /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 4631337CD80EF607C5F83FA3455A02A9 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; 464C3A02594F9D69187EC87E695B4726 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - 46AFF8864BD2A72064697C0A599996A6 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - 46D4934D3AAAE6360F30A28A577FAA70 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 46966B32B9B5CCB0A50F9C507E414FEE /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; + 46B968E1FEFB521DD402C79813D222DA /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 46CA0C2F0C64FDE17DA59C7E8EBA9F7C /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 46F605AE3C042BD03662DA9E8CAEBCF6 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; + 46FDA105CF97FF6CDA83F151FAE0A177 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 470EDB43F450ABDC1A6355125B14ECE1 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 470F371E639027FF1C469A71B508C9C9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 471AD333F94D649505072A135F27151A /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + 47300C2767D9505399E305410CC4C7D0 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 47509D15028B1CA058D32CA13B8666FB /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; 476178CDB7F6A524306920EEDD3D60DC /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; 47667B177B8F7040093014A945593A04 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + 4772BB24FF087ABB268F34C6001F5DAE /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; 47848D888973B34379A73A1129C8E494 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; 478F25920DDB277A1F4403B7268C02D9 /* 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 = ""; }; + 47AB5F1B3F88C7C9CEA2079AE84B6160 /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; + 47AD2C702B462A8FA9E8BCD3AFC16FDB /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; 47B052E1FD1233F07E279610681D4C0B /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; 47BAFD858ABCC55478AF6AB0854547DF /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; - 481152DCF8381BB81B4CB5E318542A6A /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + 47C9A56AE8F147AA3E3F43ED4FD5F8EC /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 481BAF2737C4B9EED2882A2C4CB20C17 /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-orientation-locker.a"; path = "libreact-native-orientation-locker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 484F116868006BD6B32BDC972A8A5370 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 48609FC6A9DB5548BDEC23FCA011708E /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 486937403C032E7E7D7AC3549ADD9FF9 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - 48B9ADB111EAAA20CF02AC1AC415BD12 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - 48D13CE06914C02A51CA1D66E14B9F40 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 48E66962C9572CC3ABCEC3D5589A4D7E /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 49255696C1CCEA1E1242C663239CCB89 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - 49348BFD9292A3FF67B1B65C396AB7EB /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; - 494D7C6BB2849CCECF2A7719596A60E9 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; - 498A4FF6CFAD1B94EF7A4801EFEB3957 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + 484B1A9BB8E3EDB0B68036F60782DB89 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 48517FA6EAE6675023544BDCE0566F22 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + 487E750A8155B4038C4510D12BC7FA1A /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 4899C6E11AA0D7302D047F15DDFC9A60 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 49142CC56D89B173475626AA1B90D832 /* 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; }; + 493B0A519C945C32863CCC3752FB6F29 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXImageLoader.a; path = libEXImageLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4996AD4BD0A44C3FF79F68CA398753DB /* android_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_date.png; path = docs/images/android_date.png; sourceTree = ""; }; 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 49FCA9266B011C55C9974E9B7F4FE352 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; - 4A49957A6E59C86F1A4F1583FB7FD8F4 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - 4A570D229F7770410099A7C1A9BF2CC0 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 4A5EEF4D9C31B72D39D28A48FC1DC2F5 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; + 49C5DB264A324E20ADB75ECB2ABF90AD /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + 4A6E490E7D23FE4702816503C7B1A0B9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 4A7647A1716C841E08616F47541DCD7B /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - 4A8BBA527E457F35F8E46F2F14F20039 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4AB9E9CA09E9781500458F00D906FB44 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4AC37404E19DE4B79D6A09FB3B4D274C /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; - 4AC9061FCE8499561BD404D6B45FAAC0 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; - 4AE285F585889CD45B47600280D33AB4 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; + 4A8E5C1877B75EB931C2F3894E85CF96 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; 4B019F88D183D8F0E9D8BF083F3699B1 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; - 4B1F199CCF5EDA47DFCC987B9A28801E /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 4B21B0CE90EC97B3E7396A49F2FD743B /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - 4B56838A8EB055CC8F57F87833A58B50 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 4B0B208F7890597F3918DE32BCD8538F /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 4B32D349C5AA80B4FB37C642080D45EC /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; + 4B3686332A431ADEBE518021AC34BDF6 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 4B6DB6D0D19BC30059D5D4512C8DAFF9 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + 4B71D632E9BFB739138DDB7552F5C4ED /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; 4B78E7E3DBE12168C17E886E24FB2F51 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; + 4B81D570093AB1CAEBE5C3DF7023DF5B /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; 4B9414D353B3774B94F6BC07EDA11C7C /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; 4BB3E1A796EA4028EC6374B3EACD53CE /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/Private/FIRConfigurationInternal.h; sourceTree = ""; }; - 4BBFBE789BEF0674A3F1A44F89494557 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 4BB4B698D12F67FB4917C3F562A99FC5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4BD1FADBF32F99E0345A1A2D2169CAA8 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; 4BE1EB0C0D097F1CEF044EABD60FA2B0 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - 4BE8419B1C58F525F98D342793DF0787 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4BEAE0D1B153AF1E495632C5F9B28B59 /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; - 4BEDC16EA249B3BA4903141B600E8AD4 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; - 4C0AEECE68F91F9D53BF643359BA6740 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - 4C0DEA996540B56EC22001BD80BF8094 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 4C62A883CE89818A80C430CA55152373 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - 4C648EE5AAA2B5DF6168714E9EFEBB57 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 4C12D2F649FCE22A455888A1E969C491 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 4C3527A0392AEA73E382892C501CD079 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + 4C6CB1CCC878B2530E22CC7F10018B8C /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; 4C90CBA13EADC2DE8CBA3C3E38DBAD8D /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; 4C94E6DDA61D0E2F0939457B8941960B /* PromisesObjC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.xcconfig; sourceTree = ""; }; - 4CBAE850177822CAAF0B0484BB32822C /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - 4CBD5251F075596E6EFD5A97D4DC0209 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - 4CC1D16019A96C865667CB57CCF23519 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; 4CC3251FDA9E9F879B68C261CF445809 /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; - 4CD830FC15460173E593D0931A1CFE15 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 4CF05A2DB5F2DEC85B564E1FEB48A628 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; + 4D33174AC8E0E43A147F33CBBD961C8F /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; 4D352643E8BC0C05FAD0BB5404F73E27 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - 4D4EAD8BE22D1A60AEC57B78752F6185 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + 4D3E918D7884C7CFB182073D63C6B574 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 4D3F207EF3F8FA675C7BF65FC1C38065 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4D505E718CCB16E5F1E3896B054005DD /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; 4D68CBDDD5A7D610F9E436686A07B74A /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; 4D7305392656B07787D0BAA87B5735C4 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; 4D7A4F8652C719FD780B45A40A0104C1 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; 4D7BE8D11D0BE425A162D262300BF5D5 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; 4D7F7DEEE1B431B212DE4B6E85BFD120 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 4DEF529BBE88D3B9077D0B51680BC17C /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 4D944F127F84969A76D4F95459215595 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; + 4DB898BA3530108074EAAD5490EFD23F /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + 4DCC9BD55EA7962FA78BF642B58866F6 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 4DD8D3AF0A74340CC3014948BF74BBCE /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; 4DF0BD63D7D4CFDCC663E62D0F856294 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + 4E11454A993825D86B3E0E01F922AE39 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 4E11CC26571EB421A596832D803E4ADB /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; 4E5A82E2D83D68A798CF22B1F77829FC /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - 4E865392D14D7F9AAD27DDB39B8F642E /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 4E92E29D5A6756A75844E6E90EB02976 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 4E5BC129DB64EED086B819DEB5381E20 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4E91991D40236A446717C05DB53A8FDB /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; 4E9D30B663A082E804F4CAA873DD3822 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4EDBF66A927B5F8A8DE3756BD792B701 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; - 4EDFFA47C755F73800F680EE4AC433EE /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; - 4EFF40EF46C84AD329EFE673DF5CC841 /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; - 4F2025517BC8D557FB99809407956CB6 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; - 4F4C6E57AC99298022B09CF2374E728E /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; - 4F544C6F4427F61DDF85089E22844A7F /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; - 4F7F3D2B934D43010E5A45CCE146A345 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 4FC5241CCA8BB67252A090DE9D5C0CA6 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + 4EBC3FB8171DB46911F391B0CCC569FC /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 4EEBCC60D88F119311E2306993289D72 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 4EF2041609FEE8332151E60184ABDACE /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 4F3DF8CC066372315A0987F5ADAB7C79 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + 4F3FBF733480DB3D4AD1299D8879BEA9 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 4F6D899B01559CE22200709ABCCA5208 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + 4F79D12827D685E7336B5329A37851D0 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + 4F8B76502130DCE8FFBDE5B203C05202 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 4F93794CA851794BFAF1414185CB493E /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; + 4FBB4FA5C063EB2DD23A9658D871F196 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "librn-fetch-blob.a"; path = "librn-fetch-blob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4FE49070AC3414D65AA9228AB7579A7C /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 4FEADA75A15417B8AAAADA6C46C6DBB7 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 4FEB90EF485C158605741A8808C02EFF /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + 4FFF00649E4CAF904EB1C591DFA85238 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; 500E76CDFB8113AFD9AC1DB0CB454843 /* GDTFLLPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTFLLPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTFLLPrioritizer.m; sourceTree = ""; }; + 50381F0689C5591A2CFA421478473E73 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + 5043F25CA2387BAADA8248011A6F6F29 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + 5052E068A4355F42522D18101FD6C7DE /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; 505638042E3CDED31ED33340DD6E648E /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; 507484DC13FF28BFA253C3259BC915AF /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 50980AAB9368C75899714BEE65A19973 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 50AAD7CC4F251E199BD4939630F9F528 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; 50B1336BF0B799990F11A2C6C846FEC9 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 50BD6E199540DDD12A5346256325AC64 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + 50C282BD01406EB53341BA80730F136A /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; 50D7273241DE97D0F9D835E4AFD14299 /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; + 50E26AF35C3302A079327C853D581E09 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 50E3E3361D76E10FF66B5EDF3675DEAC /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; 50E82E5A5409C6B9B611DFB5A5C88A38 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; 51087434509AC9D80EDBA3801FBA46D9 /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; + 5112ECAF952BAC08C07A7E6342C9D4C9 /* 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; }; + 513BFD61BAE0700B6C2B906CA432038B /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; 514AE00CD420A8229A4F661330A06B47 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - 517BA8A3ED2645580577976899A3448A /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 517E4B852FCF3D05CBE6ACFB7CF0123B /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; - 519FDD9A11E683C5E9C8416C35F89D5A /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; - 51A5F2C64929287D8852E8AD60EECEA3 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 515773303247D3067EB6FBB51226837D /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 51A510BB7901A687F6D704C090BF5DBB /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeART.a; path = libReactNativeART.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 51BB9A3334F8058B9CABF455F7363AFE /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; 51D0EC206B3FF3FD54D207F3F5C70719 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; - 51D8FBC70FC85BD127175A57572F50D1 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 51DF25480D7018A24CFA0835502A684C /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; 51EE49DA7F1EB208F9461CB6483D55F0 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - 520DD62AD62FC1C83839377841D5519E /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 51FE99C186FAFDE2DE32D2A15112FE62 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; + 521BB2D5E0F2863E5E6C5398FA87E31E /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 521D7D15BA51A665AED00F7B8325CF7E /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; + 52428A2381B640479AAAD45EC7423584 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 5258A7FE033C54F3D4FA34988E357BEC /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 5267A85FA53B412AEBF635F7D0DD9BBD /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = ios/RNCWebViewManager.m; sourceTree = ""; }; 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; - 5298D6BD91CA975746993001F4AE1E6E /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + 528C5C76C04A1A6D987B79D7E7FD1668 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; 52C28AD783EE3A1E4AB2B1A936CBEC0A /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - 52C5B614F2C0CF9203952EBBEA501F8B /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 52C6898186BEA2843E1035FAEB3A1194 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 52C9EAE00168800C327A273E11C042D3 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; 52CDBAFD1C6554282FCD586FFBA8FFFD /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 52D23EDA5F884C3239B077C15910ECC1 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; 52EB1989DFD74CEB5377A42F0481FCAC /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - 5300827367CB8363939AF1B14CB87CC7 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 53441B3DCB5B9E117FAFCF7CE71424E0 /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + 52ED7149F0530BAF25F6FC7EDC45E587 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; + 530D57AB3979EFD0DAC18E8B0387EB2D /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; + 5314314BDD42B0A1926D5A66C9B59D99 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; 535AA0B78CF70BA9675FAEC421BED1E6 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 536F45DD82C94CE6D96EA437C0C21BBB /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; 5372D71E7AAFE0D044943DB958C2F428 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; - 53D6DDF8F37CA9BCAD772E6D5DA49295 /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; - 53FE4C651E52A4B096600F1C4BF1EF94 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 5414AE6DDACD6C4C27220E5FF9C96EE1 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - 541875FC146A3D4AF7C305C9CC783C28 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 5396DDCF0BBA58C5B926F5A36A397334 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 540B7ED49A5F3F474F0EBACB3DB2446F /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + 542B8057499DAA46276417BD7A79E572 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 542E2DB12C2236A6721B9893F8699B41 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; 545D3B715E5AF6AFEC5AE16325F9E898 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; 5469BFF90FA3FA7460B0D79CE5197D1D /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; 54AE600BDD27B1D9D24B98E5EA73E2BB /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; 54C80AE83CCD41943A1509A4518CEF1A /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; 54D0A0D72E5409D9555B3AB6C444425A /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + 54D14A6AF913F814BE23D71D63984D29 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 54E20EE1DCF407DC3DDABFF462686954 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; 54EB650E96F37C37F0F35851F8C12BA6 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; 54FDDD0372DB70DE5506C1BE95A23BE4 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 5503461EDC3D0BE3934EEE5DA1BB9088 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; 55172F9BCA61ED8903813A0BE84F0A81 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + 552764B9A0BD91BCD64E04C969EDD959 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + 552C78C6484E5AAA46853C4A11A084C9 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; 55331CDCA3E4E9F322A2CA7CE5915A6A /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 55497B8716FC1CA5C77BF7D5671EC736 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 5550131458830597A2D600CED021A4CA /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + 5556350F9460002DC1E3E77702D479EE /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; + 5562CE4C83195E3FCB9425A9BCBA9F4B /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; 55ABCD868D69EBB8B226D955E9B65C94 /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h; sourceTree = ""; }; - 55B2F2858776435BA97A8EB0ABD8287F /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 55B22EB897B152DDBA298C12D3ECE6EC /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; 55DEC1E6B4290093E9B0766AC1D19DFF /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 562C20F9B0C661B7B7CD7311659AB2E3 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - 5631191D62E5021A68942E823AA434E2 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; - 56507E226A67C4F068E52F755465710B /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; - 56539446BB3AB5B151AB3B63CDFD213C /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; - 565940AB6D57C8F2B22C29AEA65242DC /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - 5694FC989089BDACE6DB56D0A3036311 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 55F1CA98B31C6CECD26788DBB866F396 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; + 5611AA51C8CFA27C4D5DDB621C88F655 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; + 563B523AF5F9F59912F84B869AA67C55 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + 5643253F7ED7DBBE32B50F6720A83922 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 567CDF6AF52742501433BA4D852AF0C7 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 569918EEF674C6E18C53AEBAB6E270EC /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + 56AFFBA8F4384DFAB0FA919B7EAC03AD /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; + 56D107B000A8B0D9871E0D276C2B74AC /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; 56E78EE0CF3ED46276B3F9962DBC7817 /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; - 57128606D41041DE0DE7DE6C3FB04801 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - 57264E8B1036FFCCC26FD7A98BC652C4 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; 574C5FDCBE394444827C0B4B3C7DE9A5 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 57AF6757550CBA0DA8B885582F80FCBC /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; - 57D32BB2DCB9D84442AFA5534DF2D526 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; - 57D38BD8CA32B091EC53F86C2CB7E8A8 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; + 575E6B48EA8E2CA349D94E369059D1BD /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + 5762FABED35FFA2D439A71F1275661A0 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 57857EA05E98C1B928FC3C5A62CA0C85 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 57858FA00E9FCE5B0D6A2DFA7C2688BD /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 579D581C9B4770A71C03452C80A3F9C7 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 57CEEFF52ED51FCCADD3C8279135E603 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 57DF598250C2ABB82FB71706AB22D7FE /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + 57DFB6CDC6D345A86EF6EEF8F5DEBC0C /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + 57EF022C73BD0F88A58907CD6F984194 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; 57F3CF73401C2A7D1861DD573FA5AAAB /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; + 57FF5C5617AFBBBF704DAFD06A05E61B /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; 580123A082788AF220ECF528D65896DE /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - 5801DFFC0C6A59EA34122FA75E352C62 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + 58016F2081EF1C207B2899B6AED25B75 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; 583F2384046EE63CCD0360AE527E4565 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; 5844E9E8BBD906339EA96EF1BD79326F /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FIRLoggerLevel.h; sourceTree = ""; }; 5847FD2633BC9047F028FE38A7084AD7 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; - 585FC8608495994937895B8A2591307F /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; + 585FF7AA3BD932ED49167696613A7A58 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 587AD88BD32631BB096534980CA556E2 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - 588755B3754A6DB230AE8F9E6402F292 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; 5890F013C17AD08F673E9838E1CBC85D /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; - 589776A89332278D423D6755E1271325 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - 58C6DDEA9DA8FAA71B8F5563B3C8BAE3 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - 58CF79F99A87A127F56E24875D1F96BF /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; - 590A991CA39320D61338A86CD16B61E4 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; - 5915477795932526EEFC89FBEA7B82AC /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - 5920DE566BC7258D40EEFD900C8AF8A0 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 5986E69905D8ABC7C1508DA89704548B /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - 5990557900A945AC96315DA636E0AA47 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 58B882052DCBD50DA678B25F6F262911 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 58E333E7BC1658F3FCDB19F8D52409AD /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 58E58CB3CE5773B6B498DDE3F5159735 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 5903C106B05EB960481FD19A77CE7452 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 595749AF0F0544A02F47ECF6633DA760 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 59947BF24339E1CBDD34504FA9DD939A /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; 59B76FA92742AFE4EC1B07FB04CDCEFE /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - 59D02771C01E48498F859538F8184216 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; - 59D7B48D028CE1B663314427A679E875 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - 59DD6416FA43F3F675F005EF8FD3F328 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 59EB8D3B71BF713EDA4402769F375825 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; + 59C082FCEABEBA37724CCF76C16DECE1 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 59D99653C038F838A82E5EFF0C321F93 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 59EDFA1DDF3AB506E9CA0987364C519E /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; 59EDFE4884DAF3E61B6C33A8BE503617 /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = FirebaseCore/Sources/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; + 59FDCB7424AA5FAA3D4FB6C98D2EE3C2 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; + 5A07FFDF4D4BA10363CB9C0F65B38D36 /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; 5A09F908C75D99E518BBF382A235C2DB /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; 5A16CE135CC71ACDAB57AB9C085A4213 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - 5A1E231B5D85FFD8717EAF9D9C711B2A /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - 5A479634950702320BDA8537F995EFD0 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 5A748EE26C98D9E0EFD4F248FC2C8D02 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; - 5A91CA6D6022705DA88BF6B6A1C7879A /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - 5AADB8C895E14A4EA0A6240AEE3AB200 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; + 5A2F7C5A9ADE12C4E3B2379C05BAEF3D /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; + 5A7C248BADF3865A6618EF2C69F7E05D /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 5A8405BB1A2C13FEAF98B164F6E4FFDB /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + 5A9AB10A51330DF7904DC4C0C9AE6EBD /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; 5AD246BB1DA917A3E16D3F36B4867501 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; - 5AD45FCA84FB2434143E5D1850C67D1C /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; - 5AFAD101DE817A8C09E6DCDB6C006CB5 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; - 5B0CD88C65A8CB1C23C2AEB4992F49E0 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + 5B1B81E22DF015F475881295299C2BF2 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; 5B3A6A7C3F776BAF61AC51C5A02FBFA0 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - 5B40E769968DD2143FE155AD49707E9F /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 5B4D64374C7E6A0B63625C1CDC038AF1 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; 5B528863F8D26E47DBD2FAA61C3FC4FA /* 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 = ""; }; - 5B6173C9FF424C99E39122BE128ED09B /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; - 5C19055FA15FDF3D592E684CADBB0FA2 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; + 5B648BD77C67F6984E6471526556DA44 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + 5BAD23D7E9A015D36D9070DC74C9C9EB /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 5BCB755568AE6FC6B7B38E00572F45CA /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + 5BCCCD4DF9A60DEAD70F2EA0016C5BC5 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 5BE307A8282194964DBE9E8481B9E1B0 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; + 5C1D1BE7C9966B221DE569ECEB4D3CF2 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; 5C3170CE50BA839FD7FFABDF189D8F38 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; 5C366C49F593DF61C1B36CA3537E513C /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 5C4D4504A5E0169EEA9E1BD9EEE809BB /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 5C6058ACA1A680E9176A03B2EB312883 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; 5CA8F1A20B87DBB263F925DD7FE29947 /* 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; }; - 5CEE7A85BBF78894CD063886D710B60C /* react-native-cameraroll.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.xcconfig"; sourceTree = ""; }; - 5CEF007F87D815FF9DDAF8260B117C81 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; - 5CF132F48B2B8B5875B871C7C5A28249 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + 5CCC9736F50544996E747EC71861E462 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; 5CFEB116ECB9A495D54B314D795B805B /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 5D376DCB0CBDF7412C0B00C8968B66E3 /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; - 5D49F55D4CD4364E4649FFB0945D8B85 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 5D57B59194C2DF888C374F2572B6C4D7 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; 5D7200E0CD187410B1D095CC51FF6E72 /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; + 5DB4CDEC49B15490713325890AB61240 /* 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; }; 5DB602E4418A6458062E66FDBE8939FB /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - 5DD39E122714ACA80347AE0123C2496B /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; - 5DFDDA9B1A315696FB654E1F37F4A0A5 /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + 5DB94419CD67EC0E57F01CDB71BBEDFF /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + 5DD64FEEBB59F5AF33D29963E4109B1A /* react-native-cameraroll.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cameraroll.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5E14416BDCED8734451ED493A72627EA /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; + 5E26F9DB6B30AE836D67F78AF01ED7FD /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; 5E395510D11DCC7395A036D8E1F57BA3 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E4A2E27DC374E4005C34F5376DAEBC0 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 5E4C192890231485B12830210B5D7DE2 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; 5E5CC8F6A5743198CEE068F4A629834B /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; 5E6CBF3BA9FA871AD606BAA54F66FC97 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - 5E915B2F24C81B9195A87F6E9D1A0778 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - 5ED2602F1EF06CF5A9D27031D2DD580A /* 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; }; + 5EAF08B8553B90B6830AAEA9BF90A019 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 5EB3787330DDB5AF32D6D8DC6DBFE9B0 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 5EC16A3302BEFE7D1A384A0E2B860F87 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; 5EE39A7B4283BEFE43E66F46862951DC /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; 5EE46B386E95AC9FBBEE856CF2383198 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 5EECAA76F5023729BF7A8A99CFF1F073 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; - 5F0FB6B1D273917FA9C0F1B70ECFCB3F /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - 5F172B9DBE8D23302C6B8A44AE928388 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 5F089F3A124DB6CECEAC5C113F2A71FE /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; 5F1C5F873FB22C5A73E967F1C3900F05 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 5F3001C57F8CC737DBD4A431068E0CC5 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 5F6AB8F360C549914ACACC1BCCDC126A /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + 5F9A138C6ED0C4CDA42E8148027A6006 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; 5FA7BEFCEE456CEE557E176D2373B2AE /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - 5FF6908128D9BDCF36D9E9E2CBC0256D /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - 600CDEED2BE217BF314CB38BE1A0B171 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; - 60133F456FF78804F9AEE4D2C3B11678 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 604A3C8D67086E9A3ECCB0B7BF40E782 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 606613496D858DA774ED2305077A99F6 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 6067ECBC099C5610EEA24A21E6891249 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 607B8AECF50CAAFAD4C6F8282C23B37F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 607C651864B81834E926AD131165E5D2 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; + 5FAE6AF1B4DBEF13380F372C55C2AEA3 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 5FDDFFC2AFB9F3B52B3AAD537CB209A7 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 6010993E0A783FD97974261D42AA7374 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 603E4CF0D2EF1B7DE6BDB26D017CD438 /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; + 607DE7229D13A934D9D396A2062FF049 /* 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; }; 608E4B0589801079221FEB94B6D394AC /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; 60BC27AD9ED5029E588DEDFB282BC600 /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; - 60D9920325F1E197245EC5E2DDB3E2C6 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 60E41D6EDC00DE5F7FDFD06E86F1A2C5 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - 60EEBF389C391162FA269F8E7D3FCB15 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; - 60F5DEBD20C0F278287C5CAE35F3BF74 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6100746B256DDD1521CB49EBC2877F8A /* EXUserNotificationPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXUserNotificationPermissionRequester.m; sourceTree = ""; }; 6129D17144193C727D68FFB158130674 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - 615B854A67C7167ECA294B3EA4483A71 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 6140E340775F0F13F7E2A6E9282B98D8 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; 616B59B78E41E0F8743C2A2FDFBA466B /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - 618FEE7E80275A17BCFEA3FD80389667 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + 617FBCF995CE49D04C8237AFF1BF4720 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; 61AF1837C4C82F78744ED30517A5031F /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - 61BB33DDB089C0F391FE215CEC01FBC2 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; - 61CC90A251F8AF95EFDC9FD2376EB1D0 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 61D68ED0DFDE8178B98F79C56AAF6735 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; - 6203E9A58EE92DF8A28EAE1798542BAF /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; - 621A33C1A0AB8647038FFB213B6A9135 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - 622C2298B9560A8972BADB00740D62C9 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - 6249B422C72D40D5A073CF71C0AA86A2 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - 62C356E403E5757FEBB5F6AC59AF8A36 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; - 62D8299947B104E2F2441F8B8F224296 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 61B19A58B1992BF0BC549A46F9ABC77E /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 61C9B216C92568737B785186186A9B84 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 61EB1258716B8DFD1A247EF4CE6BEB72 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 6235F0F9E3A876D361CF60105A7254E9 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; 62DCD8FC43D8554520EF5C154FB8D476 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 62E11190F74476BB4254611B685A5685 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; 62E764263319E7C9A53A9AF39D7723E5 /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/Private/FIRInstanceID+Private.h"; sourceTree = ""; }; - 62EC6787AD86A09B5DAECF891CE39554 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - 62F433C626104248599C9F6319D3C54B /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; + 62EFAE213B7B1E2D9B0E4CD14C348334 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; + 62F3F46BC10E918E6774D29E2338B7CA /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + 630A182E2B144F70AD92BEAB51A562BD /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; 631C18F49615412D4C905B1C37D9ADA9 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; + 634532311DB6CBCEABDB8837E125E209 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; + 6354554715F7F64320598ED85AAC283D /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + 6363E470823122AA16E3405C3E6F776E /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; 636D6783185DE1F442D58AEE9C52B4B1 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; 63743B445C8FAC8021EC41CC4362CF9F /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 637B2905EFCA92F6B6F01A80EC507AF2 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 63AECF618A1E2CB8D3F97014A3D37AB8 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + 637A12296AAF3AF85429FA156B9063A6 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; + 6399F0FA86B6121DF1FA4A650E02B814 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 63A1FF8E19476B645DA57F275B450566 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; + 63A696EC218DD1DAE902663F3B92C49C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 63B31FE76518F6AD1B9C7FC4FC3BE0FD /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 63CA9D423FCE56F4D01566C1F2DE4FA9 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 63C04C9B808242A07812EE94BE482F00 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 63CF31F397DF0BDE9FB607FC2E3007A9 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; 63F237C28969479FD39F0D8EB9063B79 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; 63FC874B85C176CC532B90BB75E6546F /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - 6441110A52AC72F1F219FFC618E5E4C5 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; 645432A1DF9B3036F4D66BBB89CBAA89 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - 6454BB72AC441E1494905BF8E25039FD /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; 6456BEB6732CB1208721A93717E83ACB /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - 6467BFC418094BBA82ED699AF2F84AF9 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + 646273C14DFF10D35676293DE6BD04CA /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + 6480A035FDCAE96B58C48CA7F315D431 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; 64858CBC195C53A245090C9C8C11D8DB /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; 64963B0AD90508C9D1DAD41D65CBBC0C /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - 64AB36A81419579DFBE653B56BFDE10B /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 64C3E12A134EC7FB4105E2FFA8E68E22 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; - 64CBDA488A1F1D418FBD4EAADD1F9647 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; - 64DE20E29967B6096AD7F97229DB7A6F /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - 64F050E38604CBA15A49D6322C1171C6 /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - 64F18790A50A2179CC7BE6090135313C /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - 65394E91B0674DD8D11B74FFC7530670 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - 6539F776FBDC5E175D59AE2A055A008D /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - 65513BC7EBF5BE3D92B67A6AB24F90B7 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; - 6562F2DB054F9F4800DEEBF8FFAA8C95 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; - 657929BA048F6BF2E57ADF4C9CD39799 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 6584C61C82381EB1B1004D7753C0212E /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; + 64C48D8D013E8FE6E0BC2EE32C9C0330 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + 651B081AAA996E059BAFD533EF0B1B68 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 6522F588FD87E22B716396B0BB2FCC23 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 6531AD763044370F6EA7D5EC3E63C94A /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; + 6554F5D74748C27365568140A4796FA9 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; + 657D62725F5144EA733699A8406DD7C7 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; 65985823BA9E59CD5D699B8553FBFC7A /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 659DA3653F4F72A99996761FA56C4DBC /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + 65A4F2A64799EAED8949F270492D2D0D /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; + 65B09B7C2B056521DA317BC0C7FDA36C /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + 65BB7F720816F7216E1F891DEC5A5873 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 65BEA74BA7488C6DF4D1DBFB14D902CE /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 65D183BDB3EBB6B36FE89D8168848CA3 /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; 65F4CD4AED2AC4EF14B118A58EDEE355 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - 661D96F33813C29F39EAA5A247C1BE48 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; 66228ED45E198EDBDEA21A197E306C7E /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 663177FC853546862F39259A139D0EC0 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; 6638D4A39DF660C0D118FE1FB6420263 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - 66459DEE8823BB0B8D11EA3D6DB2307F /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; - 665E4D5175A646C08F3D216295A530A2 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 667950671B73978D2A6FA78DD378E7EF /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; 6689EFD327C141249C36F84B370FCC15 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; 668DB3196C8AC5E9F322863CBC018C56 /* FIRInstallationsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsVersion.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h; sourceTree = ""; }; + 669C987C4F92702E7B0DFEF7CAAAB0F1 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; 669E2D815BA85AA4A6BB99088F534BB0 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 66A3C30FAD3141239D732D294DFC5598 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; 66BB28169F8562B9DE334B74B5B456EB /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; 66BE2E56E1110F499C048713FEB1CE2A /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; 66EF89ABD7B5DBBB462B12529A796D9B /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; - 66FBDAC9AAE6212A5C0524E6F1220950 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; - 6708E35DBB3D103F8267F825E34A5657 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - 6712574FE9AB8B30436ECA7A7C94F647 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; 67126F01CF3D1827B3B8FF2A8F677A2F /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; 67495001F5CD5835C2BB0CC49D35E686 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 67540560D918C61609D9DD135A728D53 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - 675F6D25A6A38C0965EC0E8FFF68F5E6 /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + 67591D72716A6D2B030010BEEFABDD20 /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 677829C82932437E90068CC931C2D606 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 678B533B72684A0D8700B5E2E66C5D4C /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 679C432647D258664EB921B077656E54 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - 67C719EB33E2B62BE893CB8EFC2064FF /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; - 6803EF30AD795DD46BE07598CF430D32 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 6797C894856069CDC3C86C11A7403793 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 67C4AE197F2F4270AD29AE458014D5D3 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 67E4993CF7899F2EA58E49E1EA4F9C7F /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; 68041748F69925013F2E5E2E941E5D0B /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; - 68467E3CFE2F10ED67841ECFBB5F6447 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + 6812983EE2AFE8C95A06E38C75B88694 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 681FD24565105508386EF131BF1F8550 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 68210CC2ED4C6F498EA4DAAC3D560975 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; 6853D0C0275C488A7AFF75D5BF9ACC72 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; - 685D707D72CF9347E0B77A3C59D950EF /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; - 6868214DF95F6AE6EE828BF02EC30D78 /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; + 685CC9ED7AA857F8F83C5CE07C555EE5 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 685FE3980782BE2DDDB50F4D9DEF7AC8 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 686B2034BBE247CCD34FA7167EE6C12A /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; 686FA236B3A0EDC2B7D10C6CB83450C8 /* 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; }; - 687A41FEC3A047663FAB081DC2F60CE6 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 6902BF644B6D22E65F917FE0AD95F867 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 6927644527C531D96A463FF647B863B0 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; - 69356F2622014AF7DC2A3EA2A07BB2EE /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 687045C978C8C32911E216B305D93291 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + 687B021CBCA2D118D572F00E2FD2B142 /* KeyCommands.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.xcconfig; sourceTree = ""; }; + 68A4D0305A3CA5885A1016E9E2C7286E /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; + 68D81A512B718B97E473BF6AB68B9261 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 68EE2D25064CC06DF3BB7FACB714AB67 /* 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; }; + 690B02E454204005B57638DB0F9B8CA4 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 6920C02A5F5956A0390264E640C0B9EF /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 69228D228ED58E48577E1E205972A156 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 6932F20496C83361F27869BCFF8CA021 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 69553ADA0240020F66CCC3166C6C9541 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - 696551F58422F0488F0E1AC2D3222089 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - 696BBA70437E1206B8EEEA5A283B2A2C /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - 697331A145A2D7B271EF0AF6035364AC /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - 6995A7A9EDC20BA9943D226656AC92C2 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; - 69B055354EAE4BA62853C728881ACD3A /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - 69B44F6867FDC888D9B3E778B0CC86DA /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 6987CC8C81C7008AD5DA1E776395751C /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 69934BE6347DAEBFD2E16F9193359768 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 69AF57D8E15BF741474E5EDAD33E1515 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 69CDFAD076C44A8B83929C1858218924 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; 6A21588A6554E872D0F5137FF593521A /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 6A3ADC7078377E5CEA3DD7060A93187B /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6A4380E4A384171BCA37835AB57207EF /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 6A58D7780B1E3A13BA1C9211FF6D72D1 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; 6A5DB3B95A61733B29846B836C5FE77A /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; - 6A68B8844C7EB5008E2C239A40008B60 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 6A72D7CEB55FEA06E30120F74D720E54 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; - 6A74F82E6AB2138E825235952F1EB9D0 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; + 6A9C9B65963A8EB86816AA8302B70D7B /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; 6A9DF5E9B3012A39ED9F672E0C8D62E4 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; - 6AC759C1CD233D0071663E565C11837A /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 6AD46E5BD03286A699768842ABBEB548 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 6AEC8DC13EE046F3C8DFBE136D8D798A /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + 6AA8C8AC1D1EE68AA78B317A9950864E /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + 6B1A001AF3971D6A74C0EB5FDA87A732 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; 6B3000A1D45E185CABEFD0B060F04FC4 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; 6B3DCE3E62D468D58DE3FECB07CFAB5C /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - 6B54D91E86F56F1BB3D59F4544FB2B9B /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - 6B5BF6F5C3F36B03310C16BB02AE92EB /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 6B58CF705D6278253C186C6E616EB8BF /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; 6B8FEC8581AD19DDD78ABBB18ECE2F22 /* GDTFLLUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTFLLUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTFLLUploader.h; sourceTree = ""; }; 6BB4E471066205C1B9F8413CE80BAB3E /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - 6BCA58A32925A1E4400F2B1ADFEF0972 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 6BFE4C44B6733B9C2BEAC7A14FBD13A9 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 6C0075391F3315DD5C0B9E7632576E32 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + 6BBCE391816522C2DB0D4F64239E685D /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; + 6BC377C2410078E21BC7A222BBC7FA10 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 6BD60FBE2B26A28936FC126532D2A021 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; 6C8B9AF946127A4CCC12F6DA5E9EFD4E /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; + 6C8E045F2FD5C7D631C293C0F73C0604 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; 6C8FC56CD5FE60871A148C7D2580D8D2 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; - 6C96566BEE3E8073B6AFCE2002A5B167 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6CBA42BE40B0E4D18F1D24B198AA332C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 6CF13AE017A0A23961BB8B7EB170F98A /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - 6CFAE57E367A65A55C2FD1C7F38C1E2D /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + 6C9E54AD8B41D0C5767C7A07792FF8A2 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 6CC59D62E3FE164D603346C4D814CA99 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 6CF2E9B29664C031D65952681C658B45 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + 6CFDF7B2EFA01E25A3EF28BDD79B27B9 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 6D70EC68436BCAFD870998C26D22668D /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; 6D7591D0402DD814820F0F732E55134A /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; 6D8BCB824FD16FFB5D40146868CEB425 /* 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 = ""; }; 6D9558B896F99A90A93DC099BD7C8D88 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 6DB42004B240B79A0FF03409A8928664 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 6DA2677C9C7DAA16CFDB808FC14788B5 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; 6DBFEEEE8490B0AEC5A93E092F2857A5 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h; sourceTree = ""; }; - 6DDDBCF3CD0C36D993D2A9B90128F76B /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; - 6DE079E5E70B4BA4B86DB31EFEA492E6 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; + 6DC190A18B6019596F125BE85CE8CDB8 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6DDE23DA939219B390290D7B9FEA0763 /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + 6E0D2F34C0316DC8303B87204FDC43B2 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; 6E1351AE14BC4DCE7B93E301AA99026B /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; - 6E278FF27563009D97F9BDC3D73D8425 /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 6E2CDB4C30DCF3C644EBFB1CB6F8B63C /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; - 6E6F08FB7B0D37C62C09B09E8F8FD092 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 6E992D8467813492D50B1E61EBFBE6A5 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - 6EBD648ADF08580A26F32BF867B6458B /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; + 6E5EB502BBC0B8F55802C31047B4775D /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; + 6E8C0C5F92CD5E2E03FE5D8BD19B7A42 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; 6ECC10905A36138211973FA8BFF62640 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 6EDBD7760CAAD0BDC4B18C56EE630607 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + 6EF51AE475B1C94C17C7C9E97C9A28CD /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 6EF6C0021F4ADAA1E452F1B22B02FB85 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 6F03D14446D09D90638B1413DA22CEF7 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + 6F0C3E5F49ADE324BFA3AEB74AA646D0 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 6F2A067300BE713EFB9E56F58CAE3B7F /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; 6F2B281A5C5A6DA83EEDED90A470812A /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + 6F59D85A8A002DE35AC8727160034612 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; + 6F63C595C2EA0A71DB2735C63EAFCC1D /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; 6F8611F8EC76BA0AD83706FBD552AEFF /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; 6FAC32E62B1F1A5CF4B7035D16475866 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - 6FD6D859CDD113AA532232F2E50E074E /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - 6FF34E16BF85DD97F2E55FE764F2285B /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; + 6FE326C56F88E3DEB8D0E72F3704F5FC /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + 6FE59B916214115894E2C40051662512 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; 6FFD07CA8CC396C11428C8593FC6E959 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 700ADDD491EDA1DA1D8263D8F9DE39B2 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; - 70286279EDC882A5A6D54D5A78D4E4E3 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; - 706F9976E2D7AAA380D98FA3C76F52EB /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; + 703E633D67D09CCA45C691AFEF430AF5 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; + 704B3006AE3C4DF9E816A98C0AD58C74 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 70527C4CB499808627EBE0CEA40D0252 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; + 70533C394B7A6E044FCBDB9D4D35FCBD /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + 707D0D272153A825CD59045DA35C2C21 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 70950053816887A6954C4F28F3B68053 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 70B8EA6D227EF252F62CF777A6100305 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; 70BF969C7EE75D6BABCC43461AAEF644 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 70E03B7B4E15C9359D458397CC5D05CD /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 7108B03339E820AA6C483739E8F8F9C3 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; 7121DEBABF2BDFF8481B59788B8C759F /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; - 7143F0C8CD1D20E78773B0216488F18D /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; - 715704BCA6396E7B6D2AB56C7F7FE3B9 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; - 718AD05B5CD0F909A8FBD59F728158E6 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 720AD59BC6F7F0728F7989ABCF9D1B16 /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; - 721871E7D8498F4B8672EC761AD2C99C /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 72188C17FE197C7A31B4E11CB885F50D /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; - 723F636C015B98033D45BBB786F18DAD /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; - 725C9D7519C9246294964E65F09B5F2C /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; + 712B8F56124AFCCAC1EB277D7DD6C9C8 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 7162B9122B699629FFC39E4D5BDADCAC /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 716A1455A0AB1C6D01F7DD42CCE95CA5 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; + 71C744BC48D090FDA675214EA23FD003 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + 71E58CFEB0AC5CB428A0D88D7FC89826 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 71E619A867B9B83E3789B54166C285F7 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + 71F3CA809072964CCC65C1EF386C65F7 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + 71F4B7C09F01C5DE42516579F63E0ABE /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; + 723E63AFFF5020146327CCB941345F0D /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 725F54D63292B18C8769A45EF72588CD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 726CEC5D657E14C2D28E2608DB007104 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; 726D3479A42B94820104FFB82565ADF8 /* 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 = ""; }; + 7272F183AACAC14F1CF2105ECF6297FC /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; + 7282C62A881942BEDB9DD78FCEFE0BBE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 7290A8B4E4F31EF8E2A4BB18F88F59D6 /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - 7292E38617F5F47475FCD902E7B442D5 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + 72B29B254D8D74DC776EE9189702D11E /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 72C30B866F76C047B4905813640327C6 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDateTimePicker.a; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72EEE078A0BECBB045605975E76C3299 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; 72F2F55C8488AA7450E778BF58AD47EB /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; - 734AEA6C4CABB5DD9F8F3707C6300538 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 735BAE5A99D22558195015309934BF9B /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = ios/RNCWebView.m; sourceTree = ""; }; - 736077A8246C8154580EA08DB05C35BF /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 738729E64B6A469A04A8534B490BC224 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 7310E9459A1058540B7F1B3D743A662C /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 731F48FF22DC60A71D7B7D2BDD5CC067 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 7377EDAD93DD9230D8AE5DCD1AE71EA6 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 73D013982DDC79D1EF058C324B1AD36F /* RNDateTimePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.xcconfig; sourceTree = ""; }; 73D1E0BDB42EE2F595BCB0C3E231490F /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; - 73D798B4EDDC375384A075DD5D1B7403 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; 73DF275591A289869A037B732ACCE445 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 73EAEFEE2973DE2B608731E9FE3C8A25 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 740C19CBAF1B7128836A086F6F400C7B /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; 742DA574AD9989337C7A051B2C2DC52F /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; 746D3D964458B43BFFB90666578396AE /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; 7480B7F4FAB96A496173DE0E7C617B9C /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 748FC8EFDBC62C2C86AE00238C2E8EED /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; - 74E4529B98FEDAACF3150604E65DAAD1 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - 7521D31F3A9E79D6E0C978B3EEC1436A /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 74960A6AFF7C5E7BE62D3AD8B288441B /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 750A887CC9515799F336697AF4FFAEEC /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; 754C1763718FE74C32CF806FF8384D33 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - 75A3991F723F7E84E6D7328336BCDCBE /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; - 75A708AD80219699E2A645931B9F0274 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 75E7950EB27C6E711A5E1791BD815BF4 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 75A730B0265F6D513F27FEB743FAA8A1 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 75AD64A166DF3FF036B7EB4B22388CF8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 75C00F147A90C528C89CF4C55C3B7E47 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + 75C7011613E562C3FA3833702D66B397 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 75E84073A3FF1C0075C2A143F4BBA591 /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; - 75F364C673640804FB74B70CFC3E3463 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 75FB1004D9B7D67BB87C20ADF2E6B934 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; - 76037B0C94833300AFE005BC53E81964 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; + 75F81FBE7F9056B29EB03FEAEDB2E39A /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; 760D77A4F668A9C3F29BC76736A73378 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 76107D98663D0AAB38C7B9B963D90872 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; 7612B1F9763549EA1DC383D43FC8950C /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 7612E5357AA20DB81B79395E816B4249 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; 76248F9402D4DD786D6A8E7AA04A7A4C /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; 762B0734C882B680C9D971AF79E220CA /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; - 76443512452314B81C8DF7C0C0027E31 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - 767E6879FB85AE1BD7163A0997745F42 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 763596D554F9B7C3843E77D1371DBAB0 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + 7649CA0397FB5C42BEA02341EA1C199A /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + 765838AF981D83C8AD2FD83BB0F79731 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; 76870B32976CD2CF19434FE44E4DAB9E /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 7692255B5991851F786B5D77763DBE26 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; 76B1D8152D1957AC23B75A79D58FDEB3 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; + 76EE11B53ECF038B91DB707CBB618F95 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; 77028BA581AF00AEF7C147D7449E82B9 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; - 77156F8F966471CD2FB751F90464C421 /* KeyCommands.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.xcconfig; sourceTree = ""; }; - 772720108593E953F4093B30981FFD2D /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 77327992D03EFF43D7486B0D4DF8FFAB /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; - 7737694E9B3A951E07FF7E8C2E7C4880 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - 773D91497860302EEC08AB5AEE213413 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 77416528506225EE2972EBF70D15691C /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 77624AAEF0034FE4363472281260D6F0 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 776B81695F3B63E689B69A224988541B /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; - 777F3D8575340CBFA5E8A0F800F17DDF /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; - 77CAA27A0F211D519B85CBF3D079AADF /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 77E2440A40504F1323D79249850E600B /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + 777241DBD36766002052A8E89DE1A923 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; + 777877C6DC0158B39117BB5352D176FF /* 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; }; + 777EB941848EB1D684C8CAEC37FBA39C /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + 77C391A3102EC9FFECFDA582C1B03FD4 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 77CA10718DB1A0C7E6A87F0F720C0ADD /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + 77F287F15F75C2EFD978EACE93861BD3 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; 782DC576EA301487BA3AFF6CDF22C7F0 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - 782FA60B47AB3C13BD5A739B4E7D0267 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 783B06CA56E7F31AAD0E0144F28CAEDA /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - 784773599B7F6FF0668F7908F0A92394 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 78503CA382C9D43329DC817BF54894EF /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; - 78541DB485050F75C0936807AFB8C357 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - 789B2C68D8DD160298CF3C4290405EF4 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 7854E457877965E4AF2BD35C69EF71BC /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; + 786146B866CF521A81994E9F50622913 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 788CFE3DEE3D8B745B436F4BFEBA494A /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + 78A12C4301EE6391A53A1577A125DB0B /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; + 78A3BCA8761ECE399D0A651FD7544CDD /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; 78A5E4508694C25663685CE163B7A18D /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability.h; sourceTree = ""; }; - 78BD83D02F69F9B51DEF7E9F6F62829F /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; 78D16CA96B3633E9D5C63D2D8DEB3AFD /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; 78E05B5B4544D8C74092E8B0982CF77B /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 78E7BDED4CA237BA0E4E1B8DA70EDF15 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 794262CC6F2E3398361EF16166E8B3B2 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - 79617570F1EDFDB1750EBEF9D40FF152 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - 79C9A31269E81DF965C0EFADB2012AC4 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - 7A2968C02EB2F9DA9CFE11523D853F0E /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 7A2FB31784E1ED7F7C9238D0C311015A /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; - 7A5E31C57EE60147EDAAE3E31B1D19AC /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - 7A6789E68DF4AAD0DFD8FA5B9FF2B754 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 7A8DFA1F864C62F0877DC2857424EDD7 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - 7AA8EAD8C2A634C8B211DCA3C84C4BB1 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 79290D430AEE27ED0F3A2ADD6900A403 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 79384E3DF198EE6F9073B43F79D0E5BE /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + 796D6FF12732B49AFA11231E67982356 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; + 797EEC8DEE67855B815F6FA3ADF0A50F /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; + 798300D04979555E318EDE2C3006F241 /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; + 79D38FA4D831B0DF6C21AE95B915D46E /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 7A06B4F1CF0684015B0878877963A935 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 7A3D0D372E6BB727932ACD5CC2F2F0A2 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 7A3D1F7342DC265DEEA84026C599DFFD /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + 7A545AFD8FE1AABA0B0D87E164A89FAD /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; 7AB2ABB19DF260BF726A2A7DE50BB0C7 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - 7AC335A8B94A8E987A25C8916AA4478E /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - 7AD7320F2AEFFAC745ECA1D9F9D55A8C /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; 7AE11FC733D32808154EE0C7975D70AD /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 7AFAA9D3ADEE4875D364F0EA50C4098C /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 7B4F35BD813347FF988C6039F938EDE8 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - 7B4FBA22B542402775644ACFD00D2E66 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + 7B0A720A2FDE5662184F8E086778982D /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + 7B2D2E87A0821787B0CB305C2F199B2B /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; + 7B476702B19503C1FDA97A6B38A5288F /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 7B4C5BCB61E597C069C849723B7F1F56 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; 7B75AFFDAD90901B97B9F59583DB4E96 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 7B78F20857A4C7463E80D357604DE7B4 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 7B84819246C7035E2FA543C2C1FF2D87 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7B9A20A94248F8D409B2B84F98A5721C /* RNRootView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.xcconfig; sourceTree = ""; }; + 7B9BAFFB20E75D4AC984487B5BB9A004 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; 7BC2EF7B3BFD238AB12617D31274CEF8 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; - 7C5AB60DB5E0886BB2ED862637A07EF4 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + 7BE324263A2118CDEF9F5504CFC24A3E /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + 7BE7891622EB09188F2F7417F108A12E /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7BF79865016F2E044F8B5FC7CB23BE1C /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 7C52FC60F3FA4DB1E06A485159C8226F /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; 7C78B03E18C3C58965E80B1E11C3CAC7 /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; - 7C840FED49BB6E4503D0250D4C7345A7 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 7C933B6ADE762A78222E407FD1960592 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7CC8FBDE81778614DD8CE5DE55460D4C /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + 7C87A67899A617619D2A1D2147AADDB0 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; + 7C9259CE14FDF2FF3EDE76809513EB2A /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 7CC49CCB50E8D515DFCF0030F894F241 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 7CFC9E19A8DF78DB1D83D66B5CFB2A5B /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7D0B134B634581BF0AB4FFB905334766 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h; sourceTree = ""; }; - 7D0BC95ED6BBB430597CE23C417B542E /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 7D0E03388EBACCF6E9B6F9671AAF2F55 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - 7D13056FE137E30E8A829D3579A5B8D5 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - 7D6700C73A21F270ADADE2937AD41BE0 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + 7D1FE3F14A74BC1C3E1C6D3007D6703E /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 7DA09F9FC1A6B126F51A2733487247C5 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; 7DA120FFE328161A90702286BAB6CDA6 /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - 7DC9083B4EF5AA159996A2831D301185 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7E1768101677ED3E062B092BABACCADF /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + 7DADBC9D25ADD62028CAF81E4BFF3889 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7DF3EC3740C96B26BCF2805EA83CA564 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; 7E1CF3BEFF840D7071D158D044A4E745 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 7E2AC07FAC1F2E0091A4C47C3EEBD291 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 7E31CC084F1E85BF8535EB68B691BC03 /* android_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_time.png; path = docs/images/android_time.png; sourceTree = ""; }; + 7E2A53CB11727F0EB1B2BBB80114F6A7 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; 7E8C6A830011E9B4493E7F2FC363A651 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; 7EA24205E9A7B87800BCFEEC108BFF33 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; 7EAF77B51624F49BDB16C3865BA59750 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 7EFE40F14A73EA2B443AA4CF44DAD50B /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - 7F2B27C002C382F3CAF553F080C2E896 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7F4BF29BFB9DBF4D660B3789F5576D82 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 7EB33457377218882E985272151211DA /* 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; }; + 7F0F2422DAB94714E0307472B654BBFF /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 7F24CA04296687DC525C19E3508E7361 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 7F3ADF9C76F2B35E241D0673AC307509 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + 7F44A2F55853EE6E65FA192264929F10 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + 7F54A517880631FC3AB3FE31EDD25CF2 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; 7F5EDA23D6D2D1ACE2F5DFFCB0B53C29 /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; - 7F768D9E00785D6BB9E2DC2D13336CE0 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; - 7FA243F65BEEED50FE367D2DA9EF79D8 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - 7FD79D0F338295E977F4D316A76EDFFD /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + 7F5F07B6674B84204E253987EF689317 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; + 7F61848737EFDD7070BDC3E278979E0B /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 7F6C6C7719EA9A81F7D8C377F9661426 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 7F75A01222D62B6C5AEFF81CD3B869A3 /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; + 7F7FAF4767F2073315B68AA2ACF9D43F /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 7FB101EFBA0B5E1ECE4294538126A463 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7FB7CD15C80E500BD73C67D1F79C3F61 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 7FC3B607140F53423F46D748AB0779C7 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; 7FE52EC86FAD6477499E13343ED2C1DF /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; 7FE80A0E5A04BEDCC2FE998068C2E8A5 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - 801E99A21664D8D68B2DACB0704F68A0 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 8008B5C7C293AD72B6A749C3E088EA53 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 803AA4D060B960BE2E1541EB7EB0A8F8 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 803AE5834C4E91DED51B2FC9ADFF2954 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; 8047865EF52BDB8F74E450253525FD98 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 8058A6BEC15AFD2FDA6968BF3CB977EA /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-jitsi-meet.a"; path = "libreact-native-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 807A779FAE2954A7DEB36EE202F2B50B /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - 809BB1BFEA6DBABE3E26A0D090F01154 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; + 80860F4CE5B3CFC4012350F2586BF780 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 80A2424271BAC935A2EA038E05CD2945 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80E3C559E928DBF9CC5352937D0D85BE /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - 80E600CBC8D78EBFD0015D5E8839B40F /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; - 812AA095C1331B37CE0472F217A4945B /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + 80D4C734F426CCCB13FDB600CFACBFC7 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 80E7E92918D0DE9CC8246E1855B21554 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; 812DCB2F8F49903836E6EBBDD65655F2 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - 81685809005A13FF186E65DA6FFB1463 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 8134670AC6F55EBB0F4E64BC6FF4CF72 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; 8174EE8838427BE46A0885CA8539CA9D /* GDTCORUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h; sourceTree = ""; }; + 819452E386D6F7260FFE35AB5A6519F0 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; 81B9283887252C3A5BFACBC794BD9596 /* FIRInstallationsVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsVersion.m; path = FirebaseInstallations/Source/Library/FIRInstallationsVersion.m; sourceTree = ""; }; 81CE6C1BD2CD84627ACB2375ECEDDBF0 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; 81DA341D791704280F8256A98FF27460 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 81EB44B226ED52831CC256D3AD059682 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - 820E8C3DA0CDAC11DC3E5E7C1496BF63 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8245ADDCE6EFBDACC991EA41E85E761A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 826389E051DB9F5DAFC23A5ED7B18FD8 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + 8200216619F2108FD97AC1FF61DBE564 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 8246F155AFFCEEB02887B1984FAA718E /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; + 8281E77D7E53A625F1869EB290DB199C /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; 8282D52E552AB2125F97A62608C8C38B /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; - 82A93793123AD90694C5D13F9796A9C9 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; 82C307D1CC81EE4425E3DE4DFA23E2F3 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; 82C5CB61A36D2F0DDF60097EB08DBD66 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 82CB5E38F32F0666135F8A6821A7FD7A /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; - 82E63E35E28925985F52851F5E7F7A2F /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 82F02B6475E7D1C3486094F8F388E148 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - 82F6724D9AC88FEFE6BE7EA4E1AAD50B /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + 82EE162005AC53C9C031EE256F08603A /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; 82F6DE05F32E14B763473B91688324E1 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 8330AEDA932A6AD8E031EF0C641E5DE7 /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - 833A6A67ACF149F280F8CE95DC6D8B09 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - 834A4198AD7AF564A3B63F8008730F29 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; - 834E201ABF2061E6D473BE35CAB450C9 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - 83DF81F714471EE2EDA81F05870FC7BD /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 830855003F2BC474FB1CEAB2DF280F62 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 835BAF5E3AA3F39487E371EAF0E57C60 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; + 835E4B78EE2FB90F2F0D493B4AE7BF68 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8378085AD74EAA67AB32C6A675D5FA25 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + 83882F5B7809A24B561A246EDBFD3F52 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 839A00AACC59C72809D6413C1673766E /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 83CF519B4F2DA4AF6FC5D3B91D25B4A7 /* 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; }; 842C1C29367F774BD441F53EB6BD4437 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 8494ADB2C4035D2B22513419C51B5517 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 8498FD18C19E0FE18E529B9AE9B2DFBC /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; - 84A709674F346A7BEAE13B2A5EE18C22 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; - 84BE2C7443B6C5385B9E1464E6B32E3E /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 84CAA6046B8BF4952D41D2078EF3C87D /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - 84E26443EF2CDC0A416CD2340B33EB39 /* 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; }; + 846620E44D21F4B9A266E9D5CD9861EB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 84E70303C82DADA2DA050C280492E26F /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; 84EC518D9D034614AA1F401DB6FF9D92 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 84FA4F5E631BB18A4CAF1B69923DAFEB /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8517462EC8191891DDC4C090B5F149BE /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; - 8520DCC90076C2D0C0481EAA947E98F3 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + 84ED2683F6DA3A2351D5771E9A1DCB47 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 8504C4E59129798303C42087774AE39D /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + 850DC549E6A0EDF11179C96C39F7B3B6 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; 853B2681E8D6B8DC9F55CF27A6E8090C /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - 8540E2CE4399AB56BCE33B40A8623314 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 8547386EC742745D31300181ACD1066E /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 854137F5C0ABC4A4846F9700635C0DFF /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 8546F819E0C95CF881DADD48DF3FEBA9 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 857BD78B074C625BC77FD4BDC49254F1 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + 857E762FD5E4040F49FB20F21D656487 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + 85831CDFF1F97D05F42E20822080C13D /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; 85852013697E914BA35F277826FB9CEE /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "librn-extensions-share.a"; path = "librn-extensions-share.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 85DAF0ADF9D871D10FCAD5FCC5B53E0B /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 85ACC6FC263C769CD048E0E6F8D3BA1B /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + 85E74382E16E9ABBABA8D056F3A0E03A /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; 85F22489B98808C5DA103C7B579C00A3 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 861210F0BE7A71097101B88DB973BF08 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 864D63C1C3348D6FFBDA77D0EC206085 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + 860C87FEF5C62CB1C641767D3D32105A /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 864E531677D5FDC8C55FAAFFFB25F5A6 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 8659CD9676701F05C5E73AD43A3F580C /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; 86670E276CC761C5AD9108582C55EDC3 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - 86679E2183EABD35F9E8AB9DA3D2A5B0 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 86CBEBBFD992C37A25A483B4EBEF43B1 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - 86E1E63B15248196AFB2230744A465F8 /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; - 86EC7D9587DCAB7397F8A9650E3DC500 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 866ADD8883AD84B5DB130DEA1F2DAADE /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; + 8699EEB9603351EF2A61B531B0CA9064 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 86A314064C1A5221385BD439D2F48CDE /* 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; }; + 86B5F738702AFE3D8F90BAD8BFD61770 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 86D53305FF3FD3D6376F9DD250DC82EA /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; 872F0037F0BE0480407ABDF7F96FBAF6 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 8739EC73C0AA1B43B9231E9727AB3D8F /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + 876BB29C527125661AD20D22BE844A7D /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; 877F0D1D9A0A956008B6F07FD23EC8B1 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 87DACA19F417B941639C1163C588AC87 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; - 87F09B22862988263200E4BCFAC2F8A8 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; - 880D12E1D949FD2BA1A1E9FB172B2B09 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 87D65F715B53D85F2BF5E4AE697B6965 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 87DED0944EDC6F15AE77CC2854EE3793 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 88086D10AEE8A22D3132E28EDB996BA3 /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; + 8815C2E2CAF5A0DBFA8EB61D53624651 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 8816AC006C3D22F054F7BAB4EA2511ED /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; - 881868D218B5223A2DF347CA1DFCFDD0 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; 8825B0D3568A19F57CDF00412E9B2DD6 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - 882E9C8F4668EAE72A264FA716EFE3F2 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - 8852B603985EABAC100BF0A6427C4ACD /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 885CB6D9B8AED66C24493BBDBAFD7F33 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 88AC52FDFB1500AD1EC5B69093B1D4AD /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 88B17503DDAC3927A50AD0B23A8DD40F /* 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; }; + 883811ECA1A34A96FA9F3D77005A7527 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 88CAABA969389C2E6347DEA781571EE7 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + 88E392C5C33B8AB637900B7333FAE65E /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; 88FB1508A1C9E9DF1C4FCF0644BFB25D /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - 88FFE620B4FE021148EFFE939FE7D675 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; - 8905113572F8576DEA7D37FA11A60F0D /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - 892DAF84D0BCCEFD111C94D7517BC3C9 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 890E89C000ECD7E2BA73CA6DA84913D5 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; 893353C22879F217358868739D8C89E9 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - 8937DEA30EF284C0AAC3EE9008F4AF8D /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 8959AF48FDC941E794274BEA913493C8 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + 893BE71D8F29B67C196B9A779D9B622E /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; 899A689BA65BA61151C1DDFB19F5BE93 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; - 89AFB173CF329C6B51A398514E06ECCC /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 89AB92D65AAB3D9E4D017CFE86A2A83E /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + 89BDBB64C1BC5D1BB4F805ADB841AA0B /* EXImageLoader.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.xcconfig; sourceTree = ""; }; 89C6619CB1C1D1AE75ECCE9C2E6A35A5 /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - 89E51AAA62F862E9845F3BCEBA4471BA /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - 89EE7CA4B88EDCF9C446BA9DFCB904F0 /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; - 8A1E96E54A74B0B1F1F972417852D401 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 8A1C07A4A6A34D1CD9D4BB5D2516C977 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 8A28FC5B69E97D14575CA0877222A4C5 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 8A3C997419F8B8A9EA1C5D8183131622 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; 8A4DD3054BCAAC1DD111B122592F96DD /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; - 8A5AA89B3283F17AD3F4DDD55C37A94E /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; - 8A7DBD047D8132A53973B81E8A3B6CF4 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 8A821A52E6888BC7CFDBC1BC5865C0C8 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; - 8AA8BCB483CB0B37699373BE5950DB82 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 8AB77BF2CDF722B873EF17E6A605E2E5 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 8ADD572631A373CB2207CC0B924D2E6F /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; - 8AE78D02DA919C9E41B39F91B858B386 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 8AEF51CFB5D2A21518EC339F1438E9B5 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 8B177BBB89F7A58B6A2340B1CE785CF7 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - 8B2AC099629C46CC93F0E91ADFEB8830 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + 8A91EB71EA653428485E5466E2CBB8D2 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 8ADA8B4CB606289EF9C789BAEAEEDD3F /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + 8B00F1FE3D135C9D9CB860A71ADD16CE /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 8B482BF8DF2E75DF9287FB4F450FA8A0 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; 8B4C2C687BA9A4F482BCC6E3550747BE /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 8B74BF4987350560342F9A6664F21F93 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; - 8BD3AC16BF3F92264910DB70EF0406EE /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - 8BF4251429A1B57F5019122FC3B9C1D3 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; - 8C3D5D3F7FBCD01E42C88BF2881A6727 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 8B661C235782F588A607E45D40B27789 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + 8C1B775426912FC023387FF831D96595 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + 8C217182A631F4DEB8799FFDF7CFBBA2 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 8C27643E34012E7108D62962B6B6918D /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-cameraroll.a"; path = "libreact-native-cameraroll.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 8C40A67EE1D77C8674B2974823212EA0 /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; - 8C478C7C78C67B422A383B902C940722 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; - 8C51D6EBAB67D41940C272A7960AEFC9 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - 8C5775E7F823B6BF19C0FBAAD82D5A41 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 8C57C3B759A5EEBA851D9DEC243E07D0 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; - 8C62EE627611C937E0EEBF789C755F28 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; 8C64106BB2DF7529C974379A31A7B6EE /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - 8C7F420DABD8668C6B606A6CE563F5DA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8C97DDC0573F567F53412E83F064BC52 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 8CA0C9A7CC0AC4898AE2F9A566726C4C /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 8CB27FF0D9774D66C8B17F15F7EF975B /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + 8C914BBC97E292E5EFBEA4F4414C3500 /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + 8C96A05BA36C9D48DA39C7BD583F2C35 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + 8CB4C02603D2011C4D066FD3AECECFDE /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + 8CBCB1389DF7CF22F69B32B10EE16F0E /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CE45688575FF0AA028895BFDD852F2F /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 8D0889914C2EAB592A088E57E532DCD1 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; - 8D0FA4CCB2D15F90D716627CD0615088 /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + 8CCB10093C9FD906C746FB03D4746CD9 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 8D04867868C5AB54EB9E1751823E27A9 /* ios_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_time.png; path = docs/images/ios_time.png; sourceTree = ""; }; 8D34461A66E3259AB0C1167A107511FE /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; - 8D3ACA5DF26B64D8BFB86382C59C225C /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 8D41701D90D5307954B1742BDAFC0654 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - 8D4FB13C673E905FB20F81C28D9B6679 /* react-native-cameraroll.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cameraroll.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8D6AB77C2053E9044D3C2DA81EE8E08D /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - 8D6D629A6E640F6D69B60F695979A2FE /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; 8D7029D8FB8076E86500FDD8484FDDD4 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; - 8D7233787C00DF7D995ABCCA5B3EB617 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 8D88E63A793A46AE2A8E4914AF3394BF /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; - 8D9D3A711FA1485371DF91C09CC57D36 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 8DAEE0C9CA8E2893756B368AB756A956 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - 8DD644175A669B738B4231111B5F113F /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 8D8C0E9C7C4ED804863EB5057FE496D1 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 8D9A79D228495E5315B0BA3E59908CBE /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + 8DC9D1A3E4C33F5500BE62E412F6184B /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 8DE57EFED7D3E7D955E4CC9B7B9F335F /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 8DED22BF939C557A5B9E970225EDE32D /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; sourceTree = ""; }; 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-webview.a"; path = "libreact-native-webview.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 8DFBAA668DAA11EFFF653C4F4F65920D /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; 8E103C191260FD8059A70EBEAD980250 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; - 8E13103EBBAC3CC02469B4EE37E8FCDE /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - 8E13BA75043295B8C6EA26BBCE451CC9 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - 8E4E0B5880476B12A583F23B1B67BA6B /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8E5496FD4962BCDE6FDFEF4257C4A257 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 8E83DC189FC3B7A9E583BCE303D1EE63 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; + 8E3E9224AB8B6AE8E1332BE7236DAC9F /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + 8E3EEFACE8AF7F4F9675941712ED3112 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + 8E5DB3686CB781FC5DC68AA80E5C8551 /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + 8E7258DE9C05C4BAE7DD514FD591319E /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; 8E8C019C75FF4F789E40C8784D2EEB25 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + 8EA4BAF13052EDA8C425D31E6EB4660B /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; 8ECEDAD2A838321D345DEE9D05E6BB90 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; 8EDA6DF3A3B6AF0071D4A7A9742995B2 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - 8EE0DB3A20DEA4CB06D26C4EED1FA386 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - 8EEAC5F08D6B4D9AF7534012B48BB559 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; - 8F075D7361A98EC92912D23F62ECD7DD /* 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; }; - 8F0764D02B42AE9C956D2AF6C3B6B62E /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; - 8F0B94896794B69DE9ABBAF3A6A4531A /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 8F2E9045B2AC258C5B8DFB25414CFD3F /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 8F4BDB1C1F0DEC616F4EE2565D81B77F /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - 8F4DE1B54DC18B7BBDAE769BF3FDFB56 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 8EE6BDF4D32EF0A286192FC4EE837F27 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 8F5398B210CBA961523993A242B13978 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F6BBD2D4446D917DBDE428BD8190405 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - 8F8D67059CA3241FF449AFB5ADB16969 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - 8FA02F2BDAC2181FFE353B2B8F23A3CB /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 8FB98F90F90861D1A9C0D3B322EA9646 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; + 8F88B876C5405EBA02F0267913352F6F /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 8F8FE20DC1D5D221CB41328B3C377473 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; + 8FAF62BFFC896F70FC39BD6610038A65 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; 8FE78D699DF0963CA715538E756C4EE2 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - 90438AEE77D1621681B4872EE3F88E1A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 9046E8F29610D14F5BFA1946206DA373 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 900603B2A3FF1E8D2B04E7D5A416BB3B /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 9034F938C79589876C34B7C8D5FE8E9C /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; + 903FE982376C7A755BE05D5F6CEFBB16 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; 905B1BD1CB9FFBC1DD7770F2DBD5FD19 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; - 9073F0DA69D25921E861A82C234697E9 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - 90CED7693DC05D50A140637839883E72 /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - 90DD67F63242CF1116E18DA6D1483E77 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - 90E6D6E6AF7AF5CBA6B44DC028DFE6B0 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; - 90F4B4F539C60A30B094D1DF65FF0527 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + 9069EDCD5B7C9BC4E2C548959AC4BD59 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + 9080EF5E784DDF1531BA49855E01F18C /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 909F788ADA611566390BEBF1E97A2246 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 91001571139C2588EED45CB2B80C533A /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; 91359A1A9D71282B8617D5BF30B86B04 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 91634D2EBBE9FF97B1E1D92DA46FB7CA /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - 9174D5E115C1B05B5CB34E7BA461B452 /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; - 9178FDFA5A52874BF5724CB2AB964C5B /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; - 918D0DAAF3DAF360A13EB2EA19CDD30D /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9143C5908FB4D8E74749679BC33C2070 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 9164B5C0D7CEC79973609FB151A5687B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 917F61313C78913F2EF1E925E1D23E9A /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; 919435F4CD2ADBE3C210FD10F56B568A /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 919802DD5EA1842AF2787476A69A3CA9 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - 91B847B706F1F1C054508E9D7DCB57C7 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + 91A9F86D9F4B6D78014A5ADCA5CABB6E /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 91CE1C2FF65D6D5645F184280CB2BF87 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; 91CF14832C73F2B333714483F06B3C9A /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - 91E31D9255E2BCA4BBE69B0059BFF963 /* 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; }; - 920F14D05D427385C4CFA10C28574833 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 91D818B559C21A0B677C6ED9ABF5F156 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + 91DF8F577B3C4088DDE323C3FE6F5037 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9214CCFBCD5FCADCB4FD08313D9448C9 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; 921B01A30EBFEA00540CF83973A575F9 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h; sourceTree = ""; }; 921C25810B4533D9E001D73370A577B6 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - 925AD7E3A9AD5A4244506B8FC81249E5 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 922FCA40A40F924C57AEC2FCA7D56714 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 92313FE1AAEFAC337407AC82B920B585 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + 924344F52B4EC1586BD1212D4914D95A /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; 9266B058E00473F5A3D7D31E6AFE30EA /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - 927C17DD6B309124DF54EAD8D4F887E9 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 9271E0A545759858345B56CF01EE6EA1 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; 92839ECA01AD51593C6AC08DBD9EBCC2 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; - 92B78D29037CAC24AA19C7CF8C13DE91 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - 92C67CC10494D314A41B3C2CEA9A697C /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - 92F7979B6BC29ED6E6B66B0678441FAA /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; + 92991E50D3464427C3917E08D7A6B7F7 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; 92FA3E16143BD843AB82FBE1484C3175 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; - 9301A696465A7B138B63C930CAF7BF14 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + 92FBB8099801A27BF1A4141AEA1489F7 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 9315C39C62536FC92B607DED8993B973 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + 9331613AA7DCF2A30266E92812D8A152 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; 933895F5689A726BB5DBED7880848CEA /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; 9338EA7FE417C2BDF76DEEE30198B2B8 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; - 935ACFB77E482AAEC673103A6CA209D8 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; 93606334B2DB3E80CC396AEDC2F909F5 /* 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 = ""; }; - 939E2C82CEA840EDD9BE0C5D1182FADC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 93A0D6200CDFA3971E6F29B76348B333 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + 93A6668248E0553F88E3F241BC7DB2CC /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; 93B11D5857328B9B8C43CEFE929288EC /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; 93B448CC3FB8A5E0A529641BC3F578C2 /* GDTCORDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDataFuture.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m; sourceTree = ""; }; - 93C3F265E963792B616A869437DF3D6F /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; 93C7F9D33807C629347B5CC327303501 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; - 93F2C3F2346A8BEA7226DFFDF8F4D52E /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - 93F2C682FA6F99D67928F8667235A3CF /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 93F179CAC37400A573A57D7C580C75D5 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; 93F8311DDBE0DBF0536063DB1283834E /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; 93FD2FCA283A90F02414FA05025F9086 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; - 94074BB665964C130EF3AEAD5903C1F7 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - 94249BEAC1A4D633C6807346A8070F3D /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - 9453942985118F6CE8C03D72FFCAC48D /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; - 945812BAFCFBCA799CDA6828A3F43720 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - 94880BFF0112585F7B888B90817CC653 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; - 94C769C557F9E669D09A2A498F897C8C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 94CDC22B49EC8B76E4EE023F1313845C /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - 94DA588A88B35CE185D80006E62DBC42 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 9408139B2A13DBE3A839E2F98232F29F /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + 949E9A305D19F1E2BF149A0814E591B0 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 94B487F259C39A019C26E498C77F346A /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 94D2784367826E2CD691EF61F8A78CD0 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + 94DE77592004DF1F7B50325C773C9EC3 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 94F547B239E503C73BB599D250FC08E5 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + 94F7CCF3B0B5DC48EA13397ECEEA57AC /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + 95048AB5EC80A6FD7899DF9300FAA430 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; 951060CAC29689856FF5CE28D672D5F9 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 9513FFCA869AD68880C9933062162BE7 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - 951C3D1141215236BF3E717E98972F20 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 95169C2ACD0CFD69D3DA2A7C1BA063BB /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; 951EA411C3609031BB767BB3EC28580E /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - 9526FDA913FFC16A392832E1C4AA3D79 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 9554C2907C9D9E8F76D8D70EA7EE6249 /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; - 955B123361B23939A58B414DFA70271D /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - 9581E9C5A44542BF5FDC5857FA73C055 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 958A538964B046F5FC63A884FA9D441F /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - 958D8A765B851C50B6E7E672C1326062 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 959628BA0DDBCCD75C7AC43F9F4BEF8C /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 9599ABDDBC657553636D3A5F8EAAEA92 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 95BBFAB8C771DD0FF985331B81372155 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 95DC10A30ABC3BE3446C6B462168101A /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + 95ABB6B55BA602D3BBBAD1058697200A /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + 95F2F9E652BC530FD7527C731009D0EC /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + 95F532C5C0C284AF79C3E45B2F4C1640 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; 95F672D173395EBA22AF0884C6C8915F /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; 9602665ED7A4FCF32AFDE7F8439C8C55 /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - 9603D56149DCC0F2A9E3930B1929F72A /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; - 961650D89213F585C40D63EF23FC4767 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - 9622F1F5AFBF1DC9D2609B287A97CC29 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 965C8488F60641681C8FF2D2BBD2B298 /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + 96371E20F6001DD2B4574720BC9BCCD8 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; 965EC53F67148F2FB7C1C52C636A654B /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - 966AF84F0F33FEE812FBB4E268EAF1E9 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + 967FA1A50F500261410AB58054ED1F4F /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; + 9683C6DA2A8F45520D195D28F24C9D3D /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; sourceTree = ""; }; + 96A7EAC83659ECF44DB12C551B618B3A /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 96AA77E0285EDD12927EF15AB23471E4 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; + 96B4AB7518B0AEE8B1100BFE3AEAF45A /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; 96BA55D82ECFF1108092369C40805752 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - 96EAB41B780D55D6439A222820C17B09 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - 9754CCB1B41C75728B6A02F4FFF969B1 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 96CE6B0ECBD3204E0C50C074AE3C78E6 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; 975D51C22494655692ADF60A40FC9F94 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - 978DACD044797636B6F45E9EE5148512 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; - 97972524746DA8617FCA6204735F0A0A /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; - 9798729FBA61A01FA4BAF2C5935013DF /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 977FEB663707366C327C47CC27CDA8C7 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; 979A76AD19363B9D26207764CC5EE2C2 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; - 97AF343E5B1DAB57EEDD4B05DC498A51 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - 97B0C12188F70CE990D5D85626F3C361 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - 97BC1C8A76869E6D037D92F566BDDC8D /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 979F8F7FCE58E9A2AC564E172E069713 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; 9823CB2C7479BFFC9C9AA170BD0CBB10 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - 985950B5EA8B80D858D6759A4C297DAF /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - 987821AFFECE76690D223636B519ADE3 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; - 98A80535764F86459CEDD667CCB4F197 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - 98EAAA5831E0ADD5E9E3BF6BD82CACBF /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 991F63888F0DADE5B74E325A8A6BCCE8 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 984EC3D8454467D54E7F433691CF8B2D /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + 98761D46C834D39986CE5E71ADB846AF /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; + 987968DA8F1A1D930138205600AEF2C8 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 990864F692682DB3E444C12A8510DF88 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; 993AC02EC1C111E4334D17D3E0BBE05E /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 9982F863CF3571B41EC3DB02755C53D4 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; - 9983282CE3F72F1D2F8E5E39DD900556 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 9973EB72F97B4F9251AE038CA9E02F89 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; 999C11E9F0B6529BC62034D8CCC9BC0B /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; - 99D8040F6EAEAB257B9664B10F8BFEDA /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - 9A37385936A3AF6975BE19B5E37A6A63 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + 9A06933249D6B6F3242FD631D34B3769 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; 9A4D3B3B310D9827F2482B1F3DE8CC69 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; 9A5D533C41D3DCA0AE4501ABA408A5EF /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + 9A64BC837A4F96368E4BA3ADE5592C95 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9A65228A597C9CDF1630D3E33E79C2E7 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 9A6DF1FEA62063EE8DE21E0184A2F1A1 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 9A829F245C0CD19CEE3F9EE11E899740 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9A6F770FE653E870011DD1968291836D /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 9A6FCD0DDF685CFBE2A8C6E32E55AF39 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; 9AB0FF969520EECB0B36AF7E6D88CD2D /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - 9AB2412ABEA933CB03EE535D48BD197E /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - 9AD1E67D6C1F41C818BB20DE61AAF67E /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; - 9AD4CB6111497F53E4A5BB288BFD3461 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; 9AE4C4F557F4921C9D27A6E75DDB9A1A /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 9AEA1F7442A8A10E9F7719D981A6B89F /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 9B1701CE791ABE0B135B42558643BA83 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - 9B2FF77B343827C35C7332825DF9A585 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - 9B3370FC1317B276B98782F87182B739 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + 9AE4E75113C9428A4B0C28F154748E6A /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9AFB4B5E87A09ABC0522AEC0E59E56E1 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 9B254C9C4A303F02DB2DDD0A2B7553FC /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 9B2D64547DAA0DB27D79EDCA28E88DB4 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 9B44B3CA80865E6E906E533DE24E3C8F /* 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; }; + 9B52DF1CB1AA62488CE63C6CFB7851B6 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; 9B6AE09786B2423B11C27D00079FCE17 /* GDTCORUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h; sourceTree = ""; }; - 9B9F452F697190C881B95C6137E24274 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - 9BA20ECA608A4F959F161F6314C07143 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - 9BC71A5918A997F15CAC9126B3C68E59 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; - 9BCDDAA6FF316744312D6F154DC717D3 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + 9B81DDCD44C011136B37C39D17850F69 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + 9BBD31B56D156170B565D11F70FE98AC /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; 9BE700AB1A857567583B903EB1F58B73 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - 9C5830D6BB7673585595AB8BA414214F /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; 9C6750D1449BBDDD153063D5BC8E25D0 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - 9C7E01E3156F2137645C0D6C51F90EB6 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 9C81C06F9CC5488C4F528E8CEEA36099 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; 9CB6851B50895A42D3F7C877300D7C7A /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; 9CC2E2273ED5FE89DBB756223A07E524 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 9CCF8D5B02E013026830BC2E0685339D /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + 9CDC959EAAC82AB0723B5116CE019382 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; 9CE153AFAE2F96D0F934D1BAF6939CCD /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; - 9CEEB6FAF21D0BA92AC0A04AE4DDD428 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 9D2AE3583762C93008AC2DBF600FA03A /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - 9D673843F637BD65A1677DB94EFD1975 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - 9D75317127DCA2E50611CDFF673C98CB /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - 9D79F012210D6A13185A51BF8EB1209D /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; + 9D25603DCDBD905C3E3280D640D6E574 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 9D26DC91E9446B7C02FEFA5D5D9853AC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9D610C7775D84023A607C100F82FCBE5 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + 9D746F514705510EAC14794BD0BBB40D /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; + 9D820246B0BD3309229891932B60F66A /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + 9D8B44D8422C4E7EDE9D751882D45B82 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9D96339CB00FBFB4B25ED781F333A880 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - 9DB546F80EA4C8F664F7D34B6D539816 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + 9DA067396E70678CC62C010DF21ABF88 /* 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; }; 9DC3538131FBA43CF7F442029413C750 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; 9DC55014AFA153FD4E3CBC4A4A6CEF69 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; - 9E0EF2876C0D0B30FDA47BC4AFC00084 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E1B1BD66B0C2226846A72A0C6640DC2 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; - 9E662EF8BD891FF57BD8D395276CB1C6 /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; - 9E7073A9FAFCF672D8D03A15D3BB32D2 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 9DCE3FF459B64EAA9845981585067DB6 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 9E33B5D4B32B8D02734F0AE9E7A406DF /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = ios/RNCWebView.m; sourceTree = ""; }; 9E799F0463BF1E9CB29AB2DD41EB7846 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 9E90C52FDDD70CBAC0C2A6596C9C1FE6 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; + 9E7A416F75D848938F7E26374B24D1B1 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; 9E97258EDDE1B0FF09F0FC66346AD27A /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - 9ED0B61A0303FB3177736862FD78448E /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - 9F0D8879AFA115E5356585B2F6DF2CE2 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; - 9F2C6B4E466B4DA131D5D01DABB9804E /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - 9F30FEDE839FB7BCCC1244D32E272745 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - 9FA59FAD1B783B1C460FCB7A1D4C9E6F /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9FDAB07C74E234EDFEA1553BDC5637B9 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 9F0B55389BBCE3DC517D5A3A2ECFFBF5 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; + 9F0D389ACAFD22E926E943101A0A259D /* UMAppLoader.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.xcconfig; sourceTree = ""; }; + 9F82FC92BBAA394A3778E3F395619E6D /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; + 9FACD549F1023633C75B5539EDE4B196 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; 9FE7CAD15D46DC8EB22E034ACFB28888 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - 9FFBBF90E279EBAC6C6E5B68B7943051 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - A010E6033FF9CA9113F7E3A876AC660F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A02C799EB03CF97350DD5854B811C0C0 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - A049DCD752ED73A3C3142911E583CC30 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + 9FFC82B5E27A8347992ABB24503A3FE1 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + A00DE769931FC6DE829514A38AA058C2 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + A016D6A210522AC24080C76A0C53477C /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + A03DE502008020EB490A8C1BF68073A4 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + A0441F83EA88D5BC4EA94D4DC5961DDE /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + A04A060236236CB1CC69946A6634F6AB /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + A04EBFCE94F34A2DE815C6C732E0A763 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; A05BCBED3EF0DF896274C0F7F49E194B /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - A06C9573800BE82290BC622570CD2D16 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; - A0C71A8BF755B047A6CF93AE27D962DF /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + A07DF45037E3E9968E599E042DC22FB1 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + A083A60E952FD6845E06C3B5AB4F25ED /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + A084251F44171146FE7CC4E3973E0896 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + A086905870854E2803180C1E248E8B3E /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; + A0969EF9EEFF594E26EF1F633AD89612 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + A0B0145EB41C3A38809588C7EC1B0453 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; + A0D3AC405D78D292A38020CE430D431F /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; A0DE2AA756FD1093A58487EEF833F499 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; A0EA3217B857F6515E5C3725E793D70A /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; + A13E80AE6A729D77A5B03D2453A07BFF /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + A14A41BC0F35CC63BB4C79FA41FCCEF2 /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; A15D9453B10C17715504A05E32605847 /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; - A1B2AD66D7A9765C434B365FDEAF4022 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A1B3EE1E4659F5906B7939DB8EB030CB /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; - A1B82C747E2EFEE16D2A007D5E678461 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; A1C0F847D5B6DD6759E31413551F6F58 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - A1D0CBD754DC34F014D38B05008B8745 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; A1EC5104042BAFCD052B353B775968D7 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; A1F0899513A15CABEC77801711DA43EC /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - A2128DAA3DAC64937C1E6568A67A7439 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A23231E02523DBE1CEFD142A4EF57119 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - A2551752B23876F7D9DC4F441A5A45F9 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + A1F11FDF3DFB206288228C9489CB4E24 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + A20A1775CECF70FDB0A05B7C12A5D99E /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + A261092ADB1CF40A6E3D2F9C7D161383 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; + A27B300D06E198DEB17D06A4FFC3D339 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + A27E79EFF089B11810B130154DDF2756 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; A2894FAA81841C7DE26398644B1F3ACD /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - A2B979B49F7F0FD5CF0AFDC0EE85677D /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + A29945BD2BC09DFA3D6BC2B78EB2D190 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + A2B94ECD37EABC4C367A6D47319FAED9 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; A2CB7B6EE46AF3166A4B3053A322A61C /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - A2E8B0D809212EB4C96F0CCA0F7F3D37 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + A2CD12992CBD145D2479A48A3068C9C6 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; A2F98D797C5A100E3115EA3505C1DA82 /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; + A30CA10BD3D0FFFC75579BEDA72F4322 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + A317CBD38AF6741347B409C06E5EAE8E /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A31F188D4B66F6B22F8E86B908FDCAFE /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - A389A9A7F2B314A8E20CB931728247C5 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + A348741DC04900AB79C759052957C647 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + A359FDA218BBB85A1EE5CE72F7EE5C58 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + A36A109784D2B83D3C88A7A23FEE4229 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + A36F98AFED3E1B7EC702C7C6D15AE300 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + A38AAD5AE0705D48A71F941F0EDD7695 /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; A38CE196FAF4456B06F77B5B9E0CFDBE /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; A38D33F827E62F685D432C9A01C918E6 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; - A3909AF4DCC56DEC8BD614F01AECA9B0 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; - A397C6432EF2937F4CA14D523E05B8FE /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A3CF70A53EF1E392D30C064F7E3F82BA /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + A3B3F076BBD3556DC3A8D807870D4889 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + A3BBBD7319B3EAEDF4C76F20AF2AAFE4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A3C40648B277654B89CBC8308486307E /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + A3CAFFB43F1526F1910D35006AEA64D4 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; A3EF6DDC9ECF54BEBC12FEF5478C225C /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - A4061ACF38DF7CD0EBA4002BB78F6207 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; - A40D49376282675A8A1608198C4819B7 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; - A46CEB0D88622A4206E1436F9F31EB39 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - A472BB9384B83E73AFAE0B367EE088AD /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - A47C0CBE5FA1A3C612E50398D72E3288 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; - A4A7320CAB16DBE6090FF9162811B32F /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + A41D14C41217E03108A1B9AEBB310195 /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; + A422E74247A5C79441498360C1D9C4AB /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + A43B2A2F1692B94FFBE6296047F98078 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; A4B5638048C9BE689A53D2981A56EE93 /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - A4B5D99728B4D33D9FCDDC665DB25379 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - A4C3171701218F19BA57771E76E4453E /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + A4C26C6A086FE97D34ECA021258C2368 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; A4CCD66701BA3DC52D7F6038E6A0FE21 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - A4F923DC4CEBD2EB6AAEA9D65B8BE85B /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + A4CE0674C2BBE6BF5B371ADA74A89652 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; A5018CAA450033C9F40CBBDC23FA4A74 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; A504DDAED24ACC8CF4D4D4E69E078BAA /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; A54A0AB081F02B68C732C27229CC546A /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - A55F4A869D8A3E299746A434C181C2C9 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; - A598C0208EF4B24378EBB0A461F36DF0 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; - A5C0A3B289A8E8C397553F8B5795D657 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - A5CAFA657156AFE1D21437C7A8D7F6D5 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - A5CD301CBCF12623517092F643A8D4A0 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - A61A2F8B6DF63BCB408BA44CF8062CE2 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + A54A2C874DBDF53D30E7B00C51E872E6 /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; + A59C301473B1E1E55A34B7372D5F6304 /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + A5ABA0E10FE37349D53EF47074C017B0 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; + A5C5AA0F62E63156EFCEC5C452B46EE3 /* EXUserNotificationPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXUserNotificationPermissionRequester.h; sourceTree = ""; }; A6279E1E2E3335F1103BFA5A97B32CAA /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - A65519711D7E6514127CE6BBFACA6EE4 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - A6843A5A11A1F90BF27E91E750F962B7 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + A64C866B4047D0514B63E16B07FB086E /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A6ADF59D1C982FA1E0C05A534D0328D6 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + A6B893252A3E1D280DFDFA2CADD8EB30 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; A6C7344EA1DD6836B5D82E682D0A59D7 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - A6E5449429D43C155281806D933D684C /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - A798D3BC0A968E1D468B9F1BE57782DE /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - A819EBFAB8718BC7B0C8F260D76861B5 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - A82C63712B42E185D5C270BBDB629E32 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + A705E35F333CB64E04A16117FAD3D78E /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + A70AB99DF5F586D96DF4D6112CEAF550 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A70F77CBF361A7F8726BDF350E3BC69B /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + A739468F956A599232B619C8C6E0F81C /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + A7607780AD4D22BE1133EF77012BA770 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; + A7B18A8AF8D4C770AB7976F1BD5A587C /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + A7B3FE351CD5D079D637B8BC7681CE5C /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + A849D6F17D1FCB59C9CE3912E8FECFDC /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; A85363A0C59C12E9ABF0D991127F666D /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + A86677E63E89F27DFB0A8B995E0C24D0 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; + A87A088034D2CEC390DA193A4BB1D57B /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; A88DF20441288B71F15D147211C1C64B /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - A891980393FA249092FE7CE1595D6700 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - A8B4D61D8288CE098D82D4273358B6FA /* 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; }; + A8A1EF5AA6F5AB825D6721E345CD4D02 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; A8C2E718EEB7FC61E0AF4FF7745365F7 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - A8E7C9A1C152FB2C9A1CBC1BE0C1D48F /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - A906C31F1EA0FD26B065B92996BCCFB1 /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - A9202207E58FD7F8B110D0C87D3BEF34 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - A9229A056CB0E4E9B46213B6DF6DAF7B /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - A9231F578E26A211DE0002B5BDFDA0EF /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A96ADDFAE20DF4F9B514874EEA3709EB /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + A8CCE3A8FF1C2BB3A9A71D15A2E11C73 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + A93642CD6648E82CEE09E21F713FFDF8 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; + A93D3241B9A61C0E3AF6A18EE3C01E28 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + A97027F18F8FAF07D57DEA2C1E8FB7AA /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; A99DA828BE8FDFE29CCA18FF1A666E27 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; - A9A87A0830B20D2F1D739F76A9890AE3 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; - AA0B72A9927C8B436461731558241482 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + A9B6E9D6AA56035FBC360658336093BC /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + A9F1ECB1C89116CD06A428B9A667E33D /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + A9F3D8CE3395292F3E662044022C8A65 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + AA0F52207F6680AC6CC12E0FC833672B /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + AA3A9F0F068955AF9A1FE1F0F2362AF8 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; AA42C4E98C13EF33E441FE62148783CB /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; + AA4BA87D387B27FC4AAA46D250D21431 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; AA4F5619775B05EAF3BD82EDACD91B98 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - AA86777BCF757519048D2B2F0BB57062 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; - AA9F3BA91EFD2DFD1E498DEC5DA20721 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; + AA55F1D992C614B377DABE157C495CD4 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + AA5A5CE2053BA64187F6CAB446174B8D /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + AA61D2586DEC3E69D8458995082E1EB2 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + AA6AABAC22A2C9E92D9FDC47AE29EF1B /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + AA9EFF9E1F58142D75197642E0C42041 /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; + AAB0BC80CE51061ADC08C2B9A74E6B6D /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + AAB1736337E11BB29D3ECDF0F8A97C9A /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; AAB27BBE32494400507F8652BE36111F /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; AAC30C36CEF4ACB54CE1E6E49DCF3E31 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - AB152A216EE0183A2D0E61D446A9F071 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; - AB4EC7BD8F12B5BFCA132B5F5897107F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + AAF7B698FAB5610C1CD443A453C33DBD /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + AB085A3992ED4E69309C402C9B2F36FC /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; AB686584E542E1751A41715CD307E524 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - AB872D6F4881170DA344D4B5D2B8950C /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; - AB963DC761596175FF14D24B9E1FF84D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; AB976C1FBBC26BF65B263E79ED2A0E2D /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; ABB34BE98015F83F80BC4216458D9FE9 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; ABBAB6A3B14167BE15806D2D4C391430 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - ABBF666395B823EE55B5DA692E6E3421 /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + ABC668DC426F8332543A65F54FCF281D /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ABDF8913C48CDFD3513678263BD2FD3A /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + ABD85E9167567FF451D281EBDF949DE6 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + ABE4F8095AB04F484F6324A95DE94BBF /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; ABFB99715FD05FB4DB35E948155D825C /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; ABFDDF7E2B4A60522C6DC5915D034318 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AC251573210046CA55ECE59BC216F8F9 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; AC3787BF1E614D7EEDF5E1142F012247 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; - AC4FDBC85BDB8D7D488E2A0A3D48D552 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; AC5BBA5FEB96505850A90FBE111B046F /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - AC65625B781057D8733A1F09D482D2DC /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; + AC73932DB13C2FFCB3452CFEEAC680A4 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + AC76311E978D58E169180D737A245C5D /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + AC7A1ABFFBAE81D95EB7D34A5A84E6BF /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + AC93F64C4FF795DA7D71958ED0C0C12C /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; AC94EA86B185F27AFFDD010481B75ED0 /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; ACAF6F97C93480DEF850BDAA7DE9577A /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - ACC9E5D3EB6C2A37A989CD278DFF0E54 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - ACF74694A6631E1862E7387FF1FE94C9 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - AD04C1BFC9C5F281657981675CDCA95D /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + ACD2F3F414E96D13C35322EF4AE69D91 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; + ACDC8A7FA99E4FF01F265E0D69134BB5 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; + ACEA68F757D72584A695A3324B50BAE5 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + AD1462F43B9EA1A2C859223A1FF5567A /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + AD20E09F0FE02C9FAA4E0DDE1869D0BE /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + AD2CDF92D73070FFB5EE0C531BCFD946 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AD4EE6B665100A595F0DC9AF28ADE115 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; AD5C654D5F9C65609BC75BEDEB1C2EF1 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; AD6234B3E3CB445DBD2389BF9FB6E66F /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - AD6BFF2AC7F77775631A869327EBF543 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - ADF6CB3A2BDCBBED3D3415EEB41FDAEE /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - AE049BEA86652F24D0A2D756241E35EB /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - AE1C1F5B1636218DCEC267CBFC409026 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + AD75891BD7317952B386BB20DB6EC735 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + AD9FBA4B78EF69235DD6D73B54188C83 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + ADB0E98F4BB29FE3E50EACF5482D4E73 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + ADE4BB14EF822D38A1B0B6893FC53797 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + ADE6781E53EB3E67579C6B6C030FAC93 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; AE40F8A55B4E0868CA1A35733818234B /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; AE42AA2FA59AF812E73CBB61E72ECEA8 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; AE6009DB9E0286F743D5CFA5415F06EF /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + AE63784DCC7682872AEA595CE8F18A1E /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + AE6E23B77F7FD55BED26239ACD359A3F /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; AE786E2067197B64CADFCEB08C452C84 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - AE8DD84B7A89FD6DF94D5FFA10AE02F7 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AE9A643C6116EA81C178805A8C7A2F45 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + AEC5798F259B20AF35F1CD204E5E88D1 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; AF0ED6FD0E89DAD5362477D5AFF91A2E /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - AF1D3A7E4F081812185DAEB37EE6E065 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - AF2531016461C8BC32A2D395A027A648 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; - AF2A59648637F747F242FC3FCD695827 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AF370F773F98172EBCFDD5981186996A /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - AF55E15E2C3E4E070679685042CA4096 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + AF2C13F10534DCE134F4B309C3D6B264 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + AF41A58E42C12B0181094DB4940A2857 /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; AF56195464AFAF7C34D6F48C7CFF702E /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AFD64F773FE98BC3A3ADE46A8A9103FB /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - B02DD65D05D4FFEE128900D4F7D0DFBC /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - B038F44ABE2A3C6093324D530ABFE312 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + AF889F654E50953726ACD4B8DCB9B5E7 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + AF89BE7FDF89C01015A090FDCD1FD7CA /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; + AF920EA3B184284D2672C0F0AF7BBF13 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; + AFB186041139443697595C938D376E59 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + AFF34968982BDBCFB8E19B39698372B6 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + B006FACD73AA8737DCDB4B87F42C1DCE /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + B022624C369BE97CC1724F31C0B7275E /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; B058F035CFD84ECBF8414E4EAE5834FC /* 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; }; B05C43896E9F95B6A4756C24B12C8DBB /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; - B0A3DAD382322F1A249BFB52E044950B /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; B0C730BFACECB7606E3E03C1D15A4BA2 /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; + B0D69AB0552916946CFE8510B362A05C /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; B0D7F4389F6E6CC404907A69EE8797DE /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; + B0FFA6C80F8A67966392DB73CE915CCC /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; B101A21C2A5287012254B056CFA7D4FC /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; B1151875A2C24A78423CC58505388627 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - B11A55FD8328E6DD365FE8FE004FCBC7 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; - B122B1EE8FD3AD8E8CA73EA280DF17D6 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - B13AF61B2C73376A40B9B8A94305983D /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + B124C8D5931E9566A077BB7C089CACD9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B12EE8602A823E14F0D9E8BA32311AA1 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + B13877E87D97E2F8F4EA06D8121A94EC /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B1481C8FC99F5FE787F9FBBE96DD5E9F /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; + B16F257C57E497257669CC76BA07B225 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; B18979D7EEF1DB0BD8B390FAE4FA6123 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - B1BCB56DF0243718905C4F01C56AED89 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + B1B7A66CA40B037C34377CACAECC1D55 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; + B1D848DB6A5AD8268BAB056A588CBF24 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + B1D8E53CA06E2FD05334233A34F0A306 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; B1E3B9B644AA67562AB8AF3F6ADB7F0C /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; - B1F55CCBE67BE68BB69741B56329314A /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - B234A34E47BD553B1BBB16FE8E4232F5 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - B244A2A0B9030A23EFCCC664D154DC51 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - B250BD041FB5381BC6D982CBE9174EB7 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - B287CF42AC85785CD23D4F996A46205E /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B28DFCB28C906E2A2ADB0BBBAFA4E945 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + B1F80EF5F75C98FB7CEB07165A04BE38 /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; + B207D4D004C38866ED1F31D7485BF0EE /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + B214BD9C36501DA0F666AE8B05AD9A4C /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; + B22482A857E4CE1F9EC4A91267459DEE /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + B22E637E3FC4550D0FEFD5C1684784B4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B255B185CBC56817A54E302D79B84A2C /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B2910F746BA799CA787EFCE48845B524 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; B298AD16DF9C7781D252AE8F6F69B0B4 /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; - B2AC5E2196CD9B6DD211636809906426 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; - B2BC78EDC760B450A885614547A7428E /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + B29E9B69763520242F449457640639CB /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; B2BDA968F3FED747EC612A14381CAFCB /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - B2EDF1DFD33ED220F0315B82842BA8C8 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; - B3036C135F1DFCE419D5AA9B4DFDEC42 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - B312FE5691799113B85CEF8AE9BB6290 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - B330D7E6ECB96495FE5D9E5DCC9EF7CC /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; - B38B4B1080E2D409F08EC08ADE9D8F04 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; - B3BB883D8A8C3E696C572EF6EAB59284 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; - B3DF4F93DB36B32D91549C6ABADDB132 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - B3EA2ECAF632E137336F97437D3E6ADC /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - B40F0C3B301F32AC85B84546178CE0CD /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; - B414D8CC65221A132C98C29A03A19116 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; - B41590C1DCAAA35C248A956F2B3F7929 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + B3690FB9D860840F6DDEEC034869D8BB /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; + B38DB33F670C531001C821BB7D7613C9 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; + B39F3EA908B56EC99DADCAF4C1732564 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + B3D82DD98071E79274A3019802A60E37 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + B42C0EEC2AF787FBF74B907ADF09B977 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; B43DE523DEC5C5015D53A04238FFF28A /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; - B440325A10B029C79737D862E693796A /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + B44622DFEDC8C1E0872F5F31C06B431D /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; + B45903CF11C39B9FCE0E9E8ED5454364 /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; B491F35981D199A9F597FA6ADB1CDADD /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; B49950F25B4587A0F1428A0FF4D062F1 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + B4998D6EA6CE1D68BCEAE9418CC9E1EA /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + B4A19504AAFCFCDCAB0D4D298165243D /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; B4A567AE04DB13B59FF8430E58211E82 /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; + B4A991087FF6F1448365F884562EF0BB /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + B4CBF62749100696269A58ABE3AD370E /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; B4E59C34733EDDB63352F51EA330CB81 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - B501E4BAEF3F88DD797B97D436749B45 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - B539A7B9514BB8308B7BC00D8903DEAF /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - B54554CA08243B0445BEE89CEC127C6F /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + B4E7A8B4EF084DEB4E3DBB9421DF309E /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + B53D4196483103E20CC3895A19D7515C /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; B5609AB6E46F0A418839F14921E70AE4 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; + B574A2614695898261919756FB40E3D9 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B59940FDE0B917FE2080F8206495404A /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B59C6445493BACD5876AA3D8176366EB /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; - B5BE368005DFD93C79A814B8743A0E9A /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + B5AD579CF7B8D3A6341104D6D503EBCB /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; B5C4CF7EEBB56E009C17E4CB2CDCD303 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; - B5F80C9501800379D69EFFFD9BC11E1F /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - B60EAD97AC08615CF8BA89493710EA13 /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; B64A61A851185348B2695008405AD490 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - B6577B973299B70BE40F64482567C803 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; + B666367F2AEF02583A749EBEB324CAE6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; B68868E9598353F7206899DB35AA264C /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - B6B7BACA996C70663A94C0AC4B349908 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; + B69802FE5D6973E0F3F74B9BA5769C1E /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; B6DAE9177A3C3A2B93422B1382202FF6 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - B6EE70348525F32720F5513A236840CB /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + B6E7F6CFF7243FCCB557211BFBC39627 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + B6FCCC857829E3AADFB1FD2840A10FC9 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + B6FF46DC4869A47D4B1A79A2F7D9FCE1 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + B70675BF0C1999E6AEA7FB2565BD14B1 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B72D2A1AFE5D8CB8AE76AADD8B87B42B /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - B7437E080DBD8540D545B371A38CDE34 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; - B7548BAB87BDEEEC008F4518116A4FB4 /* 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; }; - B755B5DEA69CA3FE94D40CD2B3D5BDA8 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + B7306BA5C2451AA1BBB2567333902B39 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + B731E1D065FE038F0659D216D2F696DA /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; + B74F33AD034F479DC84E3E7D503C826C /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; + B75027B3D631BBE631033FCE88791895 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + B759F1B53D8E8BC2586922278DA8B9C3 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-background-timer.a"; path = "libreact-native-background-timer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B7619685EB70998E0F7EC8865DDD7D94 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - B776E20C9A189F93824B81E78FC45C39 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; - B7A4880C2EE835771E9D06A2BD538F35 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - B7E0EB48FBFC098528F3AFFD3FF860C5 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - B7E6A981F9F4AE159DBB3DAD00EB4403 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B7F0074FC2D8A9EA66D202D5DCE0A2A5 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + B773A8910CCA99ECC89E2A7DA066B7E2 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + B78920E7F8B47FA8C28F5FA317E1BC35 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + B78E97CB66220ED2682AD60E2CFDE2C9 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + B7A2694A8E0D25AA9F3005F9D6B28B45 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + B7AF00286728B672293B3F31A09F7860 /* RNBootSplash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.xcconfig; sourceTree = ""; }; + B7C3902228E8998D81D865078AEF626D /* 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; }; + B81C124EE9C0D6157ED947AA568C3E8C /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + B836C4150968AB6CB201FDBEAF345D62 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + B8490484C45BA8C5C92E38C7DC4749EB /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + B8584EC9E59E9179ECDECB66BCB46139 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + B890DFC7A7421FAC89BAB926874BFA9F /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + B8ADFC3CD709A9C5292EE0E5EAD33C55 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; B8B19D7098E1C36EB82CCA7E162D0984 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - B8FC91299498ED4C8360B3FA9F79E38D /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - B90B4942E1ED0199158E5ACC0EF66E35 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - B96641B5D9DCA4C6DE1C0D7235BAA942 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - B96C2FB80F4A61F7610D6663DB9DC0B1 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - B9935A42776FF18709A2F382332B44DA /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - B99E5695594CBE8CFD931027DD3C667C /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - B9D904F1C8064C21F44FCF652E65AAA8 /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; - B9F9868FE878EA3D72E95B136344BEC1 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + B8BA6701BD8E46A84B9F07746385533E /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; + B8DEA0D80A18F8535E7EC25234F2FD81 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + B925713E8B07BC43A6B251B538AD3EA9 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + B955349B39533145CDAE10EE18937134 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + B9CEAB2F86E4F088A02274C1414DE8FB /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + B9E241B8F182966DB6257F6EF2DF8C42 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; BA065BF226D7D8BE5F672D1B12FD2519 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; - BA407E1C13578F7B43F9461BB02A73C4 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - BA44C408D387162B22E4CD223D65C7B2 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; - BA906CC25277C293D1CFF35A617152B4 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; + BA2876B6CECEBADC043329575B142A92 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + BA39FCE7B7D6C4634079B04809C889B0 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + BA437AC0E4FDCFCC84857B227572A0F9 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + BA43FE43EA638C45DED55CAC3B1FDC93 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + BA4535A50B3AB47322F5447F92AF1689 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + BA75D4667D10405301A74A8CA846A155 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + BA78A1772740B4E478C916E6E8A882DE /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + BA926B243299D2DDF430FA7DAF44B8E4 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; BA97DE2A8EF2E1432F205EFE746D7873 /* GDTCORPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPrioritizer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h; sourceTree = ""; }; - BAA6411C85426B36C85020C4B1C208E6 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; - BAA7D6FBDA74E2838646EFC29397B571 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; - BAC744DF840B073F67D86E407066568C /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; - BAE4E2BC7E0C20A3AA1DB5C880F2695F /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + BAA6FC1F2189DF65B88AE20FCC0882CF /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; BB117D47D780DC71082229222E18A9BB /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; - BB201F23A57E266A0E92BEF7B46EB16E /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; BB3994268A3900BB3EC0B6E41C8ACEEC /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; BB473672F668467D6664FFB5D1B0E078 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; - BB93BB2CD1410819A6FEEBB03477DAE8 /* RNRootView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.xcconfig; sourceTree = ""; }; - BB9605D1B5460502B2344AE8267BB8CA /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - BBCAF914EB2DC456D8150A87B6FB5C97 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - BC0F6ABA02DFEA3979B090303AFE0BC1 /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BB52110DE8E2349D608ED3EB4782BAC7 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + BB7FD58A664FF21E433E04797D15A3C4 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + BBCF27136550EC50E081875275784C83 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + BBFCB5E60AC63130656AA75C26A0AA98 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + BC031C46A6F57B9D88C6A473D8BC8721 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + BC1FDEAA35C7D2C0E5B775568F9E43F5 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; BC36EC56CD213D984C4B7F24FD1B9665 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; BC41853A6450E14F865A02ADC3D019D7 /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - BC9D529BF5731E3078C6EECBDF867328 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - BC9D7CFECF0E1016A7AC15B8E44E1539 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - BCB2FAFE4C12BA32A8EADC9720F53E34 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - BCC8958D94FEB92227099ACBE9C9FB36 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; + BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMPermissionsInterface.a; path = libUMPermissionsInterface.a; sourceTree = BUILT_PRODUCTS_DIR; }; + BC7FB46749CEB238F31830ACF280624A /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + BC966FD6065991B6F5FDF77BD5F5F17E /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + BCCEB59819C9E8AED019EAAA3C0CE568 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; + BCD608DDFD5C535FD5785D87369EF7F3 /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; BCDC1F0FF0B1E2E4C213D78D24F0F9CD /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; - BCEAF35223D82BA11CD63E498B46EDA1 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + BCF2345A2EA02A64F30B955F622EF579 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + BD120D0B9EBE42B9FF56074133CF8095 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; + BD163E916006FD43987192845156D8B1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; BD2D19249B0E5F20B228D7924697E712 /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; - BD46AC5385CC84A5952D1E255FF9A689 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + BD45415BD752013DA3245CAA4A136B95 /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; BD58A224BC63CD1E1BB8C5E6A0AC8AD7 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - BD6F5B85E73250F0136EDD338592C8DE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BD63E6DCF9DC7564F1DAB4031A9B4904 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; BD71E2539823621820F84384064C253A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; BD7302148CAB101FE972B11E7D6DB858 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GULSecureCoding.h; sourceTree = ""; }; - BD8E04118ED59087038A3197896170AE /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - BDCD5401FA368574693A20794B33DA3F /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + BD9BB7CAAB97EC50B163F88F0959E1C5 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; + BDB51361ADC5F8786F4F64E304B59085 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; BDEA5C38759AB791A74D4E71063DB293 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; - BDF7143096F238E5F373CE201997766C /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - BE06FAF60C7586CDF0EBB38218A8E5B0 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; - BE07A41A7E2BE53BFC6B0863EDD5137C /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; - BE09031574CDEACBB49CE1AC66544EDB /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + BDFC9339EE297F17211CC6C8E89DB7F1 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + BE1D3669F434F811A32D13C0E52FAFE8 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + BE1DF413DABB55E0CEEB1B3777FB3199 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + BE3583A41F596110133CCBC8DDC04DCD /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; + BE3BFBECD1E15553378524DA541FB1BF /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + BE6361C2C7231939D52869D9648726BE /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; BE710B81BB8CB34A3D44E178C59ED0D3 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + BE7BC47FCD051102ED6D2BAF207E6472 /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; + BE8A10F3D934DBDC54D658272AD09D02 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; BE9A40D3A7B0498886FB7048EF92990B /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - BEA2EA1E087459E4C63B1E4E71562822 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + BE9D0C42DC3FEE44D14FF79EE1BDAFDD /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; BEAA4F63A52753F14D4888D08369618E /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - BEF99ADC4DDE3984F46775A1AC8A3678 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + BEB35DCAFD0EC01BAA2869190E84779E /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; BF0E8DD8BC7FDA879032926A40B37AA3 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - BF115FF8ADFE0DB9FE090BF6D8064175 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - BF45BB6462C515794294F19F13B4BB37 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; - BF5CBB0DE4D0AA9DE287CF7AE6A51CEF /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - BF75FB52132595BFDC41B0278ADAEE91 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + BF20113E5333E238C790CD7D1BE83741 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + BF271218309EEE07EE2F305F9BD4CA0C /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + BF2ADC54D7E69F18667C6518600088E6 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + BF3BA0755C19E6724BC80C2500A6D7F0 /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BF520FDCEC159D80E94AF5330E4341AD /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + BF6063E7F3E500D9B6543D851D611C30 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BF8CBE83E30879887DB3CF9E8377D2A3 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - BFA466318F7726718D3485D2E96C30E4 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + BFA7CD588CFF3BE372A07F620989FC01 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; + BFC75BD74E2839F062A16CD3F3ECBDD9 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BFEFE51A7E6B91C9E46778BE0E61BFDF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C000D12BF94907F234EED6E2EC242655 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - C003E82845B79893D5C223AF9F0D9547 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + BFD250D0AFDA07A5E09D2F7A6DF2AB44 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; C02C313B7B5553296D2F7158CBE25081 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; - C0422BBB11687EFE612D490B8B0C77DE /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; - C046E8B167E889528CF9671EC0A9C7CD /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + C0595D2F60A504CEDCF98DBC6C2E2792 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; + C05FA934427F21B6B65325D242CAB121 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; C06F60B264CEB19482C4DFD3476D64D2 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - C0AFA44A2045D5AC96AB70C780E3244E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C0C99EE7CEEF2ECF943384B07DEFBF58 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + C09B08B9F9590C063A274292A00ED08A /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + C0D61DC80278A4BBC9BA7185A8F3A0B1 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; C0DCE0BB52AF13A0B41211860EA0CDCA /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - C0DF36E5B1109A8017EE36132A740A1B /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - C1481AC3372BA057871887B7964B537A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C1045733D4EEFDFE0FBD40488F4887CD /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + C163B02F714E794BE7DAA2AE95177498 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C17CE26530BAEFDE35C1E982341393BB /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - C189945D9B7E0350FFF117B433DA54FA /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - C18F74C4680E509627B27F971FFE7F07 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + C19448AA604F055B80D33BAE242AE46E /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1BDAF7514D177B767F3850F0608EBF3 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - C1E9AC90B7DAF68E7C5B579D368FF30B /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - C1F15DAD777D61E47556A49390A2CB1C /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - C211084854232733B6106F84F2060236 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - C2205758F4EAEBB746E096C755FAD032 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; - C2517F65DB4D4963955B79BCC8FB2A1D /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - C26A935CB0E6EA873152D98DFDB862DF /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - C29328094405CED92A7C7819B81EC90E /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - C2DC0411F3D040280C23BA49ABA4BF3C /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + C1A94EA75A7BA3B0E4302059BCFEB33A /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; + C1BB0714F1D179F05D35A91AD0F7A8AF /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + C2191B7CF81D4C1F7B3391CDB0A323CC /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; + C22718127A43B28BB68438E3B47B6B23 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + C231E24D0601A09B1D661E9021E1FF10 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C2645E5006C70D6B624147C383C5DD7D /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; + C27EE54FAFD51156AAA2A03935FFA799 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + C2CB94F061FD37D5215385BC264E365C /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + C311D25970FF30E9C7C775ED20FD09A0 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; C31EC300C1418FF40CB367611BE8EB41 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - C3311B35B5431B68BDAD6D00E792EA16 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + C32D7C624A113334D910356C026CFEEB /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; C33B5059A86C095F0D92336CBCB1F51B /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - C355DC38001EC1DC404881B238ADC3B4 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - C358DCFDF7DB17909BE6CDF6AE5AFF7A /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - C382C4B6DF1722D9953FF2B3DCD27F4E /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - C3A398FB2047D8FB5C115BB7C9C44E07 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - C3AF558283E7E128FB626F24EDADC103 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - C3DAE7153508F7F0B6671673C25A424C /* 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; }; + C38DADA01589641F9B17088966CE9D3F /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + C3A4325D71A2D28D9A420F7F6C4F938D /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + C3C746432FD60B07CFFBCCDA55698D8F /* 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; }; + C3F873101E68AB7AB6750170F1CC997C /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + C406F62897E13D577293695761AE8DE0 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; C422929093AA864A077D3201B48F2AD0 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; C4479616B9A8800084821451D7E8362A /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; C4539C0D5139FA433EA40799F1AC83A5 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; C460DA70768C93ED1BE2D6D8F8EB4963 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - C46431CFE02C9A38B7F8ACD3747A235B /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - C4741A74FB1A6CD3FE3B6FA8EC517E84 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C486485423B3730492ECFD48D1453907 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - C4ACA86B0CE6802F5303BB625FF3E0F4 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - C4D27DC1954AA7BF4D04B07CAA3A188F /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; - C4F47A60F5BCB7F76EED93F1C33E870A /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + C4AAEC6AF84E482663BD55BB28C83C26 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C4C82D0794DA98040D5A7DCF691567B8 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; C4FFE67DC13EEC2EBC31ADD1DEBB2A2A /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - C558069696C77025B946DE8910693620 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; - C5BEB9A848B453A49069AB5DAC45D1EF /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - C6195A96E3126C5962D909EFFAE81ACC /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - C64D7B0743BF13D2875ED1AD6F5B1BBF /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - C651F8C614465833939221AC4CFF9313 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + C5091C0A789A5722B65B44F7A1254FCB /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + C526010A82F51F0160BEC5A43310ECB3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C564AA6335B6EBC9C23AFBD015DF763D /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + C56EBCBD2F78347186FCB4464E9090B1 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + C573F9839F0DFBBBF0B71A04BC958D8F /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + C5A4190ED83DB8EAE5795F16E262F348 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + C5A6DF8A0837F3F1166E6F512F59A7B8 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + C5B2DD665C499EAED2754CDDD7C983D0 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + C5E8BA85ED91CBA07263CB3BC35294D8 /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + C5F1A58BB6ED4B9FA7894540D6B6095B /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; C65235A5B4462861F568033127D5801F /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + C65E211A0633D7CC951D33732CD51F2D /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + C65F164291E733597EFE8C5446CEB449 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; C6624A128D06B1B7C27D2FBFA0584A44 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - C66EB41246D9082724732E634930C37D /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + C672F0A851D2744AEC819BE7EB761550 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; C67A04FD4DB80B332055C981539D61A1 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + C68ECA5B63E304503C023340DB7662D7 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; C6A63FCD6FAFEE69391E5C3FC275512F /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - C6B5FE04EF96F3DBDA6FA2EACB05DA49 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; C6C1424961A6648F4F404DB4D5B51284 /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; - C711D324C097D28645BE1368E672C76B /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - C71C5AB1403BC17521FDEF0FDBF14CDB /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; - C72F668DD60E0AAB30EDB1330EFA94FA /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; C74C60148A4948BAD446E2F2B11586EB /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; C75A86B18664AF17C832083530EBC07C /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - C75D6141B889C90F12173F1E3786508E /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; C75F6B7CCC80F365375AE3D64978BE9F /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - C7699AFD882E9DB82C6396CD2B33D5D9 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + C7697D177A9AC5B3305785040048B838 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C77C24556A53C47DF40E0A8E02AD3723 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + C789D6FA9773A57091FEF46BF5B246F2 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + C7A3ACA942980704A89C6E5CC3219F2E /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + C7D7B4FBE8105B8A8F9749C0DE0CC4E1 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; C7EFB60008DF9B71E0BF22DE8B9F1110 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; - C81F654D7818C2EE9EF9C05806424B36 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C830DA96237FF0F27DC906DD364FC1BD /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - C887A99E09489A56DE2379D37D1AA86E /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; - C88FF80CF46E6A7B8FF8FD176C8397E0 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + C814CFC1A87CD8295FCE71C6CCC1F35C /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; + C82F5DA02C568BB4C4C5400DD44F5A00 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + C83A0AF41DFE9DDFD36003B5BB0ED509 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + C847E5C297D047C9C5486ED523FB0FB6 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + C879CF5F9F3F504690C24C4DD70A20A5 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + C883296A23EF56DBAACC037EB2F126E6 /* 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; }; C8AAC00DA3B23BFCDC15277B87A9557B /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - C8C38C11207926949E1F8094DFCEE99F /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - C8C4C62EDE5BA4D7F161B54E1D83F566 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; - C8CDFAE1DC19C13D3DA945619871BD92 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - C9013C562EB93A1E3B006E509A27A411 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - C92512161C2301398F3E08A8BDCC12D0 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + C8C4F6CD61633AE4D2DF0A28EF27B590 /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + C8EFC9FC0F04542A0C0EC77613AF1962 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; C9483040D5F6D422F682396B87AF87D3 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + C962AADFCD1221DD7497DC79B7A37C50 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; C98669397B6EB380F73981625F007E41 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + C996A6E63A68DF84911C919C171BE0CD /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; C99B6ED7E39443CBF47A64AE5D60CD8E /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallations.h; sourceTree = ""; }; - C9AFBB9FA5EF794E37A4AE54452BCCF7 /* android_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_date.png; path = docs/images/android_date.png; sourceTree = ""; }; + C9A1BDEB848A1F99DCC1C09C349EC3D3 /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; C9C21A13DD4599456884602B0D4C6757 /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; - C9C25D35DBEAD6FD160BAA8C91BC077A /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - C9C40E7B6B5993D70A5D70F7D30FD3B4 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; - C9CD2D78E8F41D39A64B4383E335683A /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; - C9F29936E7E20B3CFD89B9C48AE3C54A /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; - CA1241D3B5EEE4FD5C20C761219A6335 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + CA0884EEE65265D9C1173315898C715F /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + CA09E0CE1A07741A4401199479C0941E /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + CA1B3E1BE6099C5ACCEF3A771967F89B /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; CA21C40AB9E6792C5EB386BCA0C5CF9D /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - CA21EDA115C0A41E286ADB005D6A38CA /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - CA225D5A2E6D717CD7870ED6432FA37F /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - CA3C674A38DA149BA329634D1B2F2B08 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + CA2B916AF3E8C706EEE3FCA793E10BE0 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; + CA67F08689BB731E0B8CA7E994A94636 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + CA805E6377693E69ED26C02F8719CBA6 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; CAB97B058E412E0CFCBF16E6AD07DCA2 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - CAC46DBE9FF571BF7244115D067D58EC /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; + CABA644F0321E5D4E71EA4106921CB01 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + CAC24283964A041B6B2CF6DE799D797D /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + CAC6941D32D79578AEDB6050C10F403E /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + CAFE35CE5A47DAA149A25AFFFF772FC4 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; CB0E66A3C33EB8EEC21616C116ABB4A4 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; - CB45C71AA8B34A612BAED8BF10703C66 /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; - CBD234B82B5CCAF78C77FA9DF5E9585E /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + CB2FAC3D6885A0D52E1EF69887F9E7BE /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + CB341B9DEC90F07ABD0A89BE587702B9 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + CB34542CC2217E0DE014FFD843D671F0 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + CB3B48E6147457728CB56CE1BA95DF0F /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + CB5E95935F2C33DDFF6001A54F399BAB /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + CB741FE3778527A80CFC0B2A73FD5D32 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + CBAB3B1471E3F94BCD38750784E669F6 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; + CBB61D1C8E5DC016AF00232150B33604 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + CBC62F256D9A8EF420880FB91A287F40 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; + CBD4C75C67DACEA8016654464B69DF3D /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; CBD554C9D80E29A82E56D1B7897C0E38 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - CBF28F20DB25164617538A4344BB107D /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - CC034D566D928405177A6168FCC656C5 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; CC36153E97819CC766DFEB874BBF6500 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; - CC3A25758C48E41849D21816D17AE1E8 /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; CC558CC663CA045F998F5CA528ADEDB7 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - CC612AEFC201E55CBF50D8F1C40E3C3A /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - CCA0576919667EC33DF985E4FC2910DE /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; - CCA75C4910342977B6F64CA73A753E66 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + CC7D21AC60B2AAB8DE08718F0CF5314B /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + CCB2A41EEB91EB3807C5482F1A31903C /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + CCBC60AE51C7D42660263B60D020BCE6 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + CCD877C48A8ABBE187C4342B50541B21 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; CCE13B65AEE9DB27E1676D172D142597 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; CCE294EC7F18FA41E37CBBE707B45FEA /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - CCEBD8208E1F25947DBF57D76B5C55C5 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; - CD0FE9AEC71E72BBA5EDC48C7AD1A511 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - CD1A41557D9711A38CCC49769B2E64DD /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - CD1FD19EEAE5B49A97158541191BFCD4 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - CD3B18274C7390B7F392369B851990AD /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; - CD3C78B7160EC7119BD39667D355E1DD /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; - CD6A04E34E320C574D92651833E61C62 /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; + CCEBFB155CE3EC65C612FD39B65A5D76 /* 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; }; + CD0DCBF9B0CF8C7D468B1236B3A03BB6 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + CD254CE9CF8E43C6DE245D2EFBB1327A /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + CD3B1E4836C2B5451865F6CBA58759A1 /* react-native-cameraroll.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.xcconfig"; sourceTree = ""; }; + CD458EFC1C8BFCF2AB63643028A3E32B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + CD49EF6D76776DC6E5F1F172C0945E8E /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + CDA228EE1AA13FB02756455F56CB21E1 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; CDAD3963A0F8EA40EAE6B916D5AA0A1F /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - CDB5F578E2042E693A3F18E5B3DA855A /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; - CDBBCFB76DC32DEC120D50C17B098C0E /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; - CDCB0F44C93968319F5B2F7B8EBC8DEA /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - CDF181DFCA63D1C13DCE1BBC296EF995 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CE0615B53F7227CA93A036AB3700D8B3 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; - CE0BF9DA931342C7564A2F989F329C44 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; - CE0FCE9C44F84A0134940CC28EBE8AAF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CE2680792DF7834893B2F58F450A3ED6 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; - CE4F6A837ACAFDF071968B59BBF37B73 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; + CE01AF03A65439C83A9931393091FF1C /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; CE50447D6089FD034C451BE7675B6D7A /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - CE5C53A1B492CD6BA850C71383973F6E /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; - CE61B3F28EBD3E2F62F2C9156F67624B /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + CE5EA316A2E1C3F6BCEB417F73B7C7CB /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CE6D4B16FA4BB2AFCB6D2BCD6F485365 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; CE71CD3D3C773A121030FB81AB751D1A /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h; sourceTree = ""; }; - CEB2BCA0F0DD370D4283F50B7F88290F /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + CE9AE7FF8E58CF83EA0A6D584CD74613 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + CEDBA84A1F5B47029EDB87F08D3929A7 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + CEFD06A3C0255C0DD7E540F9AD5E5E2B /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; CF05DD10D852093D157806E5E953BD23 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + CF353E7A44DDBE94363B76364EC14F54 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + CF7E45F6AFE55A0A4D7B73EC61614501 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + CF834FA050F757363B90E37020E1DDF5 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; CF993D633A32BC1ADCF4B996EA47AB13 /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - CFD5AEA230ECA97BDD5DFA2CB6101BD2 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + CFF6C5FEBA77BC2E8951FC79B34E88E0 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; D00145960C57E93C0FE7769437FEFA04 /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - D02317A1264D11D9C88D834F0437492E /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - D02DEFE53D76538671483BD6ABAFF332 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; - D051CE3F548B77940F8E4B0E54D0A708 /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; - D093A63288644F13E10F340EED802CBE /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - D09A584413A8371E3BE799A82AD2D5EF /* 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; }; - D0E0DFCD14E67C11706909A6A99C5344 /* 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; }; + D04B7E2613F82221268696643CDF9CC2 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + D05763399C0C43784190DA57D7339AE6 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + D0AAE68DD397D2CA1FAE9DF98CD3C212 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + D0B6EF8F03028FC6F7F2C227AA0305ED /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + D0BD5F5B2E797E672656B06E2516C4C5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D0C142362A2D417012FCB7FD075FCC32 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; + D0C5472A2621B7D14535D32C7F005C79 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + D0F943C780C47A9EBF2DC56C5DC75B33 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; D0FE094866BD845597950E5E71ABA095 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - D115542288AF9DA2B7799D6CCF398704 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - D13E6CA127225217B17223047126DCF0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D1585C3D95C3736930C300B0FB361CAC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D16147733BCE6219197491A1619D4057 /* ios_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_date.png; path = docs/images/ios_date.png; sourceTree = ""; }; - D2126D3931AD02B5F31B449780DB9354 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; + D11352460D45BF5E088E22D1C62A7CAE /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + D11686F510A95536BF8A8CDDFC2B6601 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; + D155EBCDFBC684096F05862E01325617 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + D1C3728E396239603DE8696250258E58 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + D1D920036CBFEB6265368ADF9F6ABB72 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + D1E699B565C85CBADC8A2C7F7725F5AF /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + D1EAC7483CC496B324D19A4ED67371BC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D213D5F3E331581204D69F5D544E0DB1 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + D2152857A727F3E2C909878BE0C4BD3E /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; D21939B5F49D3C368E0AE91BCDCB1CF4 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; D2339AD0FFA27A5E25CA38B3E89E724E /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; D2435B61807A015F7C86DCAB5E5A19AC /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; - D25CB0CC8CE447B4C42427B04DFA8320 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - D2E9528C15F34FC663E46FCF92A0ABB1 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - D31D1C26D5CC77343AF15248ADE7F6BA /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; - D32FD2DC67C23F6E6A8180188AD1592C /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + D27306986FC5408AC3FEF9F3D00DF96F /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + D2E953FB7D2B868CC851F5A3913258C6 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + D30B2E8BB541572E0CFED72143B2D5FB /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; + D3166CC11D7171E4EDBB61B8556955AD /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + D3361AEBF5A9BBEC8490AE74D6138124 /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; D34AAFE9C37C1A4DC2FFAF19DFF69CDC /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; D3601FC2175A7805C42496F6D3F25E1D /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h; sourceTree = ""; }; - D38935DB2A21836A8A17D87C02FE8DCC /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - D3902FEAF386765D6D0AE0F129445AC6 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; - D392E813171E4AF47DB543E300F51995 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - D3962AC3887D0F520323B79177D86337 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; D3ABC6469D72A242803A91AF2DA0B153 /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - D3CEBF185736931401D88D86C390B09E /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; + D3E6D03C20ACECAE030550547CA1E339 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + D43239CC218A848CC0C62AF8E7DE48D7 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; D4389EC289745BCEF60BEA7CDAC784D2 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - D4D3029D489B9CC30FC5E9DFF1C63994 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; - D50D717ED039514E7E3EF72E9ED56463 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + D48CC1A2F4DBE99ED25B6AB7A23A80BD /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; + D4D3E4C632A4B02346E1FCF568BC9511 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + D4D5AA359E271AF660DC523DE65B7185 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + D4D7A183F0626C3DEEF5CC2967FE038A /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + D5030652B98A84EEF508BD0C799DE7E5 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; D525C8CC60B15909F0B82D63E338E963 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; D53A23815D628A7C3EFFC59488C8EA44 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; D53CE5F9F1B3C1396FB3444A3DC670B0 /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; - D5AE47A56689398D07D34765AF4F992F /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + D545A20954812CF97FA14CE6A6EC31FA /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D550DD71459E8D7568326395A7971BDC /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + D5A49F2B64B42B33B05ABF1023488437 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; D5B3BDB0DF8A0EE45046BCB479E4B62C /* GDTCORDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDataFuture.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORDataFuture.h; sourceTree = ""; }; D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5EB99574208D9F9DC8FB859A56BEFED /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - D5EBFB7008852607CECC355E06C9C6E0 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D62B7A3B4AF1152F21105D3B2E827CE0 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; - D638C2BB3396581FAFA06A88C595108E /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + D6289D1457043A92CBFCBF02944CE384 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + D62F461D0DA61C54FD998895AF0D8F29 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; D63B972B95C4ACEAA36C351BF1B2CDDD /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - D63D5DE507EB9E643CA55FF3A3F4B965 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - D65685F530E8F51BABCEE69624EBCEEA /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; - D66376417C047FE531FA96D8FE8291E2 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + D659AF6E9E8DECF87C08F270451E7140 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + D65D464BFA160C2DAC22A43DA581AEAB /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; D66719B7E0573E532519532723F67812 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - D6B3569005FEF35CBCD397365AD669B3 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - D6B419897B04EAAC0A2AB67C32CA7463 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - D6F407857CF8E797D83CF81B4DDA0B83 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - D7009140009F7E9B686F2ADB91FDB555 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + D66B5E4A692DDB48B6E24A697D6489FA /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + D699B67435944136CAA467F95D3FF0C4 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; D701D1816B81717849B176050ED98E4F /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; - D71A3992E7CF3B86949CE9209EB49D59 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - D71AAC75BDB588DFAAE75A0084139675 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; D74BB20E1BC0B778FF8CFFA36C0840CF /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; D7593711A2E6EAD105E206B03D6E3616 /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; - D75C4193CBE762C23A5DC2FB6DFF2462 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + D76353E9B31FDBD0A1036D11A35B0552 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D763A9AC9FAC548815F93A714B0A32E2 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; D76568A132A5A42C9799FAF84FB8BD09 /* GDTCORStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorage_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORStorage_Private.h; sourceTree = ""; }; D78FEB55F9E2565E62801C68DC429BCE /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; - D798488795753C7103E292B908093381 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; D79E6FEE7691DA5E934AADB1851C0232 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - D7ABCAC09C0A0EA009BA1246F79595CB /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - D7B69490D4E712916566E0CCCDF08953 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - D7E4D46622518C9F84C86F8D27596A4A /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - D800362A1EAC706DB637DDDA815FCB64 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - D80D5D7DE95EF5FEBB5FCFC91ACE7124 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D8138F80FD52EEC80E47EADAFF73B580 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; + D7F538041CF2C487C74839BB4E2EF1F6 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + D7F6B806AC4CE8AFBE23CCE6D12C15B2 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + D800E2B3FE000AAFFF8124764DAF574B /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + D812DE14C212897CCAE48C3C86A22F2E /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D8183FDF6CBBC2458D910575E0B9AE45 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - D83142FBA1E2CB2148D3EED347D483FB /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; - D86B87674697BCE5BC5B2C09E088521A /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - D87EC78B85E8485FBD61F0D265007A55 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; - D88A8CB93215FC62B8F7F4B729D1A2D3 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - D89B07927047B4DADE70F271874C1179 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + D85B3B178481AFF3161A0E239507A10C /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + D877708DFC8875A2D8659AB265506677 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D88BB9068AAEF882200E06034A2E98B2 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; + D89A2992BC35577A4DC64CAE8550A305 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; D8ABBD704A725E7E0D996145CBF6F03A /* 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 = ""; }; - D8B8D5E98E85919D0D2AE0E7AA270542 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; - D8D6E02317F787EC529CB53BDD23902B /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; D8DE3BC13CAB60BD0F12942A7720BC23 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; + D8EBF5FD098AF611C3BC2F90ED7D8C53 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + D8FFC5920FC0235633AB2A50C0700C3F /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; D91483DC2ACFBE14D934FB42131A0745 /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - D9170605CA60EF92BD30F13A4F040A04 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; D93D3654709D1331D79514EC1B960450 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - D9515AF621FACD624F464EB9B8404E4F /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + D98357BE6E255740903B14E91A93835B /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; D996FB83753842B15AAE13001FED927E /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; - D9A8502E9AE2B82E3B1A952D5000C0ED /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - D9B5BCAD33B439C0015688D73B83F8C7 /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; - D9B6A539690F8003219B15082B9B25C7 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; - D9BE4D1608A09FE10A9E3B412A392C07 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + D9A54AB4A1997122697189E04B718260 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; D9C3D3CC551D9381EB6D1805585CF24D /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; - D9D21E025012A678F9BBDDA66EC83FCD /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA3AB05FE90FFEEA3D320C38916D44AC /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; - DA46EC3F7B4ACC9EE9EFC228D62084F1 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - DA8B43484450F255AC756580DC3F49C0 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DA9AAE44CF3B1F9CBD5F932B34C3A912 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - DAA490AB8CAED42668DC35D43BA2575D /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - DAA759120E9B45A001D557D37AAD677D /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + DA0E29BE34AEFDE9C2D97AAB837674FE /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + DA2D0AAF40394684FCAB3CB2A88A63EF /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; + DA5F0022896D247ADE85F1FC69ECDB7C /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; + DA6FEACD26AD2407B6B041023035776F /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + DA82FAFB6CA82B371281E4DB9A3EE98F /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + DAC279F4E47CB7048005FBC49C4B6F8B /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; DAD1EC07061CD01D8DB00C1DF9CBA5B9 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; - DB1A81F1252B43F5F5ECB2C3F5872E62 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + DB1581503FD52F37AC9575366D47D3DE /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; + DB2062E0D7315AA34648E455A6E299B0 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + DB303D5D25308219FA52586D746000CB /* android_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_time.png; path = docs/images/android_time.png; sourceTree = ""; }; DB4059D2FB364A28E6585D247CD47FBA /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - DB738437742B8F8F39C9F91C3FBD639A /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; - DB772E12EF9B7EF2053FA1739EE01341 /* 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; }; - DBC55BDAFCF76EF408F711747E2104F6 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; - DBCA195BCAFC9C66DBE902BE6B9EF2E8 /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; - DBE6E85653366321A31E90396130F69E /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - DC0B02E92152D5231A7995E9D166C4C0 /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; + DB4B7F718D04544A607726F62CEE62E1 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DB72DE39D34AA04FAB7559A9059240F1 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + DBA79DCBFDE0F5CA840BF7EC8649F63B /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; + DBB15254A59A603C550DD694CE0479C1 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; + DBEC2CEC9A177E5696E833D65F61FDF0 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + DBFFACBDF7FCBBA514D0A627D020879F /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + DC17CCAE1DCEE23AC42BC149FE3A64A7 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DC24A7E89EB53B595EF360D6C42ADF3D /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; DC3FBA3E5B2AE0036A215BD1C8E37D31 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; + DC4479DD14256D476C9D0287D63ACBDF /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; DC834FE770DBAFD4CAD544AB5F592ED4 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; DCA1074616EEF1BC09293FE2105C9CFC /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; + DCA36AA1CA0B92BA681E7562A9AB8210 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + DCA6CC491564CE520978D54B064C768E /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; DCADAF076921DEC4D671151F9E0C9584 /* 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 = ""; }; DCB16C1702DEA720BC36211E43A6596E /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; DCB23ABFC8B49A5E319D843667A25D15 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; - DCD7924BE0A9DE6A96D091A46DC54D9A /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + DCEEDFB15DFD2A72A2E61D28D62EDDAD /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; + DCF29C4013DFB5FA396D0A90D013CF7F /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + DCF6521E5919CF003A5CA05DB1ECD2E0 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + DD142B9C3FA055FEF54B9906D8623CCF /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + DD271C1F5DDAE181D2540027CC7958AB /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; DD2806395B36E55041B47CB2F212D053 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - DD62AC3EB3E406698321F90D62839E7C /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + DD6E3E7D56FED8F8A3BAE1742C879BE0 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; DD709B78F7B831FDC9366D13746333E0 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - DD854D6DCDCAC32BB6D0CAA3C459B62D /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; - DDAA8B9633804B8827E8837B91A28A1D /* ios_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_time.png; path = docs/images/ios_time.png; sourceTree = ""; }; - DE05734837A6096134BCC6E569C3139D /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; - DE374EF524BADF6A8BBCC5700C4FF753 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - DE94B45B20EBA3A79B75B576DB1CE5B4 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - DE9504A2A6B1C25558882AE62B22F9A5 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + DD7F7ED4977D67E27097A2C9D2F83889 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + DD82588AC2076B1662424883141FFD22 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + DDE32EAC62DDE0A909660E90B40B99E2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DDF2C579C0326557934351E533B57C1F /* react-native-appearance.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.xcconfig"; sourceTree = ""; }; + DE05C87555688FF24DEF167EEFF2E549 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + DE28BBB1276CDE8D23BCA233CC99E240 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + DE49638ADFC5C297F8F611DD713D98D5 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + DE5790F233E490A47638DABB61B5B9C3 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + DEB78093614332D12C5E9B2C2B7A9A7F /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; DED9FC57D70D86176F806A8A2529655A /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - DF0F7834E6C0999B04A1ABAE902B1297 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - DF18B8EFC438372BC3B6F6B072B43455 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - DF2A3F848353E02D17E28812EC17B706 /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; - DF342B6B052DB50BEC1415A3036A6F39 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + DF1715F2F79E73DD52ADEA3D557A2037 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + DF32FC0A68A9824FBE0FC23450FF47CF /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; + DF6B7C1BA29606ABCBFF86F436B3E338 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + DF8CBF4E8847D9B5DCD9C9911BB18CE1 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + DF9C1A1209FD3E5DBEEE7B801F7CEB32 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; DFC6BCB3B33D02DBB888628D1E52A351 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; - DFF060107B7AABE7F62B8FEEA39C3610 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; - DFF6B66AD8BD4CED51BA0C7DB2168BC6 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - DFFA4E87052B6065E039BA191735CB91 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; - DFFEB90D12B0A3D0EC41CA71AEDD6485 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + DFF2E2EE2AECC376D0B0D17D0A8DFAAE /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; + E0135EE9EF6E64ED0A15859C04043B9B /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + E01D4BBC06A8F671E048CD814EA1DAE6 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + E04865593F9BF279CAEC179AB14AA3E0 /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; E05491038895B9B893771A35A083EAA8 /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; E06128CB543E05DF7D4F8B8A3EF8EEF2 /* GDTCORStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStoredEvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORStoredEvent.h; sourceTree = ""; }; - E07D0B943DAD7D7AB04C7BFE016DCBFF /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - E08255D813D805A74DF0E2AC2D562207 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; - E09BBD190BFD8F1D383C10221631F5DC /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + E082D662966C508D951D9CD0D9C2EAEE /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + E09F3565A053C17C268671D9AECC4574 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + E0B3E7D809E6D8FC3AD019439411D813 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E0DBF0B6EA978E1A081F305745A17E7E /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; E0E17F86AEE63B4E96B07B6417885A38 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h; sourceTree = ""; }; - E0EA2AA36E21EDB27E8CBCE76EC31EEC /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - E0F498276475AF9EB123E331A4CCB2F3 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; E10C2950FAF761DCACFC19CB9D52CF9C /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - E12DA10290867974F37743E322B25F95 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E1468AC437F1F375A17C5232350DF95F /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + E11EFFACF02E15C744578BEF99A351E7 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + E143925B59A5A1BAEDA8D409F2505453 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E146C49FCEE4ED98740C53D8AF16B54A /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; - E147E303AD172D0F1385F1896F47B2D0 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; E154067690FE650334C7C3D34DA323A1 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - E16B31693808D9810E08D38B3EF71479 /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; - E16F32AB7DCAAD31BCA1ABF27AD35118 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; - E179A8C165A31CC3B2B02FE8FAFD6CF7 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - E18F9D50F84AB4FDC09863F28B537CED /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - E1AC7446DCA0665C90D621BE057E9256 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - E1B9853EEABB86B11759DFCB1EBCA3B8 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - E1BC3269BA7653A13FEAAD56B72D8271 /* react-native-appearance.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-appearance.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E16A382094A038ECB6A60E86DDFB51FD /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + E1761FC1DF3FDB6F1A4BDA9991658594 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + E18DC5B49169920EEA7A1AEE96BF56E6 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + E1A49906A4E8D2A3DFE6B2A1C271E1B5 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + E1E048D0144BD5C2DA458D7E1603D34B /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; E1E98A139B0A1E84E12ACFECE2DCC7BC /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - E20BECAAF117D13FDFA68D903AB2823F /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - E22B3EB392ABB38E366C116EA756EF58 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - E22FF3121770287992115335C6CBFE83 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + E1F17ADA394A0FB75DCE5E48D30C27C9 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + E1F3477B4578E3887176C019B49E061D /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + E20DF5FFBA43BBBC8DC829D1C5C88996 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + E20E9C4391607CF1A8090F96EA666121 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + E24183C28FE5CE42D1500250E20C5090 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; E24A9D8245F7C2A76A8F628651409D86 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; - E2967FC394675462ECF917E020B88494 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - E2AA0ED6787A5B84B6EE8F547631B88A /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; - E2AC3A79DBAB72A429EBF14D12AAC4FF /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; + E260163F6DC25EBEFFE6AD70DF5B209C /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; E2E3C8E6D99317CEB9799CEDC4EF10E0 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; + E2E450206ED9BCA2BE53194642EDE138 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; E2FDE91FD70FFC43E88F683DC84004E6 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - E320C50D0CCAE45C2D45611E61C085EE /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; - E33C46C6703349E1B249516B38ABD63C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E375C63826F12FB78D6646874BE63CEF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E383A34BBE4DF7BC8C5EC68FB84DE350 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - E40D66AD3F0AA0EC528EA8FA8910211C /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; - E411B627C7408136EA1D39A3F6696869 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + E31BAB82E514EC52EC442F809703ABE4 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + E36009054E1FFCB58DB9B3BB9714D549 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + E3BC9591E6454450B9E4A075832684B4 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; E427482FF0816F936F72DF5FD9CAB3BC /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - E44F908151A562A3AF20B69A1D54098E /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; - E46B1AF5E106478A68F22A098B1BEC5C /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + E477D2DCF178AD8A0A119CC11BB83614 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRootView.a; path = libRNRootView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4FCD746909AA36FD59C8BE52573CC6E /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + E49CFE480C3D29E7EC345A83CE1E2893 /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; + E4EC7D40A947B771E7D48FF7146A8F4A /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; E4FD42C315AF54A28629FCA573EB25FA /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; E50163A58ADB7FB1A0B8C52679BD982C /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; E503EE768F7FB7BA45AF2BCAD9C1BFED /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - E50F1BDB59560C2208BC53CD88107847 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; - E5385A8D8663E76400E26DE09608AD04 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + E55C212DD52DAE10D8D1AF4C1840B73F /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E569D86CD050677F1EF7A85AF453CFA7 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; - E5878A1E7D3087A8215BF63C5CAA5193 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E57AE608C40F62CF73A0A12F5C3ACA23 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; + E57B395FE7991C5C011CFD925B3A213C /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + E57B61D917422FCC8BB714C6D43CAF88 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + E58A1CD42F0356C6697E2AC06FEA30E6 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + E59E8413EB76AA9A0ACA30CD21A916DB /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + E5BC043446381F3ACBB8C03306F65C02 /* ios_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_date.png; path = docs/images/ios_date.png; sourceTree = ""; }; E5BFD2113CD9F64E3ED9DA735B433731 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - E5C7FEE81D653379FD6F11F5976D61FB /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - E5D1EC5C7CAF9E367FAD46B57EBF977F /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - E63C65400C7C42AB2ADFD6A72C8D8036 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - E68BE7F4B132FCD9FC730DDAE3630F8D /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + E5C0B0A941461267A103EFB48484C56E /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + E62106A8AC3479BFF07F954CDB4068A6 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; + E67E3486091E43C85BFCF40124719261 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E6AF3EAA1DBF0F5E8A3C0E395D9FD89F /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + E6B2FAB6C78DAD30C101A8E0C7C8ACE0 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + E6B899F02890ECA8F69E16739FC723D9 /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + E6C09F8FC9C3A48D2F39D3D394130EC3 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; E6D457DA870054C0D84E3800FDA55894 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - E6EA9651E5B0FD1B215952D8D2002607 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + E6E37CDB86211745708FD39023FEA705 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; + E70612D1EB1C6A75F6BC4F0F3DBA3E8B /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; E71363AF216BF6A9FDEDA89C8D14B6A2 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; + E716E272500F2B1D0BB5707BFA53C18B /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; E728B448CD6DE78410A3FA3D7DFFAF58 /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; + E72C9EF29F6A797469AE3146483A69C9 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; E73C501A0EB747305BB4AAD7978E3E0E /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - E74648815DF469E32BC60D459AC2BAA3 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; - E75BE57A61B40A7B224FE39774231435 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; + E75A7D5A4539B2E0537A5A61616245AB /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; E76F1E8AD66134342407C6C7C3FD17A8 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - E7855F1C527C5192F72CFF6A5D46C931 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - E7AFB949AA68523D3816D43F5D0B6829 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - E7B3640BF5E94E328E51EA79A6AAC58F /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; + E79EAAD4694101F842E690C21DC221BB /* 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; }; + E7B9FBD172851AA60C3C6FB07E8E68C5 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + E7D2442F6309A532AB05953CA63E31B1 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; E7DE8C91E01DA1613F5EC7CD66F28061 /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; + E7E54C339F5B0A1E7A94E3A2661EFD17 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; + E7F656B514DB7C390BE8A946BEF153A9 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; E818294C08CF5776BB1D71226C8C1B0A /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; E82A30AEF74EE71AF0B62661B8B26951 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - E8335B1EF2FC21B6CD5BBD4DF5226B66 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E82B7D1C30D1AEB3E504A3713A5D962B /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + E83456EAECC433866101BCF8436F8600 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; E843DB2D9152A6891CEC690C8919CC3A /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h; sourceTree = ""; }; - E855FCF102DC5906560617510B8CD083 /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; - E86D949368DBA5DAD2D805EA66DBEDBA /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - E86EAAE85254BEA5727D1E88DF730008 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; - E878C1F2050BF8CB9FC08C84EDE84445 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; - E884225A748A58F5B833530DFC1CE0A8 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - E921DC8EDE043AA484BBA1A749AC157E /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; - E969E0281AFFBB8E4657559C0100F794 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + E8961112A6754761DB791C0ABFFEAEDD /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + E8A0264BD294739E1BB1C2D47520BB86 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + E8FFCBFFB676EA7DA34B1A9054586EC1 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + E903A9F81509DB31EB1F37B4AF99BAEB /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E94E82CA6CBE7E903DB83CDF94E22AAC /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + E94F324617435A6F3AE226340AC96FAE /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; + E96F58AD23FA16CC8D06419570E1E52F /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; E97C6B62E60E3076A98791068DE7D7C1 /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - E99AFBF30A3D56FE587EF4FDA58BDAC4 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - E9CE00B5CE44E78B47E746CCA313CBA0 /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; + E9DD91D01681C27C1CCA91964189CBC3 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; + E9EC10322167045A8F30D69DE3F0EC78 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; E9FEBF5B13B80FBCD53AF5D844C38822 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - EA0BFB9CED579761C61A19D4B239A6D8 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; - EA144FF00D58E014F32E879A876E5E39 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - EA27D397082A0630D8A137FE7CE51625 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + EA06FB90254188CC7BD42C9ED915003F /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + EA217BFC56D7D63C24A2E2EFD8B69C20 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; EA3786891CC282557AB2EF14638CDE2D /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; EA3905F7E6892A7956DD8078E9E87116 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - EA7D43AB936D50A81723BA9C97BB3326 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - EA972EEF98A6E6063A59FA70C8963000 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + EA59CDB4F40FC74738755F21FD9179AF /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; EAB62C963029E8092CA65348E89AD1C6 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - EB1BE5978B196C0A8829D5BB8DDF3138 /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; - EB2BDA32F9D8827CD2E9C6BD3D8D811F /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + EAD19C805AA13087D4CB613CEB7207D7 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + EAD97441CC320A33DF4D6CF5244D8890 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + EB02E1D6B07453B5F6ED0EBFD6E676A5 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + EB1063DE45A52A4A4BC6F0E3D4C90CDC /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; + EB10853BBA6FD236AA44C5772B7ECC42 /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; EB3D678D3F78C857A36FCEE91C3A72E5 /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; - EB4D088E6A053132E874D3F79EACD884 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + EB476B4FF06F149CDC7E60CA6FA4B4B6 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + EB5684495A6F8B21DC40DE6D45F5775C /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + EB570AFE3807B1510AAFAA576444577D /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; EB58C1A1A2B45B20B44F908DC5FFD1D5 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; + EB6168ABE2CE62305490CA4BD7049283 /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; EB70BE00723008AAD156EB27A07FE171 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - EB731F52BCE9B41E27D5C618E184F494 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - EB80F80723C4A8413AA092BCF137D242 /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; - EBAB452EFC2E62AC9BDDA0C948A39F1C /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - EBC7B2F4677382CBD60210CA455E8F86 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - EC25F30193FE87CEA5708B5D8793D7C5 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; - EC6526582EC82F315F21184165A9D33A /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; - EC7D2AC4F90F73F003928CD123DEACD6 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - EC7F2D94E3973F2448BF2399A82AEAE0 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - EC8DAF60DBAAAE08BB977674B94A8589 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; - ECA1FB0F407E17C0D9E1776F51DB8395 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; - ECAF2F04ACCF39BF7E4DD7FBF6BE4009 /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; - ECC27A56848B03CC648EC2BF28BCC55F /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - ECF350EEF9D4CB89A936158E831C3E76 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + EB7EB013F833B355FD0244A8EA7E1E9B /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + EC14FEAF264818E7E570224ACC8BFD4D /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + EC5FE22EE3F05BCC7AB588F5B43EF411 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; + EC88000ED677B260937D884184B39666 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + EC8A0114499BD3AA4D7BFD2A78FA01A3 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; ECF6CDD59A57C47D27B4C64E3C83F6EB /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; ECFF7646CDA1C9BC7B92C2364D35EB4F /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED3DDD34A859972FFA084A37793D713F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + ED3B096CC0BA80651C28D1350889123B /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; ED5D4ABF81DB0F6F91E1A25F93EE1DEB /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - EDAB014F5408461B18E0134D71B273FC /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = ios/RNCWebView.h; sourceTree = ""; }; - EDBAC99A7274E858D9F6D3A2910C2E1D /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; - EDCB561D274C78BAB42BDF5266FEEFF6 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - EDDC8849FFF32858D86EF726C43EBADE /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; - EDF366CD72859BE99653A7517F199B6D /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + ED798D51043B425B8A8DAECA50899214 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + ED82E9BE7377A40C6A4CBA6B7667F7E1 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + ED8946A6BA821202B3368BB71A8AA182 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; + EDD351E252D6E2DCABF20169A03E57AA /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + EDE20208E9FEAB94B7ACC8BAB763D758 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + EDF8EDC8A430227FDC0B35718C308F93 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; EE1AB32C49A2A285235B4FDC69A39BAC /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - EE8FD87FC265122514D84E9883251CDD /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - EEC0E6E9AC18BBFC719102A5C56D9AAD /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + EEBA21C2ABED57C6474F653A70AC35DE /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; EEC39363574592DDD2C4DE7211730B12 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EEE5683F002CA0CA3896C2CBEA6F79C5 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; EEE7EDE32D47E34C402A333EA97DECAB /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - EF12E615FDDDC5DC67C7B27029CB52D3 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + EEF05BEAD756F0B2BA71E8B39C067F78 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + EEF472EFFFC67AB1A9C798AF6E7D9B7F /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; EF173724C22DB7D2C3F88CAA10675F80 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - EF1F0F24D6B249F14C0FFA5C73F33D1C /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - EF2A4E69D80B6EDB5E27EAD8CF0618BF /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; EF4EB3533CCB7A84BFF17BE881F535D0 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; - EF7332D22F963E1ABDF5B443A56C2AD1 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - EFC95FBCDBB6142B436FA9581338BFD5 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; - EFE587B647AEA797A88F2C365DAC8EC2 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; - EFEE57B5E9B7E6FFAE0FBB71BB7F7C04 /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; - F006204547FEC6498B166EFA2D35B2B8 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; - F0171EC8BC3009153E594A4B4AEF8326 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + EF8CA3F3380206E36F78E2DADFF25213 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + EF922E575D5906A5203BE5B1A83E0ED0 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + EF9D16860EB5FA761348FDB4DC91DBAF /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + EFAA389BF7DCB78B851D88EE621C0B5D /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + EFC4985609864B233AA0967A35A7475E /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + EFCD11E09BDF9F2E4535BF198733FE66 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + EFE28B08DDD3051D4C21D10B1530AB83 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F0086E0F907C2CAC679FA269843490E6 /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + F02634E51831E5B3FD5A787D5BB2BF15 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; F02ACAE8DEE115DBBC18C44F0AE2128C /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - F06E69D19CB17124A98CAC4A351F247F /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - F07161B28792B01620ED2BCCF6E0BF02 /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; - F07BA3F4F9FA3F8EB130BB58422488F8 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F066D29AC5292924001F77DF2C215838 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; F08B0F9A4D8A738B0F5EF58D5545D0A9 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - F095906BDA3965C76D41B3547C91D8F5 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + F08F8876D360987112249A47F58AACD3 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; F09D66808FCE05691A438366BC25B746 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - F0C13DD5B14F39844489AA533439C11C /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - F10EFF0CD575AC43A53D01C7D23AD50E /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; F12DAF7528A201C09ADE0D2FC9600260 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - F1591CF497A71B0B4B05EFD3E3656A52 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + F13D4DA071E13382EBB8FAACFBAB3167 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; + F14D8994925A0A0BEE1B08369B56247E /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; F15A1B308313E7B51B2753B9D83EDFA5 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - F170556229F32C7D7FDE04E6D4B8DF5E /* 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; }; - F174D9CC21F0D1762B87F5D148999515 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + F161325166BAB0C362768E626AC7A17B /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; F17947A41DC67706AD2ADAD8C7C559C3 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - F1831FDF795AAFF008805D1C8B5DAF7A /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - F18D82D105EFEAF96ABEC19B66F0AD0E /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; - F19F79B8441F90165D2F5B44C1CF1A88 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; + F17A2E32705BC84AD814FD6ECD2D115D /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; F1A4FFD0829F895C7CB4CE1DADA8C124 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; F1B1144A35ACFEBD4E96E634A66733F6 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; F1D65D982EF85292BB9FDEA34BBE516E /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - F1FAFECEA2BB7BEB6BDAFAF39FC426C6 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - F208CB3F8E89D985AB203CAD66B7B0EE /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - F20F066B0F018C6B2B233B5AA947D408 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - F24F94A3FBFBBBA8ABCC077D41D91AFB /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - F254BA39B80F635278F87ECA06DBFD0D /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + F1F9A5AFD99CBEFAFB6673870EC2885C /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + F23E3FEC63449DC8ED6AA3D91CEDDC77 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; + F24BC628BCF86EB456B021B4CC9BEDBC /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + F2649FE73365ED79E64897C7FB24DD93 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; F2659EE472B6D6569574FAB9D3BCFB98 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - F269EA1A423BE65A1543239DB727E92D /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; F26BB59FEC9CBF96A4426D94923EF71D /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - F29860ACF6D3192CE27B72D8D9BF7CC6 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + F2A1F3952414A47118BF180CB3526A97 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + F2B2A1B43A483D6E4AEDD76F4C2712A5 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; + F2E3AA5EABABDF42ADB808D688164FA4 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F31A0471859CCA5EAC081F7810DBB406 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; - F3263CC7CDAAC78D64ECE2AF8DF05354 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - F330F62465D1AC3978641F665A77320D /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - F341B196FB24869F5A0581AE42F32956 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + F319CA198824B225B3954A404F9BA23D /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + F33070115C54647302E7B680A145468B /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; + F344C77888A1036128EB010D9ED1C690 /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; + F34FCA8A5A303D7FE703BC9FCE26A993 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + F35F4E9F258606BF2BE22FDCAC2B7582 /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; + F373098BBF8F71646B24E94909B78342 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + F373606318091C64D597999803ADB485 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; F3AD925B23A79ECA6E6EBDF8DB7412D2 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - F3AEB1F91EA369268AF481BB6B67FD95 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; - F3AECBC515351386CAB369DF62BE8458 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - F3BEBAA5D1ED553CB8FCF2B22DF6606C /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; F3C820FC2BBE1761DA1AA527AA0093BF /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; F3EA4E1C67B5BF8BD4E1E55A6409EB28 /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; - F3F7E00DBEF80A2A87BC5A2C4198D0CE /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; + F3F09E1E0D4A503E5A78EF430C3B3646 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; + F40B009B8CEA51AFD8683830B1551BE1 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; F4110D159EB83763AAC648B1B81D2F9D /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; F41672D8B6EA45CF462409479614FB31 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; + F41AA16F5D4130B8C097B07033C1EECE /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + F430DE53B915A60E1FB00F0DE577F87A /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F43996E789C2F95C237FF3F6B4F319D0 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; F43FC1D38479CA8483FA503030EE4B5B /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = FirebaseCore/Sources/FIRErrors.m; sourceTree = ""; }; - F44086620DAB6F77CF3BD6506D06798F /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - F4810CC9A18EA364361E1F4DF90E27D0 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - F48F0465A6D63E3E02891CE558A1DCDC /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; + F4581140717803888E5C440CE18E3EEA /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + F47313816C0E531155F60FD26CB42BA0 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; F4B0846CC9420B2A99D2842B5596A174 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; - F4BDA12CC1F9BEBEA8803C87DD3AB8EE /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + F4C72F4244A39F9FF5BB8BEFA9B1BF44 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; F4EB52F7237332185617C32F718E1270 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - F52AF8FBB89BF50C43022FA550FC224E /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; - F52C1187542EE6BDDCA763ED03072E5F /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = ios/RNCWebViewManager.m; sourceTree = ""; }; - F52D381D6283844DF39C9278B7E0E583 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; - F5340F41B48EAB99948E68E58639D98A /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; - F54A1DE8FD0FC45607B56E1634615E88 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; F55052F42574B7D52A6BA105DCE2F19E /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; + F558B400852AC6D2D3D27FC665C63C18 /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + F55F61BA61E17B03C7DE7BB3DD03F64F /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; F581E835D4B745A1D287B2D9FAFABD0D /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - F58489410FF77E18D59457505B9AA8F0 /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; - F5AAC602913992146864B8C3BB903AB4 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - F5DC4210CA6076B3BBC396A83535BD17 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - F5DC588802B42ED16EAEE7DDAA94E6D8 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - F5E5B8A6650D84ACBAF57A8E248E85D7 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - F5FA67FB2C61AF1312DC257FD86270E5 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F5A2C611FB137F0645124C37EAF1D3E9 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + F5BF7947C5E5872211B056BE23B79E74 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + F5C0C0B46851D473AF9561319EE2CB79 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; F603F708AE1BF751B3ACE89E154E4673 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - F60BC6A0E8111DD5ACBEF3CC5959ECD8 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + F60E2EF468D037CB0D942D8EBA189471 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; F62A51F0D87C21CBDCC1B8756AE451C6 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - F65F1F278B0F93DF76C27745779138E5 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - F6B6688D83418759724326835A4BDDC9 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - F6C495F26CFBEFBC26967005E92B0173 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + F6627C545F0044B75E15296F257929F5 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + F67D7AFF559B16B61F8BA8EBD50F0484 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + F69D004EB967D4DF426BDE52D155C572 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + F6FBBE3D5E15F36C5BA91A0CFBA40A42 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; F7181E6712382186FEFE1FAEE124DC30 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; F72625A8093D89ACAEF9ACBC3883C014 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - F72659CDABBCCB4186E4ACFCED8EC514 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; - F75184F86F3E79DE210E71936545C57D /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - F75E382715FBE5250A79F0C98DE6E678 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - F76035A1C60156C30D8C7AC85A25B87E /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + F7564569153B3646AE14B6629780102C /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; F78C3AEA250BDD82BE7FE666904B87A3 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; F790E8CC5AC5310B53CA380DA817176B /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - F79445FDFB8F1C28B17B142380CA2575 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; - F7C3364F0E0F6F42CB93E2B0560C2DA0 /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; - F7C90F3A98224D6DE3458CF9B4592563 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - F7D4F70EF52ABE13A3914E7AF82CDDFF /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - F81866F14F3E7E970AA2D4ED60838FCC /* 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; }; - F8752475D668F72AEAB301382F7113DE /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + F806F944CE3B9A32EB5B7E6CA8300D2C /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + F826F239F1818333D62B2F541F75E4C6 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + F8301A0F6A92FF3E7FBDCFC398D25ABB /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + F84633D6A322186A6EC2522B0C53D5BA /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; F87F6A22FB4F600954FB2663E53340C6 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - F89473948C947E5DF0BAAC2B2AD27FA6 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; - F8B7263BADCFD744E32F1CC23ECA5549 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - F8BED19E476483C03DEC417A2219CFE7 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; - F8ED706A6936A4268543107344BFAC7A /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; - F8F307FF3CDA1C47B9333A1B34AEAEBC /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; - F8F37064246BEE9F8C7A69671281433B /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + F8B47F1CD100FCBC1313C955EA345AEB /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + F8D25CB766616C651F32FBDCF84AEEE4 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + F8F3511A7A0CDB5CD0A574DA1AAA97D1 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; F934561A4844BCB1A5D2C72516F4A72A /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - F93E285BE4F106BF8932B2B288E0B96A /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F96DFC58F11AE0F9F57A856E86C307F0 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; - F983C121F9E77FD46B5A5C230669F6BB /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - F9B0E187AE7B7F3A377AEDB612C6525A /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - F9BD0857EE43DA88E1FB5A23EE203CE5 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; - F9CB16021EA923F80F4E44BCBDD21E82 /* 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; }; - F9E65561A4F759756BFA0999219E99FC /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + F9DF1E342E98C711D63EE7113CD4DE7D /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; F9FDF1E88D043740EACFF1DC73E36B23 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/Private/FIRDiagnosticsData.h; sourceTree = ""; }; - F9FEF1D228AABFA6A55230C1568B4054 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FA12DD048A9A27567FE7075E7732FD3E /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; - FA1C3016E3389BBCE59AD8B7649F0956 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; + FA041417DFAF6513DCFA0ABCFD7F2129 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; + FA0DD548DE56BA239C0A46C2BE7642D6 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-frameworks.sh"; sourceTree = ""; }; FA26B5A8A32F2F522F09863C5C0477C0 /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; - FA3074A70780F5BDE91D7A2AE0333441 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FA3C9C05A2745796C90E164493003F98 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + FA49BCFA23CB06D68B401F3F82DE2353 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; FA4ECAC99B83A66CECD026177446CB77 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - FA61EA52F6BD937338BB3E55FAAC5537 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + FA5E06582BE3DC32D7AF5953A9CF4512 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; FA6C315437C3214205593E74AB412E48 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + FA6D8039A197ABD63DAD0EA99338AD29 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + FA6E41E23B34CFFF4C7E7BA11E408967 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + FA8ABBEA1E93CE562E48D920956FD8E3 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; + FAA144BA59878EE8DD881DBDD712FEAA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FAD2F71B23C0274678FD7F4994680EA9 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; FAEB584D2FCC43846A157044BC9D5E46 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - FB055070A2B8C6DC50CBAF64EBD58A68 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FB6EE44FA7F3B55552E8366D392E5AF7 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; - FB7BCEFC749CA8C6FC0E8F8A35708B1C /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - FB7CEE5036E73D34C54DE51B53DA7EE3 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - FB8640F657DD2122ADB8CAB8319C9279 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - FB900A939C4D5CD6FC137C114524DE71 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - FBA0A0A797AF05C4739D1E5917DD321E /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - FBABE6A668BF55191A9D843480C414A5 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + FB0466ADC87C26343FE7AE73E674521A /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + FB59BD2F76D819846E10393D518459F6 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + FB640FAAD52F0D73311260D733A9F50B /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + FB82D4881857C78D4F580048CDB64972 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; FBB3943BA57703F03AC1AE6E9180EC2B /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; - FBCD9EF2870E34294630AADF03530B74 /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; - FC1C9BACB409258D55795F22EC30E614 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + FBBB6EEEBE7AC41A3555F9B18167F6CD /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + FBD303282921ED94222CED8173EB6121 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; FC39B30F26E84F6B31EE5DC99AA7A735 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; FC4D1271006F3F19FD1F32ED18916996 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - FC6AFFF17DED4DDFD06E638BD2D35B9F /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; FC7479F169BDFA83A763E71935B39C0A /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - FC77272D5D1D48B43F12E55DDD9F80C1 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; - FC803D1BE9A2CB384D5AAB212AFFCFB6 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; FCB6EDCCFB847FE622558CA7FACF0C21 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - FCCF3DEE4FAB690782F0F7F0ACA51C41 /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + FCDA7192A03D16F7CD1D5DB0E827BA04 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; + FCEC38F8421233C14D48F446A407222B /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + FCEEFA2D1D9902927071C8FBAA81460E /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FD0131611CE63C525179341D549052EB /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; FD022A7C3D909D8519F310D4392F2421 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - FD1C084D4C106EAE54D8104F9545A691 /* 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; }; - FD2BC437BCA1441EE529ACCFB8EAE072 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FD38B2E5F8FDC009EE3930FE406607A0 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + FD1D39BC3FB463B61BE62887185FD727 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + FD39BEAA0C9C24C04CD7EF232446E9DE /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + FD45C83428345C00F5023AA9C5BF666B /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; FD463EFB922CF38263587F78A3E403E1 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - FD46A0FA38F89A3EBB4D1D8F2C6C82B6 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - FD8B1EA2CDA612644CBF7C60CE5A76C6 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; - FDE02055864DF5DC8FADA071B185C63E /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + FD50D6AB7F115CD02425C3732120EE43 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + FD5655BD93B9D77FEF9EFEE3EE93F3A6 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + FDB10C3A017B3DFF534B9D8ADD932C16 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + FDE9126A93A984EF18E41B9D0692BFBC /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + FDFF3C5DAABF31BF9C9877B8AA180EBA /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; + FE01A817AF12C8D716A411A94FF9CEF5 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; FE1CC5E059EA91AFC5ABF8BF527E9F10 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - FE374D9CEFC75D3ED87923EAD6DDC295 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - FE5F61B11785B4AF3CB9741A37B367DD /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + FE22CAD0C10E2197AB90FCECDE48AD6F /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + FE2CA91659F87D0CA70D59B77940C1B7 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + FE36001D8E29C20BD2F0EF8388F1D719 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + FE44415B2EA0C3B7EF3C39C4BD78AD6C /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + FE527001EC2F2CCA758ED3F7856D747B /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + FE54087BE46CA64232A2F8C9CA43E859 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + FE6970F79EEA18E8655491063AC68EBB /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + FE997B88F2CDCED8F816B2BBDD413FC7 /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; FE99DA2A671583AFDB9A25490E656721 /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - FEB4A88EF0391F3499D3CDDF99BA1B8E /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; + FECC64914591B823F88D64281B8C448E /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; FED3E487A355D9CE1B0445AF9E4FA899 /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h; sourceTree = ""; }; - FEE17FF191607545AB35410F4FC71A32 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + FEEC298910EC23DF638A069E787F9F14 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; FF00CDB7A8232AE4158B172CB16D57C2 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - FF2321EA1129CD7B9A3C570468E6AD70 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + FF2FAA6E172C596B5567EA8AC6FC6A63 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + FF3B4CF63FA866DA003B4BB5AE662AA8 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + FF3D3189034C9738319262D6183EC713 /* react-native-appearance.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-appearance.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; FF4A1A447F74EECB8C2AC14492FA6CA0 /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - FF61105B6BE647061B73DB8202543064 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; - FF707174B2503E5C71F8EF8F5FECB06F /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; - FF8601C5E3FB42A14A655AB71907929D /* 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; }; - FF905AF5FDF55125E6D055EEB4E6D87B /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; FF92B16CAA4A7AFB4FC58207B113E26A /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; - FFC5D879ED9F5C124C1039F164C7B009 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; + FFBE366BE491287C13480544CDF01F43 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; FFE34689D2E3DE37AC652BA9C6743AD3 /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; /* End PBXFileReference section */ @@ -6698,6 +6731,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0BFE58C7C2252E8B3FDC9A26557CFD6A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0D62B59AA78AC18F1F6FA511C5D196A8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6740,6 +6780,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 209A305BF84067D6B0C97551AAECEE5B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 21D6E00098A7CB90C0BA7E45C04305D5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6761,6 +6808,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2A6FE6041B1EB406B85F74F013DD40AA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2C7B01CA2ED3B101B8694F7CC71C8DA4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6803,6 +6857,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 352EB3C137FDBA31749DCEF58EE9F6EF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 37DA81DA690AA5BCB0CB9F48301C9FBB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6817,14 +6878,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3D189FF95A10BA65592DE4F1961DC158 /* Frameworks */ = { + 3B53D8C2FBBE7BDDBAD80B1DB7E718EE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 40135E4F425B7E5F35F3936F498E2FEA /* Frameworks */ = { + 3D189FF95A10BA65592DE4F1961DC158 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6845,6 +6906,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4A6F3535EBEA032C6063E65188D33F8F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4F462D92F40C3C688FE86B3420ECC4B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6929,13 +6997,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6D817B1DE2168CB15CA179A144D0E780 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 71E0160C7031B685E8FC30D8048CC93C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6957,13 +7018,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7E45C3FC79B9029C8BDA87BBEF9B76A0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 812E9D3F8CDE9AD14037097D2BC8F998 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6971,7 +7025,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 82B25A2C6B77C607D0C0803B2D795029 /* Frameworks */ = { + 882F9B3B5A3FEC45D0EE7885CF87A65C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6985,13 +7039,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9252EA6E5701E34F8A22D830F6A5FDD4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 944DA2862FE10F8DB828F048576ED733 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7020,13 +7067,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9CAAEBC5F620E83BD5CB56084AC45E09 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; A3044A76BB7DB25B126B27CEC50DC142 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7160,6 +7200,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DE79CC7915A8E6FE3210953A5092287F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; DEA5F4600EF8835C25918B98783DC1A6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7233,6 +7280,30 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 00F55DC35114C7D7D2CF782C61A48436 /* Pod */ = { + isa = PBXGroup; + children = ( + 4A6E490E7D23FE4702816503C7B1A0B9 /* LICENSE */, + 7EB33457377218882E985272151211DA /* react-native-keyboard-input.podspec */, + C4AAEC6AF84E482663BD55BB28C83C26 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 0108BE42D9C315ECAB63835298547D11 /* EXConstants */ = { + isa = PBXGroup; + children = ( + B1D848DB6A5AD8268BAB056A588CBF24 /* EXConstants.h */, + 67E4993CF7899F2EA58E49E1EA4F9C7F /* EXConstants.m */, + 2D7000D26ADA09093218DE8116F46D82 /* EXConstantsService.h */, + 977FEB663707366C327C47CC27CDA8C7 /* EXConstantsService.m */, + BF3427921F7C07DEFE41B3CC80B4ED1D /* Pod */, + 03336C25D335BB67084C1F9B2F959832 /* Support Files */, + ); + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; + sourceTree = ""; + }; 014C12EE5AF00EF9920FD4EE73C3B7A9 /* NSData+zlib */ = { isa = PBXGroup; children = ( @@ -7291,35 +7362,34 @@ path = FirebaseCore; sourceTree = ""; }; - 01BB7A869F9E6F2F20E787CB072C7DB4 /* Pod */ = { + 03336C25D335BB67084C1F9B2F959832 /* Support Files */ = { isa = PBXGroup; children = ( - 6A3ADC7078377E5CEA3DD7060A93187B /* UMTaskManagerInterface.podspec */, + 2572341F607B3FA647DECA06B7E4D625 /* EXConstants.xcconfig */, + BBFCB5E60AC63130656AA75C26A0AA98 /* EXConstants-dummy.m */, + 663177FC853546862F39259A139D0EC0 /* EXConstants-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; + sourceTree = ""; + }; + 038B7759D16622B2EAF884C5E723B119 /* Support Files */ = { + isa = PBXGroup; + children = ( + 68210CC2ED4C6F498EA4DAAC3D560975 /* UMFaceDetectorInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + sourceTree = ""; + }; + 03F78F2C0926E8002C0CCD14B6881AF6 /* Pod */ = { + isa = PBXGroup; + children = ( + 5643253F7ED7DBBE32B50F6720A83922 /* FBLazyVector.podspec */, ); name = Pod; sourceTree = ""; }; - 01F8A9FEBA82F0D1CE024EEC79C178A5 /* RCTActionSheetHeaders */ = { - isa = PBXGroup; - children = ( - 794262CC6F2E3398361EF16166E8B3B2 /* RCTActionSheetManager.h */, - ); - name = RCTActionSheetHeaders; - sourceTree = ""; - }; - 03F26E927D251683786753CDBBF5117D /* Drivers */ = { - isa = PBXGroup; - children = ( - 36A3EF72729A0AE82B9E51807A201E88 /* RCTAnimationDriver.h */, - E5D1EC5C7CAF9E367FAD46B57EBF977F /* RCTDecayAnimation.h */, - 03CF224C0391812834F8FDCA55B544F8 /* RCTEventAnimation.h */, - DF18B8EFC438372BC3B6F6B072B43455 /* RCTFrameAnimation.h */, - 8F4DE1B54DC18B7BBDAE769BF3FDFB56 /* RCTSpringAnimation.h */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; - sourceTree = ""; - }; 043F146E221D020B79B780B0AA0BA24D /* GoogleUtilities */ = { isa = PBXGroup; children = ( @@ -7337,116 +7407,188 @@ path = GoogleUtilities; sourceTree = ""; }; - 044AFB6A0A90F6C17CE1AEC34CA18553 /* rn-extensions-share */ = { + 04CBC310A139227D52BFCB6C65576A06 /* KeyCommands */ = { isa = PBXGroup; children = ( - 1B751FDEDA4C9C7FCF33C059FA22C747 /* ReactNativeShareExtension.h */, - 17842AAA69394D97DF4C5ECF3A8B42B0 /* ReactNativeShareExtension.m */, - 55D0203549318272E90FF88826213028 /* Pod */, - 242B5C4FB694DA6F8D93DCFE143FC26F /* Support Files */, + 75C00F147A90C528C89CF4C55C3B7E47 /* RCTKeyCommandConstants.h */, + 4B71D632E9BFB739138DDB7552F5C4ED /* RCTKeyCommandConstants.m */, + 03D2EC049AA7AA9388E7BE1D539DDC8A /* RCTKeyCommandsManager.h */, + A54A2C874DBDF53D30E7B00C51E872E6 /* RCTKeyCommandsManager.m */, + 13848E846864BF0A1551D42632F75376 /* Pod */, + 2B9A9703A1B7C417A884092F45C17062 /* Support Files */, ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; + name = KeyCommands; + path = "../../node_modules/react-native-keycommands"; sourceTree = ""; }; - 0496C0FC9638AB42A1A39368C9FF6EF9 /* Text */ = { + 04EBDB7FE2BA2CF97DDAD1DCBC419C4C /* Pod */ = { isa = PBXGroup; children = ( - 615B854A67C7167ECA294B3EA4483A71 /* NSTextStorage+FontScaling.m */, - 5920DE566BC7258D40EEFD900C8AF8A0 /* RCTTextShadowView.m */, - F6B6688D83418759724326835A4BDDC9 /* RCTTextView.m */, - 9E7073A9FAFCF672D8D03A15D3BB32D2 /* RCTTextViewManager.m */, + 9DA067396E70678CC62C010DF21ABF88 /* React-cxxreact.podspec */, ); - name = Text; - path = Text; + name = Pod; sourceTree = ""; }; - 0508C6F7F75B0ED9A5694EC465B998C8 /* Support Files */ = { + 0519BCF2CC425E73BBFC88DDBD46E891 /* instanceid */ = { isa = PBXGroup; children = ( - 0E1E1D08D52095E3F1AA160EA39A591A /* react-native-appearance.xcconfig */, - 3CCAF055E529752847C75826F77E9416 /* react-native-appearance-dummy.m */, - D83142FBA1E2CB2148D3EED347D483FB /* react-native-appearance-prefix.pch */, + FE36001D8E29C20BD2F0EF8388F1D719 /* RNFirebaseInstanceId.h */, + 866ADD8883AD84B5DB130DEA1F2DAADE /* RNFirebaseInstanceId.m */, + ); + name = instanceid; + path = RNFirebase/instanceid; + sourceTree = ""; + }; + 05284A9D524DADB48163C3176DCF6738 /* Support Files */ = { + isa = PBXGroup; + children = ( + 07E63C29FE4669ACECF77D183070A956 /* RCTTypeSafety.xcconfig */, + BD9BB7CAAB97EC50B163F88F0959E1C5 /* RCTTypeSafety-dummy.m */, + 0572B4EB9F4F75A40B37AA4D6D5EA83D /* RCTTypeSafety-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-appearance"; + path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - 0529F1D3F1F4A13C9208954B739A04FD /* Support Files */ = { + 0555E870410312281AA809A216972B28 /* Reporting */ = { isa = PBXGroup; children = ( - 1262B5E77305E75F6C30EAA6032AD699 /* react-native-document-picker.xcconfig */, - F19F79B8441F90165D2F5B44C1CF1A88 /* react-native-document-picker-dummy.m */, - D71AAC75BDB588DFAAE75A0084139675 /* react-native-document-picker-prefix.pch */, + EFB4C0E900E6E484AEAB8ACC2FA45DBD /* Filters */, + ); + name = Reporting; + path = Reporting; + sourceTree = ""; + }; + 05AA7D63524C780F8D1CCDBE5A692543 /* UMPermissionsInterface */ = { + isa = PBXGroup; + children = ( + 1A46A1EA62BE263FB54EF47F2F178E26 /* UMPermissionsInterface.h */, + 67591D72716A6D2B030010BEEFABDD20 /* UMPermissionsMethodsDelegate.h */, + 47AB5F1B3F88C7C9CEA2079AE84B6160 /* UMPermissionsMethodsDelegate.m */, + AFB186041139443697595C938D376E59 /* UMUserNotificationCenterProxyInterface.h */, + 7FE4CE3CD20F1BD4D370CF78388CD2A3 /* Pod */, + 09C9FD66AD17F302A8B6D59A4772A004 /* Support Files */, + ); + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; + sourceTree = ""; + }; + 05F36E9E3633506313AD21BF14F2FFE1 /* LNInterpolation */ = { + isa = PBXGroup; + children = ( + 8008B5C7C293AD72B6A749C3E088EA53 /* Color+Interpolation.h */, + B3D82DD98071E79274A3019802A60E37 /* Color+Interpolation.m */, + 46966B32B9B5CCB0A50F9C507E414FEE /* LNAnimator.h */, + BF8CBE83E30879887DB3CF9E8377D2A3 /* LNAnimator.m */, + CD0DCBF9B0CF8C7D468B1236B3A03BB6 /* LNInterpolable.h */, + B75027B3D631BBE631033FCE88791895 /* LNInterpolable.m */, + FE01A817AF12C8D716A411A94FF9CEF5 /* LNInterpolation.h */, + 04758008ADD0BC76EE636BDA8FCEE11E /* NSValue+Interpolation.h */, + ); + name = LNInterpolation; + path = lib/ios/LNInterpolation; + sourceTree = ""; + }; + 062B03BD8A0EE929780442DBF221B7D2 /* Singleline */ = { + isa = PBXGroup; + children = ( + 17B79ED9D31C625708EBCDCECF41D213 /* RCTSinglelineTextInputView.h */, + 860C87FEF5C62CB1C641767D3D32105A /* RCTSinglelineTextInputViewManager.h */, + FD39BEAA0C9C24C04CD7EF232446E9DE /* RCTUITextField.h */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + 06355F065818ABD12CBB4F37791ADED7 /* UMFontInterface */ = { + isa = PBXGroup; + children = ( + E4EC7D40A947B771E7D48FF7146A8F4A /* UMFontManagerInterface.h */, + C5B2DD665C499EAED2754CDDD7C983D0 /* UMFontProcessorInterface.h */, + 8ADA8B4CB606289EF9C789BAEAEEDD3F /* UMFontScalerInterface.h */, + 521BB2D5E0F2863E5E6C5398FA87E31E /* UMFontScalersManagerInterface.h */, + CAD3AD004E8A62A680BA555CC76ADA79 /* Pod */, + 9D2BC5367D11C623B7A7CC1EEB3764F1 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + 0980D52EB3205083BC6C9AFC082407F1 /* CxxUtils */ = { + isa = PBXGroup; + children = ( + 990864F692682DB3E444C12A8510DF88 /* RCTFollyConvert.h */, + A084251F44171146FE7CC4E3973E0896 /* RCTFollyConvert.mm */, + ); + name = CxxUtils; + path = React/CxxUtils; + sourceTree = ""; + }; + 09C9FD66AD17F302A8B6D59A4772A004 /* Support Files */ = { + isa = PBXGroup; + children = ( + F2B2A1B43A483D6E4AEDD76F4C2712A5 /* UMPermissionsInterface.xcconfig */, + DB1581503FD52F37AC9575366D47D3DE /* UMPermissionsInterface-dummy.m */, + C2645E5006C70D6B624147C383C5DD7D /* UMPermissionsInterface-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; sourceTree = ""; }; - 06A1B697F0E97A8D9EDDE9F204DFFC0A /* UMSensorsInterface */ = { + 0A30D3C6A0F222E474D2865155DF04AD /* RawText */ = { isa = PBXGroup; children = ( - 64CBDA488A1F1D418FBD4EAADD1F9647 /* UMAccelerometerInterface.h */, - 3F3A9076F8739B41CB2EE0FF58531B01 /* UMBarometerInterface.h */, - ADF6CB3A2BDCBBED3D3415EEB41FDAEE /* UMDeviceMotionInterface.h */, - FE374D9CEFC75D3ED87923EAD6DDC295 /* UMGyroscopeInterface.h */, - 1209EDCD114EE04E54BEB57C0949E700 /* UMMagnetometerInterface.h */, - DF342B6B052DB50BEC1415A3036A6F39 /* UMMagnetometerUncalibratedInterface.h */, - 48D898F1F9B0C6F2263895DFFD93C076 /* Pod */, - E6924C626A81C739BCD478E1B761DC7A /* Support Files */, + 05B1E533FC7DC6FD39092E4978318E1A /* RCTRawTextShadowView.m */, + F40B009B8CEA51AFD8683830B1551BE1 /* RCTRawTextViewManager.m */, ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; + name = RawText; + path = RawText; sourceTree = ""; }; - 072DC34557BAD7DAD0942CC8DFBA11A0 /* core */ = { + 0A512C0C912127EAB4B3483C8E814737 /* Nodes */ = { isa = PBXGroup; children = ( - B96C2FB80F4A61F7610D6663DB9DC0B1 /* LongLivedObject.cpp */, - 3E4D000D9915C53B5FCAF941E7972F69 /* LongLivedObject.h */, - 40D5ACF5208F52A2EC8E91E5268F9CCE /* TurboCxxModule.cpp */, - 49348BFD9292A3FF67B1B65C396AB7EB /* TurboCxxModule.h */, - 9BC71A5918A997F15CAC9126B3C68E59 /* TurboModule.cpp */, - 6FD6D859CDD113AA532232F2E50E074E /* TurboModule.h */, - CCA0576919667EC33DF985E4FC2910DE /* TurboModuleBinding.cpp */, - 361BA81519E68DE00DC1EE1C2CA4F5AF /* TurboModuleBinding.h */, - CD1FD19EEAE5B49A97158541191BFCD4 /* TurboModuleUtils.cpp */, - F89473948C947E5DF0BAAC2B2AD27FA6 /* TurboModuleUtils.h */, - 846FBDC4EF3A97555FA388157E87AE1C /* platform */, + 78A3BCA8761ECE399D0A651FD7544CDD /* RCTAdditionAnimatedNode.m */, + 262B0316A2D988E70A636C50AF446192 /* RCTAnimatedNode.m */, + 40FC5E306ABABA27B01035E205968CA8 /* RCTDiffClampAnimatedNode.m */, + 484B1A9BB8E3EDB0B68036F60782DB89 /* RCTDivisionAnimatedNode.m */, + E9EC10322167045A8F30D69DE3F0EC78 /* RCTInterpolationAnimatedNode.m */, + 579D581C9B4770A71C03452C80A3F9C7 /* RCTModuloAnimatedNode.m */, + 58B882052DCBD50DA678B25F6F262911 /* RCTMultiplicationAnimatedNode.m */, + 3CB51127FF6C0976D95599F103AD29CA /* RCTPropsAnimatedNode.m */, + A70F77CBF361A7F8726BDF350E3BC69B /* RCTStyleAnimatedNode.m */, + 2293149BED2F89D52C9CA71F462B9D70 /* RCTSubtractionAnimatedNode.m */, + 4EF2041609FEE8332151E60184ABDACE /* RCTTrackingAnimatedNode.m */, + 58E333E7BC1658F3FCDB19F8D52409AD /* RCTTransformAnimatedNode.m */, + EB5684495A6F8B21DC40DE6D45F5775C /* RCTValueAnimatedNode.m */, ); - name = core; + name = Nodes; + path = Nodes; sourceTree = ""; }; - 09212FEF239BE83B5FFB0DAA2C9EE3D9 /* Support Files */ = { + 0AB32250CC0FF1EB2EA732B71106E069 /* Support Files */ = { isa = PBXGroup; children = ( - 0BD893EC03B684D4C3C45FECB2D8F98F /* react-native-notifications.xcconfig */, - A82C63712B42E185D5C270BBDB629E32 /* react-native-notifications-dummy.m */, - 28640FE129348D992B19F5FD6192361F /* react-native-notifications-prefix.pch */, + 2D70BAEE4F12958BC061A7CFE3DEF4B7 /* React-RCTSettings.xcconfig */, + 15B2FB55546B58F6FC0E141AAB476DEA /* React-RCTSettings-dummy.m */, + B81C124EE9C0D6157ED947AA568C3E8C /* React-RCTSettings-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - 0A7E816D401E3E937E3B8A49DF920903 /* config */ = { + 0B29B022FC7343A88C6F63FF24ACC458 /* UMModuleRegistryAdapter */ = { isa = PBXGroup; children = ( - 046EAA9D5C971AB9315DEC235D649530 /* RNFirebaseRemoteConfig.h */, - 8517462EC8191891DDC4C090B5F149BE /* RNFirebaseRemoteConfig.m */, + 2FE1D8F88AA14DB45E011BA7F577D0DB /* UMModuleRegistryAdapter.h */, + B4E7A8B4EF084DEB4E3DBB9421DF309E /* UMModuleRegistryAdapter.m */, + 9F0B55389BBCE3DC517D5A3A2ECFFBF5 /* UMModuleRegistryHolderReactModule.h */, + 876BB29C527125661AD20D22BE844A7D /* UMModuleRegistryHolderReactModule.m */, + 7F3ADF9C76F2B35E241D0673AC307509 /* UMViewManagerAdapterClassesRegistry.h */, + D98357BE6E255740903B14E91A93835B /* UMViewManagerAdapterClassesRegistry.m */, ); - name = config; - path = RNFirebase/config; - sourceTree = ""; - }; - 0A7F34B69D6A745B7ED9D2B71C785C06 /* Support Files */ = { - isa = PBXGroup; - children = ( - 079D9854C6095ABD1C6BD151B14AC57C /* RNBootSplash.xcconfig */, - 9E662EF8BD891FF57BD8D395276CB1C6 /* RNBootSplash-dummy.m */, - EB80F80723C4A8413AA092BCF137D242 /* RNBootSplash-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNBootSplash"; + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; sourceTree = ""; }; 0B306EB60859A04AF7CB557F7C204072 /* nanopb */ = { @@ -7467,45 +7609,67 @@ path = nanopb; sourceTree = ""; }; - 0BB5DD74FC8B5C6FADF0CA66AF171F64 /* Support Files */ = { + 0BCC0173E4430421EB892B3223624CAB /* RNGestureHandler */ = { isa = PBXGroup; children = ( - ABBF666395B823EE55B5DA692E6E3421 /* RNScreens.xcconfig */, - A389A9A7F2B314A8E20CB931728247C5 /* RNScreens-dummy.m */, - 4AC9061FCE8499561BD404D6B45FAAC0 /* RNScreens-prefix.pch */, + AD9FBA4B78EF69235DD6D73B54188C83 /* RNGestureHandler.h */, + 44EE8E6F45961F400E818F1780116AB7 /* RNGestureHandler.m */, + 6D70EC68436BCAFD870998C26D22668D /* RNGestureHandlerButton.h */, + 134737EAD8237E8D08ECB9ED16EB2E1F /* RNGestureHandlerButton.m */, + 61EB1258716B8DFD1A247EF4CE6BEB72 /* RNGestureHandlerDirection.h */, + 300582BDD4E0D559A2CE123B7583EB2F /* RNGestureHandlerEvents.h */, + 857BD78B074C625BC77FD4BDC49254F1 /* RNGestureHandlerEvents.m */, + 064E53E98DD836B5F60958B76A781812 /* RNGestureHandlerManager.h */, + CE9AE7FF8E58CF83EA0A6D584CD74613 /* RNGestureHandlerManager.m */, + 13FC8FAFD490E87CCFC0834A8B362450 /* RNGestureHandlerModule.h */, + 8E3EEFACE8AF7F4F9675941712ED3112 /* RNGestureHandlerModule.m */, + A0441F83EA88D5BC4EA94D4DC5961DDE /* RNGestureHandlerRegistry.h */, + 7377EDAD93DD9230D8AE5DCD1AE71EA6 /* RNGestureHandlerRegistry.m */, + AA6AABAC22A2C9E92D9FDC47AE29EF1B /* RNGestureHandlerState.h */, + F8301A0F6A92FF3E7FBDCFC398D25ABB /* RNRootViewGestureRecognizer.h */, + 94B487F259C39A019C26E498C77F346A /* RNRootViewGestureRecognizer.m */, + 997FBCD8BA4E893331F3CE04C6A71953 /* Handlers */, + B8662F96699262D7CDE400929D0F2EFD /* Pod */, + 3F91460DEF84E7B3506F93406EB64C9F /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; sourceTree = ""; }; - 0BE77E4DC8A7CF2DE5DEAE22C0E846C8 /* Support Files */ = { + 0C4E5B60EEA29CC3C72E554E753FDE08 /* Text */ = { isa = PBXGroup; children = ( - 0506043E5C6B80ACD82C3F27165D3ABD /* ReactCommon.xcconfig */, - 6539F776FBDC5E175D59AE2A055A008D /* ReactCommon-dummy.m */, - E6EA9651E5B0FD1B215952D8D2002607 /* ReactCommon-prefix.pch */, + 84ED2683F6DA3A2351D5771E9A1DCB47 /* NSTextStorage+FontScaling.m */, + 9B2D64547DAA0DB27D79EDCA28E88DB4 /* RCTTextShadowView.m */, + 75F81FBE7F9056B29EB03FEAEDB2E39A /* RCTTextView.m */, + 3D448E23AE03762C59E62FEE30B234CF /* RCTTextViewManager.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; + name = Text; + path = Text; sourceTree = ""; }; - 0C2170134528A9C4144CAD947BE70881 /* TextInput */ = { + 0D757575D006C36AF5CA1329845EEDF9 /* RCTNetworkHeaders */ = { isa = PBXGroup; children = ( - 1A8E530C7B07419F2B4A9E63EFBA44C7 /* RCTBackedTextInputDelegateAdapter.m */, - 13DCAC04D657A2082E265DD6149414DB /* RCTBaseTextInputShadowView.m */, - 51BB9A3334F8058B9CABF455F7363AFE /* RCTBaseTextInputView.m */, - 51D8FBC70FC85BD127175A57572F50D1 /* RCTBaseTextInputViewManager.m */, - B02DD65D05D4FFEE128900D4F7D0DFBC /* RCTInputAccessoryShadowView.m */, - 604A3C8D67086E9A3ECCB0B7BF40E782 /* RCTInputAccessoryView.m */, - A9229A056CB0E4E9B46213B6DF6DAF7B /* RCTInputAccessoryViewContent.m */, - 0DC44227D6FBEFC40745BD6F81A94947 /* RCTInputAccessoryViewManager.m */, - F4810CC9A18EA364361E1F4DF90E27D0 /* RCTTextSelection.m */, - A2DA6D64544A7F296F606130412D3FEB /* Multiline */, - 3AE028F6857F8E7D6924035BD36BF65D /* Singleline */, + 59C082FCEABEBA37724CCF76C16DECE1 /* RCTDataRequestHandler.h */, + E8FFCBFFB676EA7DA34B1A9054586EC1 /* RCTFileRequestHandler.h */, + 0F66C4D688719C36A136311FAE73BF2F /* RCTHTTPRequestHandler.h */, + A0969EF9EEFF594E26EF1F633AD89612 /* RCTNetInfo.h */, + 8E7258DE9C05C4BAE7DD514FD591319E /* RCTNetworking.h */, + 06A53493AE9D625B0FCD7CED36565037 /* RCTNetworkTask.h */, ); - name = TextInput; - path = TextInput; + name = RCTNetworkHeaders; + sourceTree = ""; + }; + 0DAD9F1268C0D710813F1691F8503CDF /* Support Files */ = { + isa = PBXGroup; + children = ( + CD3B1E4836C2B5451865F6CBA58759A1 /* react-native-cameraroll.xcconfig */, + 40C3D9CD1DE46BB7625268A30775B549 /* react-native-cameraroll-dummy.m */, + BFA7CD588CFF3BE372A07F620989FC01 /* react-native-cameraroll-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; sourceTree = ""; }; 0EB22BBFAB12DE43BF0B817235CAED5A /* GoogleDataTransport */ = { @@ -7560,6 +7724,28 @@ path = GoogleDataTransport; sourceTree = ""; }; + 10706D9F20449B801120AB8C1CF549BB /* Surface */ = { + isa = PBXGroup; + children = ( + 69AF57D8E15BF741474E5EDAD33E1515 /* RCTSurface.h */, + 31B96A5F8F286666D7FBC7677AB25372 /* RCTSurface.mm */, + 040AE7C4C5960E5068564B1669AC7E23 /* RCTSurfaceDelegate.h */, + 1DB3A55DA2EE23AA22896E1AAC35CE39 /* RCTSurfaceRootShadowView.h */, + E3BC9591E6454450B9E4A075832684B4 /* RCTSurfaceRootShadowView.m */, + 47509D15028B1CA058D32CA13B8666FB /* RCTSurfaceRootShadowViewDelegate.h */, + 7F7FAF4767F2073315B68AA2ACF9D43F /* RCTSurfaceRootView.h */, + C09B08B9F9590C063A274292A00ED08A /* RCTSurfaceRootView.mm */, + 11149B0B1D22FEDD1C67330D28A66FB5 /* RCTSurfaceStage.h */, + 246F9D8018A006460594F30A65BFF960 /* RCTSurfaceStage.m */, + 042BD1F843AF0B4A4B0B1CF490C929B6 /* RCTSurfaceView.h */, + 1BC427201794367BD329171E92CA414C /* RCTSurfaceView.mm */, + 92991E50D3464427C3917E08D7A6B7F7 /* RCTSurfaceView+Internal.h */, + 79F5501C66460D5A5B0C41CD2329C92D /* SurfaceHostingView */, + ); + name = Surface; + path = Surface; + sourceTree = ""; + }; 10D07FABCF69DD0EE97B5E881DE54D1F /* Environment */ = { isa = PBXGroup; children = ( @@ -7573,16 +7759,6 @@ name = Environment; sourceTree = ""; }; - 11286122E16AA6A7EB9997E9E2938367 /* instanceid */ = { - isa = PBXGroup; - children = ( - 1D1A4DF30C9801FD64301020561FE612 /* RNFirebaseInstanceId.h */, - 6584C61C82381EB1B1004D7753C0212E /* RNFirebaseInstanceId.m */, - ); - name = instanceid; - path = RNFirebase/instanceid; - sourceTree = ""; - }; 113FAA400B44B384ACD031204F85F5A4 /* Support Files */ = { isa = PBXGroup; children = ( @@ -7748,100 +7924,117 @@ name = webp; sourceTree = ""; }; - 120C841D0981AFEF45AA0A18FAF3DE27 /* RNFastImage */ = { + 11EAAA87E41718DFE4B6CF0164C9C043 /* EXFileSystem */ = { isa = PBXGroup; children = ( - 738729E64B6A469A04A8534B490BC224 /* FFFastImageSource.h */, - 734AEA6C4CABB5DD9F8F3707C6300538 /* FFFastImageSource.m */, - 0776128501F7C2B856FEFE2DF2F62C93 /* FFFastImageView.h */, - 4CD830FC15460173E593D0931A1CFE15 /* FFFastImageView.m */, - 09340D593FCF156D56EC788C9D61A56E /* FFFastImageViewManager.h */, - 4047D0C13164557A75A75548DC31B4AB /* FFFastImageViewManager.m */, - 0C44808963FFBF4FFE9F3634F30135C4 /* RCTConvert+FFFastImage.h */, - 16E1B3D3F1C9A20AC3EE3B0DEF23172B /* RCTConvert+FFFastImage.m */, - 412E01A9EA1A4E6EEE2632D459614682 /* Pod */, - 7266ED1FBEC727B47A204049EBD0793F /* Support Files */, + ACD2F3F414E96D13C35322EF4AE69D91 /* EXDownloadDelegate.h */, + B1B7A66CA40B037C34377CACAECC1D55 /* EXDownloadDelegate.m */, + 42BFE991830D7F84E916413983023C1D /* EXFilePermissionModule.h */, + B0FFA6C80F8A67966392DB73CE915CCC /* EXFilePermissionModule.m */, + 3D5FB42ADEAA4E9B94CDE9C1D07EEB21 /* EXFileSystem.h */, + 6F0C3E5F49ADE324BFA3AEB74AA646D0 /* EXFileSystem.m */, + 297CEC882720276F40987482F9ECE587 /* EXFileSystemAssetLibraryHandler.h */, + FBD303282921ED94222CED8173EB6121 /* EXFileSystemAssetLibraryHandler.m */, + E31BAB82E514EC52EC442F809703ABE4 /* EXFileSystemLocalFileHandler.h */, + D4D3E4C632A4B02346E1FCF568BC9511 /* EXFileSystemLocalFileHandler.m */, + 2C0FDDCA0EDAB645B567525657900B48 /* Pod */, + 67EC2A4C501AE8F3AF020AA7EB4D9AE4 /* Support Files */, ); - name = RNFastImage; - path = "../../node_modules/react-native-fast-image"; + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; sourceTree = ""; }; - 12232A32A68D49BA8CF1C9409DA8C820 /* RNUserDefaults */ = { + 120449DC76C4BA02CB26007CA203CA08 /* Modules */ = { isa = PBXGroup; children = ( - EC25F30193FE87CEA5708B5D8793D7C5 /* RNUserDefaults.h */, - CE61B3F28EBD3E2F62F2C9156F67624B /* RNUserDefaults.m */, - D4077CE69563C7626C35FB4A16C6DB7F /* Pod */, - 241FF04C60ECD0C02E9FEB5A2E6B239B /* Support Files */, + 21FD64ECA5043E71869A816326A90245 /* RCTAccessibilityManager.h */, + 685CC9ED7AA857F8F83C5CE07C555EE5 /* RCTAccessibilityManager.m */, + 493B0A519C945C32863CCC3752FB6F29 /* RCTAlertManager.h */, + 22B34F12C3336D3E628AAEBD664D5DC4 /* RCTAlertManager.m */, + 303DE418C5DFB23A4BD54D9484505CE8 /* RCTAppState.h */, + F066D29AC5292924001F77DF2C215838 /* RCTAppState.m */, + 1906556C45AB84FAE5BA371126C72B3B /* RCTAsyncLocalStorage.h */, + 2B926F3CE50538B2642D217F1B08F0FF /* RCTAsyncLocalStorage.m */, + 21DF6D72948E115B6A80FA386B080004 /* RCTClipboard.h */, + 37D411FC895F637092612CAA667C9BA8 /* RCTClipboard.m */, + 23B6D424AE8030B661B6ACEC3201FD55 /* RCTDeviceInfo.h */, + 9E7A416F75D848938F7E26374B24D1B1 /* RCTDeviceInfo.m */, + DCA36AA1CA0B92BA681E7562A9AB8210 /* RCTDevSettings.h */, + 9AFB4B5E87A09ABC0522AEC0E59E56E1 /* RCTDevSettings.mm */, + 32359779BFF3D480C74A6490AAE408E4 /* RCTEventEmitter.h */, + DB72DE39D34AA04FAB7559A9059240F1 /* RCTEventEmitter.m */, + 01D1031E2444DF454E531A9DC65702B7 /* RCTI18nManager.h */, + 83882F5B7809A24B561A246EDBFD3F52 /* RCTI18nManager.m */, + 8C217182A631F4DEB8799FFDF7CFBBA2 /* RCTI18nUtil.h */, + 79290D430AEE27ED0F3A2ADD6900A403 /* RCTI18nUtil.m */, + 890E89C000ECD7E2BA73CA6DA84913D5 /* RCTKeyboardObserver.h */, + B925713E8B07BC43A6B251B538AD3EA9 /* RCTKeyboardObserver.m */, + 02B75C8F90265EEBA66E0C8EE71B6B25 /* RCTLayoutAnimation.h */, + ED798D51043B425B8A8DAECA50899214 /* RCTLayoutAnimation.m */, + E82B7D1C30D1AEB3E504A3713A5D962B /* RCTLayoutAnimationGroup.h */, + 6522F588FD87E22B716396B0BB2FCC23 /* RCTLayoutAnimationGroup.m */, + CEFD06A3C0255C0DD7E540F9AD5E5E2B /* RCTRedBox.h */, + 33730729FF01A3597D03942C649B47AF /* RCTRedBox.m */, + F41AA16F5D4130B8C097B07033C1EECE /* RCTRedBoxExtraDataViewController.h */, + E75A7D5A4539B2E0537A5A61616245AB /* RCTRedBoxExtraDataViewController.m */, + 58016F2081EF1C207B2899B6AED25B75 /* RCTSourceCode.h */, + FB82D4881857C78D4F580048CDB64972 /* RCTSourceCode.m */, + DE49638ADFC5C297F8F611DD713D98D5 /* RCTStatusBarManager.h */, + FE2CA91659F87D0CA70D59B77940C1B7 /* RCTStatusBarManager.m */, + EA217BFC56D7D63C24A2E2EFD8B69C20 /* RCTSurfacePresenterStub.h */, + 3C7816C48F52BFEBC58707E468ECDB58 /* RCTSurfacePresenterStub.m */, + F43996E789C2F95C237FF3F6B4F319D0 /* RCTTiming.h */, + 1ACF8AC78298B41C94A8D5D65AAFE144 /* RCTTiming.m */, + 46FDA105CF97FF6CDA83F151FAE0A177 /* RCTUIManager.h */, + 7E2A53CB11727F0EB1B2BBB80114F6A7 /* RCTUIManager.m */, + 25AF19ED10701324D121CDC03B977D52 /* RCTUIManagerObserverCoordinator.h */, + CCBC60AE51C7D42660263B60D020BCE6 /* RCTUIManagerObserverCoordinator.mm */, + 0D9CE7D0FA1F5BD8EE21C37BD6C1D84D /* RCTUIManagerUtils.h */, + 595749AF0F0544A02F47ECF6633DA760 /* RCTUIManagerUtils.m */, ); - name = RNUserDefaults; - path = "../../node_modules/rn-user-defaults"; + name = Modules; + path = React/Modules; sourceTree = ""; }; - 125D21D47D0D3E4480B33C0568860C35 /* EXConstants */ = { + 128DD2D6777086DF355C7A302067952B /* Pod */ = { isa = PBXGroup; children = ( - 21A88474A311493C0251BB4E0C560C13 /* EXConstants.h */, - 29111EDC9067117B4EA9376BF35DDAE2 /* EXConstants.m */, - EF12E615FDDDC5DC67C7B27029CB52D3 /* EXConstantsService.h */, - FC77272D5D1D48B43F12E55DDD9F80C1 /* EXConstantsService.m */, - 6334F61C04B2AB0248EA18B64C4AC386 /* Pod */, - 77FDE58A2B6CAB8C42F5568166122882 /* Support Files */, + B70675BF0C1999E6AEA7FB2565BD14B1 /* RCTRequired.podspec */, ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; + name = Pod; sourceTree = ""; }; - 126007A1DDAA4083EED0A72F0CEBA9BF /* RawText */ = { + 1301928DEE837520A9DEDBAC7CFCBD2D /* Pod */ = { isa = PBXGroup; children = ( - C711D324C097D28645BE1368E672C76B /* RCTRawTextShadowView.m */, - 2F3DF60D378DE3375BEB8A1BB072B390 /* RCTRawTextViewManager.m */, + 4996AD4BD0A44C3FF79F68CA398753DB /* android_date.png */, + DB303D5D25308219FA52586D746000CB /* android_time.png */, + E5BC043446381F3ACBB8C03306F65C02 /* ios_date.png */, + 8D04867868C5AB54EB9E1751823E27A9 /* ios_time.png */, + 6BC377C2410078E21BC7A222BBC7FA10 /* LICENSE.md */, + 0FC60135AD706121FC84515E79346E05 /* README.md */, + 7CFC9E19A8DF78DB1D83D66B5CFB2A5B /* RNDateTimePicker.podspec */, ); - name = RawText; - path = RawText; + name = Pod; sourceTree = ""; }; - 129CA80BAC5EACA37391B771D9FFB7FD /* Resources */ = { + 130CAD7A6F67969E41965F3A6A54A816 /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 3C8477FA3C58F5FB16CB4531DC9DDD56 /* AntDesign.ttf */, - E179A8C165A31CC3B2B02FE8FAFD6CF7 /* Entypo.ttf */, - AE9A643C6116EA81C178805A8C7A2F45 /* EvilIcons.ttf */, - 007FDBD5CB8F72DE12035951173C327B /* Feather.ttf */, - 0B2FDA18ED70A47834CCAED314AD0309 /* FontAwesome.ttf */, - 1615A42F724A8A0EFBB3E03DCA8989DF /* FontAwesome5_Brands.ttf */, - EC7D2AC4F90F73F003928CD123DEACD6 /* FontAwesome5_Regular.ttf */, - 36B0485A129186415B58A6B07016DAB9 /* FontAwesome5_Solid.ttf */, - 2AECEBE83F3D166D80F0950412E1D8F4 /* Fontisto.ttf */, - F3AECBC515351386CAB369DF62BE8458 /* Foundation.ttf */, - 935ACFB77E482AAEC673103A6CA209D8 /* Ionicons.ttf */, - 64DE20E29967B6096AD7F97229DB7A6F /* MaterialCommunityIcons.ttf */, - C26A935CB0E6EA873152D98DFDB862DF /* MaterialIcons.ttf */, - EB4D088E6A053132E874D3F79EACD884 /* Octicons.ttf */, - 4DEF529BBE88D3B9077D0B51680BC17C /* SimpleLineIcons.ttf */, - 6AC759C1CD233D0071663E565C11837A /* Zocial.ttf */, + A0D3AC405D78D292A38020CE430D431F /* UMBarCodeScannerInterface.h */, + 28DAE90048BA78A30F300F63FB365F48 /* UMBarCodeScannerProviderInterface.h */, + DCC3BE31FD5DDBB073F9D01EE4C7AA92 /* Pod */, + 81FC0AFBFD957FEFD16E02FD14046D89 /* Support Files */, ); - name = Resources; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; sourceTree = ""; }; - 137BD35ACC837DDCBB1F79BAC6F186AA /* Support Files */ = { + 13848E846864BF0A1551D42632F75376 /* Pod */ = { isa = PBXGroup; children = ( - B7437E080DBD8540D545B371A38CDE34 /* EXHaptics.xcconfig */, - EE8FD87FC265122514D84E9883251CDD /* EXHaptics-dummy.m */, - 217EC25650E42C36B58D098A7BE98C37 /* EXHaptics-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; - sourceTree = ""; - }; - 149001F837487FAD58692CCA53BBB940 /* Pod */ = { - isa = PBXGroup; - children = ( - 9A829F245C0CD19CEE3F9EE11E899740 /* LICENSE */, - A8B4D61D8288CE098D82D4273358B6FA /* react-native-orientation-locker.podspec */, - 7C933B6ADE762A78222E407FD1960592 /* README.md */, + 082D69279D22CB77C22AE6C1AC9A531A /* KeyCommands.podspec */, + 0EF0FE62DAB45ACD6147B1C7764C1870 /* README.md */, ); name = Pod; sourceTree = ""; @@ -7855,62 +8048,152 @@ name = Frameworks; sourceTree = ""; }; - 15B0FD077CFC5788A5954EC9F4B593CC /* Pod */ = { + 15CEE78E3FCAEDC7C07E9349C8F8A604 /* Support Files */ = { isa = PBXGroup; children = ( - 19C6B487FF09B7DC327E20B038C0DF87 /* LICENSE */, - DB772E12EF9B7EF2053FA1739EE01341 /* react-native-video.podspec */, - 8245ADDCE6EFBDACC991EA41E85E761A /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 15DC3C6BB12D3D8C419EBD198E67A719 /* Pod */ = { - isa = PBXGroup; - children = ( - C0AFA44A2045D5AC96AB70C780E3244E /* LICENSE */, - 6E278FF27563009D97F9BDC3D73D8425 /* react-native-background-timer.podspec */, - 1F2E344E048B27D0A031047E557752D7 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 16D69AB38B717A437838F777DB6C60AA /* Pod */ = { - isa = PBXGroup; - children = ( - 84E26443EF2CDC0A416CD2340B33EB39 /* React-RCTActionSheet.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 16D8CEF3B8B0E16F6DD2AC470B3C5CB1 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5CEE7A85BBF78894CD063886D710B60C /* react-native-cameraroll.xcconfig */, - 93A0D6200CDFA3971E6F29B76348B333 /* react-native-cameraroll-dummy.m */, - 07D26F1F28317A664DDFCE95DE3C591E /* react-native-cameraroll-prefix.pch */, + EC88000ED677B260937D884184B39666 /* React-RCTText.xcconfig */, + 96A7EAC83659ECF44DB12C551B618B3A /* React-RCTText-dummy.m */, + 6CFDF7B2EFA01E25A3EF28BDD79B27B9 /* React-RCTText-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; sourceTree = ""; }; - 16F70382F813FC70862131F09AD25F8B /* Pod */ = { + 15EAA0500F8FA4E659850C96E8AB29CF /* Support Files */ = { isa = PBXGroup; children = ( - 0C0EDBD3C842474FCA65748C7492A36A /* RNFirebase.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 17D3AF23ACC0C15926BBC96EAF8121E9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1BC240C9C25F80D8681D0EEC22B07F84 /* ReactNativeART.xcconfig */, - 76037B0C94833300AFE005BC53E81964 /* ReactNativeART-dummy.m */, - 7292E38617F5F47475FCD902E7B442D5 /* ReactNativeART-prefix.pch */, + FB640FAAD52F0D73311260D733A9F50B /* RNUserDefaults.xcconfig */, + 7A3D1F7342DC265DEEA84026C599DFFD /* RNUserDefaults-dummy.m */, + 8E5DB3686CB781FC5DC68AA80E5C8551 /* RNUserDefaults-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeART"; + path = "../../ios/Pods/Target Support Files/RNUserDefaults"; + sourceTree = ""; + }; + 16A6F3810248B27816437689C7C6326A /* Development Pods */ = { + isa = PBXGroup; + children = ( + 55B5CEDBFB7117FA376E40105BCF53D7 /* BugsnagReactNative */, + A68B918FDF7156DE9B52F25B4ECDC865 /* EXAV */, + 0108BE42D9C315ECAB63835298547D11 /* EXConstants */, + 11EAAA87E41718DFE4B6CF0164C9C043 /* EXFileSystem */, + E2638C4C8232FBC21CE1A3A927F549F9 /* EXHaptics */, + 41C3B9396417F6A1E6E68304BCCD3F0E /* EXImageLoader */, + 28800169CD9A92F8E41AD4458A8F0FC2 /* EXPermissions */, + 62916AFA60BAF874F6A800F5566DB96F /* EXWebBrowser */, + EFBE5272DEFA0428BE885E8F99347C8C /* FBLazyVector */, + 360AE81287D3EBA338AE9F59AD732DA0 /* FBReactNativeSpec */, + 04CBC310A139227D52BFCB6C65576A06 /* KeyCommands */, + 4FB810FC2F017135FBAF3988AE05DFFA /* RCTRequired */, + C8BBA0A4DB504250596CC0740851129C /* RCTTypeSafety */, + 32DC5CD6B229780D847112C3F7542DB9 /* React */, + A8F11DA5FD09758723E1142FEF85DB69 /* React-Core */, + AD8D59B618E20E1C04B73AB391C9E42F /* React-CoreModules */, + 3A02010AD738A739F4D275977A080054 /* React-cxxreact */, + A5D3C5912FC95990E4865544214A5913 /* React-jsi */, + 5AA4F83C3B26B5E88EA9E88EF991211B /* React-jsiexecutor */, + 4E31E797FBD9329A909D8A4378957BBE /* React-jsinspector */, + 6B3CEA8C692A92B152389EE02BCF46F8 /* react-native-appearance */, + DAB1CF041C820DE3237FFE1686177AD0 /* react-native-background-timer */, + 8049403D83EDC28AF39918F44671FFFC /* react-native-cameraroll */, + F0D360AB29FF2F5D9F4B632A80C12DBD /* react-native-document-picker */, + E6232848F442A4C9CF61E282C47025D9 /* react-native-jitsi-meet */, + EB103920D7DC3D9456A43D6DF561F8B8 /* react-native-keyboard-input */, + CB5CA4EA181D9A264B64167A936A5B3F /* react-native-keyboard-tracking-view */, + 567C7523CE5382909882005212C0063C /* react-native-notifications */, + 731CCA533413486A5017C5F45348BE34 /* react-native-orientation-locker */, + BF0227FF44857CC3FEF39A64B3576681 /* react-native-slider */, + 5A3EC5726BBAABF42B30F1723FC6208D /* react-native-video */, + 58ADE114FA6ABC790B3BFB17D498C95A /* react-native-webview */, + CE101CD00A95257BD400A64EEF14DC78 /* React-RCTActionSheet */, + DB26E59726A435D9A76DD48EEAD12366 /* React-RCTAnimation */, + A8495183D521095FB5AD07803F03194A /* React-RCTBlob */, + 31CB5F4B66D91F41B2DA9CA1B304337C /* React-RCTImage */, + 49A77384F0151373CA63A75E115C79DE /* React-RCTLinking */, + AEC2091BFDCE204886DE9120B26F30FA /* React-RCTNetwork */, + 56E15B5F6BD3219FD92BE57B7C4B6EA3 /* React-RCTSettings */, + A2FB0CE39C25D5B14C2A122CEEE49CEA /* React-RCTText */, + 8EBA10E27A934BAE7C8A29230A6FC712 /* React-RCTVibration */, + 306A16E61001A426BD78733258B36081 /* ReactCommon */, + 356E0EAD8D47470C42CF7A7D9229B767 /* ReactNativeART */, + CA05C6D130127E0746BAFC89E13ECE9F /* rn-extensions-share */, + 85D426E43C4EC03F441D348E488B4C77 /* rn-fetch-blob */, + 16DF81B0B8EE12CE107E09D6A52F0512 /* RNAudio */, + 6753863660C71B22647DE0F2F4A593B8 /* RNBootSplash */, + 4E2FB2A4FEFEB4319ACC41DA8088174E /* RNDateTimePicker */, + 56E1E2DA6CE6249086F5F7A37C910F7A /* RNDeviceInfo */, + B23D620BDA6334266A94D11DD64A3215 /* RNFastImage */, + B6FFCE5824FDD0AB5EDF222D3A5FE0DA /* RNFirebase */, + 0BCC0173E4430421EB892B3223624CAB /* RNGestureHandler */, + B2A26CD551E54C2C1813EFEAD961CD08 /* RNImageCropPicker */, + B6C27CF08DCFF69E58AB487E22C1195A /* RNLocalize */, + 4C99D70073FB6572E6AA632F7958A0A2 /* RNReanimated */, + F9A9CF467616B1789A8A909A17424316 /* RNRootView */, + 9560E2C255ED145E1B385B858A2B164A /* RNScreens */, + 2E46B32DD4A513888C80BA25BE6248BC /* RNUserDefaults */, + 4658FC56C3540475120CDC0D241AB42A /* RNVectorIcons */, + 9467732B6D0470FF20E9677C6DACC57F /* UMAppLoader */, + 130CAD7A6F67969E41965F3A6A54A816 /* UMBarCodeScannerInterface */, + 7D2CA84B05017CF0684C4FFFFDBBA5FF /* UMCameraInterface */, + 5A71022217CC14D973B86FBB3CB9935A /* UMConstantsInterface */, + D6C056C6BABAC6C5F11B88DBD1A2EAD7 /* UMCore */, + E3E2677B2BC7E28F47C971DBBC28A51F /* UMFaceDetectorInterface */, + E5BE9F8EB1758CF789FC8C532161AE71 /* UMFileSystemInterface */, + 06355F065818ABD12CBB4F37791ADED7 /* UMFontInterface */, + 47C18A4D3F3892D7F5A6E628066B206C /* UMImageLoaderInterface */, + 05AA7D63524C780F8D1CCDBE5A692543 /* UMPermissionsInterface */, + C77A78A8DC8B9F942CCE56285011EC28 /* UMReactNativeAdapter */, + AF0501B9ADCB974172C7AAA504AA2D7F /* UMSensorsInterface */, + 906D040FAF8C08FE23CCFBFAFDB1A790 /* UMTaskManagerInterface */, + 49BAED67B08EDC28239F6FEB60B3719F /* Yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 16DF81B0B8EE12CE107E09D6A52F0512 /* RNAudio */ = { + isa = PBXGroup; + children = ( + EB7EB013F833B355FD0244A8EA7E1E9B /* AudioRecorderManager.h */, + 2A5FA4F553903242373D9D4AA2A1E8ED /* AudioRecorderManager.m */, + C1480F45EB7E3E22CC87E2AABA76A0DC /* Pod */, + DD9C029B884FD5F8796318956E82AB48 /* Support Files */, + ); + name = RNAudio; + path = "../../node_modules/react-native-audio"; + sourceTree = ""; + }; + 17B06DDAE6B75DE38B753171CB1A1379 /* Recording */ = { + isa = PBXGroup; + children = ( + 42B001A0487F7CBEC445D4245BD51B07 /* BSG_KSCrash.h */, + A359FDA218BBB85A1EE5CE72F7EE5C58 /* BSG_KSCrash.m */, + 107135BEBA6EA7330C01077FA39CD6DF /* BSG_KSCrashAdvanced.h */, + 6FE59B916214115894E2C40051662512 /* BSG_KSCrashC.c */, + C7697D177A9AC5B3305785040048B838 /* BSG_KSCrashC.h */, + BEB35DCAFD0EC01BAA2869190E84779E /* BSG_KSCrashContext.h */, + 58E58CB3CE5773B6B498DDE3F5159735 /* BSG_KSCrashDoctor.h */, + BE3BFBECD1E15553378524DA541FB1BF /* BSG_KSCrashDoctor.m */, + AA9EFF9E1F58142D75197642E0C42041 /* BSG_KSCrashIdentifier.h */, + 967FA1A50F500261410AB58054ED1F4F /* BSG_KSCrashIdentifier.m */, + 3998B4CB5D7BE16B616E7C240476509E /* BSG_KSCrashReport.c */, + 07E0234DD7051C7D65C2E4D36FFF87BF /* BSG_KSCrashReport.h */, + BDB51361ADC5F8786F4F64E304B59085 /* BSG_KSCrashReportFields.h */, + C7D7B4FBE8105B8A8F9749C0DE0CC4E1 /* BSG_KSCrashReportStore.h */, + 43F71913AE130ACD0E258AA4A470CC39 /* BSG_KSCrashReportStore.m */, + 2627A03E2AAC96EF0E84BD19FC590BF9 /* BSG_KSCrashReportVersion.h */, + B6FCCC857829E3AADFB1FD2840A10FC9 /* BSG_KSCrashState.h */, + 57FF5C5617AFBBBF704DAFD06A05E61B /* BSG_KSCrashState.m */, + D62F461D0DA61C54FD998895AF0D8F29 /* BSG_KSCrashType.c */, + 1FAD805A430894F1296F6BEC00C7A1C6 /* BSG_KSCrashType.h */, + EB570AFE3807B1510AAFAA576444577D /* BSG_KSSystemCapabilities.h */, + E6C09F8FC9C3A48D2F39D3D394130EC3 /* BSG_KSSystemInfo.h */, + 4B6DB6D0D19BC30059D5D4512C8DAFF9 /* BSG_KSSystemInfo.m */, + D9A54AB4A1997122697189E04B718260 /* BSG_KSSystemInfoC.h */, + CA133D8A948994865AC442C0F0E0668F /* Sentry */, + DF8CBA8FF9838D3E7588105895DB22E7 /* Tools */, + ); + name = Recording; + path = Recording; sourceTree = ""; }; 18149080C63A878FBB6D5866B0791E49 /* Support Files */ = { @@ -7971,108 +8254,39 @@ path = PromisesObjC; sourceTree = ""; }; - 195E608FEFFC6177D6727580B75A402E /* Pod */ = { + 18BF3F5DEE8B435133269D8696BA18EF /* Source */ = { isa = PBXGroup; children = ( - 9581E9C5A44542BF5FDC5857FA73C055 /* LICENSE */, - E1BC3269BA7653A13FEAAD56B72D8271 /* react-native-appearance.podspec */, - A1B2AD66D7A9765C434B365FDEAF4022 /* README.md */, + 5ECC8E71E66CC6121EEFCCC459142B79 /* KSCrash */, ); - name = Pod; + name = Source; + path = Source; sourceTree = ""; }; - 1967F35F3BA314610A284D0685988C0D /* Pod */ = { + 198989861E3A46A532780C47C718A1BB /* RCTTextHeaders */ = { isa = PBXGroup; children = ( - D5EBFB7008852607CECC355E06C9C6E0 /* BugsnagReactNative.podspec */, - F9E65561A4F759756BFA0999219E99FC /* LICENSE.txt */, - 885CB6D9B8AED66C24493BBDBAFD7F33 /* README.md */, + E58A1CD42F0356C6697E2AC06FEA30E6 /* RCTConvert+Text.h */, + 71F3CA809072964CCC65C1EF386C65F7 /* RCTTextAttributes.h */, + 426717A30224C3E0314EC82D0C8ABDA4 /* RCTTextTransform.h */, + 7719E5A0BEAB7225A153F3938E38DA4D /* BaseText */, + AD85E3CC465B636DD729EBA6D7AFC85D /* RawText */, + 99370FA83969D3CC02D4E1D0894B1592 /* Text */, + EF02899F83ADD13A5C348C8C6AF0E22B /* TextInput */, + F4A28F4E353E86E13C4118229003C594 /* VirtualText */, ); - name = Pod; + name = RCTTextHeaders; sourceTree = ""; }; - 1A15EFBB0193C8609D77649843FEAD1D /* Handlers */ = { + 1BD7AB1C10E6FB8F4D7E137FB3209C57 /* Support Files */ = { isa = PBXGroup; children = ( - C6195A96E3126C5962D909EFFAE81ACC /* RNFlingHandler.h */, - 1BB23806F75FA779CDDC924FA7F9C555 /* RNFlingHandler.m */, - 803AA4D060B960BE2E1541EB7EB0A8F8 /* RNForceTouchHandler.h */, - 74E4529B98FEDAACF3150604E65DAAD1 /* RNForceTouchHandler.m */, - C75D6141B889C90F12173F1E3786508E /* RNLongPressHandler.h */, - B3EA2ECAF632E137336F97437D3E6ADC /* RNLongPressHandler.m */, - AF55E15E2C3E4E070679685042CA4096 /* RNNativeViewHandler.h */, - D71A3992E7CF3B86949CE9209EB49D59 /* RNNativeViewHandler.m */, - 95BBFAB8C771DD0FF985331B81372155 /* RNPanHandler.h */, - E0F498276475AF9EB123E331A4CCB2F3 /* RNPanHandler.m */, - 3A1BABD4B412A0953C577E058336334A /* RNPinchHandler.h */, - C8C38C11207926949E1F8094DFCEE99F /* RNPinchHandler.m */, - 82F02B6475E7D1C3486094F8F388E148 /* RNRotationHandler.h */, - 8A1E96E54A74B0B1F1F972417852D401 /* RNRotationHandler.m */, - BA407E1C13578F7B43F9461BB02A73C4 /* RNTapHandler.h */, - 94DA588A88B35CE185D80006E62DBC42 /* RNTapHandler.m */, - ); - name = Handlers; - path = ios/Handlers; - sourceTree = ""; - }; - 1CAD0C2E00566D19F5D303B192CEC9C8 /* Pod */ = { - isa = PBXGroup; - children = ( - FD1C084D4C106EAE54D8104F9545A691 /* react-native-keyboard-tracking-view.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 1D5B2A03136DD1F2AB4605A7E72D2B83 /* BugsnagReactNative */ = { - isa = PBXGroup; - children = ( - 8520DCC90076C2D0C0481EAA947E98F3 /* BugsnagReactNative.h */, - 3A1B67C83BAF844E6860075F41D052A4 /* BugsnagReactNative.m */, - 649D8C29B884773C1E1BB80BA5DA15D2 /* Core */, - 1967F35F3BA314610A284D0685988C0D /* Pod */, - 592E5AE3C7A199890705A33C4DF23F55 /* Support Files */, - 8144969F53CDB4CC8856B88B71B3E9DC /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; - 1D8C8999A35ABC5C79957F7D96B00F4A /* Pod */ = { - isa = PBXGroup; - children = ( - BC0F6ABA02DFEA3979B090303AFE0BC1 /* KeyCommands.podspec */, - AB4EC7BD8F12B5BFCA132B5F5897107F /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 1D8E2D68135E1A0B8F86D5DA637D0722 /* EXAV */ = { - isa = PBXGroup; - children = ( - 02FAA2A82FF5E7F69641A48ACD60B8E9 /* EXAudioSessionManager.h */, - 6203E9A58EE92DF8A28EAE1798542BAF /* EXAudioSessionManager.m */, - 834A4198AD7AF564A3B63F8008730F29 /* EXAV.h */, - 5298D6BD91CA975746993001F4AE1E6E /* EXAV.m */, - 8DAEE0C9CA8E2893756B368AB756A956 /* EXAVObject.h */, - ABDF8913C48CDFD3513678263BD2FD3A /* EXAVPlayerData.h */, - 8CB27FF0D9774D66C8B17F15F7EF975B /* EXAVPlayerData.m */, - C390A4C3844BEC34B1A05C5F05EC9280 /* Pod */, - 3AB4D14323BE5D7D216A7D437F19DEE1 /* Support Files */, - 75BB39673C1CBF1C64F11CCE0220D757 /* Video */, - ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; - sourceTree = ""; - }; - 1EAFB3C996B448BC9E033F79DA868012 /* Support Files */ = { - isa = PBXGroup; - children = ( - 226FCB055213BA46EF8147CC03F0313B /* React-RCTSettings.xcconfig */, - 89E51AAA62F862E9845F3BCEBA4471BA /* React-RCTSettings-dummy.m */, - 0C5EB83C9433ED1E5273FCC0D19066AB /* React-RCTSettings-prefix.pch */, + 01544C0A323FB8C35DFBB477A1FE6428 /* React-jsi.xcconfig */, + DF8CBF4E8847D9B5DCD9C9911BB18CE1 /* React-jsi-dummy.m */, + 88CAABA969389C2E6347DEA781571EE7 /* React-jsi-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; sourceTree = ""; }; 1F7EC6C11018294EBF40CA4AAD13152A /* FirebaseInstanceID */ = { @@ -8142,15 +8356,135 @@ path = FirebaseInstanceID; sourceTree = ""; }; - 21318A240F7F17BFB699F36FFA95A5A5 /* Support Files */ = { + 20061CC3B252E8B2B100A20BE2A2DA84 /* Interfaces */ = { isa = PBXGroup; children = ( - CE4F6A837ACAFDF071968B59BBF37B73 /* RNDeviceInfo.xcconfig */, - 24CD51144600B32C8331D79B7265324E /* RNDeviceInfo-dummy.m */, - 955B123361B23939A58B414DFA70271D /* RNDeviceInfo-prefix.pch */, + F17A2E32705BC84AD814FD6ECD2D115D /* UMAppLoaderInterface.h */, + 180207D5E7C1DB8FC8ABD08CD4D5FAA3 /* UMAppRecordInterface.h */, + ); + name = Interfaces; + path = UMAppLoader/Interfaces; + sourceTree = ""; + }; + 202477105C56BF03B3D9CC1885D5A0AA /* Support Files */ = { + isa = PBXGroup; + children = ( + 9F0D389ACAFD22E926E943101A0A259D /* UMAppLoader.xcconfig */, + 6531AD763044370F6EA7D5EC3E63C94A /* UMAppLoader-dummy.m */, + BCD608DDFD5C535FD5785D87369EF7F3 /* UMAppLoader-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + path = "../../../ios/Pods/Target Support Files/UMAppLoader"; + sourceTree = ""; + }; + 204E97715CEA215ABFE6E1BB7D3916AB /* core */ = { + isa = PBXGroup; + children = ( + C38DADA01589641F9B17088966CE9D3F /* LongLivedObject.cpp */, + A083A60E952FD6845E06C3B5AB4F25ED /* LongLivedObject.h */, + F5C0C0B46851D473AF9561319EE2CB79 /* TurboCxxModule.cpp */, + 088B3B353DE06ECB638B9C33B6563F45 /* TurboCxxModule.h */, + 6F59D85A8A002DE35AC8727160034612 /* TurboModule.cpp */, + CBAB3B1471E3F94BCD38750784E669F6 /* TurboModule.h */, + 3F6B55E3590A31D0796E2F6D82597EEC /* TurboModuleBinding.cpp */, + 4DCC9BD55EA7962FA78BF642B58866F6 /* TurboModuleBinding.h */, + EEE5683F002CA0CA3896C2CBEA6F79C5 /* TurboModuleUtils.cpp */, + 86D53305FF3FD3D6376F9DD250DC82EA /* TurboModuleUtils.h */, + 565FA81F8EC7C40B0BA96DD0DAE5D2B7 /* platform */, + ); + name = core; + sourceTree = ""; + }; + 2051A4A0C13C98C781BE0FD4281E279F /* crashlytics */ = { + isa = PBXGroup; + children = ( + 59FDCB7424AA5FAA3D4FB6C98D2EE3C2 /* RNFirebaseCrashlytics.h */, + 3EBF48C9031FDA0CBFCC41EB218C1371 /* RNFirebaseCrashlytics.m */, + ); + name = crashlytics; + path = crashlytics; + sourceTree = ""; + }; + 20E5CBEC5A58F3C029655E9A71DFCF76 /* Resources */ = { + isa = PBXGroup; + children = ( + 3980D6B93CD85765ECEA7CB4F162B932 /* de.lproj */, + 2B226E0039F6FC461896FA197B68FF24 /* en.lproj */, + 030383C37C015A0A7495A41108ED8282 /* es.lproj */, + 6554F5D74748C27365568140A4796FA9 /* fr.lproj */, + 7C87A67899A617619D2A1D2147AADDB0 /* ja.lproj */, + 10F8A885C4E82BDA4D26FA34B581D952 /* pl.lproj */, + ED8946A6BA821202B3368BB71A8AA182 /* QBImagePicker.storyboard */, + 7F5F07B6674B84204E253987EF689317 /* zh-Hans.lproj */, + ); + name = Resources; + sourceTree = ""; + }; + 211C0741BED3F03865B0961057975542 /* Pod */ = { + isa = PBXGroup; + children = ( + 707D0D272153A825CD59045DA35C2C21 /* EXPermissions.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 212073D35CA92162FD7BA2F8B6E4A2B3 /* Source */ = { + isa = PBXGroup; + children = ( + 351D66D4F8597363DC1C83566AC8460D /* BSG_KSCrashReportWriter.h */, + C4C82D0794DA98040D5A7DCF691567B8 /* BSGConnectivity.h */, + 7B0A720A2FDE5662184F8E086778982D /* BSGConnectivity.m */, + 8659CD9676701F05C5E73AD43A3F580C /* BSGOutOfMemoryWatchdog.h */, + A6B893252A3E1D280DFDFA2CADD8EB30 /* BSGOutOfMemoryWatchdog.m */, + 540B7ED49A5F3F474F0EBACB3DB2446F /* BSGSerialization.h */, + F60E2EF468D037CB0D942D8EBA189471 /* BSGSerialization.m */, + 38AF223B6C2A7948451309ED536B110C /* Bugsnag.h */, + 31B6D24AA10E41A54BB260C04EB641B0 /* Bugsnag.m */, + 893BE71D8F29B67C196B9A779D9B622E /* BugsnagApiClient.h */, + BA4535A50B3AB47322F5447F92AF1689 /* BugsnagApiClient.m */, + D27306986FC5408AC3FEF9F3D00DF96F /* BugsnagBreadcrumb.h */, + F6FBBE3D5E15F36C5BA91A0CFBA40A42 /* BugsnagBreadcrumb.m */, + 777EB941848EB1D684C8CAEC37FBA39C /* BugsnagCollections.h */, + BA2876B6CECEBADC043329575B142A92 /* BugsnagCollections.m */, + 1A795E8D890C786E5FE7EF3B02A93904 /* BugsnagConfiguration.h */, + 5550131458830597A2D600CED021A4CA /* BugsnagConfiguration.m */, + F2649FE73365ED79E64897C7FB24DD93 /* BugsnagCrashReport.h */, + A8A1EF5AA6F5AB825D6721E345CD4D02 /* BugsnagCrashReport.m */, + A04EBFCE94F34A2DE815C6C732E0A763 /* BugsnagCrashSentry.h */, + B22482A857E4CE1F9EC4A91267459DEE /* BugsnagCrashSentry.m */, + AEC5798F259B20AF35F1CD204E5E88D1 /* BugsnagErrorReportApiClient.h */, + C5A4190ED83DB8EAE5795F16E262F348 /* BugsnagErrorReportApiClient.m */, + 7FC3B607140F53423F46D748AB0779C7 /* BugsnagFileStore.h */, + 13D15DAB3C5711DFB7C6B3F1F3166E3E /* BugsnagFileStore.m */, + 24D838D0CDBA90432CA9CB4B6F72CEE9 /* BugsnagHandledState.h */, + 410D6867C29D9F4F2585F6E3E6E4DB52 /* BugsnagHandledState.m */, + 17AB5796AE998CF0E3852DAD5AE4AD04 /* BugsnagKeys.h */, + 85ACC6FC263C769CD048E0E6F8D3BA1B /* BugsnagKSCrashSysInfoParser.h */, + F5A2C611FB137F0645124C37EAF1D3E9 /* BugsnagKSCrashSysInfoParser.m */, + 32D1E4560424ED1477C0C2DFEBD939FC /* BugsnagLogger.h */, + E0DBF0B6EA978E1A081F305745A17E7E /* BugsnagMetaData.h */, + FA6D8039A197ABD63DAD0EA99338AD29 /* BugsnagMetaData.m */, + A6ADF59D1C982FA1E0C05A534D0328D6 /* BugsnagNotifier.h */, + 7649CA0397FB5C42BEA02341EA1C199A /* BugsnagNotifier.m */, + 1008C6A52CFF0FCD4F3F4A73DE63755C /* BugsnagSession.h */, + 5314314BDD42B0A1926D5A66C9B59D99 /* BugsnagSession.m */, + 36344A43FF1BCC39C2B7467B3E7EF95F /* BugsnagSessionFileStore.h */, + 6932F20496C83361F27869BCFF8CA021 /* BugsnagSessionFileStore.m */, + B12EE8602A823E14F0D9E8BA32311AA1 /* BugsnagSessionTracker.h */, + 0EA1D090A682A9E2453410A8C657DBBD /* BugsnagSessionTracker.m */, + AAB1736337E11BB29D3ECDF0F8A97C9A /* BugsnagSessionTrackingApiClient.h */, + 57CEEFF52ED51FCCADD3C8279135E603 /* BugsnagSessionTrackingApiClient.m */, + 94F7CCF3B0B5DC48EA13397ECEEA57AC /* BugsnagSessionTrackingPayload.h */, + 37621F2F3B0BD572AD1150B50770284B /* BugsnagSessionTrackingPayload.m */, + 8F88B876C5405EBA02F0267913352F6F /* BugsnagSink.h */, + DBFFACBDF7FCBBA514D0A627D020879F /* BugsnagSink.m */, + 38A49AE2DBA5F87E93363A96C360CB02 /* BugsnagUser.h */, + 70533C394B7A6E044FCBDB9D4D35FCBD /* BugsnagUser.m */, + B8ADFC3CD709A9C5292EE0E5EAD33C55 /* Private.h */, + 6B16435F71849EA7B8ADBCE5B2A47061 /* KSCrash */, + ); + name = Source; + path = Source; sourceTree = ""; }; 216ED3B7178698D2741E65F697E7BD7F /* Support Files */ = { @@ -8163,213 +8497,43 @@ path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; - 2188DAB106F0A2AC9B7BA6704B34E13F /* Pod */ = { + 217CB0F2EE2A538F02B80A5C1ABED914 /* Pod */ = { isa = PBXGroup; children = ( - 84FA4F5E631BB18A4CAF1B69923DAFEB /* UMBarCodeScannerInterface.podspec */, + 2EE9CF790A9ADBFF0498C17858DEEDDA /* FBReactNativeSpec.podspec */, ); name = Pod; sourceTree = ""; }; - 219FCDDAF22B53AFD6289C28408BC63E /* RNDeviceInfo */ = { + 23AE92A2D0CB07FD71099B5E472CC1EC /* UserNotification */ = { isa = PBXGroup; children = ( - 4B21B0CE90EC97B3E7396A49F2FD743B /* DeviceUID.h */, - F8752475D668F72AEAB301382F7113DE /* DeviceUID.m */, - 5A1E231B5D85FFD8717EAF9D9C711B2A /* RNDeviceInfo.h */, - F5E5B8A6650D84ACBAF57A8E248E85D7 /* RNDeviceInfo.m */, - 7D3C06247BA368DC7E890222BFCFD5D7 /* Pod */, - 21318A240F7F17BFB699F36FFA95A5A5 /* Support Files */, + A5C5AA0F62E63156EFCEC5C452B46EE3 /* EXUserNotificationPermissionRequester.h */, + 6100746B256DDD1521CB49EBC2877F8A /* EXUserNotificationPermissionRequester.m */, ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; + name = UserNotification; + path = UserNotification; sourceTree = ""; }; - 220DC0A7B3327F54CEDEDA0D6890BA17 /* Tools */ = { + 24278B3338F91956F9A83861F54C84B7 /* VirtualText */ = { isa = PBXGroup; children = ( - 46AFF8864BD2A72064697C0A599996A6 /* BSG_KSArchSpecific.h */, - 864D63C1C3348D6FFBDA77D0EC206085 /* BSG_KSBacktrace.c */, - 5CF132F48B2B8B5875B871C7C5A28249 /* BSG_KSBacktrace.h */, - A5C0A3B289A8E8C397553F8B5795D657 /* BSG_KSBacktrace_Private.h */, - F006204547FEC6498B166EFA2D35B2B8 /* BSG_KSCrashCallCompletion.h */, - B1F55CCBE67BE68BB69741B56329314A /* BSG_KSCrashCallCompletion.m */, - BB9605D1B5460502B2344AE8267BB8CA /* BSG_KSDynamicLinker.c */, - 28F65205BA8970F406183AF22BD3D344 /* BSG_KSDynamicLinker.h */, - 92B78D29037CAC24AA19C7CF8C13DE91 /* BSG_KSFileUtils.c */, - 226C067E41BA7EAEDA042F0161EBF418 /* BSG_KSFileUtils.h */, - F52AF8FBB89BF50C43022FA550FC224E /* BSG_KSJSONCodec.c */, - BCEAF35223D82BA11CD63E498B46EDA1 /* BSG_KSJSONCodec.h */, - 9FDAB07C74E234EDFEA1553BDC5637B9 /* BSG_KSJSONCodecObjC.h */, - 679C432647D258664EB921B077656E54 /* BSG_KSJSONCodecObjC.m */, - 31603209831682D8D8E385789AD81326 /* BSG_KSLogger.h */, - A0C71A8BF755B047A6CF93AE27D962DF /* BSG_KSLogger.m */, - E1468AC437F1F375A17C5232350DF95F /* BSG_KSMach.c */, - FDE02055864DF5DC8FADA071B185C63E /* BSG_KSMach.h */, - 700ADDD491EDA1DA1D8263D8F9DE39B2 /* BSG_KSMach_Arm.c */, - FBABE6A668BF55191A9D843480C414A5 /* BSG_KSMach_Arm64.c */, - 1E36B6104ECCD9D037D65F133A90B34E /* BSG_KSMach_x86_32.c */, - FE5F61B11785B4AF3CB9741A37B367DD /* BSG_KSMach_x86_64.c */, - 5986E69905D8ABC7C1508DA89704548B /* BSG_KSMachApple.h */, - D9BE4D1608A09FE10A9E3B412A392C07 /* BSG_KSObjC.c */, - 395C8CCD6F5671524B172C22324D82EE /* BSG_KSObjC.h */, - 622C2298B9560A8972BADB00740D62C9 /* BSG_KSObjCApple.h */, - 62EC6787AD86A09B5DAECF891CE39554 /* BSG_KSSignalInfo.c */, - 255B228CCCED6DFCD0C46C088AC3FFCA /* BSG_KSSignalInfo.h */, - 6249B422C72D40D5A073CF71C0AA86A2 /* BSG_KSSingleton.h */, - 6712574FE9AB8B30436ECA7A7C94F647 /* BSG_KSString.c */, - 4C0AEECE68F91F9D53BF643359BA6740 /* BSG_KSString.h */, - 70E03B7B4E15C9359D458397CC5D05CD /* BSG_KSSysCtl.c */, - 62C356E403E5757FEBB5F6AC59AF8A36 /* BSG_KSSysCtl.h */, - 05C6F803ACAD8D922F711576AF18EB36 /* BSG_RFC3339DateTool.h */, - 57128606D41041DE0DE7DE6C3FB04801 /* BSG_RFC3339DateTool.m */, - B5F80C9501800379D69EFFFD9BC11E1F /* NSError+BSG_SimpleConstructor.h */, - 0CF58F69ED2387D3A40D3B251FE60953 /* NSError+BSG_SimpleConstructor.m */, + 3308A989CAB251872CD91C4A505B2DEC /* RCTVirtualTextShadowView.m */, + 6BD60FBE2B26A28936FC126532D2A021 /* RCTVirtualTextViewManager.m */, ); - name = Tools; - path = Tools; + name = VirtualText; + path = VirtualText; sourceTree = ""; }; - 22C3A000688800CB1958468C6A701545 /* Support Files */ = { + 242BF93B4CFE0CDA8E392EAB25C532E3 /* Support Files */ = { isa = PBXGroup; children = ( - 9E1B1BD66B0C2226846A72A0C6640DC2 /* react-native-keyboard-tracking-view.xcconfig */, - B38B4B1080E2D409F08EC08ADE9D8F04 /* react-native-keyboard-tracking-view-dummy.m */, - 6995A7A9EDC20BA9943D226656AC92C2 /* react-native-keyboard-tracking-view-prefix.pch */, + 214CA21F2AC56EEC639D761AD723F840 /* RNDeviceInfo.xcconfig */, + 9271E0A545759858345B56CF01EE6EA1 /* RNDeviceInfo-dummy.m */, + 300C6A4D1BBCB38BF5D8267485A49497 /* RNDeviceInfo-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; - sourceTree = ""; - }; - 22F19F746884EBA990A236492F1D08CB /* Filters */ = { - isa = PBXGroup; - children = ( - B755B5DEA69CA3FE94D40CD2B3D5BDA8 /* BSG_KSCrashReportFilter.h */, - 621A33C1A0AB8647038FFB213B6A9135 /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; - sourceTree = ""; - }; - 23B710BC1438BB7A13D6A0AEE72B4577 /* Support Files */ = { - isa = PBXGroup; - children = ( - 45B1E5153BFC16DE9111B4152514C7A2 /* UMFaceDetectorInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; - sourceTree = ""; - }; - 2400411D160157C0F8B8C8D820D017A9 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 1D5B2A03136DD1F2AB4605A7E72D2B83 /* BugsnagReactNative */, - B7BE8DFAA2AD11763B7912752135C3DA /* EXAppLoaderProvider */, - 1D8E2D68135E1A0B8F86D5DA637D0722 /* EXAV */, - 125D21D47D0D3E4480B33C0568860C35 /* EXConstants */, - F0926636B296F05464EB022485D23721 /* EXFileSystem */, - 301E44C3812F77ADF64231DE25998347 /* EXHaptics */, - 57B54BDB245421E518DD332120D2251D /* EXPermissions */, - 48D616CFD73B4097786D003C8DF36454 /* EXWebBrowser */, - 63BF89930BB108CFD42EA094DFB3033B /* FBLazyVector */, - C76AFE09903D893DCB3082B4FC04A93B /* FBReactNativeSpec */, - F867CEFD1BF8FB67A7D0AF9E505B7560 /* KeyCommands */, - B34945BD3380F76C26DF4ACCF60C6D1C /* RCTRequired */, - AB377B3B92224DFB1AF61E3C42865A4C /* RCTTypeSafety */, - A061C5FA102DDABE39001BE6A1E7B305 /* React */, - C2C269465549A56BEF729055333BF83B /* React-Core */, - DE4FACEFC9AD5255EA1FE12928C14307 /* React-CoreModules */, - CB52C4E07F056BDFB85AC3C205A116B0 /* React-cxxreact */, - 3BEA7F395A5379E3F7494E212CC95F8F /* React-jsi */, - C6FF59578801B8BD98D5B56D5CD53A44 /* React-jsiexecutor */, - D0537242BC524411B1F5BB775A11B108 /* React-jsinspector */, - B8F89FFC1BE6749DC8CAA37B16AE61B4 /* react-native-appearance */, - A8786A9739F351000CC7B97C0FA2ED67 /* react-native-background-timer */, - 762E7F7B6D53D1128C928D4972EE3C57 /* react-native-cameraroll */, - 7AE9286FB24968BC2DB10E296D810E76 /* react-native-document-picker */, - 24F3E149DAFB7D2E3DEC32CA31798F23 /* react-native-jitsi-meet */, - 7EEA68A728B8B4D6295F206A236229EB /* react-native-keyboard-input */, - 6F46E381F2004364AAA4130C860A0567 /* react-native-keyboard-tracking-view */, - DD8A57E46C4AB31DFF0ACDB7372B52F5 /* react-native-notifications */, - 77C2A4728A94824BAD103390097A49CA /* react-native-orientation-locker */, - 866072747211D90183BA481EA2016A84 /* react-native-slider */, - B1E872E40803773336EDBDB75702C67F /* react-native-video */, - 394C0118F9AE03862FCB1BEB69C07ABF /* react-native-webview */, - FB3B9A1DBDC252416661F3F95C715416 /* React-RCTActionSheet */, - 8440AC8D6F3E3A763C6F91E4187D72C1 /* React-RCTAnimation */, - 48CAE9FC43022E7081A45B4EAD80A0E6 /* React-RCTBlob */, - 41F513417675F55E977A50030491A638 /* React-RCTImage */, - C6E2F14CAC25E873F1EFC6E32E4A19AF /* React-RCTLinking */, - 6F5FAF55C12E9EF1DE4E26F11B40FEEB /* React-RCTNetwork */, - 5AB8423AACFC92CBC0CB9AD767A57AB4 /* React-RCTSettings */, - 2EFB82A27B943FDF9285253AB2EFC984 /* React-RCTText */, - 410E29CE5DCD220F2BC6FE07A9947DF8 /* React-RCTVibration */, - 8D629DAE4A27A35F87B892806AF25955 /* ReactCommon */, - 872C142B8475E977BE189E6B0703A687 /* ReactNativeART */, - 044AFB6A0A90F6C17CE1AEC34CA18553 /* rn-extensions-share */, - 796F9D200EABDA60E047EF6D20092545 /* rn-fetch-blob */, - BED2C0FBBE99BB99619F4B9BE5A2927F /* RNAudio */, - 7802A9E50E4CF7370C9DC29E2D08DBDD /* RNBootSplash */, - FC6665FFD77964E3E4E786DA0BDDB47A /* RNDateTimePicker */, - 219FCDDAF22B53AFD6289C28408BC63E /* RNDeviceInfo */, - 120C841D0981AFEF45AA0A18FAF3DE27 /* RNFastImage */, - EEDDE5C993CBBDBF48EADF5CE85C4D21 /* RNFirebase */, - DF73CEB83498278ABF84F5261280E606 /* RNGestureHandler */, - 39303A1C848498000ED6020A29AE664A /* RNImageCropPicker */, - 89400AB629043817EC4B63EA7C7FD802 /* RNLocalize */, - A82E022078BADCE51C793274FF9AFF8D /* RNReanimated */, - D741E1DAA8A74DDFEF00C622475515C1 /* RNRootView */, - C68FDF6A51CBF069AD0C8B3667B72539 /* RNScreens */, - 12232A32A68D49BA8CF1C9409DA8C820 /* RNUserDefaults */, - BFEE45F1AAED6EDEAE970DDF52C1F61F /* RNVectorIcons */, - 8D5B19163CA6D41154D94054A165A4A1 /* UMBarCodeScannerInterface */, - E20C2CB8A73AC20C6B1D8AD1510FEE33 /* UMCameraInterface */, - F4699DB6E7354F606CAB2F2AEE95C256 /* UMConstantsInterface */, - D92834DF3EDB6C2C8A706FADC4A215FD /* UMCore */, - A2CBEA085E8D707A9A11D90318F1A210 /* UMFaceDetectorInterface */, - C72BB789283E67F577B46060F88081AE /* UMFileSystemInterface */, - 64E7BAC00FD96ACE5F86F0526A43B115 /* UMFontInterface */, - F3743B731BBAD0D08B07902E40C4E2D8 /* UMImageLoaderInterface */, - 5CBB222EFF0034C859F7AD2781CA6B17 /* UMPermissionsInterface */, - 75E78274A4B6888B5A7BA0447DFC9343 /* UMReactNativeAdapter */, - 06A1B697F0E97A8D9EDDE9F204DFFC0A /* UMSensorsInterface */, - 452B819A64D54ED90C10B819DDA2B1E8 /* UMTaskManagerInterface */, - 8737838DAE8C00DC7B4813FEC3F1C751 /* Yoga */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 241FF04C60ECD0C02E9FEB5A2E6B239B /* Support Files */ = { - isa = PBXGroup; - children = ( - 4FEB90EF485C158605741A8808C02EFF /* RNUserDefaults.xcconfig */, - FCCF3DEE4FAB690782F0F7F0ACA51C41 /* RNUserDefaults-dummy.m */, - 9453942985118F6CE8C03D72FFCAC48D /* RNUserDefaults-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNUserDefaults"; - sourceTree = ""; - }; - 242B5C4FB694DA6F8D93DCFE143FC26F /* Support Files */ = { - isa = PBXGroup; - children = ( - 7F768D9E00785D6BB9E2DC2D13336CE0 /* rn-extensions-share.xcconfig */, - 3693EA1280CB5A156C4A5F602F068CB9 /* rn-extensions-share-dummy.m */, - DAA759120E9B45A001D557D37AAD677D /* rn-extensions-share-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; - sourceTree = ""; - }; - 248402D751731B5BF2C27C484B3C4FE3 /* UMModuleRegistry */ = { - isa = PBXGroup; - children = ( - CBF28F20DB25164617538A4344BB107D /* UMModuleRegistry.h */, - 84CAA6046B8BF4952D41D2078EF3C87D /* UMModuleRegistry.m */, - 31AE9C83361780E6B38F68149BE8ED27 /* UMModuleRegistryDelegate.h */, - ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; sourceTree = ""; }; 248C867CFC61347DCAF2D42E96528B93 /* SDWebImageWebPCoder */ = { @@ -8386,75 +8550,38 @@ path = SDWebImageWebPCoder; sourceTree = ""; }; - 24F3E149DAFB7D2E3DEC32CA31798F23 /* react-native-jitsi-meet */ = { + 275BCA3B036E61742C28AEF972887AF7 /* Support Files */ = { isa = PBXGroup; children = ( - 661D96F33813C29F39EAA5A247C1BE48 /* RNJitsiMeetView.h */, - F72659CDABBCCB4186E4ACFCED8EC514 /* RNJitsiMeetView.m */, - 06CB3C0F55397252230780C99F95841B /* RNJitsiMeetViewManager.h */, - EF2A4E69D80B6EDB5E27EAD8CF0618BF /* RNJitsiMeetViewManager.m */, - 92F526C4944BF4E55B6633B4FEA0AF07 /* Pod */, - 3E976D150A97BAD8055AF56E6E1D783B /* Support Files */, - ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; - sourceTree = ""; - }; - 25BB9C373B9B59E27C0A37F539151E13 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8E83DC189FC3B7A9E583BCE303D1EE63 /* react-native-keyboard-input.xcconfig */, - 6868214DF95F6AE6EE828BF02EC30D78 /* react-native-keyboard-input-dummy.m */, - DF2A3F848353E02D17E28812EC17B706 /* react-native-keyboard-input-prefix.pch */, + F344C77888A1036128EB010D9ED1C690 /* EXAV.xcconfig */, + E477D2DCF178AD8A0A119CC11BB83614 /* EXAV-dummy.m */, + 1CD089F13B48D7E942A6D84764685919 /* EXAV-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; + path = "../../../ios/Pods/Target Support Files/EXAV"; sourceTree = ""; }; - 25C00CF5CD638BA812B4D78597129842 /* RNFetchBlob */ = { + 28800169CD9A92F8E41AD4458A8F0FC2 /* EXPermissions */ = { isa = PBXGroup; children = ( - 562C20F9B0C661B7B7CD7311659AB2E3 /* RNFetchBlob.h */, - D093A63288644F13E10F340EED802CBE /* RNFetchBlob.m */, + 105733A577C33B0FCA5F228D1857F8B3 /* EXPermissions.h */, + 8CB4C02603D2011C4D066FD3AECECFDE /* EXPermissions.m */, + 9A6F770FE653E870011DD1968291836D /* EXReactNativeUserNotificationCenterProxy.h */, + F1F9A5AFD99CBEFAFB6673870EC2885C /* EXReactNativeUserNotificationCenterProxy.m */, + 211C0741BED3F03865B0961057975542 /* Pod */, + AA50523176CC36493EC84FFAC0338782 /* Requesters */, + CF566FC0E705CCBA15E8DB8DCD6A8774 /* Support Files */, ); - name = RNFetchBlob; - path = ios/RNFetchBlob; + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; sourceTree = ""; }; - 26F4DA5A38C20ADCB4C5E504904EEC1E /* admob */ = { + 28A9789EE40C028D291A793ECA1A54C5 /* Pod */ = { isa = PBXGroup; children = ( - 965C8488F60641681C8FF2D2BBD2B298 /* BannerComponent.h */, - 444142B1C689CED6755F59CE2C7CC1E4 /* BannerComponent.m */, - 33CCB852DAE0F4F830E760AA67856FEA /* NativeExpressComponent.h */, - 5AADB8C895E14A4EA0A6240AEE3AB200 /* NativeExpressComponent.m */, - C887A99E09489A56DE2379D37D1AA86E /* RNFirebaseAdMob.h */, - DFF060107B7AABE7F62B8FEEA39C3610 /* RNFirebaseAdMob.m */, - 8A821A52E6888BC7CFDBC1BC5865C0C8 /* RNFirebaseAdMobBannerManager.h */, - 6A74F82E6AB2138E825235952F1EB9D0 /* RNFirebaseAdMobBannerManager.m */, - 6EDBD7760CAAD0BDC4B18C56EE630607 /* RNFirebaseAdMobInterstitial.h */, - 3FA1D4486566CBD662DF2E1BA3D046B8 /* RNFirebaseAdMobInterstitial.m */, - 57D38BD8CA32B091EC53F86C2CB7E8A8 /* RNFirebaseAdMobNativeExpressManager.h */, - 37E9F851FAD48A36030E29145906CAB0 /* RNFirebaseAdMobNativeExpressManager.m */, - 3CC7A3F5A971D81FA783C0205E1D4005 /* RNFirebaseAdMobRewardedVideo.h */, - 388EC556317ED0A5D2EB3EAE9B62567A /* RNFirebaseAdMobRewardedVideo.m */, - ); - name = admob; - path = RNFirebase/admob; - sourceTree = ""; - }; - 276D037C29F40BF33B23E63ACB83AFB2 /* Pod */ = { - isa = PBXGroup; - children = ( - 2ABC22E6B64EF62F052874BF99B9EFCD /* React-jsi.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 28DEB85CF0F94B3BA3F4E2368695F0E2 /* Pod */ = { - isa = PBXGroup; - children = ( - 441D04F5C96E5CD130B6D300779AF435 /* React-RCTBlob.podspec */, + 19EAD0A7D0A89E6E974F94A58960B4A0 /* BugsnagReactNative.podspec */, + E7F656B514DB7C390BE8A946BEF153A9 /* LICENSE.txt */, + 846620E44D21F4B9A266E9D5CD9861EB /* README.md */, ); name = Pod; sourceTree = ""; @@ -8479,87 +8606,51 @@ path = FirebaseCoreDiagnostics; sourceTree = ""; }; - 29F54DE9492FAB16F3A6F6CC90BF02ED /* BaseText */ = { + 2AC45BD752DA6E4A77E0156237932918 /* Support Files */ = { isa = PBXGroup; children = ( - 1EB722BDDED6433A2C613BC46BF7D51A /* RCTBaseTextShadowView.m */, - 9C5830D6BB7673585595AB8BA414214F /* RCTBaseTextViewManager.m */, + 603E4CF0D2EF1B7DE6BDB26D017CD438 /* RCTRequired.xcconfig */, ); - name = BaseText; - path = BaseText; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; sourceTree = ""; }; - 2A5C1E2BD2DA94955EE4471FEAAB4A69 /* UIUtils */ = { + 2B3C0E93F7CFB8EC50757684B60B6226 /* Support Files */ = { isa = PBXGroup; children = ( - 2C8F6E5BBFA697FF0669A137F6C69EBC /* RCTUIUtils.h */, - D8D6E02317F787EC529CB53BDD23902B /* RCTUIUtils.m */, + 73D013982DDC79D1EF058C324B1AD36F /* RNDateTimePicker.xcconfig */, + 59947BF24339E1CBDD34504FA9DD939A /* RNDateTimePicker-dummy.m */, + A1F11FDF3DFB206288228C9489CB4E24 /* RNDateTimePicker-prefix.pch */, ); - name = UIUtils; - path = React/UIUtils; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; sourceTree = ""; }; - 2BDBF1D61D16E1861A4310E8D28A6B14 /* RCTSettingsHeaders */ = { + 2B9A9703A1B7C417A884092F45C17062 /* Support Files */ = { isa = PBXGroup; children = ( - D392E813171E4AF47DB543E300F51995 /* RCTSettingsManager.h */, + 687B021CBCA2D118D572F00E2FD2B142 /* KeyCommands.xcconfig */, + 8EA4BAF13052EDA8C425D31E6EB4660B /* KeyCommands-dummy.m */, + 5C6058ACA1A680E9176A03B2EB312883 /* KeyCommands-prefix.pch */, ); - name = RCTSettingsHeaders; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/KeyCommands"; sourceTree = ""; }; - 2C2AAACEF113BF83F83A50381F43DB67 /* Sentry */ = { + 2BC9C0EA39B307AE236CBF24C3473C4E /* Pod */ = { isa = PBXGroup; children = ( - 486937403C032E7E7D7AC3549ADD9FF9 /* BSG_KSCrashSentry.c */, - 5A479634950702320BDA8537F995EFD0 /* BSG_KSCrashSentry.h */, - D02317A1264D11D9C88D834F0437492E /* BSG_KSCrashSentry_CPPException.h */, - A598C0208EF4B24378EBB0A461F36DF0 /* BSG_KSCrashSentry_CPPException.mm */, - 5C19055FA15FDF3D592E684CADBB0FA2 /* BSG_KSCrashSentry_MachException.c */, - 4375BD13925DDD566F3381489293DE18 /* BSG_KSCrashSentry_MachException.h */, - 9D673843F637BD65A1677DB94EFD1975 /* BSG_KSCrashSentry_NSException.h */, - 8D0889914C2EAB592A088E57E532DCD1 /* BSG_KSCrashSentry_NSException.m */, - B3BB883D8A8C3E696C572EF6EAB59284 /* BSG_KSCrashSentry_Private.h */, - 3BEF46DC557E56530FC987ADAAF32C09 /* BSG_KSCrashSentry_Signal.c */, - 30ED0B77780D8EE9E497B0F89B035B5F /* BSG_KSCrashSentry_Signal.h */, - 150C87055CDDB34CF656770A6785DAF7 /* BSG_KSCrashSentry_User.c */, - 75FB1004D9B7D67BB87C20ADF2E6B934 /* BSG_KSCrashSentry_User.h */, + 285A9AAD35E70F3027ED026EAA8B7417 /* UMCameraInterface.podspec */, ); - name = Sentry; - path = Sentry; + name = Pod; sourceTree = ""; }; - 2CF102C4CE630F0D4E0B6D7C3A34F8CA /* Recording */ = { + 2C0FDDCA0EDAB645B567525657900B48 /* Pod */ = { isa = PBXGroup; children = ( - DF0F7834E6C0999B04A1ABAE902B1297 /* BSG_KSCrash.h */, - E411B627C7408136EA1D39A3F6696869 /* BSG_KSCrash.m */, - 8D6AB77C2053E9044D3C2DA81EE8E08D /* BSG_KSCrashAdvanced.h */, - 4F544C6F4427F61DDF85089E22844A7F /* BSG_KSCrashC.c */, - 29CA433545EC6BB3C9FD13334F15C7FA /* BSG_KSCrashC.h */, - AF2531016461C8BC32A2D395A027A648 /* BSG_KSCrashContext.h */, - 086682E66D534C5C4E564B6A5873DEC0 /* BSG_KSCrashDoctor.h */, - F06E69D19CB17124A98CAC4A351F247F /* BSG_KSCrashDoctor.m */, - FBCD9EF2870E34294630AADF03530B74 /* BSG_KSCrashIdentifier.h */, - 1A9A3DE004CEEA3336DB958021E968A3 /* BSG_KSCrashIdentifier.m */, - 444FAA0588008314F1EDA1458D4351C1 /* BSG_KSCrashReport.c */, - 5CEF007F87D815FF9DDAF8260B117C81 /* BSG_KSCrashReport.h */, - 4EDFFA47C755F73800F680EE4AC433EE /* BSG_KSCrashReportFields.h */, - 9B3370FC1317B276B98782F87182B739 /* BSG_KSCrashReportStore.h */, - 2980F44EC4FCC6EA8AC5C12779A3544E /* BSG_KSCrashReportStore.m */, - D638C2BB3396581FAFA06A88C595108E /* BSG_KSCrashReportVersion.h */, - 0AEE2091ED266224B958D1DDE10E9E00 /* BSG_KSCrashState.h */, - D65685F530E8F51BABCEE69624EBCEEA /* BSG_KSCrashState.m */, - 91634D2EBBE9FF97B1E1D92DA46FB7CA /* BSG_KSCrashType.c */, - 9B9F452F697190C881B95C6137E24274 /* BSG_KSCrashType.h */, - 38FCC55495F3D29D189C63059801F701 /* BSG_KSSystemCapabilities.h */, - 8AE78D02DA919C9E41B39F91B858B386 /* BSG_KSSystemInfo.h */, - 0CAFE524CDC0EDA7E418B7CFA9669422 /* BSG_KSSystemInfo.m */, - 7FA243F65BEEED50FE367D2DA9EF79D8 /* BSG_KSSystemInfoC.h */, - 2C2AAACEF113BF83F83A50381F43DB67 /* Sentry */, - 220DC0A7B3327F54CEDEDA0D6890BA17 /* Tools */, + C163B02F714E794BE7DAA2AE95177498 /* EXFileSystem.podspec */, ); - name = Recording; - path = Recording; + name = Pod; sourceTree = ""; }; 2CFB22E97429F69EF0B16000B9744E75 /* Support Files */ = { @@ -8571,121 +8662,203 @@ path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - 2DF32949BF959F7FFCCDB08901300C06 /* Pod */ = { + 2D15A88F8C4F9A95B7399F85BEDE6B00 /* BaseText */ = { isa = PBXGroup; children = ( - AB963DC761596175FF14D24B9E1FF84D /* LICENSE */, - 820E8C3DA0CDAC11DC3E5E7C1496BF63 /* README.md */, - 925AD7E3A9AD5A4244506B8FC81249E5 /* RNImageCropPicker.podspec */, + 02B273A00658D942D23E36B021688801 /* RCTBaseTextShadowView.m */, + 7F0F2422DAB94714E0307472B654BBFF /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; + 2D35A121CBB241C9C2D917767EE033D3 /* Pod */ = { + isa = PBXGroup; + children = ( + 5112ECAF952BAC08C07A7E6342C9D4C9 /* react-native-keyboard-tracking-view.podspec */, ); name = Pod; sourceTree = ""; }; - 2E275263C32F6D7F832A4FBFA3C33B7B /* Support Files */ = { + 2E46B32DD4A513888C80BA25BE6248BC /* RNUserDefaults */ = { isa = PBXGroup; children = ( - 0D42AF835132B8F359967AB88C1CF8EB /* RNDateTimePicker.xcconfig */, - 9E90C52FDDD70CBAC0C2A6596C9C1FE6 /* RNDateTimePicker-dummy.m */, - 2F7B12A799B0F82B2B5B1CC42F4C63CE /* RNDateTimePicker-prefix.pch */, + B731E1D065FE038F0659D216D2F696DA /* RNUserDefaults.h */, + F558B400852AC6D2D3D27FC665C63C18 /* RNUserDefaults.m */, + F3D006C73416CC0FB96AB6C6D2716BC4 /* Pod */, + 15EAA0500F8FA4E659850C96E8AB29CF /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; + name = RNUserDefaults; + path = "../../node_modules/rn-user-defaults"; sourceTree = ""; }; - 2EE809F546E40545E644B57F9631FD44 /* Support Files */ = { + 306A16E61001A426BD78733258B36081 /* ReactCommon */ = { isa = PBXGroup; children = ( - BB93BB2CD1410819A6FEEBB03477DAE8 /* RNRootView.xcconfig */, - E16F32AB7DCAAD31BCA1ABF27AD35118 /* RNRootView-dummy.m */, - 294EC95DF54C0C9D2047FED005B2E894 /* RNRootView-prefix.pch */, + 74EA806A637F908FCF9291CAAB2AC99B /* jscallinvoker */, + CE9F7508057A628A1ADD141C430033DA /* Support Files */, + 8963165DEE707C02723347653A333C92 /* turbomodule */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNRootView"; + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - 2EFB82A27B943FDF9285253AB2EFC984 /* React-RCTText */ = { + 31CB5F4B66D91F41B2DA9CA1B304337C /* React-RCTImage */ = { isa = PBXGroup; children = ( - EC6526582EC82F315F21184165A9D33A /* RCTConvert+Text.m */, - C88FF80CF46E6A7B8FF8FD176C8397E0 /* RCTTextAttributes.m */, - 29F54DE9492FAB16F3A6F6CC90BF02ED /* BaseText */, - 5531B78708217E9C42B3BE349FF2A5E1 /* Pod */, - 126007A1DDAA4083EED0A72F0CEBA9BF /* RawText */, - CF36727041A266328F41131487661BB3 /* Support Files */, - 0496C0FC9638AB42A1A39368C9FF6EF9 /* Text */, - 0C2170134528A9C4144CAD947BE70881 /* TextInput */, - B07AC8F4290C2EA3DBDCF7B8566997C1 /* VirtualText */, + B3690FB9D860840F6DDEEC034869D8BB /* RCTAnimatedImage.m */, + A4CE0674C2BBE6BF5B371ADA74A89652 /* RCTGIFImageDecoder.m */, + E1A49906A4E8D2A3DFE6B2A1C271E1B5 /* RCTImageBlurUtils.m */, + B9E241B8F182966DB6257F6EF2DF8C42 /* RCTImageCache.m */, + F8B47F1CD100FCBC1313C955EA345AEB /* RCTImageShadowView.m */, + E1761FC1DF3FDB6F1A4BDA9991658594 /* RCTImageUtils.m */, + 2AB0418E50954F2E1D6D7095C7BDA27E /* RCTImageView.m */, + BE8A10F3D934DBDC54D658272AD09D02 /* RCTImageViewManager.m */, + 0502C86B7DF4B00EAC6505457E2B31C3 /* RCTLocalAssetImageLoader.m */, + 59EDFA1DDF3AB506E9CA0987364C519E /* RCTResizeMode.m */, + C406F62897E13D577293695761AE8DE0 /* RCTUIImageViewAnimated.m */, + D7B44D3D9B49DB52A88C11F3186D7602 /* Pod */, + F6D16938707E0C0317B1C93417D0B379 /* Support Files */, ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - 301E44C3812F77ADF64231DE25998347 /* EXHaptics */ = { + 327A45E579E228BF7D3E29B5469C07EB /* Resources */ = { isa = PBXGroup; children = ( - 8330AEDA932A6AD8E031EF0C641E5DE7 /* EXHapticsModule.h */, - A5CD301CBCF12623517092F643A8D4A0 /* EXHapticsModule.m */, - 8FE0BC24B053A376B2E7E600AA192E71 /* Pod */, - 137BD35ACC837DDCBB1F79BAC6F186AA /* Support Files */, + 924344F52B4EC1586BD1212D4914D95A /* AntDesign.ttf */, + 376E2492A6E30A8650B86803CFA6BC3B /* Entypo.ttf */, + 6F2A067300BE713EFB9E56F58CAE3B7F /* EvilIcons.ttf */, + BF2ADC54D7E69F18667C6518600088E6 /* Feather.ttf */, + 0702B34AA844C30524B48B62B561BBFF /* FontAwesome.ttf */, + B39F3EA908B56EC99DADCAF4C1732564 /* FontAwesome5_Brands.ttf */, + 1896FB286AEDFDC36F923C5189F92ED2 /* FontAwesome5_Regular.ttf */, + 17AEC5962AB5EECFDE2DE32EE6922DEA /* FontAwesome5_Solid.ttf */, + 2F5E45CAFDD0B5413DE5BF9DF491186F /* Fontisto.ttf */, + 110113E7E10CA709CFBB74056A2731E4 /* Foundation.ttf */, + 1313C8CC89483B18E4E5DE62B296F5FF /* Ionicons.ttf */, + 101F9C70AAA1F7A8A54A50C4F4168F78 /* MaterialCommunityIcons.ttf */, + 62EFAE213B7B1E2D9B0E4CD14C348334 /* MaterialIcons.ttf */, + CB34542CC2217E0DE014FFD843D671F0 /* Octicons.ttf */, + FE6970F79EEA18E8655491063AC68EBB /* SimpleLineIcons.ttf */, + 02BCE96DAA4141BCC0FA88CBC7F36DF2 /* Zocial.ttf */, ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; + name = Resources; sourceTree = ""; }; - 336EB278F85CDB580EEEEF7750D9218D /* converters */ = { + 32B79062C33B9FFF81C2970C819626DC /* Views */ = { isa = PBXGroup; children = ( - 222E3933ED98940FBF6250CAF9E69A01 /* RCTConvert+UIBackgroundFetchResult.h */, - F07161B28792B01620ED2BCCF6E0BF02 /* RCTConvert+UIBackgroundFetchResult.m */, + F4C72F4244A39F9FF5BB8BEFA9B1BF44 /* RCTActivityIndicatorView.h */, + 2DACC85D8938DA90A1AF8939908B569A /* RCTActivityIndicatorView.m */, + FBBB6EEEBE7AC41A3555F9B18167F6CD /* RCTActivityIndicatorViewManager.h */, + 3797855F893F6A103D159850627A8C6F /* RCTActivityIndicatorViewManager.m */, + 18C92882E94F93D5A0FAA6D08847E13B /* RCTAnimationType.h */, + C68ECA5B63E304503C023340DB7662D7 /* RCTAutoInsetsProtocol.h */, + C19448AA604F055B80D33BAE242AE46E /* RCTBorderDrawing.h */, + 8A91EB71EA653428485E5466E2CBB8D2 /* RCTBorderDrawing.m */, + A13E80AE6A729D77A5B03D2453A07BFF /* RCTBorderStyle.h */, + 6CC59D62E3FE164D603346C4D814CA99 /* RCTComponent.h */, + EDE20208E9FEAB94B7ACC8BAB763D758 /* RCTComponentData.h */, + 0C9EA76FCBB390F7393463F23865DB10 /* RCTComponentData.m */, + FA0DD548DE56BA239C0A46C2BE7642D6 /* RCTConvert+CoreLocation.h */, + E1E048D0144BD5C2DA458D7E1603D34B /* RCTConvert+CoreLocation.m */, + 05C5F05F167A7407E3BC0A5C60D195CF /* RCTConvert+Transform.h */, + CA805E6377693E69ED26C02F8719CBA6 /* RCTConvert+Transform.m */, + 50E3E3361D76E10FF66B5EDF3675DEAC /* RCTDatePicker.h */, + ADE4BB14EF822D38A1B0B6893FC53797 /* RCTDatePicker.m */, + 5052E068A4355F42522D18101FD6C7DE /* RCTDatePickerManager.h */, + 0A7FAA47021000A0AE68D49BDAFB6229 /* RCTDatePickerManager.m */, + BE6361C2C7231939D52869D9648726BE /* RCTFont.h */, + 4D3E918D7884C7CFB182073D63C6B574 /* RCTFont.mm */, + 2C865AE8C6D07D3F5C9D9F79772C2663 /* RCTLayout.h */, + 651B081AAA996E059BAFD533EF0B1B68 /* RCTLayout.m */, + C564AA6335B6EBC9C23AFBD015DF763D /* RCTMaskedView.h */, + 097FE086579CAB093DD5BDC17FD6AFC0 /* RCTMaskedView.m */, + 7C52FC60F3FA4DB1E06A485159C8226F /* RCTMaskedViewManager.h */, + 4B81D570093AB1CAEBE5C3DF7023DF5B /* RCTMaskedViewManager.m */, + 4E11454A993825D86B3E0E01F922AE39 /* RCTModalHostView.h */, + 94DE77592004DF1F7B50325C773C9EC3 /* RCTModalHostView.m */, + 08408B034BD4895C8154293305785149 /* RCTModalHostViewController.h */, + 96CE6B0ECBD3204E0C50C074AE3C78E6 /* RCTModalHostViewController.m */, + EF922E575D5906A5203BE5B1A83E0ED0 /* RCTModalHostViewManager.h */, + FE54087BE46CA64232A2F8C9CA43E859 /* RCTModalHostViewManager.m */, + 017C43B026CB04C1EF78BFBE3ECC4F37 /* RCTModalManager.h */, + 6140E340775F0F13F7E2A6E9282B98D8 /* RCTModalManager.m */, + 7310E9459A1058540B7F1B3D743A662C /* RCTPicker.h */, + 2ABC4B4056075957F83785B658032BEF /* RCTPicker.m */, + F319CA198824B225B3954A404F9BA23D /* RCTPickerManager.h */, + A27E79EFF089B11810B130154DDF2756 /* RCTPickerManager.m */, + 7D1FE3F14A74BC1C3E1C6D3007D6703E /* RCTPointerEvents.h */, + 91D818B559C21A0B677C6ED9ABF5F156 /* RCTProgressViewManager.h */, + 19BC37419BDC3327F6A7C33802840939 /* RCTProgressViewManager.m */, + 7F24CA04296687DC525C19E3508E7361 /* RCTRefreshControl.h */, + A4C26C6A086FE97D34ECA021258C2368 /* RCTRefreshControl.m */, + 04EA1C75A760C09973E3167EFE3E6935 /* RCTRefreshControlManager.h */, + 0E2698DAF3341F1E37B670A4511D03E2 /* RCTRefreshControlManager.m */, + 38841A260D87D469AFF933377CD8A7BC /* RCTRootShadowView.h */, + 01CF4554E741926D31EF30679F8D8CC7 /* RCTRootShadowView.m */, + 91A9F86D9F4B6D78014A5ADCA5CABB6E /* RCTSegmentedControl.h */, + B16F257C57E497257669CC76BA07B225 /* RCTSegmentedControl.m */, + E24183C28FE5CE42D1500250E20C5090 /* RCTSegmentedControlManager.h */, + 5BAD23D7E9A015D36D9070DC74C9C9EB /* RCTSegmentedControlManager.m */, + 078DCD749D06FF25398DB212FE097A6D /* RCTShadowView.h */, + E7B9FBD172851AA60C3C6FB07E8E68C5 /* RCTShadowView.m */, + AC93F64C4FF795DA7D71958ED0C0C12C /* RCTShadowView+Internal.h */, + A8CCE3A8FF1C2BB3A9A71D15A2E11C73 /* RCTShadowView+Internal.m */, + 152D99BDB721B1EAE79C96126E72B1BD /* RCTShadowView+Layout.h */, + 27C8EB49CC4CD3F84FECC6E661B1CA25 /* RCTShadowView+Layout.m */, + 4F3FBF733480DB3D4AD1299D8879BEA9 /* RCTSlider.h */, + FCEEFA2D1D9902927071C8FBAA81460E /* RCTSlider.m */, + 46B968E1FEFB521DD402C79813D222DA /* RCTSliderManager.h */, + AA61D2586DEC3E69D8458995082E1EB2 /* RCTSliderManager.m */, + 92FBB8099801A27BF1A4141AEA1489F7 /* RCTSwitch.h */, + 2D92E5E61F73843DFCCD1398180E0905 /* RCTSwitch.m */, + 8058A6BEC15AFD2FDA6968BF3CB977EA /* RCTSwitchManager.h */, + B69802FE5D6973E0F3F74B9BA5769C1E /* RCTSwitchManager.m */, + D659AF6E9E8DECF87C08F270451E7140 /* RCTTextDecorationLineType.h */, + FD1D39BC3FB463B61BE62887185FD727 /* RCTView.h */, + DCA6CC491564CE520978D54B064C768E /* RCTView.m */, + B9CEAB2F86E4F088A02274C1414DE8FB /* RCTViewManager.h */, + 3564FC971AD6DF377158066316CA3DCC /* RCTViewManager.m */, + 174297031D5D97064D38A19C7DC9241E /* RCTWrapperViewController.h */, + 450C7FC1ED58D6B2D79C7830A752045A /* RCTWrapperViewController.m */, + 2938D2A489876F5A5BFD04A997E25489 /* UIView+Private.h */, + F2E3AA5EABABDF42ADB808D688164FA4 /* UIView+React.h */, + C27EE54FAFD51156AAA2A03935FFA799 /* UIView+React.m */, + 80715483C02E66A5814CECF06BEF86ED /* SafeAreaView */, + DA06E77B58D875E7DB53E8AC8C4F1785 /* ScrollView */, ); - name = converters; - path = RNFirebase/converters; + name = Views; + path = React/Views; sourceTree = ""; }; - 33C49BFA8F277312FB304C11F979AF90 /* Nodes */ = { + 32C750659D275C2C0EA7339F4B03568F /* Pod */ = { isa = PBXGroup; children = ( - 3B7A4EBD7C821FECB435586412D39FCE /* REAAlwaysNode.h */, - EA0BFB9CED579761C61A19D4B239A6D8 /* REAAlwaysNode.m */, - 39524F3CF000F1C3772A2EB4FB6EE525 /* REABezierNode.h */, - 32BB45A38D44180DD5E2F32738B46DD3 /* REABezierNode.m */, - 0BA134F0EA1537EF10FFF6745288AB2B /* REABlockNode.h */, - 8F0764D02B42AE9C956D2AF6C3B6B62E /* REABlockNode.m */, - D3902FEAF386765D6D0AE0F129445AC6 /* REACallFuncNode.h */, - 8BF4251429A1B57F5019122FC3B9C1D3 /* REACallFuncNode.m */, - F24F94A3FBFBBBA8ABCC077D41D91AFB /* REAClockNodes.h */, - 1AC5E3712E1C400257D80CFEA826DFC6 /* REAClockNodes.m */, - 59EB8D3B71BF713EDA4402769F375825 /* REAConcatNode.h */, - 1F865083282FF0E3E2499A9C3C003673 /* REAConcatNode.m */, - 5DD39E122714ACA80347AE0123C2496B /* REACondNode.h */, - 7612E5357AA20DB81B79395E816B4249 /* REACondNode.m */, - DBCA195BCAFC9C66DBE902BE6B9EF2E8 /* READebugNode.h */, - B5BE368005DFD93C79A814B8743A0E9A /* READebugNode.m */, - 2770744B1EE09E021F4D15CF3C5BBF74 /* REAEventNode.h */, - 28681FF7EBC6A6EF86791B05CBAFC5BF /* REAEventNode.m */, - 6CFAE57E367A65A55C2FD1C7F38C1E2D /* REAFunctionNode.h */, - 2AA3DB01D4A037FAAA90E9701AD29232 /* REAFunctionNode.m */, - 2E014ACDCE6AE8C590470F9FD99628A5 /* REAJSCallNode.h */, - E147E303AD172D0F1385F1896F47B2D0 /* REAJSCallNode.m */, - 0B7460AE9B4CF1269C34BDB7CEA3867B /* REANode.h */, - 414C5BD92F1BAAE19A219BC6610A5C77 /* REANode.m */, - 36999B1C693A37D0A3DF3636859D8874 /* REAOperatorNode.h */, - F8F307FF3CDA1C47B9333A1B34AEAEBC /* REAOperatorNode.m */, - D2126D3931AD02B5F31B449780DB9354 /* REAParamNode.h */, - 3C0D37E1B7CD8A752787DF9DE90D01E9 /* REAParamNode.m */, - D5EB99574208D9F9DC8FB859A56BEFED /* REAPropsNode.h */, - 07C973C976DABFE0D0D35D45FD5F1D8A /* REAPropsNode.m */, - E2AA0ED6787A5B84B6EE8F547631B88A /* REASetNode.h */, - DD62AC3EB3E406698321F90D62839E7C /* REASetNode.m */, - F3AEB1F91EA369268AF481BB6B67FD95 /* REAStyleNode.h */, - 57AF6757550CBA0DA8B885582F80FCBC /* REAStyleNode.m */, - 590A991CA39320D61338A86CD16B61E4 /* REATransformNode.h */, - 8C478C7C78C67B422A383B902C940722 /* REATransformNode.m */, - BB201F23A57E266A0E92BEF7B46EB16E /* REAValueNode.h */, - 43E94BA0660B13CFD23C2EF1EEF9BB88 /* REAValueNode.m */, + CD458EFC1C8BFCF2AB63643028A3E32B /* LICENSE */, + 4E5BC129DB64EED086B819DEB5381E20 /* README.md */, + 7BE7891622EB09188F2F7417F108A12E /* RNFastImage.podspec */, ); - name = Nodes; - path = ios/Nodes; + name = Pod; + sourceTree = ""; + }; + 32DC5CD6B229780D847112C3F7542DB9 /* React */ = { + isa = PBXGroup; + children = ( + D7FC68902E3AF20B96F44A1BDDE4AC4B /* Pod */, + 9B11A30CDD5D16559F81BCF0B50C99C6 /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + 33C920AB4EFA98F45B36C2C56E20365F /* Core */ = { + isa = PBXGroup; + children = ( + ); + name = Core; sourceTree = ""; }; 343E456B2AB936C3DDC90D1F4B20237F /* MethodSwizzler */ = { @@ -8721,86 +8894,149 @@ path = GoogleDataTransportCCTSupport; sourceTree = ""; }; - 390785AB55707AC1FD98984D744EBB8E /* VirtualText */ = { + 356E0EAD8D47470C42CF7A7D9229B767 /* ReactNativeART */ = { isa = PBXGroup; children = ( - 3AB2D10B5EA5FBAB4565B783C80C9A12 /* RCTVirtualTextShadowView.h */, - 067D5D2C99221EB0A3B9E22F7DFD06BF /* RCTVirtualTextViewManager.h */, + BD120D0B9EBE42B9FF56074133CF8095 /* ARTCGFloatArray.h */, + BA926B243299D2DDF430FA7DAF44B8E4 /* ARTContainer.h */, + 3BD6BAC4386150AC14FC03B0107457F4 /* ARTGroup.h */, + 1C96B000DAA4B0A4667838AF4A0DDAE4 /* ARTGroup.m */, + 0E1D2D89644507DDB99C0775951349FF /* ARTNode.h */, + 231C432A3961BDFBCC43561A5EA4F36B /* ARTNode.m */, + C996A6E63A68DF84911C919C171BE0CD /* ARTRenderable.h */, + F35F4E9F258606BF2BE22FDCAC2B7582 /* ARTRenderable.m */, + A5ABA0E10FE37349D53EF47074C017B0 /* ARTShape.h */, + EA59CDB4F40FC74738755F21FD9179AF /* ARTShape.m */, + F13D4DA071E13382EBB8FAACFBAB3167 /* ARTSurfaceView.h */, + D88BB9068AAEF882200E06034A2E98B2 /* ARTSurfaceView.m */, + 4CF05A2DB5F2DEC85B564E1FEB48A628 /* ARTText.h */, + A41D14C41217E03108A1B9AEBB310195 /* ARTText.m */, + DFF2E2EE2AECC376D0B0D17D0A8DFAAE /* ARTTextFrame.h */, + E94E82CA6CBE7E903DB83CDF94E22AAC /* RCTConvert+ART.h */, + 2B5CA053F72DF799277DEF4F9F9FBA0B /* RCTConvert+ART.m */, + 6906A4F40DB505ECAA0367E6E007416A /* Brushes */, + 609FB34DDDF5CF79BA65BAD31BB598C9 /* Pod */, + D4F8640B351E2D6438C6AA86BBFAC73C /* Support Files */, + 4666F699424F757BC26401A6229C935E /* ViewManagers */, ); - name = VirtualText; - path = Libraries/Text/VirtualText; + name = ReactNativeART; + path = "../../node_modules/@react-native-community/art"; sourceTree = ""; }; - 39303A1C848498000ED6020A29AE664A /* RNImageCropPicker */ = { + 35B49F5FFE023F91B61C46A0A0677F32 /* database */ = { isa = PBXGroup; children = ( - 98EAAA5831E0ADD5E9E3BF6BD82CACBF /* Compression.h */, - A2551752B23876F7D9DC4F441A5A45F9 /* Compression.m */, - 9599ABDDBC657553636D3A5F8EAAEA92 /* ImageCropPicker.h */, - 63CA9D423FCE56F4D01566C1F2DE4FA9 /* ImageCropPicker.m */, - 6BFE4C44B6733B9C2BEAC7A14FBD13A9 /* UIImage+Resize.h */, - 445ECA9E6B1D54EE4EF38089336C8C17 /* UIImage+Resize.m */, - 2DF32949BF959F7FFCCDB08901300C06 /* Pod */, - E7F48E9662730F52690E12D8EC00034F /* QBImagePickerController */, - ABCBE9BCACE873B6BB605D5DE98C22EA /* Support Files */, + 57DFB6CDC6D345A86EF6EEF8F5DEBC0C /* RNFirebaseDatabase.h */, + 44E7913A32231BD98F0E83771A5E6C3D /* RNFirebaseDatabase.m */, + AA3A9F0F068955AF9A1FE1F0F2362AF8 /* RNFirebaseDatabaseReference.h */, + 16BF078F3273F79017A1B52F7C67CDFF /* RNFirebaseDatabaseReference.m */, ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; + name = database; + path = RNFirebase/database; sourceTree = ""; }; - 394C0118F9AE03862FCB1BEB69C07ABF /* react-native-webview */ = { + 360AE81287D3EBA338AE9F59AD732DA0 /* FBReactNativeSpec */ = { isa = PBXGroup; children = ( - EDAB014F5408461B18E0134D71B273FC /* RNCWebView.h */, - 735BAE5A99D22558195015309934BF9B /* RNCWebView.m */, - 2BA03DD2917BE1F12B9532EDDE505149 /* RNCWebViewManager.h */, - F52C1187542EE6BDDCA763ED03072E5F /* RNCWebViewManager.m */, - FF61105B6BE647061B73DB8202543064 /* RNCWKProcessPoolManager.h */, - 3DC0503DB47829A176423B81E76574DC /* RNCWKProcessPoolManager.m */, - 6D794FCD258DA83D2D406AE3CEC9B23B /* Pod */, - 4CB33817102F75CAD1D274C0085A121B /* Support Files */, + 0D4454889C698F3EA7E727F1944FC804 /* FBReactNativeSpec.h */, + 95ABB6B55BA602D3BBBAD1058697200A /* FBReactNativeSpec-generated.mm */, + 217CB0F2EE2A538F02B80A5C1ABED914 /* Pod */, + D34B5D039091BF18908D5BC74A276D9C /* Support Files */, ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; sourceTree = ""; }; - 3A93548036A9C002D66EA203CC9A8AC4 /* CxxModule */ = { + 36AA80E897BD7DF26103A90672B47221 /* Pod */ = { isa = PBXGroup; children = ( - 2D4D50C9905DD81CF3A3FD3D2B7A8672 /* DispatchMessageQueueThread.h */, - F5DC4210CA6076B3BBC396A83535BD17 /* RCTCxxMethod.h */, - C18F74C4680E509627B27F971FFE7F07 /* RCTCxxMethod.mm */, - 45B38EB267EC8DC49342BD5DF77B29E3 /* RCTCxxModule.h */, - 75E7950EB27C6E711A5E1791BD815BF4 /* RCTCxxModule.mm */, - DFFEB90D12B0A3D0EC41CA71AEDD6485 /* RCTCxxUtils.h */, - 2DC1EB1095D3E80B97EDC6B974E66CBC /* RCTCxxUtils.mm */, - C355DC38001EC1DC404881B238ADC3B4 /* RCTNativeModule.h */, - 517BA8A3ED2645580577976899A3448A /* RCTNativeModule.mm */, + 06D3C4F743E3864073808EA43C339893 /* LICENSE */, + BF3BA0755C19E6724BC80C2500A6D7F0 /* react-native-background-timer.podspec */, + A70AB99DF5F586D96DF4D6112CEAF550 /* README.md */, ); - name = CxxModule; - path = React/CxxModule; + name = Pod; sourceTree = ""; }; - 3AB4D14323BE5D7D216A7D437F19DEE1 /* Support Files */ = { + 373A82580444DF233C34BD11E6B13AB9 /* Pod */ = { isa = PBXGroup; children = ( - 89EE7CA4B88EDCF9C446BA9DFCB904F0 /* EXAV.xcconfig */, - 76443512452314B81C8DF7C0C0027E31 /* EXAV-dummy.m */, - 7AC335A8B94A8E987A25C8916AA4478E /* EXAV-prefix.pch */, + 86A314064C1A5221385BD439D2F48CDE /* React-RCTLinking.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; + name = Pod; sourceTree = ""; }; - 3AE028F6857F8E7D6924035BD36BF65D /* Singleline */ = { + 379037E9B123FC6C1C797A394B608FBB /* RNFetchBlob */ = { isa = PBXGroup; children = ( - B28DFCB28C906E2A2ADB0BBBAFA4E945 /* RCTSinglelineTextInputView.m */, - DCD7924BE0A9DE6A96D091A46DC54D9A /* RCTSinglelineTextInputViewManager.m */, - F10EFF0CD575AC43A53D01C7D23AD50E /* RCTUITextField.m */, + A7B3FE351CD5D079D637B8BC7681CE5C /* RNFetchBlob.h */, + 57DF598250C2ABB82FB71706AB22D7FE /* RNFetchBlob.m */, ); - name = Singleline; - path = Singleline; + name = RNFetchBlob; + path = ios/RNFetchBlob; + sourceTree = ""; + }; + 37B2E7A72C315EFFCBE390FF0813F95B /* Multiline */ = { + isa = PBXGroup; + children = ( + 6C8E045F2FD5C7D631C293C0F73C0604 /* RCTMultilineTextInputView.h */, + 57EF022C73BD0F88A58907CD6F984194 /* RCTMultilineTextInputViewManager.h */, + 77F287F15F75C2EFD978EACE93861BD3 /* RCTUITextView.h */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 38753B5D39666D18A3B6CAB0EEFD9A90 /* functions */ = { + isa = PBXGroup; + children = ( + E96F58AD23FA16CC8D06419570E1E52F /* RNFirebaseFunctions.h */, + AB085A3992ED4E69309C402C9B2F36FC /* RNFirebaseFunctions.m */, + ); + name = functions; + path = RNFirebase/functions; + sourceTree = ""; + }; + 3A02010AD738A739F4D275977A080054 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + 984EC3D8454467D54E7F433691CF8B2D /* CxxModule.h */, + A3CAFFB43F1526F1910D35006AEA64D4 /* CxxNativeModule.cpp */, + 51DF25480D7018A24CFA0835502A684C /* CxxNativeModule.h */, + EC5FE22EE3F05BCC7AB588F5B43EF411 /* Instance.cpp */, + 54D14A6AF913F814BE23D71D63984D29 /* Instance.h */, + 42365822458AAD28BC429F6D3DB3E7F9 /* JsArgumentHelpers.h */, + E20DF5FFBA43BBBC8DC829D1C5C88996 /* JsArgumentHelpers-inl.h */, + C82F5DA02C568BB4C4C5400DD44F5A00 /* JSBigString.cpp */, + 4E11CC26571EB421A596832D803E4ADB /* JSBigString.h */, + C65F164291E733597EFE8C5446CEB449 /* JSBundleType.cpp */, + 34B0035A78BDF37E294278080430ECD8 /* JSBundleType.h */, + 1C3340033258D820E2EB245BAFEB053D /* JSDeltaBundleClient.cpp */, + F9DF1E342E98C711D63EE7113CD4DE7D /* JSDeltaBundleClient.h */, + 346FBBEDAD78CD39B96FC164376DAFBB /* JSExecutor.cpp */, + 23AB78D14C1EC7321119A8EF4E9C9C57 /* JSExecutor.h */, + 0D1A6C113D375ECC144BAE47C35619DA /* JSIndexedRAMBundle.cpp */, + 6DA2677C9C7DAA16CFDB808FC14788B5 /* JSIndexedRAMBundle.h */, + 8B00F1FE3D135C9D9CB860A71ADD16CE /* JSModulesUnbundle.h */, + 1ADB7061909E39405AD4BD7B8428BCA7 /* MessageQueueThread.h */, + BCCEB59819C9E8AED019EAAA3C0CE568 /* MethodCall.cpp */, + B6FF46DC4869A47D4B1A79A2F7D9FCE1 /* MethodCall.h */, + 13951187B0C12BD8402BCA7CBA95D0A7 /* ModuleRegistry.cpp */, + 032D1211FB26C186977EF1BE4D4D822D /* ModuleRegistry.h */, + BFD250D0AFDA07A5E09D2F7A6DF2AB44 /* NativeModule.h */, + 1873AC74B9B05005FD4C78FB799A0829 /* NativeToJsBridge.cpp */, + BA75D4667D10405301A74A8CA846A155 /* NativeToJsBridge.h */, + 5D57B59194C2DF888C374F2572B6C4D7 /* RAMBundleRegistry.cpp */, + 987968DA8F1A1D930138205600AEF2C8 /* RAMBundleRegistry.h */, + 4B32D349C5AA80B4FB37C642080D45EC /* ReactMarker.cpp */, + BF271218309EEE07EE2F305F9BD4CA0C /* ReactMarker.h */, + 52C9EAE00168800C327A273E11C042D3 /* RecoverableError.h */, + 513BFD61BAE0700B6C2B906CA432038B /* SharedProxyCxxModule.h */, + 5258A7FE033C54F3D4FA34988E357BEC /* SystraceSection.h */, + 04EBDB7FE2BA2CF97DDAD1DCBC419C4C /* Pod */, + 90E40869C55D1CE3290FB28646FDCD05 /* Support Files */, + ); + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; 3AFE7C92461044B160C47A6C0AAAB752 /* Support Files */ = { @@ -8813,76 +9049,68 @@ path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - 3BEA7F395A5379E3F7494E212CC95F8F /* React-jsi */ = { + 3B53C6832128DC3E51A58678AC5F2914 /* Pod */ = { isa = PBXGroup; children = ( - 456084F44DAA789CB020F8A2FD5DA431 /* JSCRuntime.cpp */, - BDF7143096F238E5F373CE201997766C /* JSCRuntime.h */, - 5130734D2B970E2088F7E2550EFB190F /* jsi */, - 276D037C29F40BF33B23E63ACB83AFB2 /* Pod */, - A206351E8B0C1EA96791B49E02267087 /* Support Files */, - ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; - sourceTree = ""; - }; - 3BF0EA6928A58A20352AA515D94834FB /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 2860113F8A165287F78B379A7E7735F1 /* RCTSafeAreaShadowView.h */, - 5B40E769968DD2143FE155AD49707E9F /* RCTSafeAreaShadowView.m */, - 767E6879FB85AE1BD7163A0997745F42 /* RCTSafeAreaView.h */, - E7855F1C527C5192F72CFF6A5D46C931 /* RCTSafeAreaView.m */, - A2E8B0D809212EB4C96F0CCA0F7F3D37 /* RCTSafeAreaViewLocalData.h */, - FD38B2E5F8FDC009EE3930FE406607A0 /* RCTSafeAreaViewLocalData.m */, - A4C3171701218F19BA57771E76E4453E /* RCTSafeAreaViewManager.h */, - 06697F35D65B5CE61A7219DE075D036C /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - 3CD5A5DBD0C39E34669F609FA418F17B /* Services */ = { - isa = PBXGroup; - children = ( - 25DBAFC7D6E6CECEE0D8BD212F907826 /* UMReactFontManager.h */, - C2DC0411F3D040280C23BA49ABA4BF3C /* UMReactFontManager.m */, - 6E992D8467813492D50B1E61EBFBE6A5 /* UMReactLogHandler.h */, - 1CA785C20F123D7AAFB30A0FD933A235 /* UMReactLogHandler.m */, - B54554CA08243B0445BEE89CEC127C6F /* UMReactNativeAdapter.h */, - C651F8C614465833939221AC4CFF9313 /* UMReactNativeAdapter.m */, - DE374EF524BADF6A8BBCC5700C4FF753 /* UMReactNativeEventEmitter.h */, - 9D79F012210D6A13185A51BF8EB1209D /* UMReactNativeEventEmitter.m */, - ); - name = Services; - path = UMReactNativeAdapter/Services; - sourceTree = ""; - }; - 3D5CE38DE95B750ECBACC3EC92C963D6 /* Pod */ = { - isa = PBXGroup; - children = ( - F81866F14F3E7E970AA2D4ED60838FCC /* React-cxxreact.podspec */, + C526010A82F51F0160BEC5A43310ECB3 /* LICENSE */, + BF6063E7F3E500D9B6543D851D611C30 /* react-native-jitsi-meet.podspec */, + 4028A6CBC22733D1D11FC1C32AE533D4 /* README.md */, ); name = Pod; sourceTree = ""; }; - 3E976D150A97BAD8055AF56E6E1D783B /* Support Files */ = { + 3CB461BA48012400D326A363B2C1853E /* Support Files */ = { isa = PBXGroup; children = ( - E855FCF102DC5906560617510B8CD083 /* react-native-jitsi-meet.xcconfig */, - 40F7FEF0E1BF9BFF10FAEC98C231FD26 /* react-native-jitsi-meet-dummy.m */, - 9F0D8879AFA115E5356585B2F6DF2CE2 /* react-native-jitsi-meet-prefix.pch */, + 1849DA14CADFB7DF37364ACEFA91166A /* EXWebBrowser.xcconfig */, + E01D4BBC06A8F671E048CD814EA1DAE6 /* EXWebBrowser-dummy.m */, + 9B52DF1CB1AA62488CE63C6CFB7851B6 /* EXWebBrowser-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + sourceTree = ""; + }; + 3CD27FDEE527DCF039DB157BC84C390C /* QBImagePickerController */ = { + isa = PBXGroup; + children = ( + 73EAEFEE2973DE2B608731E9FE3C8A25 /* QBAlbumCell.h */, + 8F8FE20DC1D5D221CB41328B3C377473 /* QBAlbumCell.m */, + 40553C8A6721563B46E7C276F586493F /* QBAlbumsViewController.h */, + 4DD8D3AF0A74340CC3014948BF74BBCE /* QBAlbumsViewController.m */, + 2D3735CCB8DA31F96E2BA25454CF400A /* QBAssetCell.h */, + 5E14416BDCED8734451ED493A72627EA /* QBAssetCell.m */, + C9A1BDEB848A1F99DCC1C09C349EC3D3 /* QBAssetsViewController.h */, + 30041F3D20F1C7B733ACFE6E47146E4B /* QBAssetsViewController.m */, + FECC64914591B823F88D64281B8C448E /* QBCheckmarkView.h */, + 0096C45B37BCEA61A77CC464024A90FC /* QBCheckmarkView.m */, + FCDA7192A03D16F7CD1D5DB0E827BA04 /* QBImagePickerController.h */, + 181A77A89D32902A302952F3FCF15AC5 /* QBImagePickerController.m */, + 3EA67F22BED9DF0E10C8FD51DFA3C479 /* QBSlomoIconView.h */, + E94F324617435A6F3AE226340AC96FAE /* QBSlomoIconView.m */, + F7564569153B3646AE14B6629780102C /* QBVideoIconView.h */, + 31645AE84C7DA065EB63BA5D17B21D67 /* QBVideoIconView.m */, + 233DAAE18AA7F64BDDA3527E2437B832 /* QBVideoIndicatorView.h */, + 4D944F127F84969A76D4F95459215595 /* QBVideoIndicatorView.m */, + 20E5CBEC5A58F3C029655E9A71DFCF76 /* Resources */, + ); + name = QBImagePickerController; + sourceTree = ""; + }; + 3D14D9F1B6877C08054895DFD4020190 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2CA3DDA588BBA33D185387C5D75150E9 /* react-native-jitsi-meet.xcconfig */, + 2EB64474F78A6BB6F97CC4740B32C7E6 /* react-native-jitsi-meet-dummy.m */, + 5F9A138C6ED0C4CDA42E8148027A6006 /* react-native-jitsi-meet-prefix.pch */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; sourceTree = ""; }; - 3EBACA3123CE2D52D261EDA6E28A2126 /* Pod */ = { + 3DBD4B5C947FFC79481E65BC463B34B7 /* Pod */ = { isa = PBXGroup; children = ( - 939E2C82CEA840EDD9BE0C5D1182FADC /* LICENSE */, - BD6F5B85E73250F0136EDD338592C8DE /* README.md */, - 22320F19C8575F89296DDEDC8687B2D4 /* RNGestureHandler.podspec */, + 45320D3EB3AD5EC8828DC640A339A32E /* React-RCTActionSheet.podspec */, ); name = Pod; sourceTree = ""; @@ -8895,84 +9123,36 @@ name = Resources; sourceTree = ""; }; - 40C89F6D1E92923AAF9C432C853DEDDE /* DevSupport */ = { + 3F72673E0F3B5F7859176ABADED43CC0 /* Support Files */ = { isa = PBXGroup; children = ( - C3311B35B5431B68BDAD6D00E792EA16 /* RCTDevLoadingView.h */, - 6AEC8DC13EE046F3C8DFBE136D8D798A /* RCTDevLoadingView.m */, - 8937DEA30EF284C0AAC3EE9008F4AF8D /* RCTDevMenu.h */, - 3083FD8E4D6460DC8673F63185D156BE /* RCTDevMenu.m */, - 2BC07A691B5C1F74884E31973463A763 /* RCTInspectorDevServerHelper.h */, - E1B9853EEABB86B11759DFCB1EBCA3B8 /* RCTInspectorDevServerHelper.mm */, - B539A7B9514BB8308B7BC00D8903DEAF /* RCTPackagerClient.h */, - C3A398FB2047D8FB5C115BB7C9C44E07 /* RCTPackagerClient.m */, - 5503461EDC3D0BE3934EEE5DA1BB9088 /* RCTPackagerConnection.h */, - 0CB3CBDAF4A37F5F1F72C5D9F58E4A34 /* RCTPackagerConnection.mm */, - ); - name = DevSupport; - path = React/DevSupport; - sourceTree = ""; - }; - 410E29CE5DCD220F2BC6FE07A9947DF8 /* React-RCTVibration */ = { - isa = PBXGroup; - children = ( - 2AA78930FB447031AB93AD2299273FD1 /* RCTVibration.m */, - 8E1143E45A11ECBE38C417058EA097D7 /* Pod */, - F67B7F7CA6523D154409A00CC91A7F6F /* Support Files */, - ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; - sourceTree = ""; - }; - 412E01A9EA1A4E6EEE2632D459614682 /* Pod */ = { - isa = PBXGroup; - children = ( - 958D8A765B851C50B6E7E672C1326062 /* LICENSE */, - 2A1B9ADB6A8B3779D38717839DA63A33 /* README.md */, - 7DC9083B4EF5AA159996A2831D301185 /* RNFastImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 41F513417675F55E977A50030491A638 /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - DFFA4E87052B6065E039BA191735CB91 /* RCTAnimatedImage.m */, - 0AA160054F5AE778946C6632CD3512B0 /* RCTGIFImageDecoder.m */, - 812AA095C1331B37CE0472F217A4945B /* RCTImageBlurUtils.m */, - 0A5BC46FD11ADF1251BA46820BA26460 /* RCTImageCache.m */, - 6A58D7780B1E3A13BA1C9211FF6D72D1 /* RCTImageShadowView.m */, - C92512161C2301398F3E08A8BDCC12D0 /* RCTImageUtils.m */, - 6DDDBCF3CD0C36D993D2A9B90128F76B /* RCTImageView.m */, - 2A50F74C42C3DD6B4A9F69B23D3E82AE /* RCTImageViewManager.m */, - C9013C562EB93A1E3B006E509A27A411 /* RCTLocalAssetImageLoader.m */, - 0E10089B334000D673BD63A61590F275 /* RCTResizeMode.m */, - A1B3EE1E4659F5906B7939DB8EB030CB /* RCTUIImageViewAnimated.m */, - 624F1172FAFC23FE46520AF51847FF2A /* Pod */, - CFF92BB5DF14885ADE88A4DE00EF5E78 /* Support Files */, - ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; - sourceTree = ""; - }; - 432DD7F734385DFE0A23B541CBE8FE93 /* Pod */ = { - isa = PBXGroup; - children = ( - DE05734837A6096134BCC6E569C3139D /* api.md */, - 8D9D3A711FA1485371DF91C09CC57D36 /* LICENSE */, - FA3074A70780F5BDE91D7A2AE0333441 /* ReactNativeART.podspec */, - 6C96566BEE3E8073B6AFCE2002A5B167 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 436F49AE999FEA44A0D1ACC43055939A /* Support Files */ = { - isa = PBXGroup; - children = ( - EFC95FBCDBB6142B436FA9581338BFD5 /* UMCameraInterface.xcconfig */, + E9DD91D01681C27C1CCA91964189CBC3 /* UMConstantsInterface.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + sourceTree = ""; + }; + 3F91460DEF84E7B3506F93406EB64C9F /* Support Files */ = { + isa = PBXGroup; + children = ( + 211F772B93EC2A85C2C1F1AD2357F7B8 /* RNGestureHandler.xcconfig */, + 922FCA40A40F924C57AEC2FCA7D56714 /* RNGestureHandler-dummy.m */, + A07DF45037E3E9968E599E042DC22FB1 /* RNGestureHandler-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + sourceTree = ""; + }; + 41C3B9396417F6A1E6E68304BCCD3F0E /* EXImageLoader */ = { + isa = PBXGroup; + children = ( + B45903CF11C39B9FCE0E9E8ED5454364 /* EXImageLoader.h */, + 8DED22BF939C557A5B9E970225EDE32D /* EXImageLoader.m */, + D4531833B94DBC77CC0DC1B740F4EDD2 /* Pod */, + 95AFE9051BF9A54D6048FEE37B4A44E4 /* Support Files */, + ); + name = EXImageLoader; + path = "../../node_modules/expo-image-loader/ios"; sourceTree = ""; }; 43B8BB7576E1183520FEAE7BF9E22D8D /* Support Files */ = { @@ -8986,19 +9166,65 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 452B819A64D54ED90C10B819DDA2B1E8 /* UMTaskManagerInterface */ = { + 457B43472B59E8E46A8D4BABFE851266 /* RCTCustomInputController */ = { isa = PBXGroup; children = ( - 3F803860EF7A3F44AC49B7C8BF0B7264 /* UMTaskConsumerInterface.h */, - 001747F5C80950AA3E7EC3CDABD93FE4 /* UMTaskInterface.h */, - 50BD6E199540DDD12A5346256325AC64 /* UMTaskLaunchReason.h */, - 0C9175A9A1D7FD9E183957D35177133B /* UMTaskManagerInterface.h */, - 2FDD8B8A425787F2CDC1466F02017342 /* UMTaskServiceInterface.h */, - 01BB7A869F9E6F2F20E787CB072C7DB4 /* Pod */, - 875CC2F7611EACA6D2B123E993EBDF27 /* Support Files */, + 3E5E117548E693E5E485250BC8BB48D8 /* RCTCustomInputController.h */, + 118FDB9E5AAE4B0F868A9FB23850B670 /* RCTCustomInputController.m */, + 7854E457877965E4AF2BD35C69EF71BC /* RCTCustomKeyboardViewController.h */, + 44BE015BEB9560624AB2F0EDA99AED32 /* RCTCustomKeyboardViewController.m */, ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; + name = RCTCustomInputController; + path = lib/ios/RCTCustomInputController; + sourceTree = ""; + }; + 45EC0CFA5FCA1CEA49A4731C47E72215 /* Pod */ = { + isa = PBXGroup; + children = ( + ED3B096CC0BA80651C28D1350889123B /* UMConstantsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46412BC9766E6F931595620D27AD2DF9 /* Pod */ = { + isa = PBXGroup; + children = ( + 83CF519B4F2DA4AF6FC5D3B91D25B4A7 /* React-RCTSettings.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 4658FC56C3540475120CDC0D241AB42A /* RNVectorIcons */ = { + isa = PBXGroup; + children = ( + 21D0078BE561313FE04B5DE40C8AD3B4 /* RNVectorIconsManager.h */, + 45CE8B37F73C35AD44948FA7205C0F4A /* RNVectorIconsManager.m */, + 9D1531AE4007A2A9148FB10841984118 /* Pod */, + 327A45E579E228BF7D3E29B5469C07EB /* Resources */, + B22FF4A473CD51DD3C31378A55968E47 /* Support Files */, + ); + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; + sourceTree = ""; + }; + 4666F699424F757BC26401A6229C935E /* ViewManagers */ = { + isa = PBXGroup; + children = ( + 2C49B46020A92385B1A4D715A276E946 /* ARTGroupManager.h */, + 96AA77E0285EDD12927EF15AB23471E4 /* ARTGroupManager.m */, + BD45415BD752013DA3245CAA4A136B95 /* ARTNodeManager.h */, + 097C8E97EDDEDDB179E18497993BF8AE /* ARTNodeManager.m */, + 4F93794CA851794BFAF1414185CB493E /* ARTRenderableManager.h */, + 4631337CD80EF607C5F83FA3455A02A9 /* ARTRenderableManager.m */, + A705E35F333CB64E04A16117FAD3D78E /* ARTShapeManager.h */, + FEEC298910EC23DF638A069E787F9F14 /* ARTShapeManager.m */, + 278B8218B421064466EA36AD04D44D68 /* ARTSurfaceViewManager.h */, + 4D33174AC8E0E43A147F33CBBD961C8F /* ARTSurfaceViewManager.m */, + 98761D46C834D39986CE5E71ADB846AF /* ARTTextManager.h */, + E72C9EF29F6A797469AE3146483A69C9 /* ARTTextManager.m */, + ); + name = ViewManagers; + path = ios/ViewManagers; sourceTree = ""; }; 472D0655A441F438064A68603A68705A /* Support Files */ = { @@ -9012,93 +9238,39 @@ path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; - 47384517E877F69FF0829F827FE8F393 /* RCTImageHeaders */ = { + 47B66F2C9006D5F2F2E0925262742204 /* CoreModulesHeaders */ = { isa = PBXGroup; children = ( - 50AAD7CC4F251E199BD4939630F9F528 /* RCTAnimatedImage.h */, - 8F0B94896794B69DE9ABBAF3A6A4531A /* RCTGIFImageDecoder.h */, - 7A8DFA1F864C62F0877DC2857424EDD7 /* RCTImageBlurUtils.h */, - C66EB41246D9082724732E634930C37D /* RCTImageCache.h */, - B8FC91299498ED4C8360B3FA9F79E38D /* RCTImageDataDecoder.h */, - 5B4D64374C7E6A0B63625C1CDC038AF1 /* RCTImageLoaderProtocol.h */, - 86679E2183EABD35F9E8AB9DA3D2A5B0 /* RCTImageShadowView.h */, - 3A9671D357015F3C5567606DF3014E76 /* RCTImageURLLoader.h */, - 1CABE6C371A0BFD0444B9F27A64F4F11 /* RCTImageUtils.h */, - 9983282CE3F72F1D2F8E5E39DD900556 /* RCTImageView.h */, - 96EAB41B780D55D6439A222820C17B09 /* RCTImageViewManager.h */, - 1628FCE1C0BA5C53ADD4E56D5A762BAA /* RCTLocalAssetImageLoader.h */, - 19D3732BCBA5628433B833B5D52F0700 /* RCTResizeMode.h */, - 11C6FD394B6095FA5812033C28A9AFAA /* RCTUIImageViewAnimated.h */, + 6235F0F9E3A876D361CF60105A7254E9 /* CoreModulesPlugins.h */, + AD1462F43B9EA1A2C859223A1FF5567A /* RCTExceptionsManager.h */, + DF32FC0A68A9824FBE0FC23450FF47CF /* RCTImageEditingManager.h */, + 8FAF62BFFC896F70FC39BD6610038A65 /* RCTImageLoader.h */, + CBC62F256D9A8EF420880FB91A287F40 /* RCTImageStoreManager.h */, + DA82FAFB6CA82B371281E4DB9A3EE98F /* RCTPlatform.h */, ); - name = RCTImageHeaders; + name = CoreModulesHeaders; sourceTree = ""; }; - 47A1AC75A8D13AC6E70A28C1C3FD8C8B /* Pod */ = { + 47C18A4D3F3892D7F5A6E628066B206C /* UMImageLoaderInterface */ = { isa = PBXGroup; children = ( - FD2BC437BCA1441EE529ACCFB8EAE072 /* React-CoreModules.podspec */, + 835BAF5E3AA3F39487E371EAF0E57C60 /* UMImageLoaderInterface.h */, + B093999EA790249FAF463220521385A4 /* Pod */, + 607AF0987B00583CBCF866F8A53AEDD0 /* Support Files */, ); - name = Pod; + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; sourceTree = ""; }; - 4824A569058D5A74736A894538C55C93 /* Singleline */ = { + 4845F9D2D753ECCE58C8D9D72422B421 /* Support Files */ = { isa = PBXGroup; children = ( - C4ACA86B0CE6802F5303BB625FF3E0F4 /* RCTSinglelineTextInputView.h */, - 721871E7D8498F4B8672EC761AD2C99C /* RCTSinglelineTextInputViewManager.h */, - 5F3001C57F8CC737DBD4A431068E0CC5 /* RCTUITextField.h */, + 521D7D15BA51A665AED00F7B8325CF7E /* RNFastImage.xcconfig */, + DCF29C4013DFB5FA396D0A90D013CF7F /* RNFastImage-dummy.m */, + F806F944CE3B9A32EB5B7E6CA8300D2C /* RNFastImage-prefix.pch */, ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - 48CAE9FC43022E7081A45B4EAD80A0E6 /* React-RCTBlob */ = { - isa = PBXGroup; - children = ( - 1CD28EB1C5665AB87CD4B715CE0C3EC7 /* RCTBlobCollector.h */, - 31A1E826694B6213C448735FA7D15E1F /* RCTBlobCollector.mm */, - 2F2902D76123CD82980C10B19C6B2894 /* RCTBlobManager.mm */, - 280F25C6B97C9C0323AD07C0C207CAA9 /* RCTFileReaderModule.m */, - 28DEB85CF0F94B3BA3F4E2368695F0E2 /* Pod */, - DAC753C6181F275AF95BCE4EE7A2CA08 /* Support Files */, - ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; - sourceTree = ""; - }; - 48D616CFD73B4097786D003C8DF36454 /* EXWebBrowser */ = { - isa = PBXGroup; - children = ( - 0D97133D0DF5D8D360CB13EED21FEA64 /* EXWebBrowser.h */, - B96641B5D9DCA4C6DE1C0D7235BAA942 /* EXWebBrowser.m */, - AA3E7AE0231288897DE76CDABB551CB3 /* Pod */, - C2174660A9E901666950E37667D95458 /* Support Files */, - ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; - sourceTree = ""; - }; - 48D898F1F9B0C6F2263895DFFD93C076 /* Pod */ = { - isa = PBXGroup; - children = ( - DA8B43484450F255AC756580DC3F49C0 /* UMSensorsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 491E7EF3AB90FC1BFD8B3ADBFB7D8557 /* Pod */ = { - isa = PBXGroup; - children = ( - 02FD9DFB0AACA799D670E18E11F9B60B /* advancedIos.md */, - C000D12BF94907F234EED6E2EC242655 /* installation.md */, - 5694FC989089BDACE6DB56D0A3036311 /* LICENSE */, - 809BB1BFEA6DBABE3E26A0D090F01154 /* localNotifications.md */, - 9AB2412ABEA933CB03EE535D48BD197E /* notificationsEvents.md */, - C3DAE7153508F7F0B6671673C25A424C /* react-native-notifications.podspec */, - 29D36281C1D290C277A09309802E40FD /* README.md */, - 88AC52FDFB1500AD1EC5B69093B1D4AD /* subscription.md */, - ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; 4928610451BAB56E49BA8FF8129BF910 /* Network */ = { @@ -9118,56 +9290,145 @@ name = Network; sourceTree = ""; }; - 4959A9D24132890691AF88E4AD67A636 /* Interfaces */ = { + 49A77384F0151373CA63A75E115C79DE /* React-RCTLinking */ = { isa = PBXGroup; children = ( - 1AAFA15E541F79750341AB85EC424250 /* EXAppLoaderInterface.h */, - 3421F26D424268F958AC092714AE40E4 /* EXAppRecordInterface.h */, + EF9D16860EB5FA761348FDB4DC91DBAF /* RCTLinkingManager.m */, + 373A82580444DF233C34BD11E6B13AB9 /* Pod */, + F7D7024944990F0D66C59AEFCE976E70 /* Support Files */, ); - name = Interfaces; - path = EXAppLoaderProvider/Interfaces; + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; - 4A2AEBF150C101AF90D6709E7E47A217 /* Support Files */ = { + 49BAED67B08EDC28239F6FEB60B3719F /* Yoga */ = { isa = PBXGroup; children = ( - 02AEAB2464ED470DD8B2BED39CE7D233 /* React-CoreModules.xcconfig */, - 237B12B1A4532AE980B5562F14F00BD3 /* React-CoreModules-dummy.m */, - A9202207E58FD7F8B110D0C87D3BEF34 /* React-CoreModules-prefix.pch */, + EB6168ABE2CE62305490CA4BD7049283 /* Bitfield.h */, + CB741FE3778527A80CFC0B2A73FD5D32 /* CompactValue.h */, + 9D820246B0BD3309229891932B60F66A /* log.cpp */, + 712B8F56124AFCCAC1EB277D7DD6C9C8 /* log.h */, + C7A3ACA942980704A89C6E5CC3219F2E /* Utils.cpp */, + 5BCCCD4DF9A60DEAD70F2EA0016C5BC5 /* Utils.h */, + 329FF8AD3B6D382A19D0707235664543 /* YGConfig.cpp */, + 11D227BCF5211CC470C656A32E7BDB55 /* YGConfig.h */, + E8961112A6754761DB791C0ABFFEAEDD /* YGEnums.cpp */, + 11B7D73230E6A947F4A33D7520ABA840 /* YGEnums.h */, + F14D8994925A0A0BEE1B08369B56247E /* YGFloatOptional.h */, + 0456C2D13A1432E8F3873A6AC42239DD /* YGLayout.cpp */, + 5762FABED35FFA2D439A71F1275661A0 /* YGLayout.h */, + D550DD71459E8D7568326395A7971BDC /* YGMacros.h */, + C311D25970FF30E9C7C775ED20FD09A0 /* YGNode.cpp */, + E1F17ADA394A0FB75DCE5E48D30C27C9 /* YGNode.h */, + 8EE6BDF4D32EF0A286192FC4EE837F27 /* YGNodePrint.cpp */, + 3A31D7F54597E076BF9613538EAF5E3C /* YGNodePrint.h */, + 25A399223CCC410E790D3A79E70F29FF /* YGStyle.cpp */, + 0A8D98458AF6A341AED8D30B08B285BB /* YGStyle.h */, + B955349B39533145CDAE10EE18937134 /* YGValue.cpp */, + FA5E06582BE3DC32D7AF5953A9CF4512 /* YGValue.h */, + E6AF3EAA1DBF0F5E8A3C0E395D9FD89F /* Yoga.cpp */, + DC4479DD14256D476C9D0287D63ACBDF /* Yoga.h */, + BA43FE43EA638C45DED55CAC3B1FDC93 /* Yoga-internal.h */, + D822039F52B4822C2DFF78746E7BC2D5 /* event */, + CE4585C29DE8B9957503D29782C14336 /* internal */, + 7AF2AFA2C984AA8601870E89472EE2CB /* Pod */, + D48239A9D05F11C13B96038FAFD2BBD2 /* Support Files */, + ); + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + 4AA7A2C153BA4DF34C688AE6120CA868 /* converters */ = { + isa = PBXGroup; + children = ( + FDFF3C5DAABF31BF9C9877B8AA180EBA /* RCTConvert+UIBackgroundFetchResult.h */, + A14A41BC0F35CC63BB4C79FA41FCCEF2 /* RCTConvert+UIBackgroundFetchResult.m */, + ); + name = converters; + path = RNFirebase/converters; + sourceTree = ""; + }; + 4BC6E5F648873F6C9EF3FA1566BFBB7E /* Support Files */ = { + isa = PBXGroup; + children = ( + 09CFE0206070257FA56A9423FF01E393 /* React-RCTBlob.xcconfig */, + 731F48FF22DC60A71D7B7D2BDD5CC067 /* React-RCTBlob-dummy.m */, + BDFC9339EE297F17211CC6C8E89DB7F1 /* React-RCTBlob-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - 4B66572C07E264459E4647ED964458C5 /* Pod */ = { + 4C99D70073FB6572E6AA632F7958A0A2 /* RNReanimated */ = { isa = PBXGroup; children = ( - ED3DDD34A859972FFA084A37793D713F /* LICENSE */, - 90438AEE77D1621681B4872EE3F88E1A /* README.md */, - E8335B1EF2FC21B6CD5BBD4DF5226B66 /* RNReanimated.podspec */, + 5BCB755568AE6FC6B7B38E00572F45CA /* REAModule.h */, + B1F80EF5F75C98FB7CEB07165A04BE38 /* REAModule.m */, + 657D62725F5144EA733699A8406DD7C7 /* REANodesManager.h */, + 6480A035FDCAE96B58C48CA7F315D431 /* REANodesManager.m */, + 964A49BC0AEC05794E9EABB0689632C6 /* Nodes */, + A944F15A2548E423B7704E391A961344 /* Pod */, + 6A6021A8DFDC5AC443905A8833CFB335 /* Support Files */, + F1D24546CDE01417D66C8738912CB2EA /* Transitioning */, + ); + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; + sourceTree = ""; + }; + 4CA7843DF349564A095E062B1DEA0319 /* Drivers */ = { + isa = PBXGroup; + children = ( + B4A19504AAFCFCDCAB0D4D298165243D /* RCTDecayAnimation.m */, + ACEA68F757D72584A695A3324B50BAE5 /* RCTEventAnimation.m */, + 358706A5FEDC4F5AFFEBDB072E89457D /* RCTFrameAnimation.m */, + 5FAE6AF1B4DBEF13380F372C55C2AEA3 /* RCTSpringAnimation.m */, + ); + name = Drivers; + path = Drivers; + sourceTree = ""; + }; + 4DAE5C781980F2693E87124939DF2A42 /* Pod */ = { + isa = PBXGroup; + children = ( + EAD19C805AA13087D4CB613CEB7207D7 /* LICENCE */, + 5DD64FEEBB59F5AF33D29963E4109B1A /* react-native-cameraroll.podspec */, + 2C543E656C8CC21720696842FCFEC35D /* README.md */, ); name = Pod; sourceTree = ""; }; - 4C9EA3B8354227C087CA0C91F60C95D3 /* UMNativeModulesProxy */ = { + 4E2FB2A4FEFEB4319ACC41DA8088174E /* RNDateTimePicker */ = { isa = PBXGroup; children = ( - 1BCA613E270465CAFFEFCFAB5AD0872E /* UMNativeModulesProxy.h */, - 9301A696465A7B138B63C930CAF7BF14 /* UMNativeModulesProxy.m */, + D1C3728E396239603DE8696250258E58 /* RNDateTimePicker.h */, + 1238E92EDB750B4A397E54323FA4A5DD /* RNDateTimePicker.m */, + 36AD9D0FA195AE1A6D496664B6D5DCB4 /* RNDateTimePickerManager.h */, + 08052EC8B77314B3AD6D1227DF3D04D9 /* RNDateTimePickerManager.m */, + 1301928DEE837520A9DEDBAC7CFCBD2D /* Pod */, + 2B3C0E93F7CFB8EC50757684B60B6226 /* Support Files */, ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; + name = RNDateTimePicker; + path = "../../node_modules/@react-native-community/datetimepicker"; sourceTree = ""; }; - 4CB33817102F75CAD1D274C0085A121B /* Support Files */ = { + 4E31E797FBD9329A909D8A4378957BBE /* React-jsinspector */ = { isa = PBXGroup; children = ( - 64F050E38604CBA15A49D6322C1171C6 /* react-native-webview.xcconfig */, - 8852B603985EABAC100BF0A6427C4ACD /* react-native-webview-dummy.m */, - A906C31F1EA0FD26B065B92996BCCFB1 /* react-native-webview-prefix.pch */, + C22718127A43B28BB68438E3B47B6B23 /* InspectorInterfaces.cpp */, + D763A9AC9FAC548815F93A714B0A32E2 /* InspectorInterfaces.h */, + FF86B41DB7ED68E0A1BEB4722384F4FF /* Pod */, + 678FCD7ECB8189D311A6C47F253DCC2B /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; + sourceTree = ""; + }; + 4E8FA752AF2F99F1C9188913CA37EB0B /* Pod */ = { + isa = PBXGroup; + children = ( + 607DE7229D13A934D9D396A2062FF049 /* React-RCTBlob.podspec */, + ); + name = Pod; sourceTree = ""; }; 4EE5506810A48BF6790471E58A60007A /* Support Files */ = { @@ -9181,58 +9442,46 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - 4F0FFB87B03C6CD9AF36CED6F066442F /* Pod */ = { + 4F591348D64585A660A72269EEA6A68E /* Support Files */ = { isa = PBXGroup; children = ( - B287CF42AC85785CD23D4F996A46205E /* EXPermissions.podspec */, + 23219ACA713D7CAFB30DC0419DE1E805 /* react-native-video.xcconfig */, + 1BD3FCBF820DB8AF7BF20EAD86AB6F26 /* react-native-video-dummy.m */, + 5A8405BB1A2C13FEAF98B164F6E4FFDB /* react-native-video-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-video"; sourceTree = ""; }; - 4F965C8E1C4E9AAE8A2DBDACDF86E4FC /* RCTBlobHeaders */ = { + 4F8BBADC6C0DA1DD0E0165A06997F368 /* Support Files */ = { isa = PBXGroup; children = ( - 376ECD23699FC3A77877C59FAF661064 /* RCTBlobManager.h */, - 4CBD5251F075596E6EFD5A97D4DC0209 /* RCTFileReaderModule.h */, + B44622DFEDC8C1E0872F5F31C06B431D /* RNFirebase.xcconfig */, + E04865593F9BF279CAEC179AB14AA3E0 /* RNFirebase-dummy.m */, + 0ECA46EC91758D088E75BE45C7B214A2 /* RNFirebase-prefix.pch */, ); - name = RCTBlobHeaders; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFirebase"; sourceTree = ""; }; - 5112381C93A2FA19F602463DF29123D2 /* CxxBridge */ = { + 4FB810FC2F017135FBAF3988AE05DFFA /* RCTRequired */ = { isa = PBXGroup; children = ( - 4C0DEA996540B56EC22001BD80BF8094 /* JSCExecutorFactory.h */, - 7AA8EAD8C2A634C8B211DCA3C84C4BB1 /* JSCExecutorFactory.mm */, - 247F1B869B8C5B1B67219E38EFA3D3BE /* NSDataBigString.h */, - 8CE45688575FF0AA028895BFDD852F2F /* NSDataBigString.mm */, - B6EE70348525F32720F5513A236840CB /* RCTCxxBridge.mm */, - 718AD05B5CD0F909A8FBD59F728158E6 /* RCTCxxBridgeDelegate.h */, - 382DE283EE37D981E9C8F0FD22CCFA48 /* RCTMessageThread.h */, - 3D6430F396C6EBB6638714FBB10315CA /* RCTMessageThread.mm */, - 0FCC74BBCDD1FFF31B5B035F9074E4CF /* RCTObjcExecutor.h */, - B9935A42776FF18709A2F382332B44DA /* RCTObjcExecutor.mm */, + BD63E6DCF9DC7564F1DAB4031A9B4904 /* RCTRequired.h */, + 128DD2D6777086DF355C7A302067952B /* Pod */, + 2AC45BD752DA6E4A77E0156237932918 /* Support Files */, ); - name = CxxBridge; - path = React/CxxBridge; + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; sourceTree = ""; }; - 5130734D2B970E2088F7E2550EFB190F /* jsi */ = { + 53130E49370A5BFFFB78F348B6304236 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - 697331A145A2D7B271EF0AF6035364AC /* decorator.h */, - 9513FFCA869AD68880C9933062162BE7 /* instrumentation.h */, - A47C0CBE5FA1A3C612E50398D72E3288 /* jsi.cpp */, - 8BD3AC16BF3F92264910DB70EF0406EE /* jsi.h */, - A4B5D99728B4D33D9FCDDC665DB25379 /* jsi-inl.h */, - 13CBC0BC2FB3CE717B2C0EAE3A88C1A0 /* JSIDynamic.cpp */, - B6577B973299B70BE40F64482567C803 /* JSIDynamic.h */, - 3AE900AA535F0A0D529C23A0FB77C1D0 /* jsilib.h */, - AD4EE6B665100A595F0DC9AF28ADE115 /* jsilib-posix.cpp */, - 04F043ADCBA901864BB2FAE209E915BC /* jsilib-windows.cpp */, - 2EF65FA367DB5F4C1958D5274B4EAB64 /* threadsafe.h */, + 212073D35CA92162FD7BA2F8B6E4A2B3 /* Source */, ); - name = jsi; - path = jsi; + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; sourceTree = ""; }; 532D65DCF750E9E2E8BE97FC42B35BCC /* Crashlytics */ = { @@ -9252,16 +9501,6 @@ path = Crashlytics; sourceTree = ""; }; - 53EE14387551717C4A69D79729D5ADF7 /* event */ = { - isa = PBXGroup; - children = ( - 8ADD572631A373CB2207CC0B924D2E6F /* event.cpp */, - 9D2AE3583762C93008AC2DBF600FA03A /* event.h */, - ); - name = event; - path = yoga/event; - sourceTree = ""; - }; 54220516EB0979A39034CFA10C3D2092 /* Fabric */ = { isa = PBXGroup; children = ( @@ -9295,25 +9534,6 @@ path = FirebaseCoreDiagnosticsInterop; sourceTree = ""; }; - 54F616DD112705B2D565737FAB46F81B /* Support Files */ = { - isa = PBXGroup; - children = ( - 7143F0C8CD1D20E78773B0216488F18D /* React-RCTAnimation.xcconfig */, - F9B0E187AE7B7F3A377AEDB612C6525A /* React-RCTAnimation-dummy.m */, - AFD64F773FE98BC3A3ADE46A8A9103FB /* React-RCTAnimation-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; - sourceTree = ""; - }; - 5531B78708217E9C42B3BE349FF2A5E1 /* Pod */ = { - isa = PBXGroup; - children = ( - FF8601C5E3FB42A14A655AB71907929D /* React-RCTText.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 55B18D8D8BE5E5FB139159F9864ED8CA /* glog */ = { isa = PBXGroup; children = ( @@ -9335,95 +9555,131 @@ path = glog; sourceTree = ""; }; - 55D0203549318272E90FF88826213028 /* Pod */ = { + 55B5CEDBFB7117FA376E40105BCF53D7 /* BugsnagReactNative */ = { isa = PBXGroup; children = ( - CE0FCE9C44F84A0134940CC28EBE8AAF /* LICENSE */, - BFEFE51A7E6B91C9E46778BE0E61BFDF /* README.md */, - 91E31D9255E2BCA4BBE69B0059BFF963 /* rn-extensions-share.podspec */, + A348741DC04900AB79C759052957C647 /* BugsnagReactNative.h */, + BF20113E5333E238C790CD7D1BE83741 /* BugsnagReactNative.m */, + 33C920AB4EFA98F45B36C2C56E20365F /* Core */, + 28A9789EE40C028D291A793ECA1A54C5 /* Pod */, + 72911A0DA84964061D926DAAA2CB39FA /* Support Files */, + A59C9E778C256BEA6C4A98325EAB714B /* vendor */, ); - name = Pod; + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; sourceTree = ""; }; - 56DF1E0035FC1E9E01841F2A264DF4FA /* UMViewManagerAdapter */ = { + 5606C0BBFD6B8A7C7FF8DDAB4B1641C2 /* Support Files */ = { isa = PBXGroup; children = ( - DBC55BDAFCF76EF408F711747E2104F6 /* UMViewManagerAdapter.h */, - 79617570F1EDFDB1750EBEF9D40FF152 /* UMViewManagerAdapter.m */, + AF920EA3B184284D2672C0F0AF7BBF13 /* React-RCTVibration.xcconfig */, + D2152857A727F3E2C909878BE0C4BD3E /* React-RCTVibration-dummy.m */, + C847E5C297D047C9C5486ED523FB0FB6 /* React-RCTVibration-prefix.pch */, ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; sourceTree = ""; }; - 57AF347E6BB5F27B5C4F7CC790D9EEFC /* Reporting */ = { + 565FA81F8EC7C40B0BA96DD0DAE5D2B7 /* platform */ = { isa = PBXGroup; children = ( - 22F19F746884EBA990A236492F1D08CB /* Filters */, + EA9EBD6538D7891BE61671CE31C21655 /* ios */, ); - name = Reporting; - path = Reporting; + name = platform; + path = turbomodule/core/platform; sourceTree = ""; }; - 57B54BDB245421E518DD332120D2251D /* EXPermissions */ = { + 567C7523CE5382909882005212C0063C /* react-native-notifications */ = { isa = PBXGroup; children = ( - 98A80535764F86459CEDD667CCB4F197 /* EXAudioRecordingPermissionRequester.h */, - 9982F863CF3571B41EC3DB02755C53D4 /* EXAudioRecordingPermissionRequester.m */, - E68BE7F4B132FCD9FC730DDAE3630F8D /* EXCalendarRequester.h */, - 4AE285F585889CD45B47600280D33AB4 /* EXCalendarRequester.m */, - 1AB96A3C68259FF4D2301FB0F118B702 /* EXCameraPermissionRequester.h */, - 6454BB72AC441E1494905BF8E25039FD /* EXCameraPermissionRequester.m */, - F7C3364F0E0F6F42CB93E2B0560C2DA0 /* EXCameraRollRequester.h */, - 25BF331DB7CC77F578419968BD700F17 /* EXCameraRollRequester.m */, - 1AB78CEE69FD01B802877A116264D902 /* EXContactsRequester.h */, - 82A93793123AD90694C5D13F9796A9C9 /* EXContactsRequester.m */, - F269EA1A423BE65A1543239DB727E92D /* EXLocationRequester.h */, - 37033FA3AC8B8C8B77DDF486CC951EA6 /* EXLocationRequester.m */, - 58C6DDEA9DA8FAA71B8F5563B3C8BAE3 /* EXPermissions.h */, - 0260B1705B12BD97512D92AAB1D975A2 /* EXPermissions.m */, - 94074BB665964C130EF3AEAD5903C1F7 /* EXReactNativeUserNotificationCenterProxy.h */, - 065695C3888176DAC6E68FE097DC6565 /* EXReactNativeUserNotificationCenterProxy.m */, - EDDC8849FFF32858D86EF726C43EBADE /* EXRemindersRequester.h */, - 31EFC03F02EFC58D84B8AE95618C2233 /* EXRemindersRequester.m */, - AA9F3BA91EFD2DFD1E498DEC5DA20721 /* EXRemoteNotificationRequester.h */, - 6927644527C531D96A463FF647B863B0 /* EXRemoteNotificationRequester.m */, - D9170605CA60EF92BD30F13A4F040A04 /* EXSystemBrightnessRequester.h */, - A06C9573800BE82290BC622570CD2D16 /* EXSystemBrightnessRequester.m */, - A3CF70A53EF1E392D30C064F7E3F82BA /* EXUserNotificationRequester.h */, - 30DD51C39F8D20A1631E4174BC225270 /* EXUserNotificationRequester.m */, - 4F0FFB87B03C6CD9AF36CED6F066442F /* Pod */, - 791C9D9DAA1EAE57D8F3B2EB64613518 /* Support Files */, + 8E3E9224AB8B6AE8E1332BE7236DAC9F /* RCTConvert+RNNotifications.h */, + CF353E7A44DDBE94363B76364EC14F54 /* RCTConvert+RNNotifications.m */, + 5EC16A3302BEFE7D1A384A0E2B860F87 /* RNBridgeModule.h */, + 667950671B73978D2A6FA78DD378E7EF /* RNBridgeModule.m */, + C83A0AF41DFE9DDFD36003B5BB0ED509 /* RNCommandsHandler.h */, + 1AFE95B12ED7C3B2AACA5787F66BFFBF /* RNCommandsHandler.m */, + CAC6941D32D79578AEDB6050C10F403E /* RNEventEmitter.h */, + 552764B9A0BD91BCD64E04C969EDD959 /* RNEventEmitter.m */, + DD142B9C3FA055FEF54B9906D8623CCF /* RNNotificationCenter.h */, + 7A3D0D372E6BB727932ACD5CC2F2F0A2 /* RNNotificationCenter.m */, + 8B482BF8DF2E75DF9287FB4F450FA8A0 /* RNNotificationCenterListener.h */, + E716E272500F2B1D0BB5707BFA53C18B /* RNNotificationCenterListener.m */, + D04B7E2613F82221268696643CDF9CC2 /* RNNotificationEventHandler.h */, + 0AC58D43F520AB9E41176EF916A98C28 /* RNNotificationEventHandler.m */, + 65A4F2A64799EAED8949F270492D2D0D /* RNNotificationParser.h */, + 3496CD4A788972B860A4EFD810330F4B /* RNNotificationParser.m */, + A739468F956A599232B619C8C6E0F81C /* RNNotifications.h */, + 11B20C54AC294E8BACE99BCDC7C20891 /* RNNotifications.m */, + F23E3FEC63449DC8ED6AA3D91CEDDC77 /* RNNotificationsStore.h */, + 15B1124A17166C051BC2D02B9932A8DF /* RNNotificationsStore.m */, + 63A1FF8E19476B645DA57F275B450566 /* RNNotificationUtils.h */, + 70B8EA6D227EF252F62CF777A6100305 /* RNNotificationUtils.m */, + B8BA6701BD8E46A84B9F07746385533E /* RNPushKit.h */, + D65D464BFA160C2DAC22A43DA581AEAB /* RNPushKit.m */, + 7B4C5BCB61E597C069C849723B7F1F56 /* RNPushKitEventHandler.h */, + 5B1B81E22DF015F475881295299C2BF2 /* RNPushKitEventHandler.m */, + A3C40648B277654B89CBC8308486307E /* RNPushKitEventListener.h */, + BE1DF413DABB55E0CEEB1B3777FB3199 /* RNPushKitEventListener.m */, + E94B0B9A82C2AA974D7CF334CC7568CE /* Pod */, + EE538B64CBA8425E3BB7AB61DF60BB1E /* Support Files */, ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; sourceTree = ""; }; - 57CA39376C3D1DAD8E89C3F9E5F4201B /* Pod */ = { + 56E15B5F6BD3219FD92BE57B7C4B6EA3 /* React-RCTSettings */ = { isa = PBXGroup; children = ( - 9E0EF2876C0D0B30FDA47BC4AFC00084 /* React.podspec */, + BAA6FC1F2189DF65B88AE20FCC0882CF /* RCTSettingsManager.m */, + 46412BC9766E6F931595620D27AD2DF9 /* Pod */, + 0AB32250CC0FF1EB2EA732B71106E069 /* Support Files */, ); - name = Pod; + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; sourceTree = ""; }; - 57CE431CB41261C7D19DE4E187BD9EDA /* Pod */ = { + 56E1E2DA6CE6249086F5F7A37C910F7A /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - 044B27E89443DDAC94ABA4E73C48B168 /* LICENSE */, - BBCAF914EB2DC456D8150A87B6FB5C97 /* README.md */, - 0A7BA20B217FAEA21777E7F248DA1F6D /* RNBootSplash.podspec */, + 150FB51A57D749CC6D1C8520B60A0C77 /* DeviceUID.h */, + D213D5F3E331581204D69F5D544E0DB1 /* DeviceUID.m */, + 9D610C7775D84023A607C100F82FCBE5 /* RNDeviceInfo.h */, + 1F086F98B3F77E66182412592E10B532 /* RNDeviceInfo.m */, + 5C384B0272EDC1BCE2C3E72E545C97B2 /* Pod */, + 242BF93B4CFE0CDA8E392EAB25C532E3 /* Support Files */, ); - name = Pod; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; sourceTree = ""; }; - 57E00A7B1961A7A0115F24D5EECFDEC9 /* KSCrash */ = { + 56FABFA30CD7252CB9E6F1CE4E392637 /* Protocols */ = { isa = PBXGroup; children = ( - 2CF102C4CE630F0D4E0B6D7C3A34F8CA /* Recording */, - 57AF347E6BB5F27B5C4F7CC790D9EEFC /* Reporting */, + D05763399C0C43784190DA57D7339AE6 /* UMAppLifecycleListener.h */, + B0D69AB0552916946CFE8510B362A05C /* UMAppLifecycleService.h */, + A03DE502008020EB490A8C1BF68073A4 /* UMEventEmitter.h */, + 617FBCF995CE49D04C8237AFF1BF4720 /* UMEventEmitterService.h */, + 3A00452FD6F9F80CC6BFD7541B8E9480 /* UMInternalModule.h */, + 337FC4191A6870FFEA90EF31F9905044 /* UMJavaScriptContextProvider.h */, + A36F98AFED3E1B7EC702C7C6D15AE300 /* UMKernelService.h */, + 258C24D3057222DDA044B5BA0B208E1C /* UMLogHandler.h */, + 23C63C444BAA8C62044C36DC7EAE5B4F /* UMModuleRegistryConsumer.h */, + 1C45DAB98AE19CF1600DF224DA3FAD26 /* UMUIManager.h */, + 6354554715F7F64320598ED85AAC283D /* UMUtilitiesInterface.h */, ); - name = KSCrash; - path = KSCrash; + name = Protocols; + path = UMCore/Protocols; + sourceTree = ""; + }; + 58563AE314719F1C5AE43BAE63AA5A3A /* Support Files */ = { + isa = PBXGroup; + children = ( + 6BBCE391816522C2DB0D4F64239E685D /* React-CoreModules.xcconfig */, + E11EFFACF02E15C744578BEF99A351E7 /* React-CoreModules-dummy.m */, + 8A3C997419F8B8A9EA1C5D8183131622 /* React-CoreModules-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; sourceTree = ""; }; 588BB8EA70D0562BF2408368B973356B /* DoubleConversion */ = { @@ -9453,96 +9709,124 @@ path = DoubleConversion; sourceTree = ""; }; - 592E5AE3C7A199890705A33C4DF23F55 /* Support Files */ = { + 58ADE114FA6ABC790B3BFB17D498C95A /* react-native-webview */ = { isa = PBXGroup; children = ( - EDF366CD72859BE99653A7517F199B6D /* BugsnagReactNative.xcconfig */, - 55B2F2858776435BA97A8EB0ABD8287F /* BugsnagReactNative-dummy.m */, - 245A235B6534FDB96D4BB92202CD55D4 /* BugsnagReactNative-prefix.pch */, + 1D07B75AE3686300BD233A5F693F02A6 /* RNCWebView.h */, + 9E33B5D4B32B8D02734F0AE9E7A406DF /* RNCWebView.m */, + 0B1A6B95632FBEA8316F5995577B86CE /* RNCWebViewManager.h */, + 5267A85FA53B412AEBF635F7D0DD9BBD /* RNCWebViewManager.m */, + D7F538041CF2C487C74839BB4E2EF1F6 /* RNCWKProcessPoolManager.h */, + 4A8E5C1877B75EB931C2F3894E85CF96 /* RNCWKProcessPoolManager.m */, + F08AC9099B6B0FFF2B05D73A5CE53DB3 /* Pod */, + F325F4A8EEAD79D718FC82BA38E8D588 /* Support Files */, + ); + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; + sourceTree = ""; + }; + 598BA6722DA56E24941E48729D2269C7 /* TextInput */ = { + isa = PBXGroup; + children = ( + 1FBA9DE1DC9152192C227A42F1589E54 /* RCTBackedTextInputDelegateAdapter.m */, + B5AD579CF7B8D3A6341104D6D503EBCB /* RCTBaseTextInputShadowView.m */, + 71E58CFEB0AC5CB428A0D88D7FC89826 /* RCTBaseTextInputView.m */, + A29945BD2BC09DFA3D6BC2B78EB2D190 /* RCTBaseTextInputViewManager.m */, + 690B02E454204005B57638DB0F9B8CA4 /* RCTInputAccessoryShadowView.m */, + CF834FA050F757363B90E37020E1DDF5 /* RCTInputAccessoryView.m */, + 44AB8DA6CCB21594C36E5E9A8DF33C43 /* RCTInputAccessoryViewContent.m */, + 900603B2A3FF1E8D2B04E7D5A416BB3B /* RCTInputAccessoryViewManager.m */, + 864E531677D5FDC8C55FAAFFFB25F5A6 /* RCTTextSelection.m */, + 7F1DB0B782DF5B0337C1236B44BB5BE8 /* Multiline */, + 78A51F897E0646FCE69A43B81F775654 /* Singleline */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; + 5A3EC5726BBAABF42B30F1723FC6208D /* react-native-video */ = { + isa = PBXGroup; + children = ( + 61A3D5E7B0F3BD9FCD0B5FB4EDC84ABB /* Pod */, + 4F591348D64585A660A72269EEA6A68E /* Support Files */, + 87BB553DDC920EB60E1136B01273A41A /* Video */, + ); + name = "react-native-video"; + path = "../../node_modules/react-native-video"; + sourceTree = ""; + }; + 5A71022217CC14D973B86FBB3CB9935A /* UMConstantsInterface */ = { + isa = PBXGroup; + children = ( + E20E9C4391607CF1A8090F96EA666121 /* UMConstantsInterface.h */, + 45EC0CFA5FCA1CEA49A4731C47E72215 /* Pod */, + 3F72673E0F3B5F7859176ABADED43CC0 /* Support Files */, + ); + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; + sourceTree = ""; + }; + 5A85F47B6E9732D806BBD0D60DD0A792 /* Support Files */ = { + isa = PBXGroup; + children = ( + 93F179CAC37400A573A57D7C580C75D5 /* RNLocalize.xcconfig */, + 1AF548113B59CC6C3DF98313EE8EEEC6 /* RNLocalize-dummy.m */, + EFCD11E09BDF9F2E4535BF198733FE66 /* RNLocalize-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; sourceTree = ""; }; - 59F3361EA6F06B8EF7426FBF06B847F9 /* SurfaceHostingView */ = { + 5AA4F83C3B26B5E88EA9E88EF991211B /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - 4F7F3D2B934D43010E5A45CCE146A345 /* RCTSurfaceHostingProxyRootView.h */, - 0B3ABC7A04102C3F682D13E316B99260 /* RCTSurfaceHostingProxyRootView.mm */, - 3FEE8F6E31EAE99F618E0E353B1E2DBF /* RCTSurfaceHostingView.h */, - 678B533B72684A0D8700B5E2E66C5D4C /* RCTSurfaceHostingView.mm */, - F4BDA12CC1F9BEBEA8803C87DD3AB8EE /* RCTSurfaceSizeMeasureMode.h */, - 02B42F19719F9070E89F655242EBF98B /* RCTSurfaceSizeMeasureMode.mm */, + 400401CC486501232BA2666E9882D402 /* JSIExecutor.cpp */, + 681FD24565105508386EF131BF1F8550 /* JSIExecutor.h */, + 3D36CA742E8FB53ACC7C054CA44A455B /* JSINativeModules.cpp */, + 8546F819E0C95CF881DADD48DF3FEBA9 /* JSINativeModules.h */, + C5D63C9FF668845B812AF08132F5EB8B /* Pod */, + 6DF65E0EB6BC6FE0DFB1E1D4CF73DF00 /* Support Files */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - 5AB8423AACFC92CBC0CB9AD767A57AB4 /* React-RCTSettings */ = { + 5BAACA145A8EE698CEEF29EB375F25A6 /* Pod */ = { isa = PBXGroup; children = ( - 2263F17BAE0AB4165F7B27DB8998D0EB /* RCTSettingsManager.m */, - 9E96F67867DFE54001375286DBC2FD95 /* Pod */, - 1EAFB3C996B448BC9E033F79DA868012 /* Support Files */, - ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - 5BC84B20A147F43812CDB5B6EB0DEF95 /* DevSupport */ = { - isa = PBXGroup; - children = ( - 40C89F6D1E92923AAF9C432C853DEDDE /* DevSupport */, - F67177150FB7594317F1C8FCEE31A4E7 /* Inspector */, - ); - name = DevSupport; - sourceTree = ""; - }; - 5BF29734ACC36944167E843E796C2D80 /* Pod */ = { - isa = PBXGroup; - children = ( - C9AFBB9FA5EF794E37A4AE54452BCCF7 /* android_date.png */, - 7E31CC084F1E85BF8535EB68B691BC03 /* android_time.png */, - D16147733BCE6219197491A1619D4057 /* ios_date.png */, - DDAA8B9633804B8827E8837B91A28A1D /* ios_time.png */, - 128DE5F176CD188ADAB62F25643F2795 /* LICENSE.md */, - 364E6BE95C52B8F35A7E3803788CEBDB /* README.md */, - B7E6A981F9F4AE159DBB3DAD00EB4403 /* RNDateTimePicker.podspec */, + 7DADBC9D25ADD62028CAF81E4BFF3889 /* LICENSE */, + 7B84819246C7035E2FA543C2C1FF2D87 /* README.md */, + 5DB4CDEC49B15490713325890AB61240 /* rn-extensions-share.podspec */, ); name = Pod; sourceTree = ""; }; - 5CA86C622EA350271608F251A866DEE0 /* Support Files */ = { + 5C384B0272EDC1BCE2C3E72E545C97B2 /* Pod */ = { isa = PBXGroup; children = ( - 92F7979B6BC29ED6E6B66B0678441FAA /* react-native-video.xcconfig */, - F79445FDFB8F1C28B17B142380CA2575 /* react-native-video-dummy.m */, - 9BCDDAA6FF316744312D6F154DC717D3 /* react-native-video-prefix.pch */, + B124C8D5931E9566A077BB7C089CACD9 /* LICENSE */, + DDE32EAC62DDE0A909660E90B40B99E2 /* README.md */, + 6DC190A18B6019596F125BE85CE8CDB8 /* RNDeviceInfo.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-video"; + name = Pod; sourceTree = ""; }; - 5CBB222EFF0034C859F7AD2781CA6B17 /* UMPermissionsInterface */ = { + 5D2CA829575F56AEB1052BBF44859342 /* Pod */ = { isa = PBXGroup; children = ( - 288BBAC2927744457CBE94EB3C4DD3F2 /* UMPermissionsInterface.h */, - CFD5AEA230ECA97BDD5DFA2CB6101BD2 /* UMUserNotificationCenterProxyInterface.h */, - DD9EFA1FFBF56A24EE4491C184A2E00B /* Pod */, - 76DB7F38F1206B67FB6D39454531F88A /* Support Files */, + 75C7011613E562C3FA3833702D66B397 /* UMCore.podspec */, ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; + name = Pod; sourceTree = ""; }; - 5D11A8B46FE1AAE9F9768C889CEEA7F3 /* notifications */ = { + 5D5F5AFD3AED91E98EA71AFFBE1B4FED /* analytics */ = { isa = PBXGroup; children = ( - 978DACD044797636B6F45E9EE5148512 /* RNFirebaseNotifications.h */, - CE0615B53F7227CA93A036AB3700D8B3 /* RNFirebaseNotifications.m */, + 6DDE23DA939219B390290D7B9FEA0763 /* RNFirebaseAnalytics.h */, + 9069EDCD5B7C9BC4E2C548959AC4BD59 /* RNFirebaseAnalytics.m */, ); - name = notifications; - path = RNFirebase/notifications; + name = analytics; + path = RNFirebase/analytics; sourceTree = ""; }; 5DACF37B91672B1B16D7C6F64F5A348F /* UserDefaults */ = { @@ -9554,27 +9838,6 @@ name = UserDefaults; sourceTree = ""; }; - 5E3DFB7FBE620C2F5AFDD1DDFFB7A356 /* TextInput */ = { - isa = PBXGroup; - children = ( - C6B5FE04EF96F3DBDA6FA2EACB05DA49 /* RCTBackedTextInputDelegate.h */, - 1B0BFCA3863288C619E65898BB7D3E5D /* RCTBackedTextInputDelegateAdapter.h */, - 86EC7D9587DCAB7397F8A9650E3DC500 /* RCTBackedTextInputViewProtocol.h */, - A5CAFA657156AFE1D21437C7A8D7F6D5 /* RCTBaseTextInputShadowView.h */, - 6E6F08FB7B0D37C62C09B09E8F8FD092 /* RCTBaseTextInputView.h */, - 0B06766EBC90E7AB98A11548494111AA /* RCTBaseTextInputViewManager.h */, - F983C121F9E77FD46B5A5C230669F6BB /* RCTInputAccessoryShadowView.h */, - A4F923DC4CEBD2EB6AAEA9D65B8BE85B /* RCTInputAccessoryView.h */, - 9CEEB6FAF21D0BA92AC0A04AE4DDD428 /* RCTInputAccessoryViewContent.h */, - 170794365051DE61C2F27CA071918980 /* RCTInputAccessoryViewManager.h */, - 9F2C6B4E466B4DA131D5D01DABB9804E /* RCTTextSelection.h */, - 7EA92BBC50D8EC11A66CEBB9AF920995 /* Multiline */, - 4824A569058D5A74736A894538C55C93 /* Singleline */, - ); - name = TextInput; - path = Libraries/Text/TextInput; - sourceTree = ""; - }; 5EAB6EF45478102AC30052B27D569C04 /* Support Files */ = { isa = PBXGroup; children = ( @@ -9586,6 +9849,16 @@ path = "../Target Support Files/libwebp"; sourceTree = ""; }; + 5ECC8E71E66CC6121EEFCCC459142B79 /* KSCrash */ = { + isa = PBXGroup; + children = ( + 17B06DDAE6B75DE38B753171CB1A1379 /* Recording */, + 0555E870410312281AA809A216972B28 /* Reporting */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; 5F64FEC8FB4233DE20828ABBFA0CEF12 /* Firebase */ = { isa = PBXGroup; children = ( @@ -9596,1247 +9869,46 @@ path = Firebase; sourceTree = ""; }; - 624F1172FAFC23FE46520AF51847FF2A /* Pod */ = { + 607AF0987B00583CBCF866F8A53AEDD0 /* Support Files */ = { isa = PBXGroup; children = ( - 5ED2602F1EF06CF5A9D27031D2DD580A /* React-RCTImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6326917F0F601EB34EF3343C96151EED /* jscallinvoker */ = { - isa = PBXGroup; - children = ( - 5D376DCB0CBDF7412C0B00C8968B66E3 /* BridgeJSCallInvoker.cpp */, - 44AB2B396BB3B4317F6BDD93D2B92941 /* BridgeJSCallInvoker.h */, - F18D82D105EFEAF96ABEC19B66F0AD0E /* JSCallInvoker.h */, - ); - name = jscallinvoker; - sourceTree = ""; - }; - 6333BC07A24B777CCDFD15F4BCE5E2B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - CD3B18274C7390B7F392369B851990AD /* RCTRequired.xcconfig */, + 2724494D81419E2A52EAEDBFE0CA779B /* UMImageLoaderInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; sourceTree = ""; }; - 6334F61C04B2AB0248EA18B64C4AC386 /* Pod */ = { + 609FB34DDDF5CF79BA65BAD31BB598C9 /* Pod */ = { isa = PBXGroup; children = ( - 9FA59FAD1B783B1C460FCB7A1D4C9E6F /* EXConstants.podspec */, + DBB15254A59A603C550DD694CE0479C1 /* api.md */, + FAA144BA59878EE8DD881DBDD712FEAA /* LICENSE */, + B255B185CBC56817A54E302D79B84A2C /* ReactNativeART.podspec */, + E0B3E7D809E6D8FC3AD019439411D813 /* README.md */, ); name = Pod; sourceTree = ""; }; - 63BF89930BB108CFD42EA094DFB3033B /* FBLazyVector */ = { + 61A3D5E7B0F3BD9FCD0B5FB4EDC84ABB /* Pod */ = { isa = PBXGroup; children = ( - D6B419897B04EAAC0A2AB67C32CA7463 /* FBLazyIterator.h */, - A891980393FA249092FE7CE1595D6700 /* FBLazyVector.h */, - 947B6BBD5A9067BE629AB6524FAA116B /* Pod */, - 63E7C458500344AA5010CC5728559E3D /* Support Files */, - ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; - sourceTree = ""; - }; - 63E7C458500344AA5010CC5728559E3D /* Support Files */ = { - isa = PBXGroup; - children = ( - 441A7D7E0BA21052E87E4AE003FC4562 /* FBLazyVector.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; - sourceTree = ""; - }; - 649D8C29B884773C1E1BB80BA5DA15D2 /* Core */ = { - isa = PBXGroup; - children = ( - ); - name = Core; - sourceTree = ""; - }; - 64E7BAC00FD96ACE5F86F0526A43B115 /* UMFontInterface */ = { - isa = PBXGroup; - children = ( - BF115FF8ADFE0DB9FE090BF6D8064175 /* UMFontManagerInterface.h */, - 82F6724D9AC88FEFE6BE7EA4E1AAD50B /* UMFontProcessorInterface.h */, - 87DACA19F417B941639C1163C588AC87 /* UMFontScalerInterface.h */, - E884225A748A58F5B833530DFC1CE0A8 /* UMFontScalersManagerInterface.h */, - 8EEC6EA583252762A5907791D3E2026C /* Pod */, - D844239DBD039D735B3760F74E38E08F /* Support Files */, - ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; - sourceTree = ""; - }; - 64FFB4BA0280A74B10F16A2F0D7C45E6 /* Pod */ = { - isa = PBXGroup; - children = ( - D13E6CA127225217B17223047126DCF0 /* LICENSE */, - 8C7F420DABD8668C6B606A6CE563F5DA /* README.md */, - F5FA67FB2C61AF1312DC257FD86270E5 /* RNScreens.podspec */, + BD163E916006FD43987192845156D8B1 /* LICENSE */, + C3C746432FD60B07CFFBCCDA55698D8F /* react-native-video.podspec */, + 2734767EE27BAED3E2B3A20BE7D51332 /* README.md */, ); name = Pod; sourceTree = ""; }; - 66753F01ECABD89ACFBED16354687E0F /* storage */ = { - isa = PBXGroup; - children = ( - D3CEBF185736931401D88D86C390B09E /* RNFirebaseStorage.h */, - B9D904F1C8064C21F44FCF652E65AAA8 /* RNFirebaseStorage.m */, - ); - name = storage; - path = RNFirebase/storage; - sourceTree = ""; - }; - 66C91488E43BC5C77B1FA962169D5A3A /* RCTVibrationHeaders */ = { - isa = PBXGroup; - children = ( - BDCD5401FA368574693A20794B33DA3F /* RCTVibration.h */, - ); - name = RCTVibrationHeaders; - sourceTree = ""; - }; - 6797B88621B54E4938A77617F64CE8E4 /* Pod */ = { - isa = PBXGroup; - children = ( - 349385909EB01687258684FD4D22D127 /* LICENSE */, - 88B17503DDAC3927A50AD0B23A8DD40F /* react-native-keyboard-input.podspec */, - E33C46C6703349E1B249516B38ABD63C /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 6AECC41E74DBEEC65BE1FAEB518A5FC9 /* functions */ = { - isa = PBXGroup; - children = ( - 01FD177916C7B57614C5F4BEA61F8CE9 /* RNFirebaseFunctions.h */, - C4D27DC1954AA7BF4D04B07CAA3A188F /* RNFirebaseFunctions.m */, - ); - name = functions; - path = RNFirebase/functions; - sourceTree = ""; - }; - 6B316D4F61F7D349A2A4EEB4B290CEE6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3F3CB5FABF8ADED7650DF34AE8C9567D /* FirebaseInstallations.xcconfig */, - F3C820FC2BBE1761DA1AA527AA0093BF /* FirebaseInstallations-dummy.m */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; - sourceTree = ""; - }; - 6B6C32C73706CF621C5AF986E93AFEA5 /* Support Files */ = { - isa = PBXGroup; - children = ( - FA26B5A8A32F2F522F09863C5C0477C0 /* GoogleDataTransportCCTSupport.xcconfig */, - 4E5A82E2D83D68A798CF22B1F77829FC /* GoogleDataTransportCCTSupport-dummy.m */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransportCCTSupport"; - sourceTree = ""; - }; - 6C4AE4ECD10D124D99520C22026D0E50 /* Pod */ = { - isa = PBXGroup; - children = ( - 40FB509BD16F952D8AB9647DE0C7E000 /* React-jsinspector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6CF7EC609CAD8174E757012DA4B177A1 /* Support Files */ = { - isa = PBXGroup; - children = ( - B05C43896E9F95B6A4756C24B12C8DBB /* SDWebImageWebPCoder.xcconfig */, - DAD1EC07061CD01D8DB00C1DF9CBA5B9 /* SDWebImageWebPCoder-dummy.m */, - F1B1144A35ACFEBD4E96E634A66733F6 /* SDWebImageWebPCoder-prefix.pch */, - ); - name = "Support Files"; - path = "../Target Support Files/SDWebImageWebPCoder"; - sourceTree = ""; - }; - 6D794FCD258DA83D2D406AE3CEC9B23B /* Pod */ = { - isa = PBXGroup; - children = ( - C1481AC3372BA057871887B7964B537A /* LICENSE */, - F9CB16021EA923F80F4E44BCBDD21E82 /* react-native-webview.podspec */, - 22D87ACD98A2F3752AA6A407B7C2F789 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 6E59B6B2491036805A97C5720192EB1C /* ViewManagers */ = { - isa = PBXGroup; - children = ( - BCC8958D94FEB92227099ACBE9C9FB36 /* ARTGroupManager.h */, - 57264E8B1036FFCCC26FD7A98BC652C4 /* ARTGroupManager.m */, - 26657F01A0E5510FEABAEBCE1DE12D1E /* ARTNodeManager.h */, - 10F3C58AADAD3BF820F4B6EA52544515 /* ARTNodeManager.m */, - 8B74BF4987350560342F9A6664F21F93 /* ARTRenderableManager.h */, - 966AF84F0F33FEE812FBB4E268EAF1E9 /* ARTRenderableManager.m */, - ECA1FB0F407E17C0D9E1776F51DB8395 /* ARTShapeManager.h */, - E320C50D0CCAE45C2D45611E61C085EE /* ARTShapeManager.m */, - 369CB7A25D42618BA1B87244F710DAAE /* ARTSurfaceViewManager.h */, - 66459DEE8823BB0B8D11EA3D6DB2307F /* ARTSurfaceViewManager.m */, - F3F7E00DBEF80A2A87BC5A2C4198D0CE /* ARTTextManager.h */, - 0728DF55B0762E76D1988160FF42272B /* ARTTextManager.m */, - ); - name = ViewManagers; - path = ios/ViewManagers; - sourceTree = ""; - }; - 6EB4755249279053D9AC0786D9730206 /* Support Files */ = { - isa = PBXGroup; - children = ( - D9B6A539690F8003219B15082B9B25C7 /* Yoga.xcconfig */, - B122B1EE8FD3AD8E8CA73EA280DF17D6 /* Yoga-dummy.m */, - C0DF36E5B1109A8017EE36132A740A1B /* Yoga-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; - sourceTree = ""; - }; - 6F08214599E3B9030C848EE11439BE3F /* Pod */ = { - isa = PBXGroup; - children = ( - FB055070A2B8C6DC50CBAF64EBD58A68 /* FBReactNativeSpec.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6F46E381F2004364AAA4130C860A0567 /* react-native-keyboard-tracking-view */ = { - isa = PBXGroup; - children = ( - CD6A04E34E320C574D92651833E61C62 /* KeyboardTrackingViewManager.h */, - 70286279EDC882A5A6D54D5A78D4E4E3 /* KeyboardTrackingViewManager.m */, - 4EFF40EF46C84AD329EFE673DF5CC841 /* ObservingInputAccessoryView.h */, - 414854704FB2E14EBAA33201FA04C107 /* ObservingInputAccessoryView.m */, - E75BE57A61B40A7B224FE39774231435 /* UIResponder+FirstResponder.h */, - 053B4C49FB9C5527BDEBBC3C97992335 /* UIResponder+FirstResponder.m */, - 1CAD0C2E00566D19F5D303B192CEC9C8 /* Pod */, - 22C3A000688800CB1958468C6A701545 /* Support Files */, - ); - name = "react-native-keyboard-tracking-view"; - path = "../../node_modules/react-native-keyboard-tracking-view"; - sourceTree = ""; - }; - 6F5FAF55C12E9EF1DE4E26F11B40FEEB /* React-RCTNetwork */ = { - isa = PBXGroup; - children = ( - 52C5B614F2C0CF9203952EBBEA501F8B /* RCTDataRequestHandler.m */, - 6A72D7CEB55FEA06E30120F74D720E54 /* RCTFileRequestHandler.m */, - 094800FF4F03E576562FEE945F9DEFD6 /* RCTHTTPRequestHandler.mm */, - B0A3DAD382322F1A249BFB52E044950B /* RCTNetInfo.m */, - 9B2FF77B343827C35C7332825DF9A585 /* RCTNetworking.mm */, - B7F0074FC2D8A9EA66D202D5DCE0A2A5 /* RCTNetworkTask.m */, - F2C6BCFDFFA6129D3F5F4F5902665EDC /* Pod */, - DF40EE2F4076639455AD650E77AF847B /* Support Files */, - ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; - sourceTree = ""; - }; - 6F88DEA2865A43BC2ACD1E85CDD051E9 /* AppDelegateSwizzler */ = { - isa = PBXGroup; - children = ( - 921C25810B4533D9E001D73370A577B6 /* GULAppDelegateSwizzler.h */, - D4389EC289745BCEF60BEA7CDAC784D2 /* GULAppDelegateSwizzler.m */, - 2728A14783AB5E811E5251887AADACAF /* GULAppDelegateSwizzler_Private.h */, - 8FE78D699DF0963CA715538E756C4EE2 /* GULApplication.h */, - E82A30AEF74EE71AF0B62661B8B26951 /* GULLoggerCodes.h */, - 360D859E4F26E0D45AC34F09DA57FE65 /* GULSceneDelegateSwizzler.h */, - 21A7E3A6A97682E28E064E912B3B4371 /* GULSceneDelegateSwizzler.m */, - E73C501A0EB747305BB4AAD7978E3E0E /* GULSceneDelegateSwizzler_Private.h */, - ); - name = AppDelegateSwizzler; - sourceTree = ""; - }; - 718E955F05CA0EE12785D49BD7302E30 /* firestore */ = { - isa = PBXGroup; - children = ( - 607C651864B81834E926AD131165E5D2 /* RNFirebaseFirestore.h */, - 2979D53A359A99A42391A537AE1B5B75 /* RNFirebaseFirestore.m */, - FA1C3016E3389BBCE59AD8B7649F0956 /* RNFirebaseFirestoreCollectionReference.h */, - E7B3640BF5E94E328E51EA79A6AAC58F /* RNFirebaseFirestoreCollectionReference.m */, - 09FB1013F78A7AF3DC2546F7CC3D152B /* RNFirebaseFirestoreDocumentReference.h */, - 5AD45FCA84FB2434143E5D1850C67D1C /* RNFirebaseFirestoreDocumentReference.m */, - ); - name = firestore; - path = RNFirebase/firestore; - sourceTree = ""; - }; - 7266ED1FBEC727B47A204049EBD0793F /* Support Files */ = { - isa = PBXGroup; - children = ( - 777F3D8575340CBFA5E8A0F800F17DDF /* RNFastImage.xcconfig */, - 91B847B706F1F1C054508E9D7DCB57C7 /* RNFastImage-dummy.m */, - 618FEE7E80275A17BCFEA3FD80389667 /* RNFastImage-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFastImage"; - sourceTree = ""; - }; - 738D7C374CE849CBD7E89140967869F6 /* ScrollView */ = { - isa = PBXGroup; - children = ( - CC612AEFC201E55CBF50D8F1C40E3C3A /* RCTScrollableProtocol.h */, - FB900A939C4D5CD6FC137C114524DE71 /* RCTScrollContentShadowView.h */, - 3E9F56F343F2173D1A070E0EAE2A6A4E /* RCTScrollContentShadowView.m */, - E86D949368DBA5DAD2D805EA66DBEDBA /* RCTScrollContentView.h */, - E09BBD190BFD8F1D383C10221631F5DC /* RCTScrollContentView.m */, - F1FAFECEA2BB7BEB6BDAFAF39FC426C6 /* RCTScrollContentViewManager.h */, - 34D3BA6E5E4F5BB82DBB4FE14B8AC264 /* RCTScrollContentViewManager.m */, - 789B2C68D8DD160298CF3C4290405EF4 /* RCTScrollView.h */, - 277399C556AA4B46C25A19AC1B29F616 /* RCTScrollView.m */, - 2C67C17F481D7F02D7C3463B2411DF5A /* RCTScrollViewManager.h */, - 7A2968C02EB2F9DA9CFE11523D853F0E /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 75BB39673C1CBF1C64F11CCE0220D757 /* Video */ = { - isa = PBXGroup; - children = ( - AF370F773F98172EBCFDD5981186996A /* EXVideoManager.h */, - FC803D1BE9A2CB384D5AAB212AFFCFB6 /* EXVideoManager.m */, - 07FAC8AB14356BFB7EC74487EAE16C04 /* EXVideoPlayerViewController.h */, - 277D35BCCDA3CD69ADA70C694A988723 /* EXVideoPlayerViewController.m */, - 1164A57691AA9276B0B6AA6CF9EBA52B /* EXVideoPlayerViewControllerDelegate.h */, - 60EEBF389C391162FA269F8E7D3FCB15 /* EXVideoView.h */, - 325884761AB5F277A663E791EA9E1138 /* EXVideoView.m */, - ); - name = Video; - path = EXAV/Video; - sourceTree = ""; - }; - 75E78274A4B6888B5A7BA0447DFC9343 /* UMReactNativeAdapter */ = { - isa = PBXGroup; - children = ( - 61D68ED0DFDE8178B98F79C56AAF6735 /* UMBridgeModule.h */, - C621711C72CCEECB2747920B1775F252 /* Pod */, - 3CD5A5DBD0C39E34669F609FA418F17B /* Services */, - D8993B154D1455DC5FBA9C142ECC47E4 /* Support Files */, - F87E04A83FF69993C92AA158DB5FEB4D /* UMModuleRegistryAdapter */, - 4C9EA3B8354227C087CA0C91F60C95D3 /* UMNativeModulesProxy */, - 56DF1E0035FC1E9E01841F2A264DF4FA /* UMViewManagerAdapter */, - ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; - sourceTree = ""; - }; - 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */ = { - isa = PBXGroup; - children = ( - D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */, - BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */, - 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */, - B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */, - 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */, - 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */, - ); - name = "Pods-ShareRocketChatRN"; - path = "Target Support Files/Pods-ShareRocketChatRN"; - sourceTree = ""; - }; - 762E7F7B6D53D1128C928D4972EE3C57 /* react-native-cameraroll */ = { - isa = PBXGroup; - children = ( - 88FFE620B4FE021148EFFE939FE7D675 /* RNCAssetsLibraryRequestHandler.h */, - 97972524746DA8617FCA6204735F0A0A /* RNCAssetsLibraryRequestHandler.m */, - 53D6DDF8F37CA9BCAD772E6D5DA49295 /* RNCCameraRollManager.h */, - 2A0E90B7D6DE800A18779640EC834AA4 /* RNCCameraRollManager.m */, - A62C13346C97FB929652EC1F1713E53C /* Pod */, - 16D8CEF3B8B0E16F6DD2AC470B3C5CB1 /* Support Files */, - ); - name = "react-native-cameraroll"; - path = "../../node_modules/@react-native-community/cameraroll"; - sourceTree = ""; - }; - 76A3A4C2482FAEA76BF4C720E0997436 /* Profiler */ = { - isa = PBXGroup; - children = ( - 81EB44B226ED52831CC256D3AD059682 /* RCTFPSGraph.h */, - 8F2E9045B2AC258C5B8DFB25414CFD3F /* RCTFPSGraph.m */, - 8905113572F8576DEA7D37FA11A60F0D /* RCTMacros.h */, - 6BCA58A32925A1E4400F2B1ADFEF0972 /* RCTPerfMonitor.m */, - 7F4BF29BFB9DBF4D660B3789F5576D82 /* RCTProfile.h */, - 1FFF74A046BF8D427EF7C90624577C41 /* RCTProfile.m */, - 6441110A52AC72F1F219FFC618E5E4C5 /* RCTProfileTrampoline-arm.S */, - 2ECDDCF7A859B3FDDDB907DBDCCDE589 /* RCTProfileTrampoline-arm64.S */, - 06C809B8549057A07FF4A8E38A64FA53 /* RCTProfileTrampoline-i386.S */, - 9622F1F5AFBF1DC9D2609B287A97CC29 /* RCTProfileTrampoline-x86_64.S */, - ); - name = Profiler; - path = React/Profiler; - sourceTree = ""; - }; - 76DB7F38F1206B67FB6D39454531F88A /* Support Files */ = { - isa = PBXGroup; - children = ( - 4A5EEF4D9C31B72D39D28A48FC1DC2F5 /* UMPermissionsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; - sourceTree = ""; - }; - 76F8028C9892FEDA11F039E833BC42C8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 024208975464F176E11129E3151BAB2F /* rn-fetch-blob.xcconfig */, - 3F6CC27D06C2F4E622045B5742E243A4 /* rn-fetch-blob-dummy.m */, - 0D237F74946A75E1540FAC09AF25BEB2 /* rn-fetch-blob-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; - sourceTree = ""; - }; - 77C2A4728A94824BAD103390097A49CA /* react-native-orientation-locker */ = { - isa = PBXGroup; - children = ( - DA3AB05FE90FFEEA3D320C38916D44AC /* Orientation.h */, - 58CF79F99A87A127F56E24875D1F96BF /* Orientation.m */, - 149001F837487FAD58692CCA53BBB940 /* Pod */, - A96923899F2F14E2364CB7C8325C5577 /* Support Files */, - ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; - sourceTree = ""; - }; - 77E5437F2565ABF89F8E76F4530936A3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 746D3D964458B43BFFB90666578396AE /* FirebaseCoreDiagnostics.xcconfig */, - AE40F8A55B4E0868CA1A35733818234B /* FirebaseCoreDiagnostics-dummy.m */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnostics"; - sourceTree = ""; - }; - 77FDE58A2B6CAB8C42F5568166122882 /* Support Files */ = { - isa = PBXGroup; - children = ( - FD8B1EA2CDA612644CBF7C60CE5A76C6 /* EXConstants.xcconfig */, - E22FF3121770287992115335C6CBFE83 /* EXConstants-dummy.m */, - 519FDD9A11E683C5E9C8416C35F89D5A /* EXConstants-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; - sourceTree = ""; - }; - 7802A9E50E4CF7370C9DC29E2D08DBDD /* RNBootSplash */ = { - isa = PBXGroup; - children = ( - 250AC3F1C3E28195B86681506026C1B0 /* RNBootSplash.h */, - B330D7E6ECB96495FE5D9E5DCC9EF7CC /* RNBootSplash.m */, - 57CE431CB41261C7D19DE4E187BD9EDA /* Pod */, - 0A7F34B69D6A745B7ED9D2B71C785C06 /* Support Files */, - ); - name = RNBootSplash; - path = "../../node_modules/react-native-bootsplash"; - sourceTree = ""; - }; - 791C9D9DAA1EAE57D8F3B2EB64613518 /* Support Files */ = { - isa = PBXGroup; - children = ( - CAC46DBE9FF571BF7244115D067D58EC /* EXPermissions.xcconfig */, - 62D8299947B104E2F2441F8B8F224296 /* EXPermissions-dummy.m */, - 29B0448C6CE80B6F380BA65C5CC4814A /* EXPermissions-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - 793D0C511A174B029CA0E428B1CAE4A7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5A748EE26C98D9E0EFD4F248FC2C8D02 /* RNAudio.xcconfig */, - 0FB6F47EE770C3A9B0C5AF899D94B955 /* RNAudio-dummy.m */, - D9B5BCAD33B439C0015688D73B83F8C7 /* RNAudio-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNAudio"; - sourceTree = ""; - }; - 796F9D200EABDA60E047EF6D20092545 /* rn-fetch-blob */ = { - isa = PBXGroup; - children = ( - 31DA2DEAFF7CA55FF764092648AD9567 /* IOS7Polyfill.h */, - B2BC78EDC760B450A885614547A7428E /* RNFetchBlobConst.h */, - E969E0281AFFBB8E4657559C0100F794 /* RNFetchBlobConst.m */, - D8138F80FD52EEC80E47EADAFF73B580 /* RNFetchBlobFS.h */, - 0EB0F6B7E8EBD84A141C3AC167835CD7 /* RNFetchBlobFS.m */, - 7B4FBA22B542402775644ACFD00D2E66 /* RNFetchBlobNetwork.h */, - 0945BBC48C6E6DA34300929C868A3F41 /* RNFetchBlobNetwork.m */, - F8ED706A6936A4268543107344BFAC7A /* RNFetchBlobProgress.h */, - 94880BFF0112585F7B888B90817CC653 /* RNFetchBlobProgress.m */, - 27099028B8D9CD2C8368F70BDADC79D9 /* RNFetchBlobReqBuilder.h */, - E44F908151A562A3AF20B69A1D54098E /* RNFetchBlobReqBuilder.m */, - C358DCFDF7DB17909BE6CDF6AE5AFF7A /* RNFetchBlobRequest.h */, - FB7BCEFC749CA8C6FC0E8F8A35708B1C /* RNFetchBlobRequest.m */, - FCC9B7799ADA7628DA20B56B814A62D4 /* Pod */, - 25C00CF5CD638BA812B4D78597129842 /* RNFetchBlob */, - 76F8028C9892FEDA11F039E833BC42C8 /* Support Files */, - ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; - sourceTree = ""; - }; - 7999D3E2158F1FE1FF19235AC75A2F38 /* auth */ = { - isa = PBXGroup; - children = ( - 0F318A1FC11A1A8E05DDD499EE7F877C /* RNFirebaseAuth.h */, - FA12DD048A9A27567FE7075E7732FD3E /* RNFirebaseAuth.m */, - ); - name = auth; - path = RNFirebase/auth; - sourceTree = ""; - }; - 7A1069FED33D20AD1B143E4500F580AD /* Pod */ = { - isa = PBXGroup; - children = ( - 6CBA42BE40B0E4D18F1D24B198AA332C /* LICENSE */, - 94C769C557F9E669D09A2A498F897C8C /* README.md */, - 4BE8419B1C58F525F98D342793DF0787 /* RNLocalize.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7AE9286FB24968BC2DB10E296D810E76 /* react-native-document-picker */ = { - isa = PBXGroup; - children = ( - A4A7320CAB16DBE6090FF9162811B32F /* RNDocumentPicker.h */, - 65513BC7EBF5BE3D92B67A6AB24F90B7 /* RNDocumentPicker.m */, - 946A89FD67B5A835E18AAF7943636B89 /* Pod */, - 0529F1D3F1F4A13C9208954B739A04FD /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - 7B14295CEB66078EF0F3A22C714C083E /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - 7EFE40F14A73EA2B443AA4CF44DAD50B /* CoreModulesPlugins.h */, - 78541DB485050F75C0936807AFB8C357 /* RCTExceptionsManager.h */, - C8C4C62EDE5BA4D7F161B54E1D83F566 /* RCTImageEditingManager.h */, - FEB4A88EF0391F3499D3CDDF99BA1B8E /* RCTImageLoader.h */, - BA906CC25277C293D1CFF35A617152B4 /* RCTImageStoreManager.h */, - C29328094405CED92A7C7819B81EC90E /* RCTPlatform.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - 7BBE028CA50936D7A6FDE48491CCF099 /* RCTNetworkHeaders */ = { - isa = PBXGroup; - children = ( - 23CED23C3BC4B8F1C25E48EA10AE1A89 /* RCTDataRequestHandler.h */, - 48E66962C9572CC3ABCEC3D5589A4D7E /* RCTFileRequestHandler.h */, - 0BC20A9871EB97B9E51FD4F2F6D7D33B /* RCTHTTPRequestHandler.h */, - 455FAD484583221C129C0EBC0EA0384D /* RCTNetInfo.h */, - 696551F58422F0488F0E1AC2D3222089 /* RCTNetworking.h */, - E0EA2AA36E21EDB27E8CBCE76EC31EEC /* RCTNetworkTask.h */, - ); - name = RCTNetworkHeaders; - sourceTree = ""; - }; - 7C467CD5188676DCEA532A5F82D88714 /* database */ = { - isa = PBXGroup; - children = ( - 49FCA9266B011C55C9974E9B7F4FE352 /* RNFirebaseDatabase.h */, - C0422BBB11687EFE612D490B8B0C77DE /* RNFirebaseDatabase.m */, - 723F636C015B98033D45BBB786F18DAD /* RNFirebaseDatabaseReference.h */, - 6EBD648ADF08580A26F32BF867B6458B /* RNFirebaseDatabaseReference.m */, - ); - name = database; - path = RNFirebase/database; - sourceTree = ""; - }; - 7D3C06247BA368DC7E890222BFCFD5D7 /* Pod */ = { - isa = PBXGroup; - children = ( - 607B8AECF50CAAFAD4C6F8282C23B37F /* LICENSE */, - 32BF160962D90FD91E0B0D279057FEB2 /* README.md */, - AE8DD84B7A89FD6DF94D5FFA10AE02F7 /* RNDeviceInfo.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7E79955E34B6861F754E475C3161D150 /* BaseText */ = { - isa = PBXGroup; - children = ( - CD1A41557D9711A38CCC49769B2E64DD /* RCTBaseTextShadowView.h */, - BC9D529BF5731E3078C6EECBDF867328 /* RCTBaseTextViewManager.h */, - ); - name = BaseText; - path = Libraries/Text/BaseText; - sourceTree = ""; - }; - 7EA92BBC50D8EC11A66CEBB9AF920995 /* Multiline */ = { - isa = PBXGroup; - children = ( - 959628BA0DDBCCD75C7AC43F9F4BEF8C /* RCTMultilineTextInputView.h */, - 991F63888F0DADE5B74E325A8A6BCCE8 /* RCTMultilineTextInputViewManager.h */, - E5385A8D8663E76400E26DE09608AD04 /* RCTUITextView.h */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - 7EEA68A728B8B4D6295F206A236229EB /* react-native-keyboard-input */ = { - isa = PBXGroup; - children = ( - B21C9D07D1FB01FF18C9E066375C0924 /* LNInterpolation */, - 6797B88621B54E4938A77617F64CE8E4 /* Pod */, - 859E3F88AFA3715F302213F4F06D1C4D /* RCTCustomInputController */, - 25BB9C373B9B59E27C0A37F539151E13 /* Support Files */, - ); - name = "react-native-keyboard-input"; - path = "../../node_modules/react-native-keyboard-input"; - sourceTree = ""; - }; - 7F37CB0903896965A1D1E3252A578D9B /* Support Files */ = { - isa = PBXGroup; - children = ( - 720AD59BC6F7F0728F7989ABCF9D1B16 /* react-native-background-timer.xcconfig */, - 144E7B8B4EC7AD69B7B6F83260E103C4 /* react-native-background-timer-dummy.m */, - 5E915B2F24C81B9195A87F6E9D1A0778 /* react-native-background-timer-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; - sourceTree = ""; - }; - 7F8FEEF189E6A6AEB5889E74EB968FC3 /* Pod */ = { - isa = PBXGroup; - children = ( - 4A8BBA527E457F35F8E46F2F14F20039 /* LICENSE */, - D1585C3D95C3736930C300B0FB361CAC /* README.md */, - C4741A74FB1A6CD3FE3B6FA8EC517E84 /* RNAudio.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7FDF4E745F812DD8A2EB66D467DC774E /* links */ = { - isa = PBXGroup; - children = ( - B60EAD97AC08615CF8BA89493710EA13 /* RNFirebaseLinks.h */, - D7009140009F7E9B686F2ADB91FDB555 /* RNFirebaseLinks.m */, - ); - name = links; - path = RNFirebase/links; - sourceTree = ""; - }; - 804B866785F160BE609EB0D6209A394E /* Text */ = { - isa = PBXGroup; - children = ( - 5E4A2E27DC374E4005C34F5376DAEBC0 /* NSTextStorage+FontScaling.h */, - 00F141C90BDC5ABFB362C6A910458B2E /* RCTTextShadowView.h */, - 9AEA1F7442A8A10E9F7719D981A6B89F /* RCTTextView.h */, - 8494ADB2C4035D2B22513419C51B5517 /* RCTTextViewManager.h */, - ); - name = Text; - path = Libraries/Text/Text; - sourceTree = ""; - }; - 8144969F53CDB4CC8856B88B71B3E9DC /* vendor */ = { - isa = PBXGroup; - children = ( - D91BB6EA3DCE27E26093C51F9D59CEF8 /* bugsnag-cocoa */, - ); - name = vendor; - path = cocoa/vendor; - sourceTree = ""; - }; - 814D4245AB247FD453A9B1B9BAB1984F /* RawText */ = { - isa = PBXGroup; - children = ( - 30BB975B57CCC177196223E03CF5753F /* RCTRawTextShadowView.h */, - 9D75317127DCA2E50611CDFF673C98CB /* RCTRawTextViewManager.h */, - ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - 81A4892176BA6215C5A8C0A90660CC0C /* Pod */ = { - isa = PBXGroup; - children = ( - B7548BAB87BDEEEC008F4518116A4FB4 /* React-jsiexecutor.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 81D9F6114CC5D0DDC7794C49F61CFC52 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1EAC930ED045E8B5E77D1C890D820095 /* RCTTypeSafety.xcconfig */, - 782FA60B47AB3C13BD5A739B4E7D0267 /* RCTTypeSafety-dummy.m */, - 091A9EF5FA607ADAEA341CEB89ECC221 /* RCTTypeSafety-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; - sourceTree = ""; - }; - 82FEAA7E6DAD85A7E10A730FED87CEE7 /* RCTTextHeaders */ = { - isa = PBXGroup; - children = ( - 258615144280F905E5F66A4A8335502A /* RCTConvert+Text.h */, - 2E29BD840C7EEDF0C2224CAE90F3EF14 /* RCTTextAttributes.h */, - BE09031574CDEACBB49CE1AC66544EDB /* RCTTextTransform.h */, - 7E79955E34B6861F754E475C3161D150 /* BaseText */, - 814D4245AB247FD453A9B1B9BAB1984F /* RawText */, - 804B866785F160BE609EB0D6209A394E /* Text */, - 5E3DFB7FBE620C2F5AFDD1DDFFB7A356 /* TextInput */, - 390785AB55707AC1FD98984D744EBB8E /* VirtualText */, - ); - name = RCTTextHeaders; - sourceTree = ""; - }; - 8440AC8D6F3E3A763C6F91E4187D72C1 /* React-RCTAnimation */ = { - isa = PBXGroup; - children = ( - 10E726AD9B950953523428C107B73363 /* RCTAnimationUtils.m */, - 57D32BB2DCB9D84442AFA5534DF2D526 /* RCTNativeAnimatedModule.m */, - 8AB77BF2CDF722B873EF17E6A605E2E5 /* RCTNativeAnimatedNodesManager.m */, - A8186EDD0FA77C2DB3EF37A65D27093E /* Drivers */, - 9DCBDF44F74E6951EFE5BE4BCE5A213F /* Nodes */, - A4BCB9D79480D43D95CAB8DE0F7AA6DB /* Pod */, - 54F616DD112705B2D565737FAB46F81B /* Support Files */, - ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; - sourceTree = ""; - }; - 846FBDC4EF3A97555FA388157E87AE1C /* platform */ = { - isa = PBXGroup; - children = ( - 8C863F79C0EC6F8D375A01F9B6D01F13 /* ios */, - ); - name = platform; - path = turbomodule/core/platform; - sourceTree = ""; - }; - 850D6B4351BCD173A78C8EDA65935971 /* Pod */ = { - isa = PBXGroup; - children = ( - 9526FDA913FFC16A392832E1C4AA3D79 /* README.md */, - 8E4E0B5880476B12A583F23B1B67BA6B /* RNRootView.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 859E3F88AFA3715F302213F4F06D1C4D /* RCTCustomInputController */ = { - isa = PBXGroup; - children = ( - 8FB98F90F90861D1A9C0D3B322EA9646 /* RCTCustomInputController.h */, - 75A3991F723F7E84E6D7328336BCDCBE /* RCTCustomInputController.m */, - 194DF9C69A78D93A7716C6FA7B2DA705 /* RCTCustomKeyboardViewController.h */, - A55F4A869D8A3E299746A434C181C2C9 /* RCTCustomKeyboardViewController.m */, - ); - name = RCTCustomInputController; - path = lib/ios/RCTCustomInputController; - sourceTree = ""; - }; - 85F44BB44FA8979CE2DABEBA1C4E3FA9 /* turbomodule */ = { - isa = PBXGroup; - children = ( - 072DC34557BAD7DAD0942CC8DFBA11A0 /* core */, - ); - name = turbomodule; - sourceTree = ""; - }; - 866072747211D90183BA481EA2016A84 /* react-native-slider */ = { - isa = PBXGroup; - children = ( - C9F29936E7E20B3CFD89B9C48AE3C54A /* RNCSlider.h */, - 90F4B4F539C60A30B094D1DF65FF0527 /* RNCSlider.m */, - 19BB2473A3C289774EC32A321472BCE1 /* RNCSliderManager.h */, - B776E20C9A189F93824B81E78FC45C39 /* RNCSliderManager.m */, - FEA54FE692DAF6D4F42F93B2A6A67B68 /* Pod */, - 92C267C0BC402C98305849D6CC321311 /* Support Files */, - ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; - sourceTree = ""; - }; - 86D36252D2C0094FE10743D2E6716959 /* Services */ = { - isa = PBXGroup; - children = ( - FC6AFFF17DED4DDFD06E638BD2D35B9F /* UMLogManager.h */, - CBD234B82B5CCAF78C77FA9DF5E9585E /* UMLogManager.m */, - ); - name = Services; - path = UMCore/Services; - sourceTree = ""; - }; - 872C142B8475E977BE189E6B0703A687 /* ReactNativeART */ = { - isa = PBXGroup; - children = ( - 61BB33DDB089C0F391FE215CEC01FBC2 /* ARTCGFloatArray.h */, - F96DFC58F11AE0F9F57A856E86C307F0 /* ARTContainer.h */, - F58489410FF77E18D59457505B9AA8F0 /* ARTGroup.h */, - 3EFE1A74567BB328FDAE023C043DA3D3 /* ARTGroup.m */, - 1ED6FAF56D3ABCA19813CBD037348E6D /* ARTNode.h */, - DD854D6DCDCAC32BB6D0CAA3C459B62D /* ARTNode.m */, - 4247D0FCFC11B26EB8C2B41054DABBDC /* ARTRenderable.h */, - 86E1E63B15248196AFB2230744A465F8 /* ARTRenderable.m */, - 62F433C626104248599C9F6319D3C54B /* ARTShape.h */, - 4BEAE0D1B153AF1E495632C5F9B28B59 /* ARTShape.m */, - 2906DDB1F14278AA23677F8338948411 /* ARTSurfaceView.h */, - 5B6173C9FF424C99E39122BE128ED09B /* ARTSurfaceView.m */, - D8B8D5E98E85919D0D2AE0E7AA270542 /* ARTText.h */, - D31D1C26D5CC77343AF15248ADE7F6BA /* ARTText.m */, - D798488795753C7103E292B908093381 /* ARTTextFrame.h */, - 306350DC6B344211A1A7511A3235860D /* RCTConvert+ART.h */, - 28A951EB4F09E6AB0FE2D903F6DF0CB5 /* RCTConvert+ART.m */, - B881DF2FF11A7B61D83886479266B643 /* Brushes */, - 432DD7F734385DFE0A23B541CBE8FE93 /* Pod */, - 17D3AF23ACC0C15926BBC96EAF8121E9 /* Support Files */, - 6E59B6B2491036805A97C5720192EB1C /* ViewManagers */, - ); - name = ReactNativeART; - path = "../../node_modules/@react-native-community/art"; - sourceTree = ""; - }; - 8737838DAE8C00DC7B4813FEC3F1C751 /* Yoga */ = { - isa = PBXGroup; - children = ( - 13A2EF3CE7CCD3FD7FA53533E22C686E /* Bitfield.h */, - 8F6BBD2D4446D917DBDE428BD8190405 /* CompactValue.h */, - 18D46CE6DE6E232560BCA20F7347F9C9 /* log.cpp */, - D75C4193CBE762C23A5DC2FB6DFF2462 /* log.h */, - E63C65400C7C42AB2ADFD6A72C8D8036 /* Utils.cpp */, - 77624AAEF0034FE4363472281260D6F0 /* Utils.h */, - 520DD62AD62FC1C83839377841D5519E /* YGConfig.cpp */, - 880D12E1D949FD2BA1A1E9FB172B2B09 /* YGConfig.h */, - EA144FF00D58E014F32E879A876E5E39 /* YGEnums.cpp */, - CA3C674A38DA149BA329634D1B2F2B08 /* YGEnums.h */, - 919802DD5EA1842AF2787476A69A3CA9 /* YGFloatOptional.h */, - DFF6B66AD8BD4CED51BA0C7DB2168BC6 /* YGLayout.cpp */, - F341B196FB24869F5A0581AE42F32956 /* YGLayout.h */, - 3F83D90C0F4DB00C007D20D4EC47E4C0 /* YGMacros.h */, - 3160870786078A4A7F5F633B5D8BD57B /* YGNode.cpp */, - 361F842C0A5EF8D666D840B6B25D594F /* YGNode.h */, - 1DE90F6D33BFED95077AB0A667A87F14 /* YGNodePrint.cpp */, - C189945D9B7E0350FFF117B433DA54FA /* YGNodePrint.h */, - 4A570D229F7770410099A7C1A9BF2CC0 /* YGStyle.cpp */, - 80E3C559E928DBF9CC5352937D0D85BE /* YGStyle.h */, - A23231E02523DBE1CEFD142A4EF57119 /* YGValue.cpp */, - B99E5695594CBE8CFD931027DD3C667C /* YGValue.h */, - C0C99EE7CEEF2ECF943384B07DEFBF58 /* Yoga.cpp */, - 1BDF14C570382A8C3638F41F2E56EABB /* Yoga.h */, - 18EDA5479E41E41962A4F9C45DF4B942 /* Yoga-internal.h */, - 53EE14387551717C4A69D79729D5ADF7 /* event */, - E432BFEE9022E9916696E5A039B70FDF /* internal */, - 9B60C34B9DDFBC2756520D0858254DA9 /* Pod */, - 6EB4755249279053D9AC0786D9730206 /* Support Files */, - ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - 875CC2F7611EACA6D2B123E993EBDF27 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2CB8BA9740E480CD8BFB467DB0901F58 /* UMTaskManagerInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; - sourceTree = ""; - }; - 89123F24D3C0DF6BDC2F7A547BA3FCC0 /* Pod */ = { - isa = PBXGroup; - children = ( - 60F5DEBD20C0F278287C5CAE35F3BF74 /* EXFileSystem.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 89400AB629043817EC4B63EA7C7FD802 /* RNLocalize */ = { - isa = PBXGroup; - children = ( - 14C97A8650B918816C5DB9E8D08249AD /* RNLocalize.h */, - BF75FB52132595BFDC41B0278ADAEE91 /* RNLocalize.m */, - 7A1069FED33D20AD1B143E4500F580AD /* Pod */, - F42C49BE8293DAE275EF2C6270BE4B37 /* Support Files */, - ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; - sourceTree = ""; - }; - 89D8EEC95AB05B17F01901D7D203B52C /* Support Files */ = { - isa = PBXGroup; - children = ( - 77E2440A40504F1323D79249850E600B /* UMFileSystemInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; - sourceTree = ""; - }; - 8B31B9A1C772B29CDE4B5047E73CC1D2 /* Pod */ = { - isa = PBXGroup; - children = ( - 0EB20C8DF50E560049B18F49C648F10A /* React-Core.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8C863F79C0EC6F8D375A01F9B6D01F13 /* ios */ = { - isa = PBXGroup; - children = ( - A4061ACF38DF7CD0EBA4002BB78F6207 /* RCTTurboModule.h */, - CA1241D3B5EEE4FD5C20C761219A6335 /* RCTTurboModule.mm */, - 90E6D6E6AF7AF5CBA6B44DC028DFE6B0 /* RCTTurboModuleManager.h */, - 21FE77054F9C254ACCD4B873EF82A437 /* RCTTurboModuleManager.mm */, - ); - name = ios; - path = ios; - sourceTree = ""; - }; - 8D5B19163CA6D41154D94054A165A4A1 /* UMBarCodeScannerInterface */ = { - isa = PBXGroup; - children = ( - 5A91CA6D6022705DA88BF6B6A1C7879A /* UMBarCodeScannerInterface.h */, - 11E389E045BCBF83010393F69FBDC4B1 /* UMBarCodeScannerProviderInterface.h */, - 2188DAB106F0A2AC9B7BA6704B34E13F /* Pod */, - E5414C3857C4790B6064426592A6DCCE /* Support Files */, - ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; - sourceTree = ""; - }; - 8D629DAE4A27A35F87B892806AF25955 /* ReactCommon */ = { - isa = PBXGroup; - children = ( - 6326917F0F601EB34EF3343C96151EED /* jscallinvoker */, - 0BE77E4DC8A7CF2DE5DEAE22C0E846C8 /* Support Files */, - 85F44BB44FA8979CE2DABEBA1C4E3FA9 /* turbomodule */, - ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 8E1143E45A11ECBE38C417058EA097D7 /* Pod */ = { - isa = PBXGroup; - children = ( - D09A584413A8371E3BE799A82AD2D5EF /* React-RCTVibration.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8EEC6EA583252762A5907791D3E2026C /* Pod */ = { - isa = PBXGroup; - children = ( - 031612F602327B8E86998A9BFC8772FC /* UMFontInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8FE0BC24B053A376B2E7E600AA192E71 /* Pod */ = { - isa = PBXGroup; - children = ( - 9798729FBA61A01FA4BAF2C5935013DF /* EXHaptics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9160F20DFF7DC7F1CACEE969035ACE20 /* Pods */ = { - isa = PBXGroup; - children = ( - D55310A3D7A33E73CB444A32C1FF022B /* boost-for-react-native */, - 532D65DCF750E9E2E8BE97FC42B35BCC /* Crashlytics */, - 588BB8EA70D0562BF2408368B973356B /* DoubleConversion */, - 54220516EB0979A39034CFA10C3D2092 /* Fabric */, - 5F64FEC8FB4233DE20828ABBFA0CEF12 /* Firebase */, - 54619EDD154634B16B1A2CD1E2D3F38D /* FirebaseAnalytics */, - 01A7461C3ACCF8ECB35555ED922F8825 /* FirebaseCore */, - 29CCB6618EF5BA556C5A34E647C5F5A3 /* FirebaseCoreDiagnostics */, - 5476F94A9AFF27699EE6C6E13433578E /* FirebaseCoreDiagnosticsInterop */, - 98796D2B4A35C296B4C2230305F1F484 /* FirebaseInstallations */, - 1F7EC6C11018294EBF40CA4AAD13152A /* FirebaseInstanceID */, - BE81D7E783097ABE8C9B3F942F42FC1F /* Folly */, - 55B18D8D8BE5E5FB139159F9864ED8CA /* glog */, - F4E8C74AE7E1C7626C68E1FBF69F4B75 /* GoogleAppMeasurement */, - 0EB22BBFAB12DE43BF0B817235CAED5A /* GoogleDataTransport */, - 34C9625F8E0C707FA11F358702EB8A04 /* GoogleDataTransportCCTSupport */, - 043F146E221D020B79B780B0AA0BA24D /* GoogleUtilities */, - BEBA91E83D1604502A927D103DA78889 /* JitsiMeetSDK */, - BE06AA569AB87C4AD6137682F7A41400 /* libwebp */, - 0B306EB60859A04AF7CB557F7C204072 /* nanopb */, - 18597F6C4B50A03F961BD4702AB28CEE /* PromisesObjC */, - F81EBDFF90F8EF7E9C7FD80A121F087B /* RSKImageCropper */, - D6F490C034FF3884052422C414FFF53A /* SDWebImage */, - 248C867CFC61347DCAF2D42E96528B93 /* SDWebImageWebPCoder */, - ); - name = Pods; - sourceTree = ""; - }; - 927FC05AD6B14B696177D57F6849D94B /* Pod */ = { - isa = PBXGroup; - children = ( - 784773599B7F6FF0668F7908F0A92394 /* UMFaceDetectorInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 92BA217416E46D586AD7103A6DBB7E28 /* Pod */ = { - isa = PBXGroup; - children = ( - F07BA3F4F9FA3F8EB130BB58422488F8 /* EXAppLoaderProvider.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 92C267C0BC402C98305849D6CC321311 /* Support Files */ = { - isa = PBXGroup; - children = ( - EB1BE5978B196C0A8829D5BB8DDF3138 /* react-native-slider.xcconfig */, - CC034D566D928405177A6168FCC656C5 /* react-native-slider-dummy.m */, - 072E531D9DB89866DCC6BAC3A7D5C874 /* react-native-slider-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; - sourceTree = ""; - }; - 92F526C4944BF4E55B6633B4FEA0AF07 /* Pod */ = { - isa = PBXGroup; - children = ( - 3621EF4F476C845F377BC235A6C838CD /* LICENSE */, - 116BEB3EE21206B1D4CB59AC53153DE3 /* react-native-jitsi-meet.podspec */, - 2A0FB9521830D237F4463109251B0464 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 939830D5245B16EF0C59B91B66C79AC0 /* Protocols */ = { - isa = PBXGroup; - children = ( - E50F1BDB59560C2208BC53CD88107847 /* UMAppLifecycleListener.h */, - 93F2C682FA6F99D67928F8667235A3CF /* UMAppLifecycleService.h */, - F44086620DAB6F77CF3BD6506D06798F /* UMEventEmitter.h */, - 7CC8FBDE81778614DD8CE5DE55460D4C /* UMEventEmitterService.h */, - 9A37385936A3AF6975BE19B5E37A6A63 /* UMInternalModule.h */, - E2967FC394675462ECF917E020B88494 /* UMJavaScriptContextProvider.h */, - E07D0B943DAD7D7AB04C7BFE016DCBFF /* UMKernelService.h */, - AB152A216EE0183A2D0E61D446A9F071 /* UMLogHandler.h */, - F8BED19E476483C03DEC417A2219CFE7 /* UMModuleRegistryConsumer.h */, - 481152DCF8381BB81B4CB5E318542A6A /* UMUIManager.h */, - 86CBEBBFD992C37A25A483B4EBEF43B1 /* UMUtilitiesInterface.h */, - ); - name = Protocols; - path = UMCore/Protocols; - sourceTree = ""; - }; - 946A89FD67B5A835E18AAF7943636B89 /* Pod */ = { - isa = PBXGroup; - children = ( - 1C53CFE294908B03C59C10311B192437 /* LICENSE.md */, - 3AA1B19BB56ADF960DF7D344F78BA8A5 /* react-native-document-picker.podspec */, - A010E6033FF9CA9113F7E3A876AC660F /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 947B6BBD5A9067BE629AB6524FAA116B /* Pod */ = { - isa = PBXGroup; - children = ( - 395979489ACBA344F3B2C903E6230E32 /* FBLazyVector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 95D5B36387E87767B9FB7CCD5DDEF04D /* RCTAnimationHeaders */ = { - isa = PBXGroup; - children = ( - 5414AE6DDACD6C4C27220E5FF9C96EE1 /* RCTAnimationUtils.h */, - C2517F65DB4D4963955B79BCC8FB2A1D /* RCTNativeAnimatedModule.h */, - A02C799EB03CF97350DD5854B811C0C0 /* RCTNativeAnimatedNodesManager.h */, - 03F26E927D251683786753CDBBF5117D /* Drivers */, - ECE3CFC6B733646AACDA8B2FFD0BB0C3 /* Nodes */, - ); - name = RCTAnimationHeaders; - sourceTree = ""; - }; - 98796D2B4A35C296B4C2230305F1F484 /* FirebaseInstallations */ = { - isa = PBXGroup; - children = ( - 7D0B134B634581BF0AB4FFB905334766 /* FirebaseInstallations.h */, - C99B6ED7E39443CBF47A64AE5D60CD8E /* FIRInstallations.h */, - DC834FE770DBAFD4CAD544AB5F592ED4 /* FIRInstallations.m */, - A0EA3217B857F6515E5C3725E793D70A /* FIRInstallationsAPIService.h */, - 4B019F88D183D8F0E9D8BF083F3699B1 /* FIRInstallationsAPIService.m */, - 30B6C6D8A65E6CF1025DC7B7A6DEE0CD /* FIRInstallationsAuthTokenResult.h */, - ABFDDF7E2B4A60522C6DC5915D034318 /* FIRInstallationsAuthTokenResult.m */, - A8C2E718EEB7FC61E0AF4FF7745365F7 /* FIRInstallationsAuthTokenResultInternal.h */, - 0E28FEB864CD8E6FC7A5CD387F3CE7FD /* FIRInstallationsErrors.h */, - EB70BE00723008AAD156EB27A07FE171 /* FIRInstallationsErrorUtil.h */, - FC39B30F26E84F6B31EE5DC99AA7A735 /* FIRInstallationsErrorUtil.m */, - 5A09F908C75D99E518BBF382A235C2DB /* FIRInstallationsHTTPError.h */, - 505638042E3CDED31ED33340DD6E648E /* FIRInstallationsHTTPError.m */, - 289A7FAC33616CEAE154163C9869020A /* FIRInstallationsIDController.h */, - AA4F5619775B05EAF3BD82EDACD91B98 /* FIRInstallationsIDController.m */, - 06736283C77882D931377C3AF94D64FD /* FIRInstallationsIIDStore.h */, - 0B1BB1A3C8627427538472C2BEF119CE /* FIRInstallationsIIDStore.m */, - 09A8F5B7DA6974622D6C9A6189F7FAEE /* FIRInstallationsIIDTokenStore.h */, - CC36153E97819CC766DFEB874BBF6500 /* FIRInstallationsIIDTokenStore.m */, - D3ABC6469D72A242803A91AF2DA0B153 /* FIRInstallationsItem.h */, - 43E958E567C22BA0032023C305BEC2AD /* FIRInstallationsItem.m */, - 8E8C019C75FF4F789E40C8784D2EEB25 /* FIRInstallationsItem+RegisterInstallationAPI.h */, - C422929093AA864A077D3201B48F2AD0 /* FIRInstallationsItem+RegisterInstallationAPI.m */, - 01FEFA98B5E8668AD537CEE144C68D35 /* FIRInstallationsKeychainUtils.h */, - 4341798946137AA9F80EA098E35B9931 /* FIRInstallationsKeychainUtils.m */, - E2E3C8E6D99317CEB9799CEDC4EF10E0 /* FIRInstallationsLogger.h */, - 999C11E9F0B6529BC62034D8CCC9BC0B /* FIRInstallationsLogger.m */, - 6129D17144193C727D68FFB158130674 /* FIRInstallationsSingleOperationPromiseCache.h */, - 677829C82932437E90068CC931C2D606 /* FIRInstallationsSingleOperationPromiseCache.m */, - 226470D5AC918D710F1EE1BDBAADC256 /* FIRInstallationsStatus.h */, - E146C49FCEE4ED98740C53D8AF16B54A /* FIRInstallationsStore.h */, - EE1AB32C49A2A285235B4FDC69A39BAC /* FIRInstallationsStore.m */, - C4FFE67DC13EEC2EBC31ADD1DEBB2A2A /* FIRInstallationsStoredAuthToken.h */, - 9FE7CAD15D46DC8EB22E034ACFB28888 /* FIRInstallationsStoredAuthToken.m */, - 4A7647A1716C841E08616F47541DCD7B /* FIRInstallationsStoredItem.h */, - C7EFB60008DF9B71E0BF22DE8B9F1110 /* FIRInstallationsStoredItem.m */, - 668DB3196C8AC5E9F322863CBC018C56 /* FIRInstallationsVersion.h */, - 81B9283887252C3A5BFACBC794BD9596 /* FIRInstallationsVersion.m */, - 3831B2A00965967014DC2303A0B27F59 /* FIRSecureStorage.h */, - 2987EA104168329CA646DE0B0609C594 /* FIRSecureStorage.m */, - 6B316D4F61F7D349A2A4EEB4B290CEE6 /* Support Files */, - ); - name = FirebaseInstallations; - path = FirebaseInstallations; - sourceTree = ""; - }; - 9B60C34B9DDFBC2756520D0858254DA9 /* Pod */ = { - isa = PBXGroup; - children = ( - 13418D83B88F6337A936215291AAEFE5 /* Yoga.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9BCEFBA6F728DA1423C8D80E348E9F24 /* Support Files */ = { - isa = PBXGroup; - children = ( - 979A76AD19363B9D26207764CC5EE2C2 /* FirebaseCoreDiagnosticsInterop.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; - sourceTree = ""; - }; - 9D97246403426DF0F2CBA4FA32E78DAD /* Pod */ = { - isa = PBXGroup; - children = ( - 6067ECBC099C5610EEA24A21E6891249 /* RCTRequired.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9DCBDF44F74E6951EFE5BE4BCE5A213F /* Nodes */ = { - isa = PBXGroup; - children = ( - 5300827367CB8363939AF1B14CB87CC7 /* RCTAdditionAnimatedNode.m */, - BD46AC5385CC84A5952D1E255FF9A689 /* RCTAnimatedNode.m */, - 21F7F0D642A4BE155F53A6D1027A76FB /* RCTDiffClampAnimatedNode.m */, - D6F407857CF8E797D83CF81B4DDA0B83 /* RCTDivisionAnimatedNode.m */, - 541875FC146A3D4AF7C305C9CC783C28 /* RCTInterpolationAnimatedNode.m */, - 881868D218B5223A2DF347CA1DFCFDD0 /* RCTModuloAnimatedNode.m */, - 8A7DBD047D8132A53973B81E8A3B6CF4 /* RCTMultiplicationAnimatedNode.m */, - 1B824CABD58145BAA085DEB425D763CD /* RCTPropsAnimatedNode.m */, - 2A9288615ACA0BF93301A73914C47FFF /* RCTStyleAnimatedNode.m */, - F1831FDF795AAFF008805D1C8B5DAF7A /* RCTSubtractionAnimatedNode.m */, - 07460367788943CC87A5DEBC9F0BE2A6 /* RCTTrackingAnimatedNode.m */, - 65394E91B0674DD8D11B74FFC7530670 /* RCTTransformAnimatedNode.m */, - 1C89C4FC2E607369BF79A14FC2B68643 /* RCTValueAnimatedNode.m */, - ); - name = Nodes; - path = Nodes; - sourceTree = ""; - }; - 9E96F67867DFE54001375286DBC2FD95 /* Pod */ = { - isa = PBXGroup; - children = ( - 1098DF3E0DF3277CE36F1C55214E28A3 /* React-RCTSettings.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9EA5F86655592B693DE74D95DF3A3C23 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 210731369AB3AD93BEB294C250CD20AA /* JitsiMeet.framework */, - 0752B852E884FC47B65B0C2D2105EE8E /* WebRTC.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 9FFD6C48AA84AA0129A6513D521A3D8D /* messaging */ = { - isa = PBXGroup; - children = ( - 243C7E6E9AAD9EA0A3101707AE96006D /* RNFirebaseMessaging.h */, - E16B31693808D9810E08D38B3EF71479 /* RNFirebaseMessaging.m */, - ); - name = messaging; - path = RNFirebase/messaging; - sourceTree = ""; - }; - A061C5FA102DDABE39001BE6A1E7B305 /* React */ = { - isa = PBXGroup; - children = ( - 57CA39376C3D1DAD8E89C3F9E5F4201B /* Pod */, - EEF594D71A7C7BC9D8AECC3DE6FC6577 /* Support Files */, - ); - name = React; - path = "../../node_modules/react-native"; - sourceTree = ""; - }; - A206351E8B0C1EA96791B49E02267087 /* Support Files */ = { - isa = PBXGroup; - children = ( - 72188C17FE197C7A31B4E11CB885F50D /* React-jsi.xcconfig */, - B3036C135F1DFCE419D5AA9B4DFDEC42 /* React-jsi-dummy.m */, - C5BEB9A848B453A49069AB5DAC45D1EF /* React-jsi-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; - sourceTree = ""; - }; - A2CBEA085E8D707A9A11D90318F1A210 /* UMFaceDetectorInterface */ = { - isa = PBXGroup; - children = ( - D3962AC3887D0F520323B79177D86337 /* UMFaceDetectorManager.h */, - C2205758F4EAEBB746E096C755FAD032 /* UMFaceDetectorManagerProvider.h */, - 927FC05AD6B14B696177D57F6849D94B /* Pod */, - 23B710BC1438BB7A13D6A0AEE72B4577 /* Support Files */, - ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; - sourceTree = ""; - }; - A2DA6D64544A7F296F606130412D3FEB /* Multiline */ = { - isa = PBXGroup; - children = ( - 4CBAE850177822CAAF0B0484BB32822C /* RCTMultilineTextInputView.m */, - A6843A5A11A1F90BF27E91E750F962B7 /* RCTMultilineTextInputViewManager.m */, - 53FE4C651E52A4B096600F1C4BF1EF94 /* RCTUITextView.m */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - A3766D147E465BA857B7CA0A26C0163D /* Products */ = { + 624EFCD3BA0C90967B36FE2B156BE532 /* Products */ = { isa = PBXGroup; children = ( 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, - A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */, AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, + 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */, 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, @@ -10904,7 +9976,9 @@ 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */, B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, + 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */, AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, + BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */, 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */, @@ -10912,27 +9986,1177 @@ name = Products; sourceTree = ""; }; - A4BCB9D79480D43D95CAB8DE0F7AA6DB /* Pod */ = { + 62916AFA60BAF874F6A800F5566DB96F /* EXWebBrowser */ = { isa = PBXGroup; children = ( - D0E0DFCD14E67C11706909A6A99C5344 /* React-RCTAnimation.podspec */, + 02780F2B2D2239DCC2F77193E2D15E82 /* EXWebBrowser.h */, + 0728E8867E1424D47A7CDFCDD3463E04 /* EXWebBrowser.m */, + 998B245C1C4E5B16778E38252EA8BC1A /* Pod */, + 3CB461BA48012400D326A363B2C1853E /* Support Files */, + ); + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; + sourceTree = ""; + }; + 64075650DA00566B0778664AD8BDD58B /* Drivers */ = { + isa = PBXGroup; + children = ( + C573F9839F0DFBBBF0B71A04BC958D8F /* RCTAnimationDriver.h */, + 13569BD963332ED5AA1C999B78DBE3D9 /* RCTDecayAnimation.h */, + 3309D211A0B19A7D9B1BFACA6D5C0528 /* RCTEventAnimation.h */, + 4FBB4FA5C063EB2DD23A9658D871F196 /* RCTFrameAnimation.h */, + 6797C894856069CDC3C86C11A7403793 /* RCTSpringAnimation.h */, + ); + name = Drivers; + path = Libraries/NativeAnimation/Drivers; + sourceTree = ""; + }; + 657DC15FB5EC162E18117CEA4C4C2E5B /* jsi */ = { + isa = PBXGroup; + children = ( + 7CC49CCB50E8D515DFCF0030F894F241 /* decorator.h */, + C2CB94F061FD37D5215385BC264E365C /* instrumentation.h */, + 54E20EE1DCF407DC3DDABFF462686954 /* jsi.cpp */, + 2DF5B5A8F386B04CF4A0E30232BAC970 /* jsi.h */, + 61B19A58B1992BF0BC549A46F9ABC77E /* jsi-inl.h */, + 07FF47D0C9B3144A517AB68321480C20 /* JSIDynamic.cpp */, + FF2FAA6E172C596B5567EA8AC6FC6A63 /* JSIDynamic.h */, + 93A6668248E0553F88E3F241BC7DB2CC /* jsilib.h */, + D30B2E8BB541572E0CFED72143B2D5FB /* jsilib-posix.cpp */, + EDF8EDC8A430227FDC0B35718C308F93 /* jsilib-windows.cpp */, + 074DDB0ADE3E453E37436DD6DE29DB44 /* threadsafe.h */, + ); + name = jsi; + path = jsi; + sourceTree = ""; + }; + 6753863660C71B22647DE0F2F4A593B8 /* RNBootSplash */ = { + isa = PBXGroup; + children = ( + 5556350F9460002DC1E3E77702D479EE /* RNBootSplash.h */, + 65BEA74BA7488C6DF4D1DBFB14D902CE /* RNBootSplash.m */, + 6DE422AE0D14950DDBEFBA39222E4F5E /* Pod */, + F335E7F00B38376D026AB6D1FCFD9F60 /* Support Files */, + ); + name = RNBootSplash; + path = "../../node_modules/react-native-bootsplash"; + sourceTree = ""; + }; + 678FCD7ECB8189D311A6C47F253DCC2B /* Support Files */ = { + isa = PBXGroup; + children = ( + 20DEB1A605A22DFC0E9B4E2F71B24EC7 /* React-jsinspector.xcconfig */, + 819452E386D6F7260FFE35AB5A6519F0 /* React-jsinspector-dummy.m */, + 0F41A60939B7366F027B2F9CEF367328 /* React-jsinspector-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + sourceTree = ""; + }; + 67EC2A4C501AE8F3AF020AA7EB4D9AE4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5F6AB8F360C549914ACACC1BCCDC126A /* EXFileSystem.xcconfig */, + 23D99027B066B537F89C3C0841D9782B /* EXFileSystem-dummy.m */, + AF889F654E50953726ACD4B8DCB9B5E7 /* EXFileSystem-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + sourceTree = ""; + }; + 6906A4F40DB505ECAA0367E6E007416A /* Brushes */ = { + isa = PBXGroup; + children = ( + E09F3565A053C17C268671D9AECC4574 /* ARTBrush.h */, + AF89BE7FDF89C01015A090FDCD1FD7CA /* ARTBrush.m */, + A86677E63E89F27DFB0A8B995E0C24D0 /* ARTLinearGradient.h */, + B214BD9C36501DA0F666AE8B05AD9A4C /* ARTLinearGradient.m */, + 8B661C235782F588A607E45D40B27789 /* ARTPattern.h */, + 053250B4E1F9B565A8C721AFF28B912D /* ARTPattern.m */, + C32D7C624A113334D910356C026CFEEB /* ARTRadialGradient.h */, + 0E64EB3A2D9EFBB4C3058273DDDFD253 /* ARTRadialGradient.m */, + 585FF7AA3BD932ED49167696613A7A58 /* ARTSolidColor.h */, + E62106A8AC3479BFF07F954CDB4068A6 /* ARTSolidColor.m */, + ); + name = Brushes; + path = ios/Brushes; + sourceTree = ""; + }; + 6A04458FFF3C32E3C301423CD8BF9C82 /* Support Files */ = { + isa = PBXGroup; + children = ( + DDF2C579C0326557934351E533B57C1F /* react-native-appearance.xcconfig */, + 1930EF38F81766151936FC224DA4DE79 /* react-native-appearance-dummy.m */, + 03C3CDA2CF0DA9F0A6D414B553B98ED9 /* react-native-appearance-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-appearance"; + sourceTree = ""; + }; + 6A6021A8DFDC5AC443905A8833CFB335 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1262C362E414E45C0BF6B4B8BAF38B88 /* RNReanimated.xcconfig */, + 1F6E38E23C024D7729BA0F5A71B4CC5D /* RNReanimated-dummy.m */, + A422E74247A5C79441498360C1D9C4AB /* RNReanimated-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; + sourceTree = ""; + }; + 6B16435F71849EA7B8ADBCE5B2A47061 /* KSCrash */ = { + isa = PBXGroup; + children = ( + 18BF3F5DEE8B435133269D8696BA18EF /* Source */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 6B316D4F61F7D349A2A4EEB4B290CEE6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3F3CB5FABF8ADED7650DF34AE8C9567D /* FirebaseInstallations.xcconfig */, + F3C820FC2BBE1761DA1AA527AA0093BF /* FirebaseInstallations-dummy.m */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseInstallations"; + sourceTree = ""; + }; + 6B3CEA8C692A92B152389EE02BCF46F8 /* react-native-appearance */ = { + isa = PBXGroup; + children = ( + 4772BB24FF087ABB268F34C6001F5DAE /* RNCAppearance.h */, + 9CDC959EAAC82AB0723B5116CE019382 /* RNCAppearance.m */, + 06FFFF82DF3F0B943AF0E0DE7CF1E19E /* RNCAppearanceProvider.h */, + BE7BC47FCD051102ED6D2BAF207E6472 /* RNCAppearanceProvider.m */, + F0086E0F907C2CAC679FA269843490E6 /* RNCAppearanceProviderManager.h */, + 08BCDAB5B66339457CF6451737AC1DC0 /* RNCAppearanceProviderManager.m */, + CAE49D67439D10716B0F9064A2822BA3 /* Pod */, + 6A04458FFF3C32E3C301423CD8BF9C82 /* Support Files */, + ); + name = "react-native-appearance"; + path = "../../node_modules/react-native-appearance"; + sourceTree = ""; + }; + 6B5256DAB3FED095B1611234FCE68927 /* auth */ = { + isa = PBXGroup; + children = ( + 65B09B7C2B056521DA317BC0C7FDA36C /* RNFirebaseAuth.h */, + 8C914BBC97E292E5EFBEA4F4414C3500 /* RNFirebaseAuth.m */, + ); + name = auth; + path = RNFirebase/auth; + sourceTree = ""; + }; + 6B6C32C73706CF621C5AF986E93AFEA5 /* Support Files */ = { + isa = PBXGroup; + children = ( + FA26B5A8A32F2F522F09863C5C0477C0 /* GoogleDataTransportCCTSupport.xcconfig */, + 4E5A82E2D83D68A798CF22B1F77829FC /* GoogleDataTransportCCTSupport-dummy.m */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransportCCTSupport"; + sourceTree = ""; + }; + 6CF7EC609CAD8174E757012DA4B177A1 /* Support Files */ = { + isa = PBXGroup; + children = ( + B05C43896E9F95B6A4756C24B12C8DBB /* SDWebImageWebPCoder.xcconfig */, + DAD1EC07061CD01D8DB00C1DF9CBA5B9 /* SDWebImageWebPCoder-dummy.m */, + F1B1144A35ACFEBD4E96E634A66733F6 /* SDWebImageWebPCoder-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/SDWebImageWebPCoder"; + sourceTree = ""; + }; + 6DE422AE0D14950DDBEFBA39222E4F5E /* Pod */ = { + isa = PBXGroup; + children = ( + D1EAC7483CC496B324D19A4ED67371BC /* LICENSE */, + 9164B5C0D7CEC79973609FB151A5687B /* README.md */, + 2DD5497AFE7E6A2CE3FA206676A3E4B8 /* RNBootSplash.podspec */, ); name = Pod; sourceTree = ""; }; - A510E4787B3B9B6EC2A6B86917CA46E4 /* Resources */ = { + 6DF65E0EB6BC6FE0DFB1E1D4CF73DF00 /* Support Files */ = { isa = PBXGroup; children = ( - 4AC37404E19DE4B79D6A09FB3B4D274C /* de.lproj */, - 8D6D629A6E640F6D69B60F695979A2FE /* en.lproj */, - F93E285BE4F106BF8932B2B288E0B96A /* es.lproj */, - B6B7BACA996C70663A94C0AC4B349908 /* fr.lproj */, - 0BFBA628CCFEC71D915A97EFB96799A7 /* ja.lproj */, - B2AC5E2196CD9B6DD211636809906426 /* pl.lproj */, - 9D96339CB00FBFB4B25ED781F333A880 /* QBImagePicker.storyboard */, - 4E865392D14D7F9AAD27DDB39B8F642E /* zh-Hans.lproj */, + 3F375F20E60CF86FBB63E7C28CBE4208 /* React-jsiexecutor.xcconfig */, + 6EF51AE475B1C94C17C7C9E97C9A28CD /* React-jsiexecutor-dummy.m */, + 19A32B2E862E46CD42B47424F0A856D6 /* React-jsiexecutor-prefix.pch */, ); - name = Resources; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + 6E72B84AA85114E71FF8D378DF3B089D /* Support Files */ = { + isa = PBXGroup; + children = ( + E6B899F02890ECA8F69E16739FC723D9 /* UMFileSystemInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + sourceTree = ""; + }; + 6EB2A42B3680DA986C24F2D4B3EEDA70 /* Support Files */ = { + isa = PBXGroup; + children = ( + FCEC38F8421233C14D48F446A407222B /* React-Core.xcconfig */, + 9FACD549F1023633C75B5539EDE4B196 /* React-Core-dummy.m */, + 5EB3787330DDB5AF32D6D8DC6DBFE9B0 /* React-Core-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React-Core"; + sourceTree = ""; + }; + 6F88DEA2865A43BC2ACD1E85CDD051E9 /* AppDelegateSwizzler */ = { + isa = PBXGroup; + children = ( + 921C25810B4533D9E001D73370A577B6 /* GULAppDelegateSwizzler.h */, + D4389EC289745BCEF60BEA7CDAC784D2 /* GULAppDelegateSwizzler.m */, + 2728A14783AB5E811E5251887AADACAF /* GULAppDelegateSwizzler_Private.h */, + 8FE78D699DF0963CA715538E756C4EE2 /* GULApplication.h */, + E82A30AEF74EE71AF0B62661B8B26951 /* GULLoggerCodes.h */, + 360D859E4F26E0D45AC34F09DA57FE65 /* GULSceneDelegateSwizzler.h */, + 21A7E3A6A97682E28E064E912B3B4371 /* GULSceneDelegateSwizzler.m */, + E73C501A0EB747305BB4AAD7978E3E0E /* GULSceneDelegateSwizzler_Private.h */, + ); + name = AppDelegateSwizzler; + sourceTree = ""; + }; + 72911A0DA84964061D926DAAA2CB39FA /* Support Files */ = { + isa = PBXGroup; + children = ( + CA09E0CE1A07741A4401199479C0941E /* BugsnagReactNative.xcconfig */, + 2E2B626E47713C2DEB8148BA80D9F138 /* BugsnagReactNative-dummy.m */, + FD5655BD93B9D77FEF9EFEE3EE93F3A6 /* BugsnagReactNative-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + sourceTree = ""; + }; + 731CCA533413486A5017C5F45348BE34 /* react-native-orientation-locker */ = { + isa = PBXGroup; + children = ( + 857E762FD5E4040F49FB20F21D656487 /* Orientation.h */, + 0CDD68563C68630F690340A3F44FCADF /* Orientation.m */, + A845D3FF3EF01697BA9A78146D2004A0 /* Pod */, + 9263BE8DE7CEDF3D92831474EE4412B9 /* Support Files */, + ); + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; + sourceTree = ""; + }; + 74EA806A637F908FCF9291CAAB2AC99B /* jscallinvoker */ = { + isa = PBXGroup; + children = ( + 71F4B7C09F01C5DE42516579F63E0ABE /* BridgeJSCallInvoker.cpp */, + E6E37CDB86211745708FD39023FEA705 /* BridgeJSCallInvoker.h */, + 25F73B3BFFF7C0486C9D4B4E4DA9572C /* JSCallInvoker.h */, + ); + name = jscallinvoker; + sourceTree = ""; + }; + 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */ = { + isa = PBXGroup; + children = ( + D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */, + BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */, + 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */, + B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */, + 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */, + 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */, + ); + name = "Pods-ShareRocketChatRN"; + path = "Target Support Files/Pods-ShareRocketChatRN"; + sourceTree = ""; + }; + 76A751CD9C29E3A03B36E20E0DF4C932 /* RCTLinkingHeaders */ = { + isa = PBXGroup; + children = ( + DE5790F233E490A47638DABB61B5B9C3 /* RCTLinkingManager.h */, + ); + name = RCTLinkingHeaders; + sourceTree = ""; + }; + 7719E5A0BEAB7225A153F3938E38DA4D /* BaseText */ = { + isa = PBXGroup; + children = ( + 216C4A3EEEEA592CE9AD2CD1077DD9A5 /* RCTBaseTextShadowView.h */, + EB476B4FF06F149CDC7E60CA6FA4B4B6 /* RCTBaseTextViewManager.h */, + ); + name = BaseText; + path = Libraries/Text/BaseText; + sourceTree = ""; + }; + 772C71F3173705218FF53F95C071CDE0 /* UMModuleRegistryProvider */ = { + isa = PBXGroup; + children = ( + 7162B9122B699629FFC39E4D5BDADCAC /* UMModuleRegistryProvider.h */, + 71E619A867B9B83E3789B54166C285F7 /* UMModuleRegistryProvider.m */, + ); + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; + sourceTree = ""; + }; + 77D7A6DACCA2327E48F765FDD2A4B172 /* RCTVibrationHeaders */ = { + isa = PBXGroup; + children = ( + 65BB7F720816F7216E1F891DEC5A5873 /* RCTVibration.h */, + ); + name = RCTVibrationHeaders; + sourceTree = ""; + }; + 77E5437F2565ABF89F8E76F4530936A3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 746D3D964458B43BFFB90666578396AE /* FirebaseCoreDiagnostics.xcconfig */, + AE40F8A55B4E0868CA1A35733818234B /* FirebaseCoreDiagnostics-dummy.m */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreDiagnostics"; + sourceTree = ""; + }; + 78A51F897E0646FCE69A43B81F775654 /* Singleline */ = { + isa = PBXGroup; + children = ( + A93D3241B9A61C0E3AF6A18EE3C01E28 /* RCTSinglelineTextInputView.m */, + 314AF268C02A61E0C1A90E62F45FAEC6 /* RCTSinglelineTextInputViewManager.m */, + 5CCC9736F50544996E747EC71861E462 /* RCTUITextField.m */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + 791392B9B9DBCC6FCB0871AC147CFBE9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 000FC0F253268189A87D3FD6261B5CFA /* rn-fetch-blob.xcconfig */, + E57B395FE7991C5C011CFD925B3A213C /* rn-fetch-blob-dummy.m */, + B4A991087FF6F1448365F884562EF0BB /* rn-fetch-blob-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + sourceTree = ""; + }; + 79F5501C66460D5A5B0C41CD2329C92D /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + 5EAF08B8553B90B6830AAEA9BF90A019 /* RCTSurfaceHostingProxyRootView.h */, + B8584EC9E59E9179ECDECB66BCB46139 /* RCTSurfaceHostingProxyRootView.mm */, + CA67F08689BB731E0B8CA7E994A94636 /* RCTSurfaceHostingView.h */, + AF2C13F10534DCE134F4B309C3D6B264 /* RCTSurfaceHostingView.mm */, + 830855003F2BC474FB1CEAB2DF280F62 /* RCTSurfaceSizeMeasureMode.h */, + 46207D01EBBD77F44870058DD2D9337B /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + 7A173DF295950FB4E46D7E7282A87DE2 /* CxxModule */ = { + isa = PBXGroup; + children = ( + 6987CC8C81C7008AD5DA1E776395751C /* DispatchMessageQueueThread.h */, + 2273064ED902295D49232D5DFA4A84BF /* RCTCxxMethod.h */, + AAB0BC80CE51061ADC08C2B9A74E6B6D /* RCTCxxMethod.mm */, + C789D6FA9773A57091FEF46BF5B246F2 /* RCTCxxModule.h */, + 1E4801D6C28D8BC6F2C85BA7A6CB2434 /* RCTCxxModule.mm */, + 75A730B0265F6D513F27FEB743FAA8A1 /* RCTCxxUtils.h */, + B759F1B53D8E8BC2586922278DA8B9C3 /* RCTCxxUtils.mm */, + B78E97CB66220ED2682AD60E2CFDE2C9 /* RCTNativeModule.h */, + 750A887CC9515799F336697AF4FFAEEC /* RCTNativeModule.mm */, + ); + name = CxxModule; + path = React/CxxModule; + sourceTree = ""; + }; + 7A72C780DA45812C85D2D2D9B7FE6336 /* Pod */ = { + isa = PBXGroup; + children = ( + 777877C6DC0158B39117BB5352D176FF /* React-Core.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7AC84D1E5307D83A20E6F5D058D507D1 /* Pod */ = { + isa = PBXGroup; + children = ( + 6399F0FA86B6121DF1FA4A650E02B814 /* UMFaceDetectorInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7AF2AFA2C984AA8601870E89472EE2CB /* Pod */ = { + isa = PBXGroup; + children = ( + A317CBD38AF6741347B409C06E5EAE8E /* Yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7C46F694651C7D860B74F6E6C24C23C7 /* Profiler */ = { + isa = PBXGroup; + children = ( + E18DC5B49169920EEA7A1AEE96BF56E6 /* RCTFPSGraph.h */, + 399FB2A30095FB474545D0C004D85B60 /* RCTFPSGraph.m */, + CABA644F0321E5D4E71EA4106921CB01 /* RCTMacros.h */, + DBEC2CEC9A177E5696E833D65F61FDF0 /* RCTPerfMonitor.m */, + BA39FCE7B7D6C4634079B04809C889B0 /* RCTProfile.h */, + DA0E29BE34AEFDE9C2D97AAB837674FE /* RCTProfile.m */, + DCF6521E5919CF003A5CA05DB1ECD2E0 /* RCTProfileTrampoline-arm.S */, + 20DD39159ED27E33EFB83B90B96BDE1A /* RCTProfileTrampoline-arm64.S */, + 2AE2B723F436453C6040D6D557661B98 /* RCTProfileTrampoline-i386.S */, + 295F044614A219B8CCD891FE7650B3B5 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + 7C95DA71CEC87E4BA640419C2BFB1FA4 /* Pod */ = { + isa = PBXGroup; + children = ( + E79EAAD4694101F842E690C21DC221BB /* React-RCTNetwork.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7D2CA84B05017CF0684C4FFFFDBBA5FF /* UMCameraInterface */ = { + isa = PBXGroup; + children = ( + 0EC1CB159386CB919070179891392053 /* UMCameraInterface.h */, + 2BC9C0EA39B307AE236CBF24C3473C4E /* Pod */, + F2FED0ED3FBC8CA078359C0FC1248886 /* Support Files */, + ); + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; + sourceTree = ""; + }; + 7EF5C62967B7C207E85006B06828B379 /* RCTBlobHeaders */ = { + isa = PBXGroup; + children = ( + D1E699B565C85CBADC8A2C7F7725F5AF /* RCTBlobManager.h */, + 9331613AA7DCF2A30266E92812D8A152 /* RCTFileReaderModule.h */, + ); + name = RCTBlobHeaders; + sourceTree = ""; + }; + 7F1DB0B782DF5B0337C1236B44BB5BE8 /* Multiline */ = { + isa = PBXGroup; + children = ( + 04C381672D051C2816D59F6B5E2544F2 /* RCTMultilineTextInputView.m */, + EDD351E252D6E2DCABF20169A03E57AA /* RCTMultilineTextInputViewManager.m */, + 470EDB43F450ABDC1A6355125B14ECE1 /* RCTUITextView.m */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 7F86DF399B8DB342D6BD33EBC85B772D /* Pod */ = { + isa = PBXGroup; + children = ( + E903A9F81509DB31EB1F37B4AF99BAEB /* UMSensorsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7FE4CE3CD20F1BD4D370CF78388CD2A3 /* Pod */ = { + isa = PBXGroup; + children = ( + B59940FDE0B917FE2080F8206495404A /* UMPermissionsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 8049403D83EDC28AF39918F44671FFFC /* react-native-cameraroll */ = { + isa = PBXGroup; + children = ( + 7B476702B19503C1FDA97A6B38A5288F /* RNCAssetsLibraryRequestHandler.h */, + DA2D0AAF40394684FCAB3CB2A88A63EF /* RNCAssetsLibraryRequestHandler.m */, + EB10853BBA6FD236AA44C5772B7ECC42 /* RNCCameraRollManager.h */, + 21639BD503537EED7E1034A66B874387 /* RNCCameraRollManager.m */, + 4DAE5C781980F2693E87124939DF2A42 /* Pod */, + 0DAD9F1268C0D710813F1691F8503CDF /* Support Files */, + ); + name = "react-native-cameraroll"; + path = "../../node_modules/@react-native-community/cameraroll"; + sourceTree = ""; + }; + 80715483C02E66A5814CECF06BEF86ED /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 9DCE3FF459B64EAA9845981585067DB6 /* RCTSafeAreaShadowView.h */, + 263333326C416B9B57FC47BEC689ABA4 /* RCTSafeAreaShadowView.m */, + FE527001EC2F2CCA758ED3F7856D747B /* RCTSafeAreaView.h */, + 1AC9EBEA2723A60E109E0AB57C958FDE /* RCTSafeAreaView.m */, + 295D8D2CB6F24253C98550442634BE6F /* RCTSafeAreaViewLocalData.h */, + 7BF79865016F2E044F8B5FC7CB23BE1C /* RCTSafeAreaViewLocalData.m */, + 61C9B216C92568737B785186186A9B84 /* RCTSafeAreaViewManager.h */, + 2A87E4D5E2E4700D4A86435710A176C0 /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 81FC0AFBFD957FEFD16E02FD14046D89 /* Support Files */ = { + isa = PBXGroup; + children = ( + A7607780AD4D22BE1133EF77012BA770 /* UMBarCodeScannerInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + sourceTree = ""; + }; + 8238AC90010A1E82556F68ACE52EC7AE /* Pod */ = { + isa = PBXGroup; + children = ( + 91DF8F577B3C4088DDE323C3FE6F5037 /* EXHaptics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 82EE6AFC229C4A35B41D60B5164174EF /* Base */ = { + isa = PBXGroup; + children = ( + BF520FDCEC159D80E94AF5330E4341AD /* RCTAssert.h */, + 448B59004E76F8C9F4D3CAFC63076229 /* RCTAssert.m */, + 96371E20F6001DD2B4574720BC9BCCD8 /* RCTBridge.h */, + ABD85E9167567FF451D281EBDF949DE6 /* RCTBridge.m */, + 1C37418C0B0B572D6758F5424E172D58 /* RCTBridge+Private.h */, + 28542E33845F2AF8A588E35090C66E0A /* RCTBridgeDelegate.h */, + 47300C2767D9505399E305410CC4C7D0 /* RCTBridgeMethod.h */, + 6920C02A5F5956A0390264E640C0B9EF /* RCTBridgeModule.h */, + 280654FCBE0913DC54C6CDA78B5693CA /* RCTBundleURLProvider.h */, + 9973EB72F97B4F9251AE038CA9E02F89 /* RCTBundleURLProvider.m */, + 4C12D2F649FCE22A455888A1E969C491 /* RCTComponentEvent.h */, + DD82588AC2076B1662424883141FFD22 /* RCTComponentEvent.m */, + 3BC7539FB80F8BCBDEEB4E166A15036C /* RCTConvert.h */, + 1734A0AE6F9DF0BF468BAFEB7D430A3A /* RCTConvert.m */, + E36009054E1FFCB58DB9B3BB9714D549 /* RCTCxxConvert.h */, + 786146B866CF521A81994E9F50622913 /* RCTCxxConvert.m */, + 0E58C96CDA56F63E2CE4F0D73A23A121 /* RCTDefines.h */, + AFF34968982BDBCFB8E19B39698372B6 /* RCTDisplayLink.h */, + F67D7AFF559B16B61F8BA8EBD50F0484 /* RCTDisplayLink.m */, + 3B2099D4C757AAB0D9F2E350C5EB6328 /* RCTErrorCustomizer.h */, + A9F3D8CE3395292F3E662044022C8A65 /* RCTErrorInfo.h */, + BCF2345A2EA02A64F30B955F622EF579 /* RCTErrorInfo.m */, + FF3B4CF63FA866DA003B4BB5AE662AA8 /* RCTEventDispatcher.h */, + EFC4985609864B233AA0967A35A7475E /* RCTEventDispatcher.m */, + 8134670AC6F55EBB0F4E64BC6FF4CF72 /* RCTFrameUpdate.h */, + 3A66EDBB330981F3DA95B2EDA14F11CA /* RCTFrameUpdate.m */, + 8200216619F2108FD97AC1FF61DBE564 /* RCTImageSource.h */, + ADE6781E53EB3E67579C6B6C030FAC93 /* RCTImageSource.m */, + A00DE769931FC6DE829514A38AA058C2 /* RCTInvalidating.h */, + B6E7F6CFF7243FCCB557211BFBC39627 /* RCTJavaScriptExecutor.h */, + 08063712435A35B0888B9B7E6FC2C8DA /* RCTJavaScriptLoader.h */, + D2E953FB7D2B868CC851F5A3913258C6 /* RCTJavaScriptLoader.mm */, + D800E2B3FE000AAFFF8124764DAF574B /* RCTJSStackFrame.h */, + 487E750A8155B4038C4510D12BC7FA1A /* RCTJSStackFrame.m */, + D8FFC5920FC0235633AB2A50C0700C3F /* RCTKeyCommands.h */, + F373606318091C64D597999803ADB485 /* RCTKeyCommands.m */, + E082D662966C508D951D9CD0D9C2EAEE /* RCTLog.h */, + 7A06B4F1CF0684015B0878877963A935 /* RCTLog.mm */, + AE6E23B77F7FD55BED26239ACD359A3F /* RCTManagedPointer.h */, + 0E19EE3FCE03EAE838447F0E063168D9 /* RCTManagedPointer.mm */, + 67C4AE197F2F4270AD29AE458014D5D3 /* RCTModuleData.h */, + 0E1C9947A2D5849DD68B9C1005A42612 /* RCTModuleData.mm */, + 3CC8A5E1F7160E71E4A976FD82B0814B /* RCTModuleMethod.h */, + 13187CC7C3D18C84AA6A39297545EC1C /* RCTModuleMethod.mm */, + 20D96057E8D38A7B6DA9AB4D27A89576 /* RCTMultipartDataTask.h */, + 7F61848737EFDD7070BDC3E278979E0B /* RCTMultipartDataTask.m */, + CB341B9DEC90F07ABD0A89BE587702B9 /* RCTMultipartStreamReader.h */, + AD20E09F0FE02C9FAA4E0DDE1869D0BE /* RCTMultipartStreamReader.m */, + 4FFF00649E4CAF904EB1C591DFA85238 /* RCTNullability.h */, + AC73932DB13C2FFCB3452CFEEAC680A4 /* RCTParserUtils.h */, + 217E1597E9C685C57A7E9ED756BD6EF2 /* RCTParserUtils.m */, + 28EA5D81C0557F3EC54098EF5A43E525 /* RCTPerformanceLogger.h */, + B773A8910CCA99ECC89E2A7DA066B7E2 /* RCTPerformanceLogger.m */, + DB2062E0D7315AA34648E455A6E299B0 /* RCTReloadCommand.h */, + 7F6C6C7719EA9A81F7D8C377F9661426 /* RCTReloadCommand.m */, + 4E91991D40236A446717C05DB53A8FDB /* RCTRootContentView.h */, + CAFE35CE5A47DAA149A25AFFFF772FC4 /* RCTRootContentView.m */, + F826F239F1818333D62B2F541F75E4C6 /* RCTRootView.h */, + FDE9126A93A984EF18E41B9D0692BFBC /* RCTRootView.m */, + ABC668DC426F8332543A65F54FCF281D /* RCTRootViewDelegate.h */, + F8D25CB766616C651F32FBDCF84AEEE4 /* RCTRootViewInternal.h */, + FAD2F71B23C0274678FD7F4994680EA9 /* RCTTouchEvent.h */, + C77C24556A53C47DF40E0A8E02AD3723 /* RCTTouchEvent.m */, + 552C78C6484E5AAA46853C4A11A084C9 /* RCTTouchHandler.h */, + BB52110DE8E2349D608ED3EB4782BAC7 /* RCTTouchHandler.m */, + AC76311E978D58E169180D737A245C5D /* RCTURLRequestDelegate.h */, + B207D4D004C38866ED1F31D7485BF0EE /* RCTURLRequestHandler.h */, + DD271C1F5DDAE181D2540027CC7958AB /* RCTUtils.h */, + 2C69B50911948AFF3F4A5C5FBD32B2C6 /* RCTUtils.m */, + 2E9EE5BA8DB4608918A7792F0BC4BDA8 /* RCTVersion.h */, + 06BC4A59920333D19413DD86CB3696F3 /* RCTVersion.m */, + C8C4F6CD61633AE4D2DF0A28EF27B590 /* RCTWeakProxy.h */, + 9FFC82B5E27A8347992ABB24503A3FE1 /* RCTWeakProxy.m */, + 10706D9F20449B801120AB8C1CF549BB /* Surface */, + ); + name = Base; + path = React/Base; + sourceTree = ""; + }; + 84EF0CCF30797383C2C7E81B777FC51D /* Support Files */ = { + isa = PBXGroup; + children = ( + 1BE77D3218DD612963BA380A7A6E2414 /* React-RCTNetwork.xcconfig */, + 4587B150FD3526CFF08F6177E7B34E5E /* React-RCTNetwork-dummy.m */, + 91001571139C2588EED45CB2B80C533A /* React-RCTNetwork-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + sourceTree = ""; + }; + 85D426E43C4EC03F441D348E488B4C77 /* rn-fetch-blob */ = { + isa = PBXGroup; + children = ( + 8A1C07A4A6A34D1CD9D4BB5D2516C977 /* IOS7Polyfill.h */, + C56EBCBD2F78347186FCB4464E9090B1 /* RNFetchBlobConst.h */, + EA06FB90254188CC7BD42C9ED915003F /* RNFetchBlobConst.m */, + 0036AEE678787725C977E1A36F674AD6 /* RNFetchBlobFS.h */, + ADB0E98F4BB29FE3E50EACF5482D4E73 /* RNFetchBlobFS.m */, + EC8A0114499BD3AA4D7BFD2A78FA01A3 /* RNFetchBlobNetwork.h */, + 6FE326C56F88E3DEB8D0E72F3704F5FC /* RNFetchBlobNetwork.m */, + 542B8057499DAA46276417BD7A79E572 /* RNFetchBlobProgress.h */, + 9C81C06F9CC5488C4F528E8CEEA36099 /* RNFetchBlobProgress.m */, + D0F943C780C47A9EBF2DC56C5DC75B33 /* RNFetchBlobReqBuilder.h */, + DF1715F2F79E73DD52ADEA3D557A2037 /* RNFetchBlobReqBuilder.m */, + 5DB94419CD67EC0E57F01CDB71BBEDFF /* RNFetchBlobRequest.h */, + CB2FAC3D6885A0D52E1EF69887F9E7BE /* RNFetchBlobRequest.m */, + 8D040F858ED73E05BC3142B18E1198AE /* Pod */, + 379037E9B123FC6C1C797A394B608FBB /* RNFetchBlob */, + 791392B9B9DBCC6FCB0871AC147CFBE9 /* Support Files */, + ); + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; + sourceTree = ""; + }; + 87BB553DDC920EB60E1136B01273A41A /* Video */ = { + isa = PBXGroup; + children = ( + 07CFB0E0B4BDEDA2A38B1B0CBE538C1A /* RCTVideo.h */, + 3D55E29C92A3F4B1A45380158662A057 /* RCTVideo.m */, + A086905870854E2803180C1E248E8B3E /* RCTVideoManager.h */, + 5A2F7C5A9ADE12C4E3B2379C05BAEF3D /* RCTVideoManager.m */, + 716A1455A0AB1C6D01F7DD42CCE95CA5 /* RCTVideoPlayerViewController.h */, + F3F09E1E0D4A503E5A78EF430C3B3646 /* RCTVideoPlayerViewController.m */, + D8EBF5FD098AF611C3BC2F90ED7D8C53 /* RCTVideoPlayerViewControllerDelegate.h */, + 48517FA6EAE6675023544BDCE0566F22 /* UIView+FindUIViewController.h */, + 20395FB1CD366D878DCC8C5C4C999A82 /* UIView+FindUIViewController.m */, + ); + name = Video; + sourceTree = ""; + }; + 88EE4D090D09DB08440B3F15009A7879 /* RCTWebSocket */ = { + isa = PBXGroup; + children = ( + 57857EA05E98C1B928FC3C5A62CA0C85 /* RCTReconnectingWebSocket.h */, + 417E8BFE0291B4472FA838818899FEA9 /* RCTReconnectingWebSocket.m */, + 3149F11E1549C357BC99FB243454991D /* RCTSRWebSocket.h */, + F24BC628BCF86EB456B021B4CC9BEDBC /* RCTSRWebSocket.m */, + 6F63C595C2EA0A71DB2735C63EAFCC1D /* RCTWebSocketExecutor.h */, + 530D57AB3979EFD0DAC18E8B0387EB2D /* RCTWebSocketExecutor.m */, + 9143C5908FB4D8E74749679BC33C2070 /* RCTWebSocketModule.h */, + 5611AA51C8CFA27C4D5DDB621C88F655 /* RCTWebSocketModule.m */, + ); + name = RCTWebSocket; + sourceTree = ""; + }; + 8963165DEE707C02723347653A333C92 /* turbomodule */ = { + isa = PBXGroup; + children = ( + 204E97715CEA215ABFE6E1BB7D3916AB /* core */, + ); + name = turbomodule; + sourceTree = ""; + }; + 8B0A7DE9DB41FBE5A459F89252C015E5 /* messaging */ = { + isa = PBXGroup; + children = ( + A59C301473B1E1E55A34B7372D5F6304 /* RNFirebaseMessaging.h */, + C814CFC1A87CD8295FCE71C6CCC1F35C /* RNFirebaseMessaging.m */, + ); + name = messaging; + path = RNFirebase/messaging; + sourceTree = ""; + }; + 8B711B28DCA40AE985CB0C7E8857587A /* storage */ = { + isa = PBXGroup; + children = ( + A93642CD6648E82CEE09E21F713FFDF8 /* RNFirebaseStorage.h */, + DA5F0022896D247ADE85F1FC69ECDB7C /* RNFirebaseStorage.m */, + ); + name = storage; + path = RNFirebase/storage; + sourceTree = ""; + }; + 8D040F858ED73E05BC3142B18E1198AE /* Pod */ = { + isa = PBXGroup; + children = ( + 1978F5D444E91A684F848FA06E0FED6F /* LICENSE */, + 285A9798A2D86767D7A292FE1D9CE722 /* README.md */, + CCEBFB155CE3EC65C612FD39B65A5D76 /* rn-fetch-blob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 8EBA10E27A934BAE7C8A29230A6FC712 /* React-RCTVibration */ = { + isa = PBXGroup; + children = ( + 5C1D1BE7C9966B221DE569ECEB4D3CF2 /* RCTVibration.m */, + E6070ED36DE72017F11D066978EC9B4E /* Pod */, + 5606C0BBFD6B8A7C7FF8DDAB4B1641C2 /* Support Files */, + ); + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; + sourceTree = ""; + }; + 906D040FAF8C08FE23CCFBFAFDB1A790 /* UMTaskManagerInterface */ = { + isa = PBXGroup; + children = ( + 1C19A9D6A260ADCDABA23FB407EF7B70 /* UMTaskConsumerInterface.h */, + B8490484C45BA8C5C92E38C7DC4749EB /* UMTaskInterface.h */, + E260163F6DC25EBEFFE6AD70DF5B209C /* UMTaskLaunchReason.h */, + 8281E77D7E53A625F1869EB290DB199C /* UMTaskManagerInterface.h */, + 69934BE6347DAEBFD2E16F9193359768 /* UMTaskServiceInterface.h */, + AC6C578E7DE2F96B25CEBC8591AE69CD /* Pod */, + C0FFA12C7BA90E2FACA6D09F6F4876A4 /* Support Files */, + ); + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; + sourceTree = ""; + }; + 90BB7544FD08C32FFC06A1F992914AFD /* Pod */ = { + isa = PBXGroup; + children = ( + B22E637E3FC4550D0FEFD5C1684784B4 /* LICENSE */, + 7FB101EFBA0B5E1ECE4294538126A463 /* README.md */, + D877708DFC8875A2D8659AB265506677 /* RNImageCropPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 90E40869C55D1CE3290FB28646FDCD05 /* Support Files */ = { + isa = PBXGroup; + children = ( + C0D61DC80278A4BBC9BA7185A8F3A0B1 /* React-cxxreact.xcconfig */, + 839A00AACC59C72809D6413C1673766E /* React-cxxreact-dummy.m */, + 55B22EB897B152DDBA298C12D3ECE6EC /* React-cxxreact-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + sourceTree = ""; + }; + 91221B945E10E6FC6AEAE1FC8479A232 /* UMViewManagerAdapter */ = { + isa = PBXGroup; + children = ( + 3755593CDB9E2AD6966475C8A7F9414F /* UMViewManagerAdapter.h */, + F373098BBF8F71646B24E94909B78342 /* UMViewManagerAdapter.m */, + ); + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; + sourceTree = ""; + }; + 9160F20DFF7DC7F1CACEE969035ACE20 /* Pods */ = { + isa = PBXGroup; + children = ( + D55310A3D7A33E73CB444A32C1FF022B /* boost-for-react-native */, + 532D65DCF750E9E2E8BE97FC42B35BCC /* Crashlytics */, + 588BB8EA70D0562BF2408368B973356B /* DoubleConversion */, + 54220516EB0979A39034CFA10C3D2092 /* Fabric */, + 5F64FEC8FB4233DE20828ABBFA0CEF12 /* Firebase */, + 54619EDD154634B16B1A2CD1E2D3F38D /* FirebaseAnalytics */, + 01A7461C3ACCF8ECB35555ED922F8825 /* FirebaseCore */, + 29CCB6618EF5BA556C5A34E647C5F5A3 /* FirebaseCoreDiagnostics */, + 5476F94A9AFF27699EE6C6E13433578E /* FirebaseCoreDiagnosticsInterop */, + 98796D2B4A35C296B4C2230305F1F484 /* FirebaseInstallations */, + 1F7EC6C11018294EBF40CA4AAD13152A /* FirebaseInstanceID */, + BE81D7E783097ABE8C9B3F942F42FC1F /* Folly */, + 55B18D8D8BE5E5FB139159F9864ED8CA /* glog */, + F4E8C74AE7E1C7626C68E1FBF69F4B75 /* GoogleAppMeasurement */, + 0EB22BBFAB12DE43BF0B817235CAED5A /* GoogleDataTransport */, + 34C9625F8E0C707FA11F358702EB8A04 /* GoogleDataTransportCCTSupport */, + 043F146E221D020B79B780B0AA0BA24D /* GoogleUtilities */, + BEBA91E83D1604502A927D103DA78889 /* JitsiMeetSDK */, + BE06AA569AB87C4AD6137682F7A41400 /* libwebp */, + 0B306EB60859A04AF7CB557F7C204072 /* nanopb */, + 18597F6C4B50A03F961BD4702AB28CEE /* PromisesObjC */, + F81EBDFF90F8EF7E9C7FD80A121F087B /* RSKImageCropper */, + D6F490C034FF3884052422C414FFF53A /* SDWebImage */, + 248C867CFC61347DCAF2D42E96528B93 /* SDWebImageWebPCoder */, + ); + name = Pods; + sourceTree = ""; + }; + 926212A0AEF581C6876E4164C0749DE7 /* UMModuleRegistry */ = { + isa = PBXGroup; + children = ( + 1C90C59259D92D210C0F029BED26A1B7 /* UMModuleRegistry.h */, + 6812983EE2AFE8C95A06E38C75B88694 /* UMModuleRegistry.m */, + 3D951480F892BE81EC44F26A081C5205 /* UMModuleRegistryDelegate.h */, + ); + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; + sourceTree = ""; + }; + 9263BE8DE7CEDF3D92831474EE4412B9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8C1B775426912FC023387FF831D96595 /* react-native-orientation-locker.xcconfig */, + C5F1A58BB6ED4B9FA7894540D6B6095B /* react-native-orientation-locker-dummy.m */, + A9B6E9D6AA56035FBC360658336093BC /* react-native-orientation-locker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + sourceTree = ""; + }; + 93FF1883F6A41BDE0B5B1EE549ED7EB6 /* Pod */ = { + isa = PBXGroup; + children = ( + E143925B59A5A1BAEDA8D409F2505453 /* UMReactNativeAdapter.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9467732B6D0470FF20E9677C6DACC57F /* UMAppLoader */ = { + isa = PBXGroup; + children = ( + 88086D10AEE8A22D3132E28EDB996BA3 /* UMAppLoaderProvider.h */, + EEBA21C2ABED57C6474F653A70AC35DE /* UMAppLoaderProvider.m */, + 20061CC3B252E8B2B100A20BE2A2DA84 /* Interfaces */, + DC107D5408D048BECC80CAEAE94824CC /* Pod */, + 202477105C56BF03B3D9CC1885D5A0AA /* Support Files */, + ); + name = UMAppLoader; + path = "../../node_modules/unimodules-app-loader/ios"; + sourceTree = ""; + }; + 95321B4DF45C0F05BFB6477385B7086F /* Pod */ = { + isa = PBXGroup; + children = ( + 251517E5F1BD8410E8CD3FD93A7D9435 /* React-jsi.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9560E2C255ED145E1B385B858A2B164A /* RNScreens */ = { + isa = PBXGroup; + children = ( + 95048AB5EC80A6FD7899DF9300FAA430 /* RNSScreen.h */, + B8DEA0D80A18F8535E7EC25234F2FD81 /* RNSScreen.m */, + 49C5DB264A324E20ADB75ECB2ABF90AD /* RNSScreenContainer.h */, + 4537D660F139B7A00246C28ED343398A /* RNSScreenContainer.m */, + 6B1A001AF3971D6A74C0EB5FDA87A732 /* RNSScreenStack.h */, + D0AAE68DD397D2CA1FAE9DF98CD3C212 /* RNSScreenStack.m */, + A04A060236236CB1CC69946A6634F6AB /* RNSScreenStackHeaderConfig.h */, + EEF05BEAD756F0B2BA71E8B39C067F78 /* RNSScreenStackHeaderConfig.m */, + D06473E9C42061F1C6EC4051EF5AA20F /* Pod */, + B76DC88883A73DD992DD1CA264C0A51D /* Support Files */, + ); + name = RNScreens; + path = "../../node_modules/react-native-screens"; + sourceTree = ""; + }; + 95AFE9051BF9A54D6048FEE37B4A44E4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 89BDBB64C1BC5D1BB4F805ADB841AA0B /* EXImageLoader.xcconfig */, + 9683C6DA2A8F45520D195D28F24C9D3D /* EXImageLoader-dummy.m */, + 14FEF3C6698DBDC33B81DE2123CA78B5 /* EXImageLoader-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXImageLoader"; + sourceTree = ""; + }; + 964A49BC0AEC05794E9EABB0689632C6 /* Nodes */ = { + isa = PBXGroup; + children = ( + 5562CE4C83195E3FCB9425A9BCBA9F4B /* REAAlwaysNode.h */, + 9D746F514705510EAC14794BD0BBB40D /* REAAlwaysNode.m */, + 021D3A238914E4C4396D0F66537A9862 /* REABezierNode.h */, + 0E7130322F2B2B2F8C06DCD1A9288949 /* REABezierNode.m */, + 19D524162E9BCD6EFFAF8E0F4EC7355C /* REABlockNode.h */, + C672F0A851D2744AEC819BE7EB761550 /* REABlockNode.m */, + 777241DBD36766002052A8E89DE1A923 /* REACallFuncNode.h */, + 72C30B866F76C047B4905813640327C6 /* REACallFuncNode.m */, + 6AA8C8AC1D1EE68AA78B317A9950864E /* REAClockNodes.h */, + 9034F938C79589876C34B7C8D5FE8E9C /* REAClockNodes.m */, + C05FA934427F21B6B65325D242CAB121 /* REAConcatNode.h */, + 51FE99C186FAFDE2DE32D2A15112FE62 /* REAConcatNode.m */, + B022624C369BE97CC1724F31C0B7275E /* REACondNode.h */, + D0B6EF8F03028FC6F7F2C227AA0305ED /* REACondNode.m */, + 300E13D8CD9ABBBE84F65966C2E2D89F /* READebugNode.h */, + DF6B7C1BA29606ABCBFF86F436B3E338 /* READebugNode.m */, + 1231FB2390229D9B8DCC2C8E8015FA4B /* REAEventNode.h */, + 8DE57EFED7D3E7D955E4CC9B7B9F335F /* REAEventNode.m */, + C5E8BA85ED91CBA07263CB3BC35294D8 /* REAFunctionNode.h */, + E83456EAECC433866101BCF8436F8600 /* REAFunctionNode.m */, + B38DB33F670C531001C821BB7D7613C9 /* REAJSCallNode.h */, + 28A3A0F3FBDD846FCD47AC077B8777B3 /* REAJSCallNode.m */, + AA5A5CE2053BA64187F6CAB446174B8D /* REANode.h */, + 85831CDFF1F97D05F42E20822080C13D /* REANode.m */, + D11352460D45BF5E088E22D1C62A7CAE /* REAOperatorNode.h */, + 646273C14DFF10D35676293DE6BD04CA /* REAOperatorNode.m */, + 9F82FC92BBAA394A3778E3F395619E6D /* REAParamNode.h */, + 5A9AB10A51330DF7904DC4C0C9AE6EBD /* REAParamNode.m */, + 8D9A79D228495E5315B0BA3E59908CBE /* REAPropsNode.h */, + 62F3F46BC10E918E6774D29E2338B7CA /* REAPropsNode.m */, + 2C538518209552D98575CD695F5E613F /* REASetNode.h */, + 2B3A82089B5A614E7E34AF6F3B858EA0 /* REASetNode.m */, + 669C987C4F92702E7B0DFEF7CAAAB0F1 /* REAStyleNode.h */, + 95169C2ACD0CFD69D3DA2A7C1BA063BB /* REAStyleNode.m */, + 41DC7C4805BBBD20FFF14A0764206278 /* REATransformNode.h */, + FD50D6AB7F115CD02425C3732120EE43 /* REATransformNode.m */, + 2E74CC6C78C61B321EC7A75976A2BA08 /* REAValueNode.h */, + 04EA08A77D9346780B4B301D8DE2F6B8 /* REAValueNode.m */, + ); + name = Nodes; + path = ios/Nodes; + sourceTree = ""; + }; + 98796D2B4A35C296B4C2230305F1F484 /* FirebaseInstallations */ = { + isa = PBXGroup; + children = ( + 7D0B134B634581BF0AB4FFB905334766 /* FirebaseInstallations.h */, + C99B6ED7E39443CBF47A64AE5D60CD8E /* FIRInstallations.h */, + DC834FE770DBAFD4CAD544AB5F592ED4 /* FIRInstallations.m */, + A0EA3217B857F6515E5C3725E793D70A /* FIRInstallationsAPIService.h */, + 4B019F88D183D8F0E9D8BF083F3699B1 /* FIRInstallationsAPIService.m */, + 30B6C6D8A65E6CF1025DC7B7A6DEE0CD /* FIRInstallationsAuthTokenResult.h */, + ABFDDF7E2B4A60522C6DC5915D034318 /* FIRInstallationsAuthTokenResult.m */, + A8C2E718EEB7FC61E0AF4FF7745365F7 /* FIRInstallationsAuthTokenResultInternal.h */, + 0E28FEB864CD8E6FC7A5CD387F3CE7FD /* FIRInstallationsErrors.h */, + EB70BE00723008AAD156EB27A07FE171 /* FIRInstallationsErrorUtil.h */, + FC39B30F26E84F6B31EE5DC99AA7A735 /* FIRInstallationsErrorUtil.m */, + 5A09F908C75D99E518BBF382A235C2DB /* FIRInstallationsHTTPError.h */, + 505638042E3CDED31ED33340DD6E648E /* FIRInstallationsHTTPError.m */, + 289A7FAC33616CEAE154163C9869020A /* FIRInstallationsIDController.h */, + AA4F5619775B05EAF3BD82EDACD91B98 /* FIRInstallationsIDController.m */, + 06736283C77882D931377C3AF94D64FD /* FIRInstallationsIIDStore.h */, + 0B1BB1A3C8627427538472C2BEF119CE /* FIRInstallationsIIDStore.m */, + 09A8F5B7DA6974622D6C9A6189F7FAEE /* FIRInstallationsIIDTokenStore.h */, + CC36153E97819CC766DFEB874BBF6500 /* FIRInstallationsIIDTokenStore.m */, + D3ABC6469D72A242803A91AF2DA0B153 /* FIRInstallationsItem.h */, + 43E958E567C22BA0032023C305BEC2AD /* FIRInstallationsItem.m */, + 8E8C019C75FF4F789E40C8784D2EEB25 /* FIRInstallationsItem+RegisterInstallationAPI.h */, + C422929093AA864A077D3201B48F2AD0 /* FIRInstallationsItem+RegisterInstallationAPI.m */, + 01FEFA98B5E8668AD537CEE144C68D35 /* FIRInstallationsKeychainUtils.h */, + 4341798946137AA9F80EA098E35B9931 /* FIRInstallationsKeychainUtils.m */, + E2E3C8E6D99317CEB9799CEDC4EF10E0 /* FIRInstallationsLogger.h */, + 999C11E9F0B6529BC62034D8CCC9BC0B /* FIRInstallationsLogger.m */, + 6129D17144193C727D68FFB158130674 /* FIRInstallationsSingleOperationPromiseCache.h */, + 677829C82932437E90068CC931C2D606 /* FIRInstallationsSingleOperationPromiseCache.m */, + 226470D5AC918D710F1EE1BDBAADC256 /* FIRInstallationsStatus.h */, + E146C49FCEE4ED98740C53D8AF16B54A /* FIRInstallationsStore.h */, + EE1AB32C49A2A285235B4FDC69A39BAC /* FIRInstallationsStore.m */, + C4FFE67DC13EEC2EBC31ADD1DEBB2A2A /* FIRInstallationsStoredAuthToken.h */, + 9FE7CAD15D46DC8EB22E034ACFB28888 /* FIRInstallationsStoredAuthToken.m */, + 4A7647A1716C841E08616F47541DCD7B /* FIRInstallationsStoredItem.h */, + C7EFB60008DF9B71E0BF22DE8B9F1110 /* FIRInstallationsStoredItem.m */, + 668DB3196C8AC5E9F322863CBC018C56 /* FIRInstallationsVersion.h */, + 81B9283887252C3A5BFACBC794BD9596 /* FIRInstallationsVersion.m */, + 3831B2A00965967014DC2303A0B27F59 /* FIRSecureStorage.h */, + 2987EA104168329CA646DE0B0609C594 /* FIRSecureStorage.m */, + 6B316D4F61F7D349A2A4EEB4B290CEE6 /* Support Files */, + ); + name = FirebaseInstallations; + path = FirebaseInstallations; + sourceTree = ""; + }; + 98A72BD4C5F972695F4EA1F709A1721E /* Pod */ = { + isa = PBXGroup; + children = ( + C883296A23EF56DBAACC037EB2F126E6 /* React-RCTText.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 99370FA83969D3CC02D4E1D0894B1592 /* Text */ = { + isa = PBXGroup; + children = ( + 69CDFAD076C44A8B83929C1858218924 /* NSTextStorage+FontScaling.h */, + 68D81A512B718B97E473BF6AB68B9261 /* RCTTextShadowView.h */, + E67E3486091E43C85BFCF40124719261 /* RCTTextView.h */, + 1A5CE5EDFD4CC2026BCE5EFAD0A77B9F /* RCTTextViewManager.h */, + ); + name = Text; + path = Libraries/Text/Text; + sourceTree = ""; + }; + 997FBCD8BA4E893331F3CE04C6A71953 /* Handlers */ = { + isa = PBXGroup; + children = ( + 423068FE4F3C20C5F41CFAD48E84FAB3 /* RNFlingHandler.h */, + 71C744BC48D090FDA675214EA23FD003 /* RNFlingHandler.m */, + CB3B48E6147457728CB56CE1BA95DF0F /* RNForceTouchHandler.h */, + 5043F25CA2387BAADA8248011A6F6F29 /* RNForceTouchHandler.m */, + 25CE33BA1C7530FA89B2ACD4901E2FC9 /* RNLongPressHandler.h */, + 788CFE3DEE3D8B745B436F4BFEBA494A /* RNLongPressHandler.m */, + 06B669943C192B510CD5FC44F1C41A75 /* RNNativeViewHandler.h */, + CCD877C48A8ABBE187C4342B50541B21 /* RNNativeViewHandler.m */, + CF7E45F6AFE55A0A4D7B73EC61614501 /* RNPanHandler.h */, + 4C3527A0392AEA73E382892C501CD079 /* RNPanHandler.m */, + D43239CC218A848CC0C62AF8E7DE48D7 /* RNPinchHandler.h */, + F08F8876D360987112249A47F58AACD3 /* RNPinchHandler.m */, + 8CCB10093C9FD906C746FB03D4746CD9 /* RNRotationHandler.h */, + 8DC9D1A3E4C33F5500BE62E412F6184B /* RNRotationHandler.m */, + 4F8B76502130DCE8FFBDE5B203C05202 /* RNTapHandler.h */, + 34051B0AED319EEDA4682DBE6B0DACF9 /* RNTapHandler.m */, + ); + name = Handlers; + path = ios/Handlers; + sourceTree = ""; + }; + 998B245C1C4E5B16778E38252EA8BC1A /* Pod */ = { + isa = PBXGroup; + children = ( + 42FC65C380FA892135A8809B9B3C7B35 /* EXWebBrowser.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9A60F0DC53F9869AA3ECB1569DF7BBD1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 96B4AB7518B0AEE8B1100BFE3AEAF45A /* React-RCTAnimation.xcconfig */, + 52C6898186BEA2843E1035FAEB3A1194 /* React-RCTAnimation-dummy.m */, + 8504C4E59129798303C42087774AE39D /* React-RCTAnimation-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + sourceTree = ""; + }; + 9A75682BDDD099E71CEDE4F2707A9909 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8246F155AFFCEEB02887B1984FAA718E /* rn-extensions-share.xcconfig */, + 69228D228ED58E48577E1E205972A156 /* rn-extensions-share-dummy.m */, + 74960A6AFF7C5E7BE62D3AD8B288441B /* rn-extensions-share-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + sourceTree = ""; + }; + 9AF2F23D9F1CE9F3364B0C6842A25BD8 /* Pod */ = { + isa = PBXGroup; + children = ( + DB4B7F718D04544A607726F62CEE62E1 /* EXAV.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9B11A30CDD5D16559F81BCF0B50C99C6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1F450F79CBFC71A87ABA69D18AF64C1F /* React.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; + sourceTree = ""; + }; + 9BCEFBA6F728DA1423C8D80E348E9F24 /* Support Files */ = { + isa = PBXGroup; + children = ( + 979A76AD19363B9D26207764CC5EE2C2 /* FirebaseCoreDiagnosticsInterop.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; + sourceTree = ""; + }; + 9D1531AE4007A2A9148FB10841984118 /* Pod */ = { + isa = PBXGroup; + children = ( + 2087216659EAF014239AA1836737C53A /* LICENSE */, + 470F371E639027FF1C469A71B508C9C9 /* README.md */, + 9A64BC837A4F96368E4BA3ADE5592C95 /* RNVectorIcons.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9D2BC5367D11C623B7A7CC1EEB3764F1 /* Support Files */ = { + isa = PBXGroup; + children = ( + AD2CDF92D73070FFB5EE0C531BCFD946 /* UMFontInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + sourceTree = ""; + }; + 9EA5F86655592B693DE74D95DF3A3C23 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 210731369AB3AD93BEB294C250CD20AA /* JitsiMeet.framework */, + 0752B852E884FC47B65B0C2D2105EE8E /* WebRTC.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 9FF2C41B6ED144A870F7B91DB6AFB084 /* Pod */ = { + isa = PBXGroup; + children = ( + D812DE14C212897CCAE48C3C86A22F2E /* UMFileSystemInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A2B2C6BB2D2ED0D117626553849F6920 /* UIUtils */ = { + isa = PBXGroup; + children = ( + 2E1B3EDEDD84F4299867D29A64BE66EC /* RCTUIUtils.h */, + 76EE11B53ECF038B91DB707CBB618F95 /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; + A2FB0CE39C25D5B14C2A122CEEE49CEA /* React-RCTText */ = { + isa = PBXGroup; + children = ( + 7DA09F9FC1A6B126F51A2733487247C5 /* RCTConvert+Text.m */, + 77C391A3102EC9FFECFDA582C1B03FD4 /* RCTTextAttributes.m */, + 2D15A88F8C4F9A95B7399F85BEDE6B00 /* BaseText */, + 98A72BD4C5F972695F4EA1F709A1721E /* Pod */, + 0A30D3C6A0F222E474D2865155DF04AD /* RawText */, + 15CEE78E3FCAEDC7C07E9349C8F8A604 /* Support Files */, + 0C4E5B60EEA29CC3C72E554E753FDE08 /* Text */, + 598BA6722DA56E24941E48729D2269C7 /* TextInput */, + 24278B3338F91956F9A83861F54C84B7 /* VirtualText */, + ); + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; + sourceTree = ""; + }; + A3BD729ABCDCC75E18F10BEAC7E5934E /* Support Files */ = { + isa = PBXGroup; + children = ( + 68A4D0305A3CA5885A1016E9E2C7286E /* react-native-background-timer.xcconfig */, + FA6E41E23B34CFFF4C7E7BA11E408967 /* react-native-background-timer-dummy.m */, + E57AE608C40F62CF73A0A12F5C3ACA23 /* react-native-background-timer-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; + sourceTree = ""; + }; + A3BFA6BE46F300B5C00E4AEA98954E35 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7272F183AACAC14F1CF2105ECF6297FC /* react-native-keyboard-input.xcconfig */, + F33070115C54647302E7B680A145468B /* react-native-keyboard-input-dummy.m */, + 7F75A01222D62B6C5AEFF81CD3B869A3 /* react-native-keyboard-input-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; + sourceTree = ""; + }; + A59C9E778C256BEA6C4A98325EAB714B /* vendor */ = { + isa = PBXGroup; + children = ( + 53130E49370A5BFFFB78F348B6304236 /* bugsnag-cocoa */, + ); + name = vendor; + path = cocoa/vendor; sourceTree = ""; }; A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */ = { @@ -10944,128 +11168,71 @@ name = "Targets Support Files"; sourceTree = ""; }; - A5B8AB97BA05633A698A3020F24039F1 /* Modules */ = { + A5D3C5912FC95990E4865544214A5913 /* React-jsi */ = { isa = PBXGroup; children = ( - EBC7B2F4677382CBD60210CA455E8F86 /* RCTAccessibilityManager.h */, - 4CC1D16019A96C865667CB57CCF23519 /* RCTAccessibilityManager.m */, - B038F44ABE2A3C6093324D530ABFE312 /* RCTAlertManager.h */, - 5915477795932526EEFC89FBEA7B82AC /* RCTAlertManager.m */, - F8B7263BADCFD744E32F1CC23ECA5549 /* RCTAppState.h */, - 9C7E01E3156F2137645C0D6C51F90EB6 /* RCTAppState.m */, - EC7F2D94E3973F2448BF2399A82AEAE0 /* RCTAsyncLocalStorage.h */, - D800362A1EAC706DB637DDDA815FCB64 /* RCTAsyncLocalStorage.m */, - 801E99A21664D8D68B2DACB0704F68A0 /* RCTClipboard.h */, - D38935DB2A21836A8A17D87C02FE8DCC /* RCTClipboard.m */, - 8E13BA75043295B8C6EA26BBCE451CC9 /* RCTDeviceInfo.h */, - 10781EC5358906306658F75464CEAB50 /* RCTDeviceInfo.m */, - 1588722AC1F1877FF162DB4503545D65 /* RCTDevSettings.h */, - E1AC7446DCA0665C90D621BE057E9256 /* RCTDevSettings.mm */, - 3AF5E0FDB28083ECE7863DC7831470AA /* RCTEventEmitter.h */, - A798D3BC0A968E1D468B9F1BE57782DE /* RCTEventEmitter.m */, - 5F172B9DBE8D23302C6B8A44AE928388 /* RCTI18nManager.h */, - 5F0FB6B1D273917FA9C0F1B70ECFCB3F /* RCTI18nManager.m */, - 772720108593E953F4093B30981FFD2D /* RCTI18nUtil.h */, - 3D4ACA40E9618BFDDDAB6169A365CC8D /* RCTI18nUtil.m */, - 659DA3653F4F72A99996761FA56C4DBC /* RCTKeyboardObserver.h */, - 8E5496FD4962BCDE6FDFEF4257C4A257 /* RCTKeyboardObserver.m */, - FB7CEE5036E73D34C54DE51B53DA7EE3 /* RCTLayoutAnimation.h */, - F8F37064246BEE9F8C7A69671281433B /* RCTLayoutAnimation.m */, - 657929BA048F6BF2E57ADF4C9CD39799 /* RCTLayoutAnimationGroup.h */, - 62E11190F74476BB4254611B685A5685 /* RCTLayoutAnimationGroup.m */, - D32FD2DC67C23F6E6A8180188AD1592C /* RCTRedBox.h */, - A61A2F8B6DF63BCB408BA44CF8062CE2 /* RCTRedBox.m */, - 4BBFBE789BEF0674A3F1A44F89494557 /* RCTRedBoxExtraDataViewController.h */, - 59DD6416FA43F3F675F005EF8FD3F328 /* RCTRedBoxExtraDataViewController.m */, - 1AF7C413C7FA2654A5538A174E57FF11 /* RCTSourceCode.h */, - 215BA62B612524467633014B1E139B0D /* RCTSourceCode.m */, - AF1D3A7E4F081812185DAEB37EE6E065 /* RCTStatusBarManager.h */, - BA44C408D387162B22E4CD223D65C7B2 /* RCTStatusBarManager.m */, - 118A76D5450D2D9A30DAD8E065C92CCB /* RCTSurfacePresenterStub.h */, - 69B055354EAE4BA62853C728881ACD3A /* RCTSurfacePresenterStub.m */, - FF905AF5FDF55125E6D055EEB4E6D87B /* RCTTiming.h */, - DA46EC3F7B4ACC9EE9EFC228D62084F1 /* RCTTiming.m */, - B90B4942E1ED0199158E5ACC0EF66E35 /* RCTUIManager.h */, - FA3C9C05A2745796C90E164493003F98 /* RCTUIManager.m */, - 3C936AB33DF656FAF2C5EAB8138CA869 /* RCTUIManagerObserverCoordinator.h */, - 4FEADA75A15417B8AAAADA6C46C6DBB7 /* RCTUIManagerObserverCoordinator.mm */, - F1591CF497A71B0B4B05EFD3E3656A52 /* RCTUIManagerUtils.h */, - 29296F8F060C36B7C0B8B12AD859654B /* RCTUIManagerUtils.m */, + DBA79DCBFDE0F5CA840BF7EC8649F63B /* JSCRuntime.cpp */, + 7B78F20857A4C7463E80D357604DE7B4 /* JSCRuntime.h */, + 657DC15FB5EC162E18117CEA4C4C2E5B /* jsi */, + 95321B4DF45C0F05BFB6477385B7086F /* Pod */, + 1BD7AB1C10E6FB8F4D7E137FB3209C57 /* Support Files */, ); - name = Modules; - path = React/Modules; + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; sourceTree = ""; }; - A62C13346C97FB929652EC1F1713E53C /* Pod */ = { + A68B918FDF7156DE9B52F25B4ECDC865 /* EXAV */ = { isa = PBXGroup; children = ( - B440325A10B029C79737D862E693796A /* LICENCE */, - 8D4FB13C673E905FB20F81C28D9B6679 /* react-native-cameraroll.podspec */, - 351675B33C756AF5361F3A72F375E758 /* README.md */, + EF8CA3F3380206E36F78E2DADFF25213 /* EXAudioRecordingPermissionRequester.h */, + D3E6D03C20ACECAE030550547CA1E339 /* EXAudioRecordingPermissionRequester.m */, + 066CA46EC4E3C3080CF06433222E437E /* EXAudioSessionManager.h */, + A64C866B4047D0514B63E16B07FB086E /* EXAudioSessionManager.m */, + 3B1BF033A6168167BD3A578A80C37D50 /* EXAV.h */, + 50381F0689C5591A2CFA421478473E73 /* EXAV.m */, + 3ECC4817DED5EF3C8305E0B1E51CAB24 /* EXAVObject.h */, + 1C10B5A48784E792CA65B3D54A32EE31 /* EXAVPlayerData.h */, + B29E9B69763520242F449457640639CB /* EXAVPlayerData.m */, + 9AF2F23D9F1CE9F3364B0C6842A25BD8 /* Pod */, + 275BCA3B036E61742C28AEF972887AF7 /* Support Files */, + CA068D98FFDD4CC8B6D7314BD7C65AA1 /* Video */, + ); + name = EXAV; + path = "../../node_modules/expo-av/ios"; + sourceTree = ""; + }; + A845D3FF3EF01697BA9A78146D2004A0 /* Pod */ = { + isa = PBXGroup; + children = ( + 4D3F207EF3F8FA675C7BF65FC1C38065 /* LICENSE */, + 1603306E49903190875AC507DE2217E9 /* react-native-orientation-locker.podspec */, + 17901D0F238BCABF5F4FF54F39027B17 /* README.md */, ); name = Pod; sourceTree = ""; }; - A718D11B54AC65BB9896DBA26EC395C4 /* Support Files */ = { + A8495183D521095FB5AD07803F03194A /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 3A0DF83220F1B3829DBA4156BBB386E7 /* RNGestureHandler.xcconfig */, - 687A41FEC3A047663FAB081DC2F60CE6 /* RNGestureHandler-dummy.m */, - 588755B3754A6DB230AE8F9E6402F292 /* RNGestureHandler-prefix.pch */, + 80A2424271BAC935A2EA038E05CD2945 /* RCTBlobCollector.h */, + 1DB7F9426084901C06D6B3D810431E36 /* RCTBlobCollector.mm */, + 31EF0BEB53628F3F62B196C7F169532C /* RCTBlobManager.mm */, + 7F44A2F55853EE6E65FA192264929F10 /* RCTFileReaderModule.m */, + 4E8FA752AF2F99F1C9188913CA37EB0B /* Pod */, + 4BC6E5F648873F6C9EF3FA1566BFBB7E /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - A72C662DEB69E045721B286ADE1B6D22 /* Support Files */ = { + A89929660B3FDA2AF0D5E8784ECC1D0A /* perf */ = { isa = PBXGroup; children = ( - 06BDE908A3E04767FA0717BD6D74A719 /* RNVectorIcons.xcconfig */, - 8E13103EBBAC3CC02469B4EE37E8FCDE /* RNVectorIcons-dummy.m */, - 59D7B48D028CE1B663314427A679E875 /* RNVectorIcons-prefix.pch */, + 3B421201BC61B8A0A51E7C35E7439D26 /* RNFirebasePerformance.h */, + 703E633D67D09CCA45C691AFEF430AF5 /* RNFirebasePerformance.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; - sourceTree = ""; - }; - A8186EDD0FA77C2DB3EF37A65D27093E /* Drivers */ = { - isa = PBXGroup; - children = ( - 927C17DD6B309124DF54EAD8D4F887E9 /* RCTDecayAnimation.m */, - AD04C1BFC9C5F281657981675CDCA95D /* RCTEventAnimation.m */, - 4518AAEDC4391458D6489E7697479069 /* RCTFrameAnimation.m */, - 9754CCB1B41C75728B6A02F4FFF969B1 /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; - A82E022078BADCE51C793274FF9AFF8D /* RNReanimated */ = { - isa = PBXGroup; - children = ( - C9CD2D78E8F41D39A64B4383E335683A /* REAModule.h */, - 706F9976E2D7AAA380D98FA3C76F52EB /* REAModule.m */, - 8F8D67059CA3241FF449AFB5ADB16969 /* REANodesManager.h */, - 0929481204407C90D1661AFC8B0305EF /* REANodesManager.m */, - 33C49BFA8F277312FB304C11F979AF90 /* Nodes */, - 4B66572C07E264459E4647ED964458C5 /* Pod */, - B05602ABB715CCCDE8BDB495CB73FA66 /* Support Files */, - CCDDAAE69E1395EE41AE31D3FD03FAB5 /* Transitioning */, - ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; - sourceTree = ""; - }; - A8786A9739F351000CC7B97C0FA2ED67 /* react-native-background-timer */ = { - isa = PBXGroup; - children = ( - 6467BFC418094BBA82ED699AF2F84AF9 /* RNBackgroundTimer.h */, - 958A538964B046F5FC63A884FA9D441F /* RNBackgroundTimer.m */, - 15DC3C6BB12D3D8C419EBD198E67A719 /* Pod */, - 7F37CB0903896965A1D1E3252A578D9B /* Support Files */, - ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; + name = perf; + path = RNFirebase/perf; sourceTree = ""; }; A8C71C322026C911F1F90E2B03F26405 /* Frameworks */ = { @@ -11076,6 +11243,29 @@ name = Frameworks; sourceTree = ""; }; + A8F11DA5FD09758723E1142FEF85DB69 /* React-Core */ = { + isa = PBXGroup; + children = ( + 47B66F2C9006D5F2F2E0925262742204 /* CoreModulesHeaders */, + EFF363D4A2ABF985427048873F7ADC19 /* Default */, + F79BD2BD74956D79C039615BB2F612E7 /* DevSupport */, + 7A72C780DA45812C85D2D2D9B7FE6336 /* Pod */, + D55FD50A813CE81764D8AD5B14D65C16 /* RCTActionSheetHeaders */, + F28C3B78ECE85EF6CB12E5D27BC16787 /* RCTAnimationHeaders */, + 7EF5C62967B7C207E85006B06828B379 /* RCTBlobHeaders */, + BEFA474A22B69034D2CD338306D577FF /* RCTImageHeaders */, + 76A751CD9C29E3A03B36E20E0DF4C932 /* RCTLinkingHeaders */, + 0D757575D006C36AF5CA1329845EEDF9 /* RCTNetworkHeaders */, + C870152CE6300E3695F14BDD3BF506E1 /* RCTSettingsHeaders */, + 198989861E3A46A532780C47C718A1BB /* RCTTextHeaders */, + 77D7A6DACCA2327E48F765FDD2A4B172 /* RCTVibrationHeaders */, + 88EE4D090D09DB08440B3F15009A7879 /* RCTWebSocket */, + 6EB2A42B3680DA986C24F2D4B3EEDA70 /* Support Files */, + ); + name = "React-Core"; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; A93FC5B030CC5395435DD39670F9E756 /* Support Files */ = { isa = PBXGroup; children = ( @@ -11085,21 +11275,12 @@ path = "../Target Support Files/Firebase"; sourceTree = ""; }; - A96923899F2F14E2364CB7C8325C5577 /* Support Files */ = { + A944F15A2548E423B7704E391A961344 /* Pod */ = { isa = PBXGroup; children = ( - 4F4C6E57AC99298022B09CF2374E728E /* react-native-orientation-locker.xcconfig */, - A40D49376282675A8A1608198C4819B7 /* react-native-orientation-locker-dummy.m */, - D9A8502E9AE2B82E3B1A952D5000C0ED /* react-native-orientation-locker-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; - sourceTree = ""; - }; - AA3E7AE0231288897DE76CDABB551CB3 /* Pod */ = { - isa = PBXGroup; - children = ( - 4AB9E9CA09E9781500458F00D906FB44 /* EXWebBrowser.podspec */, + 4BB4B698D12F67FB4917C3F562A99FC5 /* LICENSE */, + B666367F2AEF02583A749EBEB324CAE6 /* README.md */, + 47C9A56AE8F147AA3E3F43ED4FD5F8EC /* RNReanimated.podspec */, ); name = Pod; sourceTree = ""; @@ -11250,194 +11431,171 @@ name = Core; sourceTree = ""; }; - AB377B3B92224DFB1AF61E3C42865A4C /* RCTTypeSafety */ = { + AA50523176CC36493EC84FFAC0338782 /* Requesters */ = { isa = PBXGroup; children = ( - F6C495F26CFBEFBC26967005E92B0173 /* RCTConvertHelpers.h */, - EDBAC99A7274E858D9F6D3A2910C2E1D /* RCTConvertHelpers.mm */, - A8E7C9A1C152FB2C9A1CBC1BE0C1D48F /* RCTTypedModuleConstants.h */, - 2F41EAF7D54D08571323E5F785BD3EEE /* RCTTypedModuleConstants.mm */, - B68067CA807F7B14A302B72645ECBAD6 /* Pod */, - 81D9F6114CC5D0DDC7794C49F61CFC52 /* Support Files */, + C5DBF438A45A754FF69BFE3D149EAE12 /* RemoteNotification */, + 23AE92A2D0CB07FD71099B5E472CC1EC /* UserNotification */, ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; + name = Requesters; + path = EXPermissions/Requesters; sourceTree = ""; }; - ABCBE9BCACE873B6BB605D5DE98C22EA /* Support Files */ = { + AB56AC2A3CB128D22769D17C41A71EBE /* Services */ = { isa = PBXGroup; children = ( - 59D02771C01E48498F859538F8184216 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, - 882E9C8F4668EAE72A264FA716EFE3F2 /* RNImageCropPicker.xcconfig */, - 262A578D9D6A95FA9D2C63A74A12B843 /* RNImageCropPicker-dummy.m */, - 0A82093132C2C256F2FA5D3B65FD62D4 /* RNImageCropPicker-prefix.pch */, + 3D94F8669BF7E0B52C69D8ECEC6FB1D4 /* UMLogManager.h */, + 63CF31F397DF0BDE9FB607FC2E3007A9 /* UMLogManager.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + name = Services; + path = UMCore/Services; sourceTree = ""; }; - AD45E2D9087363D280450BDF56E68CA8 /* Pod */ = { + AB6EBD11F4B5566581CF04E0230ACAA4 /* Pod */ = { isa = PBXGroup; children = ( - 8547386EC742745D31300181ACD1066E /* UMCore.podspec */, + 3CD5C994FB3DA894D19C17ABD9E48DA8 /* React-RCTAnimation.podspec */, ); name = Pod; sourceTree = ""; }; - B02E5B3AC1BFCED3D92AC1C87235253B /* Views */ = { + AC6C578E7DE2F96B25CEBC8591AE69CD /* Pod */ = { isa = PBXGroup; children = ( - 20B89E66A01DCF69DB5C84DFEAF3C692 /* RCTActivityIndicatorView.h */, - BF5CBB0DE4D0AA9DE287CF7AE6A51CEF /* RCTActivityIndicatorView.m */, - 773D91497860302EEC08AB5AEE213413 /* RCTActivityIndicatorViewManager.h */, - 4C648EE5AAA2B5DF6168714E9EFEBB57 /* RCTActivityIndicatorViewManager.m */, - 60133F456FF78804F9AEE4D2C3B11678 /* RCTAnimationType.h */, - F65F1F278B0F93DF76C27745779138E5 /* RCTAutoInsetsProtocol.h */, - 736077A8246C8154580EA08DB05C35BF /* RCTBorderDrawing.h */, - 00D78A4B0214C7CF7F25E5312572EE0C /* RCTBorderDrawing.m */, - 15D44666109AB3610BC6DEF28C5CA237 /* RCTBorderStyle.h */, - F5AAC602913992146864B8C3BB903AB4 /* RCTComponent.h */, - 4E92E29D5A6756A75844E6E90EB02976 /* RCTComponentData.h */, - 3972A87C0C31E6D865566FB1C97594D7 /* RCTComponentData.m */, - 2BC5EF86275F965D3421C5818AB69340 /* RCTConvert+CoreLocation.h */, - 2C17ABAB606722715420D6708B76E113 /* RCTConvert+CoreLocation.m */, - 48609FC6A9DB5548BDEC23FCA011708E /* RCTConvert+Transform.h */, - 97BC1C8A76869E6D037D92F566BDDC8D /* RCTConvert+Transform.m */, - 93C3F265E963792B616A869437DF3D6F /* RCTDatePicker.h */, - 6AD46E5BD03286A699768842ABBEB548 /* RCTDatePicker.m */, - 1231B98DC8FA463C5147C87F53A7B0CD /* RCTDatePickerManager.h */, - 13FC99CB679FAF0B279975B449E1D487 /* RCTDatePickerManager.m */, - D50D717ED039514E7E3EF72E9ED56463 /* RCTFont.h */, - 117823082507FF2CD3810DE8A924654C /* RCTFont.mm */, - 3E13F2680B890F89ED3CAA5AB74573C4 /* RCTLayout.h */, - 8C51D6EBAB67D41940C272A7960AEFC9 /* RCTLayout.m */, - C72F668DD60E0AAB30EDB1330EFA94FA /* RCTMaskedView.h */, - 15C1E533EFB2551229D5D8018377F547 /* RCTMaskedView.m */, - A65519711D7E6514127CE6BBFACA6EE4 /* RCTMaskedViewManager.h */, - 7521D31F3A9E79D6E0C978B3EEC1436A /* RCTMaskedViewManager.m */, - 0060ACFCB7F4DE84A9C2625491EA6A6D /* RCTModalHostView.h */, - B7E0EB48FBFC098528F3AFFD3FF860C5 /* RCTModalHostView.m */, - 7D6700C73A21F270ADADE2937AD41BE0 /* RCTModalHostViewController.h */, - 8D7233787C00DF7D995ABCCA5B3EB617 /* RCTModalHostViewController.m */, - 354570A9B75704AAC869CD4A66F043E9 /* RCTModalHostViewManager.h */, - 50980AAB9368C75899714BEE65A19973 /* RCTModalHostViewManager.m */, - FF2321EA1129CD7B9A3C570468E6AD70 /* RCTModalManager.h */, - D66376417C047FE531FA96D8FE8291E2 /* RCTModalManager.m */, - 8EE0DB3A20DEA4CB06D26C4EED1FA386 /* RCTPicker.h */, - F3BEBAA5D1ED553CB8FCF2B22DF6606C /* RCTPicker.m */, - F174D9CC21F0D1762B87F5D148999515 /* RCTPickerManager.h */, - DE94B45B20EBA3A79B75B576DB1CE5B4 /* RCTPickerManager.m */, - C3AF558283E7E128FB626F24EDADC103 /* RCTPointerEvents.h */, - 9FFBBF90E279EBAC6C6E5B68B7943051 /* RCTProgressViewManager.h */, - 52D23EDA5F884C3239B077C15910ECC1 /* RCTProgressViewManager.m */, - 242B18E8C5CE1CDEE3BF9A0CCB1AC607 /* RCTRefreshControl.h */, - 4A49957A6E59C86F1A4F1583FB7FD8F4 /* RCTRefreshControl.m */, - 69B44F6867FDC888D9B3E778B0CC86DA /* RCTRefreshControlManager.h */, - CCA75C4910342977B6F64CA73A753E66 /* RCTRefreshControlManager.m */, - 606613496D858DA774ED2305077A99F6 /* RCTRootShadowView.h */, - 4C62A883CE89818A80C430CA55152373 /* RCTRootShadowView.m */, - F75E382715FBE5250A79F0C98DE6E678 /* RCTSegmentedControl.h */, - 1530FCAA091AB1F8F8F266BFA7BDFA14 /* RCTSegmentedControl.m */, - AE1C1F5B1636218DCEC267CBFC409026 /* RCTSegmentedControlManager.h */, - 0BAEFD4C4562C5D193B2D14D21D30A0A /* RCTSegmentedControlManager.m */, - 8AA8BCB483CB0B37699373BE5950DB82 /* RCTShadowView.h */, - 6CF13AE017A0A23961BB8B7EB170F98A /* RCTShadowView.m */, - DA9AAE44CF3B1F9CBD5F932B34C3A912 /* RCTShadowView+Internal.h */, - C64D7B0743BF13D2875ED1AD6F5B1BBF /* RCTShadowView+Internal.m */, - 0357F2904793AF75BF705D34080B39A7 /* RCTShadowView+Layout.h */, - F75184F86F3E79DE210E71936545C57D /* RCTShadowView+Layout.m */, - D7B69490D4E712916566E0CCCDF08953 /* RCTSlider.h */, - 8CA0C9A7CC0AC4898AE2F9A566726C4C /* RCTSlider.m */, - E5C7FEE81D653379FD6F11F5976D61FB /* RCTSliderManager.h */, - 0552660F46727BD283F8A428044D8013 /* RCTSliderManager.m */, - 861210F0BE7A71097101B88DB973BF08 /* RCTSwitch.h */, - F20F066B0F018C6B2B233B5AA947D408 /* RCTSwitch.m */, - D2E9528C15F34FC663E46FCF92A0ABB1 /* RCTSwitchManager.h */, - 42DF9032CA32383CC1CF121CF6BEF124 /* RCTSwitchManager.m */, - ECF350EEF9D4CB89A936158E831C3E76 /* RCTTextDecorationLineType.h */, - 309BA5AC5996A59987DC5FC2AA555F5F /* RCTView.h */, - D89B07927047B4DADE70F271874C1179 /* RCTView.m */, - 333C8FCC3D51249171A72DCE9A5EEE18 /* RCTViewManager.h */, - 36B4707E6C2B2E5939A8D58E98A7930E /* RCTViewManager.m */, - EF1F0F24D6B249F14C0FFA5C73F33D1C /* RCTWrapperViewController.h */, - 37ACBA7F8BB60C087B592CF49B2BDCBF /* RCTWrapperViewController.m */, - B244A2A0B9030A23EFCCC664D154DC51 /* UIView+Private.h */, - D88A8CB93215FC62B8F7F4B729D1A2D3 /* UIView+React.h */, - 151FCAEAB01057A6DFAF66D7094DF371 /* UIView+React.m */, - 3BF0EA6928A58A20352AA515D94834FB /* SafeAreaView */, - 738D7C374CE849CBD7E89140967869F6 /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - B05602ABB715CCCDE8BDB495CB73FA66 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2F0027FFFA10DB9DCD0A6F3347CF8702 /* RNReanimated.xcconfig */, - E921DC8EDE043AA484BBA1A749AC157E /* RNReanimated-dummy.m */, - F7D4F70EF52ABE13A3914E7AF82CDDFF /* RNReanimated-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; - sourceTree = ""; - }; - B07AC8F4290C2EA3DBDCF7B8566997C1 /* VirtualText */ = { - isa = PBXGroup; - children = ( - 89AFB173CF329C6B51A398514E06ECCC /* RCTVirtualTextShadowView.m */, - F095906BDA3965C76D41B3547C91D8F5 /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; - B15AD51A5DF18F95213308993EA15FFC /* Support Files */ = { - isa = PBXGroup; - children = ( - BE07A41A7E2BE53BFC6B0863EDD5137C /* React-cxxreact.xcconfig */, - 070F4DA174D42E2375C1E26D009B3DE9 /* React-cxxreact-dummy.m */, - 087D122178ED9A990BC9A3E85FEA2EBD /* React-cxxreact-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; - sourceTree = ""; - }; - B1665F87F8BA2F486556E521D84802C7 /* Pod */ = { - isa = PBXGroup; - children = ( - E5878A1E7D3087A8215BF63C5CAA5193 /* LICENSE */, - 7F2B27C002C382F3CAF553F080C2E896 /* README.md */, - AF2A59648637F747F242FC3FCD695827 /* RNVectorIcons.podspec */, + 1BA9DA3049A7B31EA6AEEE1FF96B91F3 /* UMTaskManagerInterface.podspec */, ); name = Pod; sourceTree = ""; }; - B1E872E40803773336EDBDB75702C67F /* react-native-video */ = { + AD2553C1438E6E4EFEC8D7A87DAA1C37 /* Support Files */ = { isa = PBXGroup; children = ( - 15B0FD077CFC5788A5954EC9F4B593CC /* Pod */, - 5CA86C622EA350271608F251A866DEE0 /* Support Files */, - DC3F6B2FAE740701720365BAD2F818D5 /* Video */, + FE997B88F2CDCED8F816B2BBDD413FC7 /* react-native-slider.xcconfig */, + 0624EC83F8BA9DDD82C75BD1368A4942 /* react-native-slider-dummy.m */, + 453F56DEA38AA67D6B9BD7BF720E29BB /* react-native-slider-prefix.pch */, ); - name = "react-native-video"; - path = "../../node_modules/react-native-video"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; sourceTree = ""; }; - B21C9D07D1FB01FF18C9E066375C0924 /* LNInterpolation */ = { + AD85E3CC465B636DD729EBA6D7AFC85D /* RawText */ = { isa = PBXGroup; children = ( - 8D88E63A793A46AE2A8E4914AF3394BF /* Color+Interpolation.h */, - 48B9ADB111EAAA20CF02AC1AC415BD12 /* Color+Interpolation.m */, - 9554C2907C9D9E8F76D8D70EA7EE6249 /* LNAnimator.h */, - 0BA0CDC92F4D7E062A8E3BD5ECA5BFFA /* LNAnimator.m */, - 405EA870C2BB4F89E5D6CD159F4CFA9E /* LNInterpolable.h */, - 5B0CD88C65A8CB1C23C2AEB4992F49E0 /* LNInterpolable.m */, - 39AD9D7041B853DF12888ADCD3801AEC /* LNInterpolation.h */, - E569D86CD050677F1EF7A85AF453CFA7 /* NSValue+Interpolation.h */, + E6B2FAB6C78DAD30C101A8E0C7C8ACE0 /* RCTRawTextShadowView.h */, + 686B2034BBE247CCD34FA7167EE6C12A /* RCTRawTextViewManager.h */, ); - name = LNInterpolation; - path = lib/ios/LNInterpolation; + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + AD8D59B618E20E1C04B73AB391C9E42F /* React-CoreModules */ = { + isa = PBXGroup; + children = ( + 7DF3EC3740C96B26BCF2805EA83CA564 /* CoreModulesPlugins.mm */, + 854137F5C0ABC4A4846F9700635C0DFF /* RCTExceptionsManager.mm */, + BE3583A41F596110133CCBC8DDC04DCD /* RCTImageEditingManager.m */, + 4F3DF8CC066372315A0987F5ADAB7C79 /* RCTImageLoader.mm */, + E55C212DD52DAE10D8D1AF4C1840B73F /* RCTImageStoreManager.m */, + 7108B03339E820AA6C483739E8F8F9C3 /* RCTPlatform.mm */, + E314FCF847B717D507A8ECDFEA1C5CF1 /* Pod */, + 58563AE314719F1C5AE43BAE63AA5A3A /* Support Files */, + ); + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; + sourceTree = ""; + }; + AE915D0B820949DB75A2D75AF6796279 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1DF544D039334F425AEA394890EE3BA1 /* react-native-document-picker.xcconfig */, + 796D6FF12732B49AFA11231E67982356 /* react-native-document-picker-dummy.m */, + 9315C39C62536FC92B607DED8993B973 /* react-native-document-picker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + sourceTree = ""; + }; + AEC2091BFDCE204886DE9120B26F30FA /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + 1FA9A20AB47A7A1EAAA6D8FE40813C35 /* RCTDataRequestHandler.m */, + 5BE307A8282194964DBE9E8481B9E1B0 /* RCTFileRequestHandler.m */, + 7F54A517880631FC3AB3FE31EDD25CF2 /* RCTHTTPRequestHandler.mm */, + 0515730473F4E50F849E1EB2361EC5F0 /* RCTNetInfo.m */, + 11F111103A19458BC91CBDEFB769696D /* RCTNetworking.mm */, + 02226A43F8307859A386CB61543C5E17 /* RCTNetworkTask.m */, + 7C95DA71CEC87E4BA640419C2BFB1FA4 /* Pod */, + 84EF0CCF30797383C2C7E81B777FC51D /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + AF0501B9ADCB974172C7AAA504AA2D7F /* UMSensorsInterface */ = { + isa = PBXGroup; + children = ( + E8A0264BD294739E1BB1C2D47520BB86 /* UMAccelerometerInterface.h */, + BA437AC0E4FDCFCC84857B227572A0F9 /* UMBarometerInterface.h */, + 32BFE4D89F4AE73699767169772A6AE6 /* UMDeviceMotionInterface.h */, + 6010993E0A783FD97974261D42AA7374 /* UMGyroscopeInterface.h */, + 8C27643E34012E7108D62962B6B6918D /* UMMagnetometerInterface.h */, + 18FCBF0B93070E0145B5194E6B7B9866 /* UMMagnetometerUncalibratedInterface.h */, + 7F86DF399B8DB342D6BD33EBC85B772D /* Pod */, + D603A09B76B2BA8B76DF88D06A1DFA24 /* Support Files */, + ); + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; + sourceTree = ""; + }; + AFE65677D56ACA09C70C7E28BACC425D /* firestore */ = { + isa = PBXGroup; + children = ( + 55F1CA98B31C6CECD26788DBB866F396 /* RNFirebaseFirestore.h */, + 84E70303C82DADA2DA050C280492E26F /* RNFirebaseFirestore.m */, + 70527C4CB499808627EBE0CEA40D0252 /* RNFirebaseFirestoreCollectionReference.h */, + 7A545AFD8FE1AABA0B0D87E164A89FAD /* RNFirebaseFirestoreCollectionReference.m */, + 8F5398B210CBA961523993A242B13978 /* RNFirebaseFirestoreDocumentReference.h */, + 2B68F2825A5F62FCD233C7EEDF9B82D2 /* RNFirebaseFirestoreDocumentReference.m */, + ); + name = firestore; + path = RNFirebase/firestore; + sourceTree = ""; + }; + B093999EA790249FAF463220521385A4 /* Pod */ = { + isa = PBXGroup; + children = ( + B574A2614695898261919756FB40E3D9 /* UMImageLoaderInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B22FF4A473CD51DD3C31378A55968E47 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0764C74C255EA604FCBA84129BEADD2D /* RNVectorIcons.xcconfig */, + D3166CC11D7171E4EDBB61B8556955AD /* RNVectorIcons-dummy.m */, + 55497B8716FC1CA5C77BF7D5671EC736 /* RNVectorIcons-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + sourceTree = ""; + }; + B23D620BDA6334266A94D11DD64A3215 /* RNFastImage */ = { + isa = PBXGroup; + children = ( + A7B18A8AF8D4C770AB7976F1BD5A587C /* FFFastImageSource.h */, + F8F3511A7A0CDB5CD0A574DA1AAA97D1 /* FFFastImageSource.m */, + CCB2A41EEB91EB3807C5482F1A31903C /* FFFastImageView.h */, + 7C9259CE14FDF2FF3EDE76809513EB2A /* FFFastImageView.m */, + 471AD333F94D649505072A135F27151A /* FFFastImageViewManager.h */, + E59E8413EB76AA9A0ACA30CD21A916DB /* FFFastImageViewManager.m */, + EC14FEAF264818E7E570224ACC8BFD4D /* RCTConvert+FFFastImage.h */, + 86B5F738702AFE3D8F90BAD8BFD61770 /* RCTConvert+FFFastImage.m */, + 32C750659D275C2C0EA7339F4B03568F /* Pod */, + 4845F9D2D753ECCE58C8D9D72422B421 /* Support Files */, + ); + name = RNFastImage; + path = "../../node_modules/react-native-fast-image"; sourceTree = ""; }; B2951A464D62F689D3C6044C7F73302B /* Frameworks */ = { @@ -11448,85 +11606,119 @@ name = Frameworks; sourceTree = ""; }; - B34945BD3380F76C26DF4ACCF60C6D1C /* RCTRequired */ = { + B2A26CD551E54C2C1813EFEAD961CD08 /* RNImageCropPicker */ = { isa = PBXGroup; children = ( - 7A6789E68DF4AAD0DFD8FA5B9FF2B754 /* RCTRequired.h */, - 9D97246403426DF0F2CBA4FA32E78DAD /* Pod */, - 6333BC07A24B777CCDFD15F4BCE5E2B7 /* Support Files */, + 92313FE1AAEFAC337407AC82B920B585 /* Compression.h */, + CA0884EEE65265D9C1173315898C715F /* Compression.m */, + 35A9DF7A800D0D82E8400F538C8B28EA /* ImageCropPicker.h */, + D6289D1457043A92CBFCBF02944CE384 /* ImageCropPicker.m */, + 2E7A2E2AC47B7F0AEE9D9E54095643D5 /* UIImage+Resize.h */, + 803AE5834C4E91DED51B2FC9ADFF2954 /* UIImage+Resize.m */, + 90BB7544FD08C32FFC06A1F992914AFD /* Pod */, + 3CD27FDEE527DCF039DB157BC84C390C /* QBImagePickerController */, + ED24AEAB39060E1724BF45F091B4D7C0 /* Support Files */, ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; sourceTree = ""; }; - B68067CA807F7B14A302B72645ECBAD6 /* Pod */ = { + B397576D54F99BE6B3A0265CDB86D9BC /* fabric */ = { isa = PBXGroup; children = ( - 3E92E96817582040994DF0D989214349 /* RCTTypeSafety.podspec */, + 2051A4A0C13C98C781BE0FD4281E279F /* crashlytics */, + ); + name = fabric; + path = RNFirebase/fabric; + sourceTree = ""; + }; + B4A5F45A9E9B62BFC13C20E11D584CCE /* DevSupport */ = { + isa = PBXGroup; + children = ( + 1B762AC40BC975F6953559AAEA9DA262 /* RCTDevLoadingView.h */, + 1F325A2E92471F8C9A2034C213E23677 /* RCTDevLoadingView.m */, + FDB10C3A017B3DFF534B9D8ADD932C16 /* RCTDevMenu.h */, + 79D38FA4D831B0DF6C21AE95B915D46E /* RCTDevMenu.m */, + 5A7C248BADF3865A6618EF2C69F7E05D /* RCTInspectorDevServerHelper.h */, + DD6E3E7D56FED8F8A3BAE1742C879BE0 /* RCTInspectorDevServerHelper.mm */, + 7B9BAFFB20E75D4AC984487B5BB9A004 /* RCTPackagerClient.h */, + BC7FB46749CEB238F31830ACF280624A /* RCTPackagerClient.m */, + AC7A1ABFFBAE81D95EB7D34A5A84E6BF /* RCTPackagerConnection.h */, + 00CAF1D34389375225EDD890D60EACCE /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + B6C27CF08DCFF69E58AB487E22C1195A /* RNLocalize */ = { + isa = PBXGroup; + children = ( + 12D02610BE157E747D2067DF8797C640 /* RNLocalize.h */, + F6627C545F0044B75E15296F257929F5 /* RNLocalize.m */, + E3CB10AEBB6C3219A8AEF9673E036B49 /* Pod */, + 5A85F47B6E9732D806BBD0D60DD0A792 /* Support Files */, + ); + name = RNLocalize; + path = "../../node_modules/react-native-localize"; + sourceTree = ""; + }; + B6FFCE5824FDD0AB5EDF222D3A5FE0DA /* RNFirebase */ = { + isa = PBXGroup; + children = ( + 77CA10718DB1A0C7E6A87F0F720C0ADD /* RNFirebase.h */, + 563B523AF5F9F59912F84B869AA67C55 /* RNFirebase.m */, + C0595D2F60A504CEDCF98DBC6C2E2792 /* RNFirebaseEvents.h */, + B53D4196483103E20CC3895A19D7515C /* RNFirebaseUtil.h */, + 51A510BB7901A687F6D704C090BF5DBB /* RNFirebaseUtil.m */, + E39B88C9816CD5856E69CC47B09B69C9 /* admob */, + 5D5F5AFD3AED91E98EA71AFFBE1B4FED /* analytics */, + 6B5256DAB3FED095B1611234FCE68927 /* auth */, + D5217E07AE52B8254893EE415E4118A7 /* config */, + 4AA7A2C153BA4DF34C688AE6120CA868 /* converters */, + 35B49F5FFE023F91B61C46A0A0677F32 /* database */, + B397576D54F99BE6B3A0265CDB86D9BC /* fabric */, + AFE65677D56ACA09C70C7E28BACC425D /* firestore */, + 38753B5D39666D18A3B6CAB0EEFD9A90 /* functions */, + 0519BCF2CC425E73BBFC88DDBD46E891 /* instanceid */, + F17570E75B49AEF379AFAEDDE0AA48C4 /* links */, + 8B0A7DE9DB41FBE5A459F89252C015E5 /* messaging */, + CB80E06798B737768D0EE96E27AE633F /* notifications */, + A89929660B3FDA2AF0D5E8784ECC1D0A /* perf */, + C1B62AE2950A8CA17B48DDA024DC7F45 /* Pod */, + 8B711B28DCA40AE985CB0C7E8857587A /* storage */, + 4F8BBADC6C0DA1DD0E0165A06997F368 /* Support Files */, + ); + name = RNFirebase; + path = "../../node_modules/react-native-firebase/ios"; + sourceTree = ""; + }; + B76DC88883A73DD992DD1CA264C0A51D /* Support Files */ = { + isa = PBXGroup; + children = ( + 2230B03BE8991D2B9453D1367C83808B /* RNScreens.xcconfig */, + E5C0B0A941461267A103EFB48484C56E /* RNScreens-dummy.m */, + 9CCF8D5B02E013026830BC2E0685339D /* RNScreens-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; + sourceTree = ""; + }; + B832734F7C3CC42382705C3FC1928702 /* Pod */ = { + isa = PBXGroup; + children = ( + 909F788ADA611566390BEBF1E97A2246 /* RCTTypeSafety.podspec */, ); name = Pod; sourceTree = ""; }; - B79DBA2AB47499BB433C98EB6567959E /* RCTWebSocket */ = { + B8662F96699262D7CDE400929D0F2EFD /* Pod */ = { isa = PBXGroup; children = ( - DBE6E85653366321A31E90396130F69E /* RCTReconnectingWebSocket.h */, - 13B96040DC69901B1C2CD26E570EEB47 /* RCTReconnectingWebSocket.m */, - A472BB9384B83E73AFAE0B367EE088AD /* RCTSRWebSocket.h */, - ECC27A56848B03CC648EC2BF28BCC55F /* RCTSRWebSocket.m */, - 064AC547DFF8127EEE541F3A1B437236 /* RCTWebSocketExecutor.h */, - CDB5F578E2042E693A3F18E5B3DA855A /* RCTWebSocketExecutor.m */, - E40D66AD3F0AA0EC528EA8FA8910211C /* RCTWebSocketModule.h */, - 405CD50CB99B3F8DFEC76511A7B8A317 /* RCTWebSocketModule.m */, + D76353E9B31FDBD0A1036D11A35B0552 /* LICENSE */, + 75AD64A166DF3FF036B7EB4B22388CF8 /* README.md */, + EFE28B08DDD3051D4C21D10B1530AB83 /* RNGestureHandler.podspec */, ); - name = RCTWebSocket; - sourceTree = ""; - }; - B7BE8DFAA2AD11763B7912752135C3DA /* EXAppLoaderProvider */ = { - isa = PBXGroup; - children = ( - A3909AF4DCC56DEC8BD614F01AECA9B0 /* EXAppLoaderProvider.h */, - 65D183BDB3EBB6B36FE89D8168848CA3 /* EXAppLoaderProvider.m */, - 4959A9D24132890691AF88E4AD67A636 /* Interfaces */, - 92BA217416E46D586AD7103A6DBB7E28 /* Pod */, - CF2A8F498C3CDE5043DC85D9A8DC61E4 /* Support Files */, - ); - name = EXAppLoaderProvider; - path = "../../node_modules/expo-app-loader-provider/ios"; - sourceTree = ""; - }; - B881DF2FF11A7B61D83886479266B643 /* Brushes */ = { - isa = PBXGroup; - children = ( - 236C579C9D265168EDE8DB0F896CBBAA /* ARTBrush.h */, - CC3A25758C48E41849D21816D17AE1E8 /* ARTBrush.m */, - 9AD4CB6111497F53E4A5BB288BFD3461 /* ARTLinearGradient.h */, - D87EC78B85E8485FBD61F0D265007A55 /* ARTLinearGradient.m */, - 77327992D03EFF43D7486B0D4DF8FFAB /* ARTPattern.h */, - F254BA39B80F635278F87ECA06DBFD0D /* ARTPattern.m */, - 2AFEC36A329F7F411B66663877EE221E /* ARTRadialGradient.h */, - B13AF61B2C73376A40B9B8A94305983D /* ARTRadialGradient.m */, - 5AFAD101DE817A8C09E6DCDB6C006CB5 /* ARTSolidColor.h */, - 8EEAC5F08D6B4D9AF7534012B48BB559 /* ARTSolidColor.m */, - ); - name = Brushes; - path = ios/Brushes; - sourceTree = ""; - }; - B8F89FFC1BE6749DC8CAA37B16AE61B4 /* react-native-appearance */ = { - isa = PBXGroup; - children = ( - FFC5D879ED9F5C124C1039F164C7B009 /* RNCAppearance.h */, - 21199E18BA11E7D9DFB4E16A495239DE /* RNCAppearance.m */, - ECAF2F04ACCF39BF7E4DD7FBF6BE4009 /* RNCAppearanceProvider.h */, - CB45C71AA8B34A612BAED8BF10703C66 /* RNCAppearanceProvider.m */, - 9AD1E67D6C1F41C818BB20DE61AAF67E /* RNCAppearanceProviderManager.h */, - 343F28199569171A7F9EEA6E15511B0B /* RNCAppearanceProviderManager.m */, - 195E608FEFFC6177D6727580B75A402E /* Pod */, - 0508C6F7F75B0ED9A5694EC465B998C8 /* Support Files */, - ); - name = "react-native-appearance"; - path = "../../node_modules/react-native-appearance"; + name = Pod; sourceTree = ""; }; B8FD7B66934E4234AD5AB2D5EE791A85 /* Support Files */ = { @@ -11540,14 +11732,6 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - BBFF655567CB14D7432C188C1C518533 /* Pod */ = { - isa = PBXGroup; - children = ( - CDF181DFCA63D1C13DCE1BBC296EF995 /* UMCameraInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; BD2D1D74DC7B94DF4049B5D3BE7A4B0E /* Support Files */ = { isa = PBXGroup; children = ( @@ -11614,16 +11798,25 @@ path = JitsiMeetSDK; sourceTree = ""; }; - BED2C0FBBE99BB99619F4B9BE5A2927F /* RNAudio */ = { + BEFA474A22B69034D2CD338306D577FF /* RCTImageHeaders */ = { isa = PBXGroup; children = ( - 66A3C30FAD3141239D732D294DFC5598 /* AudioRecorderManager.h */, - 0EE0EFB192D6A4057750293E76172B93 /* AudioRecorderManager.m */, - 7F8FEEF189E6A6AEB5889E74EB968FC3 /* Pod */, - 793D0C511A174B029CA0E428B1CAE4A7 /* Support Files */, + 6C9E54AD8B41D0C5767C7A07792FF8A2 /* RCTAnimatedImage.h */, + 63C04C9B808242A07812EE94BE482F00 /* RCTGIFImageDecoder.h */, + 4F79D12827D685E7336B5329A37851D0 /* RCTImageBlurUtils.h */, + 70950053816887A6954C4F28F3B68053 /* RCTImageCache.h */, + 979F8F7FCE58E9A2AC564E172E069713 /* RCTImageDataDecoder.h */, + CFF6C5FEBA77BC2E8951FC79B34E88E0 /* RCTImageLoaderProtocol.h */, + D0C5472A2621B7D14535D32C7F005C79 /* RCTImageShadowView.h */, + 59D99653C038F838A82E5EFF0C321F93 /* RCTImageURLLoader.h */, + 8D8C0E9C7C4ED804863EB5057FE496D1 /* RCTImageUtils.h */, + 6B58CF705D6278253C186C6E616EB8BF /* RCTImageView.h */, + CEDBA84A1F5B47029EDB87F08D3929A7 /* RCTImageViewManager.h */, + 1D2308A6F26544E607E45B047E910138 /* RCTLocalAssetImageLoader.h */, + DE05C87555688FF24DEF167EEFF2E549 /* RCTResizeMode.h */, + 0B32CE21976E9E9D0ECF62099636E0D0 /* RCTUIImageViewAnimated.h */, ); - name = RNAudio; - path = "../../node_modules/react-native-audio"; + name = RCTImageHeaders; sourceTree = ""; }; BEFB2B9B5280E10F649378C9E3C14871 /* decode */ = { @@ -11633,83 +11826,64 @@ name = decode; sourceTree = ""; }; - BFEE45F1AAED6EDEAE970DDF52C1F61F /* RNVectorIcons */ = { + BF0227FF44857CC3FEF39A64B3576681 /* react-native-slider */ = { isa = PBXGroup; children = ( - 0BE9428A6197F293955DE9F6417A0F5F /* RNVectorIconsManager.h */, - D25CB0CC8CE447B4C42427B04DFA8320 /* RNVectorIconsManager.m */, - B1665F87F8BA2F486556E521D84802C7 /* Pod */, - 129CA80BAC5EACA37391B771D9FFB7FD /* Resources */, - A72C662DEB69E045721B286ADE1B6D22 /* Support Files */, + 0D1DE266071B6B3F0DF6EFAD39C2915F /* RNCSlider.h */, + 237A1CC6D459F6C0934647A1B05F8B77 /* RNCSlider.m */, + 4DB898BA3530108074EAAD5490EFD23F /* RNCSliderManager.h */, + 64C48D8D013E8FE6E0BC2EE32C9C0330 /* RNCSliderManager.m */, + DF25F2EAD2298F20C09553F1EED6E84B /* Pod */, + AD2553C1438E6E4EFEC8D7A87DAA1C37 /* Support Files */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; sourceTree = ""; }; - C09C751793502FF761871B3B557A739F /* Support Files */ = { + BF3427921F7C07DEFE41B3CC80B4ED1D /* Pod */ = { isa = PBXGroup; children = ( - 1079B8B6C30DFB82CE00FBEE2735966C /* React-RCTLinking.xcconfig */, - C46431CFE02C9A38B7F8ACD3747A235B /* React-RCTLinking-dummy.m */, - E22B3EB392ABB38E366C116EA756EF58 /* React-RCTLinking-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - C17F0C741A0D2F404A1F81E891AD6317 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2B403A7E880375608506A45DE05EC20B /* EXFileSystem.xcconfig */, - 76107D98663D0AAB38C7B9B963D90872 /* EXFileSystem-dummy.m */, - A049DCD752ED73A3C3142911E583CC30 /* EXFileSystem-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; - sourceTree = ""; - }; - C2174660A9E901666950E37667D95458 /* Support Files */ = { - isa = PBXGroup; - children = ( - D051CE3F548B77940F8E4B0E54D0A708 /* EXWebBrowser.xcconfig */, - 8959AF48FDC941E794274BEA913493C8 /* EXWebBrowser-dummy.m */, - E2AC3A79DBAB72A429EBF14D12AAC4FF /* EXWebBrowser-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; - sourceTree = ""; - }; - C2C269465549A56BEF729055333BF83B /* React-Core */ = { - isa = PBXGroup; - children = ( - 7B14295CEB66078EF0F3A22C714C083E /* CoreModulesHeaders */, - CD29E27897DC159247E17F62E554A32C /* Default */, - 5BC84B20A147F43812CDB5B6EB0DEF95 /* DevSupport */, - 8B31B9A1C772B29CDE4B5047E73CC1D2 /* Pod */, - 01F8A9FEBA82F0D1CE024EEC79C178A5 /* RCTActionSheetHeaders */, - 95D5B36387E87767B9FB7CCD5DDEF04D /* RCTAnimationHeaders */, - 4F965C8E1C4E9AAE8A2DBDACDF86E4FC /* RCTBlobHeaders */, - 47384517E877F69FF0829F827FE8F393 /* RCTImageHeaders */, - F93F20133C27896750343DF37AB93802 /* RCTLinkingHeaders */, - 7BBE028CA50936D7A6FDE48491CCF099 /* RCTNetworkHeaders */, - 2BDBF1D61D16E1861A4310E8D28A6B14 /* RCTSettingsHeaders */, - 82FEAA7E6DAD85A7E10A730FED87CEE7 /* RCTTextHeaders */, - 66C91488E43BC5C77B1FA962169D5A3A /* RCTVibrationHeaders */, - B79DBA2AB47499BB433C98EB6567959E /* RCTWebSocket */, - DAE247AA05E0554740C37E6DF25B6E01 /* Support Files */, - ); - name = "React-Core"; - path = "../../node_modules/react-native"; - sourceTree = ""; - }; - C390A4C3844BEC34B1A05C5F05EC9280 /* Pod */ = { - isa = PBXGroup; - children = ( - 29CF9A5137C788E777B3CFA9D6621816 /* EXAV.podspec */, + CE5EA316A2E1C3F6BCEB417F73B7C7CB /* EXConstants.podspec */, ); name = Pod; sourceTree = ""; }; + C0FFA12C7BA90E2FACA6D09F6F4876A4 /* Support Files */ = { + isa = PBXGroup; + children = ( + FFBE366BE491287C13480544CDF01F43 /* UMTaskManagerInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + sourceTree = ""; + }; + C1480F45EB7E3E22CC87E2AABA76A0DC /* Pod */ = { + isa = PBXGroup; + children = ( + 039F8CCF120C1DF125B71E7498805BE2 /* LICENSE */, + EAD97441CC320A33DF4D6CF5244D8890 /* README.md */, + 949E9A305D19F1E2BF149A0814E591B0 /* RNAudio.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C1B62AE2950A8CA17B48DDA024DC7F45 /* Pod */ = { + isa = PBXGroup; + children = ( + 2BA2F409468E004767A27422AEB33494 /* RNFirebase.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C457462B0ED6025ECC609E14CFB85393 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1C4CF928A9E88CA633B6F95DA4751A46 /* FBLazyVector.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; + sourceTree = ""; + }; C5AC19D7A9D457167D564B1E75C41A57 /* encode */ = { isa = PBXGroup; children = ( @@ -11717,88 +11891,37 @@ name = encode; sourceTree = ""; }; - C621711C72CCEECB2747920B1775F252 /* Pod */ = { + C5D63C9FF668845B812AF08132F5EB8B /* Pod */ = { isa = PBXGroup; children = ( - A397C6432EF2937F4CA14D523E05B8FE /* UMReactNativeAdapter.podspec */, + 1453431E0BC0744C320103A0F1D5378A /* React-jsiexecutor.podspec */, ); name = Pod; sourceTree = ""; }; - C66B8BF3DD912660B0684E7EF107AE25 /* fabric */ = { + C5DBF438A45A754FF69BFE3D149EAE12 /* RemoteNotification */ = { isa = PBXGroup; children = ( - F7EA241128517E3294BEDE6B38804BD0 /* crashlytics */, + 23AD90F6598D2FFC0B3AE21D97591D1C /* EXRemoteNotificationPermissionRequester.h */, + 0D0188ABDD81B9AA39D4779AFAEAE851 /* EXRemoteNotificationPermissionRequester.m */, ); - name = fabric; - path = RNFirebase/fabric; + name = RemoteNotification; + path = RemoteNotification; sourceTree = ""; }; - C68FDF6A51CBF069AD0C8B3667B72539 /* RNScreens */ = { + C77A78A8DC8B9F942CCE56285011EC28 /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - 95DC10A30ABC3BE3446C6B462168101A /* RNSScreen.h */, - 0B83181F58997E709D2CF0ABFA639CB6 /* RNSScreen.m */, - F208CB3F8E89D985AB203CAD66B7B0EE /* RNSScreenContainer.h */, - C8CDFAE1DC19C13D3DA945619871BD92 /* RNSScreenContainer.m */, - CE0BF9DA931342C7564A2F989F329C44 /* RNSScreenStack.h */, - 02153101DD015A798818C151A182F4DB /* RNSScreenStack.m */, - 78BD83D02F69F9B51DEF7E9F6F62829F /* RNSScreenStackHeaderConfig.h */, - A9A87A0830B20D2F1D739F76A9890AE3 /* RNSScreenStackHeaderConfig.m */, - 64FFB4BA0280A74B10F16A2F0D7C45E6 /* Pod */, - 0BB5DD74FC8B5C6FADF0CA66AF171F64 /* Support Files */, + 111BBF6A1A8F20F888226023AC96D7F2 /* UMBridgeModule.h */, + 93FF1883F6A41BDE0B5B1EE549ED7EB6 /* Pod */, + CEE5281E229493C6BCC6AFF6414DCBE2 /* Services */, + F76AB785A32C920886FB66695E6C808D /* Support Files */, + 0B29B022FC7343A88C6F63FF24ACC458 /* UMModuleRegistryAdapter */, + EE4220593CD3F27E4C7DE9D063B42DFE /* UMNativeModulesProxy */, + 91221B945E10E6FC6AEAE1FC8479A232 /* UMViewManagerAdapter */, ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; - sourceTree = ""; - }; - C6E2F14CAC25E873F1EFC6E32E4A19AF /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - 8B2AC099629C46CC93F0E91ADFEB8830 /* RCTLinkingManager.m */, - E487855FD27B014F986C99F3D243C6BE /* Pod */, - C09C751793502FF761871B3B557A739F /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - C6FF59578801B8BD98D5B56D5CD53A44 /* React-jsiexecutor */ = { - isa = PBXGroup; - children = ( - 0390AAC82D88B6B9496BEB754DB6C1CB /* JSIExecutor.cpp */, - E7AFB949AA68523D3816D43F5D0B6829 /* JSIExecutor.h */, - F5DC588802B42ED16EAEE7DDAA94E6D8 /* JSINativeModules.cpp */, - 6803EF30AD795DD46BE07598CF430D32 /* JSINativeModules.h */, - 81A4892176BA6215C5A8C0A90660CC0C /* Pod */, - CD25E726B62B75E70F3CC9792D73FF2F /* Support Files */, - ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; - sourceTree = ""; - }; - C72BB789283E67F577B46060F88081AE /* UMFileSystemInterface */ = { - isa = PBXGroup; - children = ( - 0B37F2001960B611D9EA5B02EA2CF2FC /* UMFilePermissionModuleInterface.h */, - 0D2C6A295ECFD85BFE14D59F29FEDA84 /* UMFileSystemInterface.h */, - EC500DA14D373AF1EABEAF2C9AF30A2C /* Pod */, - 89D8EEC95AB05B17F01901D7D203B52C /* Support Files */, - ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; - sourceTree = ""; - }; - C76AFE09903D893DCB3082B4FC04A93B /* FBReactNativeSpec */ = { - isa = PBXGroup; - children = ( - 3E41231EFA93F8A6858FD06F87921644 /* FBReactNativeSpec.h */, - 93F2C3F2346A8BEA7226DFFDF8F4D52E /* FBReactNativeSpec-generated.mm */, - 6F08214599E3B9030C848EE11439BE3F /* Pod */, - D771D5E0576806F586429DEE15CEE87D /* Support Files */, - ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; C7D050BE37BEB97CCFF3C328E1D81D8A /* Logger */ = { @@ -11811,15 +11934,26 @@ name = Logger; sourceTree = ""; }; - C8AC68C3E1079E3AB11A0AE9BA44C6BD /* Support Files */ = { + C870152CE6300E3695F14BDD3BF506E1 /* RCTSettingsHeaders */ = { isa = PBXGroup; children = ( - 56507E226A67C4F068E52F755465710B /* React-jsinspector.xcconfig */, - 67540560D918C61609D9DD135A728D53 /* React-jsinspector-dummy.m */, - 0E3A25BE3F680D75F170C25CAEDE11CB /* React-jsinspector-prefix.pch */, + 8C96A05BA36C9D48DA39C7BD583F2C35 /* RCTSettingsManager.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + name = RCTSettingsHeaders; + sourceTree = ""; + }; + C8BBA0A4DB504250596CC0740851129C /* RCTTypeSafety */ = { + isa = PBXGroup; + children = ( + F4581140717803888E5C440CE18E3EEA /* RCTConvertHelpers.h */, + B006FACD73AA8737DCDB4B87F42C1DCE /* RCTConvertHelpers.mm */, + A016D6A210522AC24080C76A0C53477C /* RCTTypedModuleConstants.h */, + C1045733D4EEFDFE0FBD40488F4887CD /* RCTTypedModuleConstants.mm */, + B832734F7C3CC42382705C3FC1928702 /* Pod */, + 05284A9D524DADB48163C3176DCF6738 /* Support Files */, + ); + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; sourceTree = ""; }; C9762B9B989E3D2E0734F2D20257BA15 /* Support Files */ = { @@ -11831,57 +11965,98 @@ path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - CB52C4E07F056BDFB85AC3C205A116B0 /* React-cxxreact */ = { + CA05C6D130127E0746BAFC89E13ECE9F /* rn-extensions-share */ = { isa = PBXGroup; children = ( - 8C97DDC0573F567F53412E83F064BC52 /* CxxModule.h */, - 63AECF618A1E2CB8D3F97014A3D37AB8 /* CxxNativeModule.cpp */, - 7D0E03388EBACCF6E9B6F9671AAF2F55 /* CxxNativeModule.h */, - BF45BB6462C515794294F19F13B4BB37 /* Instance.cpp */, - 8AEF51CFB5D2A21518EC339F1438E9B5 /* Instance.h */, - 961650D89213F585C40D63EF23FC4767 /* JsArgumentHelpers.h */, - 5FF6908128D9BDCF36D9E9E2CBC0256D /* JsArgumentHelpers-inl.h */, - F9BD0857EE43DA88E1FB5A23EE203CE5 /* JSBigString.cpp */, - 3EB6DE0D9A1824EE199A41E34D2D0573 /* JSBigString.h */, - BAA6411C85426B36C85020C4B1C208E6 /* JSBundleType.cpp */, - F330F62465D1AC3978641F665A77320D /* JSBundleType.h */, - AE049BEA86652F24D0A2D756241E35EB /* JSDeltaBundleClient.cpp */, - 2F7F35B41FAB9FA37A2B5968D68D8838 /* JSDeltaBundleClient.h */, - 951C3D1141215236BF3E717E98972F20 /* JSExecutor.cpp */, - 94CDC22B49EC8B76E4EE023F1313845C /* JSExecutor.h */, - ACF74694A6631E1862E7387FF1FE94C9 /* JSIndexedRAMBundle.cpp */, - 484F116868006BD6B32BDC972A8A5370 /* JSIndexedRAMBundle.h */, - 2057AABFC66C0A8C7AE0D06D345C2B55 /* JSModulesUnbundle.h */, - 103AF3B67564C17BFFE8AC3251B444C2 /* MessageQueueThread.h */, - 08ED12117BB4332C204661E3C9D293BE /* MethodCall.cpp */, - 78E7BDED4CA237BA0E4E1B8DA70EDF15 /* MethodCall.h */, - 17C501E18A92D84749D865D5BC99708B /* ModuleRegistry.cpp */, - 304DA1D0C363EA0FC991F52EC05BAB2C /* ModuleRegistry.h */, - 75F364C673640804FB74B70CFC3E3463 /* NativeModule.h */, - C71C5AB1403BC17521FDEF0FDBF14CDB /* NativeToJsBridge.cpp */, - 3577E0616DA660D725D6546620A9D780 /* NativeToJsBridge.h */, - 3FCD506D4980CB5795E9063F3B3B82A4 /* RAMBundleRegistry.cpp */, - BD8E04118ED59087038A3197896170AE /* RAMBundleRegistry.h */, - 715704BCA6396E7B6D2AB56C7F7FE3B9 /* ReactMarker.cpp */, - A819EBFAB8718BC7B0C8F260D76861B5 /* ReactMarker.h */, - 4B56838A8EB055CC8F57F87833A58B50 /* RecoverableError.h */, - 6A4380E4A384171BCA37835AB57207EF /* SharedProxyCxxModule.h */, - 25F03951255FA20CD20B62D3C45CFB53 /* SystraceSection.h */, - 3D5CE38DE95B750ECBACC3EC92C963D6 /* Pod */, - B15AD51A5DF18F95213308993EA15FFC /* Support Files */, + 2E3477F05E5AC74A130FA66DEB8A9335 /* ReactNativeShareExtension.h */, + F47313816C0E531155F60FD26CB42BA0 /* ReactNativeShareExtension.m */, + 5BAACA145A8EE698CEEF29EB375F25A6 /* Pod */, + 9A75682BDDD099E71CEDE4F2707A9909 /* Support Files */, ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; sourceTree = ""; }; - CB848FE84CB02CF4BC123F679125A2DD /* Pod */ = { + CA068D98FFDD4CC8B6D7314BD7C65AA1 /* Video */ = { isa = PBXGroup; children = ( - 06247B3D87BBF857CA1826A54AD1E3D5 /* UMImageLoaderInterface.podspec */, + D0C142362A2D417012FCB7FD075FCC32 /* EXVideoManager.h */, + F2A1F3952414A47118BF180CB3526A97 /* EXVideoManager.m */, + 38EAD67CF2A3E1955A132851281FF6EE /* EXVideoPlayerViewController.h */, + 02B778A4B4AB6FC889FF15E6943BFC10 /* EXVideoPlayerViewController.m */, + BFC75BD74E2839F062A16CD3F3ECBDD9 /* EXVideoPlayerViewControllerDelegate.h */, + 56D107B000A8B0D9871E0D276C2B74AC /* EXVideoView.h */, + E7D2442F6309A532AB05953CA63E31B1 /* EXVideoView.m */, + ); + name = Video; + path = EXAV/Video; + sourceTree = ""; + }; + CA133D8A948994865AC442C0F0E0668F /* Sentry */ = { + isa = PBXGroup; + children = ( + E2E450206ED9BCA2BE53194642EDE138 /* BSG_KSCrashSentry.c */, + 192F177DEC925CC3D5188479BC0B162A /* BSG_KSCrashSentry.h */, + D66B5E4A692DDB48B6E24A697D6489FA /* BSG_KSCrashSentry_CPPException.h */, + 9408139B2A13DBE3A839E2F98232F29F /* BSG_KSCrashSentry_CPPException.mm */, + 637A12296AAF3AF85429FA156B9063A6 /* BSG_KSCrashSentry_MachException.c */, + 763596D554F9B7C3843E77D1371DBAB0 /* BSG_KSCrashSentry_MachException.h */, + 4F6D899B01559CE22200709ABCCA5208 /* BSG_KSCrashSentry_NSException.h */, + B7306BA5C2451AA1BBB2567333902B39 /* BSG_KSCrashSentry_NSException.m */, + DE28BBB1276CDE8D23BCA233CC99E240 /* BSG_KSCrashSentry_Private.h */, + 35D6078ABC0F8ACC83F36B6668517CDA /* BSG_KSCrashSentry_Signal.c */, + EFAA389BF7DCB78B851D88EE621C0B5D /* BSG_KSCrashSentry_Signal.h */, + 2A4B9563B1F54378C50CF08B27CC588C /* BSG_KSCrashSentry_User.c */, + 91CE1C2FF65D6D5645F184280CB2BF87 /* BSG_KSCrashSentry_User.h */, + ); + name = Sentry; + path = Sentry; + sourceTree = ""; + }; + CAD3AD004E8A62A680BA555CC76ADA79 /* Pod */ = { + isa = PBXGroup; + children = ( + DC17CCAE1DCEE23AC42BC149FE3A64A7 /* UMFontInterface.podspec */, ); name = Pod; sourceTree = ""; }; + CAE49D67439D10716B0F9064A2822BA3 /* Pod */ = { + isa = PBXGroup; + children = ( + C231E24D0601A09B1D661E9021E1FF10 /* LICENSE */, + FF3D3189034C9738319262D6183EC713 /* react-native-appearance.podspec */, + A3BBBD7319B3EAEDF4C76F20AF2AAFE4 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + CB5CA4EA181D9A264B64167A936A5B3F /* react-native-keyboard-tracking-view */ = { + isa = PBXGroup; + children = ( + 1A9591959FA5B1AFCBDC72A739EF39A9 /* KeyboardTrackingViewManager.h */, + A0B0145EB41C3A38809588C7EC1B0453 /* KeyboardTrackingViewManager.m */, + 797EEC8DEE67855B815F6FA3ADF0A50F /* ObservingInputAccessoryView.h */, + B4998D6EA6CE1D68BCEAE9418CC9E1EA /* ObservingInputAccessoryView.m */, + 461C33C67D13793FF59480A4A91A14CD /* UIResponder+FirstResponder.h */, + CE01AF03A65439C83A9931393091FF1C /* UIResponder+FirstResponder.m */, + 2D35A121CBB241C9C2D917767EE033D3 /* Pod */, + DE7BB8853054F6FDE97BF7CA1E954322 /* Support Files */, + ); + name = "react-native-keyboard-tracking-view"; + path = "../../node_modules/react-native-keyboard-tracking-view"; + sourceTree = ""; + }; + CB80E06798B737768D0EE96E27AE633F /* notifications */ = { + isa = PBXGroup; + children = ( + 3DFBCBC2AB042618C7603F21EE7D8E7D /* RNFirebaseNotifications.h */, + 765838AF981D83C8AD2FD83BB0F79731 /* RNFirebaseNotifications.m */, + ); + name = notifications; + path = RNFirebase/notifications; + sourceTree = ""; + }; CC2718A0477F08C40D8D833570D6DCF7 /* Support Files */ = { isa = PBXGroup; children = ( @@ -11891,117 +12066,86 @@ path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - CCDDAAE69E1395EE41AE31D3FD03FAB5 /* Transitioning */ = { + CE101CD00A95257BD400A64EEF14DC78 /* React-RCTActionSheet */ = { isa = PBXGroup; children = ( - B2EDF1DFD33ED220F0315B82842BA8C8 /* RCTConvert+REATransition.h */, - EFEE57B5E9B7E6FFAE0FBB71BB7F7C04 /* RCTConvert+REATransition.m */, - CCEBD8208E1F25947DBF57D76B5C55C5 /* REAAllTransitions.h */, - 5EECAA76F5023729BF7A8A99CFF1F073 /* REAAllTransitions.m */, - 725C9D7519C9246294964E65F09B5F2C /* REATransition.h */, - AA0B72A9927C8B436461731558241482 /* REATransition.m */, - 8C62EE627611C937E0EEBF789C755F28 /* REATransitionAnimation.h */, - B9F9868FE878EA3D72E95B136344BEC1 /* REATransitionAnimation.m */, - 11FE3D70314F711012EF0BDE4979BE00 /* REATransitionManager.h */, - 4FC5241CCA8BB67252A090DE9D5C0CA6 /* REATransitionManager.m */, - BEA2EA1E087459E4C63B1E4E71562822 /* REATransitionValues.h */, - 2FF4B60E416BC2B631C047F702F4A746 /* REATransitionValues.m */, + C2191B7CF81D4C1F7B3391CDB0A323CC /* RCTActionSheetManager.m */, + 3DBD4B5C947FFC79481E65BC463B34B7 /* Pod */, + E75E4F59593FCD1960F6A2BE0AE5DC04 /* Support Files */, ); - name = Transitioning; - path = ios/Transitioning; + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; - CD25E726B62B75E70F3CC9792D73FF2F /* Support Files */ = { + CE4585C29DE8B9957503D29782C14336 /* internal */ = { isa = PBXGroup; children = ( - CD0FE9AEC71E72BBA5EDC48C7AD1A511 /* React-jsiexecutor.xcconfig */, - AD6BFF2AC7F77775631A869327EBF543 /* React-jsiexecutor-dummy.m */, - ACC9E5D3EB6C2A37A989CD278DFF0E54 /* React-jsiexecutor-prefix.pch */, + A261092ADB1CF40A6E3D2F9C7D161383 /* experiments.cpp */, + A27B300D06E198DEB17D06A4FFC3D339 /* experiments.h */, + 0DEE0DF28D1C938FB2E16A1233B1CEFB /* experiments-inl.h */, + ); + name = internal; + path = yoga/internal; + sourceTree = ""; + }; + CE9F7508057A628A1ADD141C430033DA /* Support Files */ = { + isa = PBXGroup; + children = ( + ACDC8A7FA99E4FF01F265E0D69134BB5 /* ReactCommon.xcconfig */, + 79384E3DF198EE6F9073B43F79D0E5BE /* ReactCommon-dummy.m */, + 6EF6C0021F4ADAA1E452F1B22B02FB85 /* ReactCommon-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; sourceTree = ""; }; - CD29E27897DC159247E17F62E554A32C /* Default */ = { + CEE5281E229493C6BCC6AFF6414DCBE2 /* Services */ = { isa = PBXGroup; children = ( - FE34CE2D085F4421803DCD833D9DC814 /* Base */, - 5112381C93A2FA19F602463DF29123D2 /* CxxBridge */, - 3A93548036A9C002D66EA203CC9A8AC4 /* CxxModule */, - DB3369A75F554CC3910398506C0A833E /* CxxUtils */, - A5B8AB97BA05633A698A3020F24039F1 /* Modules */, - 76A3A4C2482FAEA76BF4C720E0997436 /* Profiler */, - 2A5C1E2BD2DA94955EE4471FEAAB4A69 /* UIUtils */, - B02E5B3AC1BFCED3D92AC1C87235253B /* Views */, + 04F28DD77A9FB29773F86A16D7162345 /* UMReactFontManager.h */, + B836C4150968AB6CB201FDBEAF345D62 /* UMReactFontManager.m */, + ED82E9BE7377A40C6A4CBA6B7667F7E1 /* UMReactLogHandler.h */, + 4BD1FADBF32F99E0345A1A2D2169CAA8 /* UMReactLogHandler.m */, + 3D44ADEA66B7D9218BADCBC933C7A6B3 /* UMReactNativeAdapter.h */, + E70612D1EB1C6A75F6BC4F0F3DBA3E8B /* UMReactNativeAdapter.m */, + 903FE982376C7A755BE05D5F6CEFBB16 /* UMReactNativeEventEmitter.h */, + 56AFFBA8F4384DFAB0FA919B7EAC03AD /* UMReactNativeEventEmitter.m */, ); - name = Default; - sourceTree = ""; - }; - CE603AF45600482464DDBF024E5D2719 /* analytics */ = { - isa = PBXGroup; - children = ( - 358BD7B832116AF70901ECA85F519623 /* RNFirebaseAnalytics.h */, - 5E4C192890231485B12830210B5D7DE2 /* RNFirebaseAnalytics.m */, - ); - name = analytics; - path = RNFirebase/analytics; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 2400411D160157C0F8B8C8D820D017A9 /* Development Pods */, + 16A6F3810248B27816437689C7C6326A /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, 9160F20DFF7DC7F1CACEE969035ACE20 /* Pods */, - A3766D147E465BA857B7CA0A26C0163D /* Products */, + 624EFCD3BA0C90967B36FE2B156BE532 /* Products */, A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */, ); sourceTree = ""; }; - CF2A8F498C3CDE5043DC85D9A8DC61E4 /* Support Files */ = { + CF566FC0E705CCBA15E8DB8DCD6A8774 /* Support Files */ = { isa = PBXGroup; children = ( - E9CE00B5CE44E78B47E746CCA313CBA0 /* EXAppLoaderProvider.xcconfig */, - FA61EA52F6BD937338BB3E55FAAC5537 /* EXAppLoaderProvider-dummy.m */, - F52D381D6283844DF39C9278B7E0E583 /* EXAppLoaderProvider-prefix.pch */, + DF9C1A1209FD3E5DBEEE7B801F7CEB32 /* EXPermissions.xcconfig */, + 630A182E2B144F70AD92BEAB51A562BD /* EXPermissions-dummy.m */, + 09B3467217EC6F9C8309249B31D9B0C9 /* EXPermissions-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; sourceTree = ""; }; - CF36727041A266328F41131487661BB3 /* Support Files */ = { + D06473E9C42061F1C6EC4051EF5AA20F /* Pod */ = { isa = PBXGroup; children = ( - E74648815DF469E32BC60D459AC2BAA3 /* React-RCTText.xcconfig */, - 8DD644175A669B738B4231111B5F113F /* React-RCTText-dummy.m */, - 8C3D5D3F7FBCD01E42C88BF2881A6727 /* React-RCTText-prefix.pch */, + 7282C62A881942BEDB9DD78FCEFE0BBE /* LICENSE */, + 1D42BAE0F9442B6D18FBAEE5DBFA1044 /* README.md */, + CDA228EE1AA13FB02756455F56CB21E1 /* RNScreens.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; - sourceTree = ""; - }; - CFF92BB5DF14885ADE88A4DE00EF5E78 /* Support Files */ = { - isa = PBXGroup; - children = ( - 67C719EB33E2B62BE893CB8EFC2064FF /* React-RCTImage.xcconfig */, - BAE4E2BC7E0C20A3AA1DB5C880F2695F /* React-RCTImage-dummy.m */, - 29FB7BDB0A111B602E396CF36196D450 /* React-RCTImage-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; - D0537242BC524411B1F5BB775A11B108 /* React-jsinspector */ = { - isa = PBXGroup; - children = ( - 066DAB200485098245D5EED0B1FEF098 /* InspectorInterfaces.cpp */, - 9F30FEDE839FB7BCCC1244D32E272745 /* InspectorInterfaces.h */, - 6C4AE4ECD10D124D99520C22026D0E50 /* Pod */, - C8AC68C3E1079E3AB11A0AE9BA44C6BD /* Support Files */, - ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = Pod; sourceTree = ""; }; D19DE6C0AE63B7A962E6D09484F125DB /* Reachability */ = { @@ -12015,16 +12159,57 @@ name = Reachability; sourceTree = ""; }; - D4077CE69563C7626C35FB4A16C6DB7F /* Pod */ = { + D34B5D039091BF18908D5BC74A276D9C /* Support Files */ = { isa = PBXGroup; children = ( - E375C63826F12FB78D6646874BE63CEF /* LICENSE */, - C81F654D7818C2EE9EF9C05806424B36 /* README.md */, - 20A99EE431CC3BD1E3C4AD05F7D59947 /* RNUserDefaults.podspec */, + 798300D04979555E318EDE2C3006F241 /* FBReactNativeSpec.xcconfig */, + AA4BA87D387B27FC4AAA46D250D21431 /* FBReactNativeSpec-dummy.m */, + 78A12C4301EE6391A53A1577A125DB0B /* FBReactNativeSpec-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + sourceTree = ""; + }; + D4531833B94DBC77CC0DC1B740F4EDD2 /* Pod */ = { + isa = PBXGroup; + children = ( + AF41A58E42C12B0181094DB4940A2857 /* EXImageLoader.podspec */, ); name = Pod; sourceTree = ""; }; + D48239A9D05F11C13B96038FAFD2BBD2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3BCA0395DBAC79F4F0ABBAE0184AED51 /* Yoga.xcconfig */, + 251B86E92411878C6682553867AC98E8 /* Yoga-dummy.m */, + BC1FDEAA35C7D2C0E5B775568F9E43F5 /* Yoga-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; + sourceTree = ""; + }; + D4F8640B351E2D6438C6AA86BBFAC73C /* Support Files */ = { + isa = PBXGroup; + children = ( + 3EB8F3B4B796FECAFE72B6212207E684 /* ReactNativeART.xcconfig */, + FD45C83428345C00F5023AA9C5BF666B /* ReactNativeART-dummy.m */, + C8EFC9FC0F04542A0C0EC77613AF1962 /* ReactNativeART-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactNativeART"; + sourceTree = ""; + }; + D5217E07AE52B8254893EE415E4118A7 /* config */ = { + isa = PBXGroup; + children = ( + CD49EF6D76776DC6E5F1F172C0945E8E /* RNFirebaseRemoteConfig.h */, + 5F089F3A124DB6CECEAC5C113F2A71FE /* RNFirebaseRemoteConfig.m */, + ); + name = config; + path = RNFirebase/config; + sourceTree = ""; + }; D55310A3D7A33E73CB444A32C1FF022B /* boost-for-react-native */ = { isa = PBXGroup; children = ( @@ -12034,6 +12219,50 @@ path = "boost-for-react-native"; sourceTree = ""; }; + D55FD50A813CE81764D8AD5B14D65C16 /* RCTActionSheetHeaders */ = { + isa = PBXGroup; + children = ( + 04BD6390C90806014868F7551406BFDA /* RCTActionSheetManager.h */, + ); + name = RCTActionSheetHeaders; + sourceTree = ""; + }; + D603A09B76B2BA8B76DF88D06A1DFA24 /* Support Files */ = { + isa = PBXGroup; + children = ( + 00002E8FB2C0CA6E6D8DFBF2547CADBC /* UMSensorsInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + sourceTree = ""; + }; + D6C056C6BABAC6C5F11B88DBD1A2EAD7 /* UMCore */ = { + isa = PBXGroup; + children = ( + 3D2BDE2A8E9321E6BBFBD4DD0F868D7D /* UMAppDelegateWrapper.h */, + E16A382094A038ECB6A60E86DDFB51FD /* UMAppDelegateWrapper.m */, + EEF472EFFFC67AB1A9C798AF6E7D9B7F /* UMDefines.h */, + D3361AEBF5A9BBEC8490AE74D6138124 /* UMErrorCodes.h */, + 2730787EC1F60F38BD758D8BE06D123E /* UMErrorCodes.m */, + 8CBCB1389DF7CF22F69B32B10EE16F0E /* UMExportedModule.h */, + AA55F1D992C614B377DABE157C495CD4 /* UMExportedModule.m */, + 41FC7635615084D37747948828C3D7A9 /* UMSingletonModule.h */, + 567CDF6AF52742501433BA4D852AF0C7 /* UMSingletonModule.m */, + 0E325B1606A5D238A63D17132321A066 /* UMUtilities.h */, + 30C31DA992CC2BBA6BBFB25792C01FB2 /* UMUtilities.m */, + DC24A7E89EB53B595EF360D6C42ADF3D /* UMViewManager.h */, + AE63784DCC7682872AEA595CE8F18A1E /* UMViewManager.m */, + 5D2CA829575F56AEB1052BBF44859342 /* Pod */, + 56FABFA30CD7252CB9E6F1CE4E392637 /* Protocols */, + AB56AC2A3CB128D22769D17C41A71EBE /* Services */, + F5AEBED96411EBE6BD67F8C09DDF4109 /* Support Files */, + 926212A0AEF581C6876E4164C0749DE7 /* UMModuleRegistry */, + 772C71F3173705218FF53F95C071CDE0 /* UMModuleRegistryProvider */, + ); + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; + sourceTree = ""; + }; D6F490C034FF3884052422C414FFF53A /* SDWebImage */ = { isa = PBXGroup; children = ( @@ -12044,36 +12273,30 @@ path = SDWebImage; sourceTree = ""; }; - D741E1DAA8A74DDFEF00C622475515C1 /* RNRootView */ = { + D7B44D3D9B49DB52A88C11F3186D7602 /* Pod */ = { isa = PBXGroup; children = ( - 1DD372A7560FF3AD51637124739591F8 /* RootView.h */, - 600CDEED2BE217BF314CB38BE1A0B171 /* RootView.m */, - 850D6B4351BCD173A78C8EDA65935971 /* Pod */, - 2EE809F546E40545E644B57F9631FD44 /* Support Files */, + B7C3902228E8998D81D865078AEF626D /* React-RCTImage.podspec */, ); - name = RNRootView; - path = "../../node_modules/rn-root-view"; + name = Pod; sourceTree = ""; }; - D771D5E0576806F586429DEE15CEE87D /* Support Files */ = { + D7FC68902E3AF20B96F44A1BDDE4AC4B /* Pod */ = { isa = PBXGroup; children = ( - 11A2F396A66ACC1494569521055463C5 /* FBReactNativeSpec.xcconfig */, - B414D8CC65221A132C98C29A03A19116 /* FBReactNativeSpec-dummy.m */, - 3F5EBF7213FCCDFDD47D7D283E3789CB /* FBReactNativeSpec-prefix.pch */, + 9AE4E75113C9428A4B0C28F154748E6A /* React.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + name = Pod; sourceTree = ""; }; - D844239DBD039D735B3760F74E38E08F /* Support Files */ = { + D822039F52B4822C2DFF78746E7BC2D5 /* event */ = { isa = PBXGroup; children = ( - EC8DAF60DBAAAE08BB977674B94A8589 /* UMFontInterface.xcconfig */, + 001A5C06BAB91C0F64838710C7B61912 /* event.cpp */, + F02634E51831E5B3FD5A787D5BB2BF15 /* event.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + name = event; + path = yoga/event; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -12083,90 +12306,50 @@ name = Frameworks; sourceTree = ""; }; - D8993B154D1455DC5FBA9C142ECC47E4 /* Support Files */ = { + DA06E77B58D875E7DB53E8AC8C4F1785 /* ScrollView */ = { isa = PBXGroup; children = ( - 517E4B852FCF3D05CBE6ACFB7CF0123B /* UMReactNativeAdapter.xcconfig */, - F0C13DD5B14F39844489AA533439C11C /* UMReactNativeAdapter-dummy.m */, - E18F9D50F84AB4FDC09863F28B537CED /* UMReactNativeAdapter-prefix.pch */, + 7692255B5991851F786B5D77763DBE26 /* RCTScrollableProtocol.h */, + 515773303247D3067EB6FBB51226837D /* RCTScrollContentShadowView.h */, + CD254CE9CF8E43C6DE245D2EFBB1327A /* RCTScrollContentShadowView.m */, + 9A6FCD0DDF685CFBE2A8C6E32E55AF39 /* RCTScrollContentView.h */, + BB7FD58A664FF21E433E04797D15A3C4 /* RCTScrollContentView.m */, + E0135EE9EF6E64ED0A15859C04043B9B /* RCTScrollContentViewManager.h */, + CC7D21AC60B2AAB8DE08718F0CF5314B /* RCTScrollContentViewManager.m */, + 52428A2381B640479AAAD45EC7423584 /* RCTScrollView.h */, + C3F873101E68AB7AB6750170F1CC997C /* RCTScrollView.m */, + F161325166BAB0C362768E626AC7A17B /* RCTScrollViewManager.h */, + 6E8C0C5F92CD5E2E03FE5D8BD19B7A42 /* RCTScrollViewManager.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - D91BB6EA3DCE27E26093C51F9D59CEF8 /* bugsnag-cocoa */ = { + DAB1CF041C820DE3237FFE1686177AD0 /* react-native-background-timer */ = { isa = PBXGroup; children = ( - F4C14BB4EA548D44525759EDF0098D79 /* Source */, + C5A6DF8A0837F3F1166E6F512F59A7B8 /* RNBackgroundTimer.h */, + FA8ABBEA1E93CE562E48D920956FD8E3 /* RNBackgroundTimer.m */, + 36AA80E897BD7DF26103A90672B47221 /* Pod */, + A3BD729ABCDCC75E18F10BEAC7E5934E /* Support Files */, ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; sourceTree = ""; }; - D92834DF3EDB6C2C8A706FADC4A215FD /* UMCore */ = { + DB26E59726A435D9A76DD48EEAD12366 /* React-RCTAnimation */ = { isa = PBXGroup; children = ( - EBAB452EFC2E62AC9BDDA0C948A39F1C /* UMAppDelegateWrapper.h */, - AB872D6F4881170DA344D4B5D2B8950C /* UMAppDelegateWrapper.m */, - 1F9101373978C3B83F589B7777250231 /* UMDefines.h */, - 165085416BBB22C24BA508984FD6C6DF /* UMExportedModule.h */, - 80E600CBC8D78EBFD0015D5E8839B40F /* UMExportedModule.m */, - 5990557900A945AC96315DA636E0AA47 /* UMSingletonModule.h */, - D62B7A3B4AF1152F21105D3B2E827CE0 /* UMSingletonModule.m */, - E46B1AF5E106478A68F22A098B1BEC5C /* UMUtilities.h */, - 82CB5E38F32F0666135F8A6821A7FD7A /* UMUtilities.m */, - 7A5E31C57EE60147EDAAE3E31B1D19AC /* UMViewManager.h */, - 4BEDC16EA249B3BA4903141B600E8AD4 /* UMViewManager.m */, - AD45E2D9087363D280450BDF56E68CA8 /* Pod */, - 939830D5245B16EF0C59B91B66C79AC0 /* Protocols */, - 86D36252D2C0094FE10743D2E6716959 /* Services */, - F4BE25D0288FF64EC55E2EB6B38A67BF /* Support Files */, - 248402D751731B5BF2C27C484B3C4FE3 /* UMModuleRegistry */, - E2EE565E9CB49B38C451F0762C8CDC05 /* UMModuleRegistryProvider */, + 7BE324263A2118CDEF9F5504CFC24A3E /* RCTAnimationUtils.m */, + D5A49F2B64B42B33B05ABF1023488437 /* RCTNativeAnimatedModule.m */, + D89A2992BC35577A4DC64CAE8550A305 /* RCTNativeAnimatedNodesManager.m */, + 4CA7843DF349564A095E062B1DEA0319 /* Drivers */, + 0A512C0C912127EAB4B3483C8E814737 /* Nodes */, + AB6EBD11F4B5566581CF04E0230ACAA4 /* Pod */, + 9A60F0DC53F9869AA3ECB1569DF7BBD1 /* Support Files */, ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; - sourceTree = ""; - }; - DAC753C6181F275AF95BCE4EE7A2CA08 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3CEF4AFFEF71DC700182A251F237CCCC /* React-RCTBlob.xcconfig */, - D7ABCAC09C0A0EA009BA1246F79595CB /* React-RCTBlob-dummy.m */, - 46D4934D3AAAE6360F30A28A577FAA70 /* React-RCTBlob-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; - sourceTree = ""; - }; - DAE247AA05E0554740C37E6DF25B6E01 /* Support Files */ = { - isa = PBXGroup; - children = ( - 338D816078F73FF9542DDDBAED875FC2 /* React-Core.xcconfig */, - 60E41D6EDC00DE5F7FDFD06E86F1A2C5 /* React-Core-dummy.m */, - 458E90426F582931D4E93F24EB75E6A3 /* React-Core-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; - sourceTree = ""; - }; - DB3369A75F554CC3910398506C0A833E /* CxxUtils */ = { - isa = PBXGroup; - children = ( - C211084854232733B6106F84F2060236 /* RCTFollyConvert.h */, - F54A1DE8FD0FC45607B56E1634615E88 /* RCTFollyConvert.mm */, - ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - DB4C3B1AE1BBC178CC29DB68B893F3B7 /* KSCrash */ = { - isa = PBXGroup; - children = ( - FF3CE4B51B34C0DB87AE58992A25BC62 /* Source */, - ); - name = KSCrash; - path = KSCrash; + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; sourceTree = ""; }; DB6752B59873A91592A7998C80544B13 /* CoreOnly */ = { @@ -12177,20 +12360,20 @@ name = CoreOnly; sourceTree = ""; }; - DC3F6B2FAE740701720365BAD2F818D5 /* Video */ = { + DC107D5408D048BECC80CAEAE94824CC /* Pod */ = { isa = PBXGroup; children = ( - 2E136A7DD0501D2920AC6E751907951C /* RCTVideo.h */, - 9DB546F80EA4C8F664F7D34B6D539816 /* RCTVideo.m */, - 4F2025517BC8D557FB99809407956CB6 /* RCTVideoManager.h */, - 200B410FC52ED1D49FB3C784185B8F03 /* RCTVideoManager.m */, - 8498FD18C19E0FE18E529B9AE9B2DFBC /* RCTVideoPlayerViewController.h */, - 84A709674F346A7BEAE13B2A5EE18C22 /* RCTVideoPlayerViewController.m */, - 834E201ABF2061E6D473BE35CAB450C9 /* RCTVideoPlayerViewControllerDelegate.h */, - 826389E051DB9F5DAFC23A5ED7B18FD8 /* UIView+FindUIViewController.h */, - 7FD79D0F338295E977F4D316A76EDFFD /* UIView+FindUIViewController.m */, + F430DE53B915A60E1FB00F0DE577F87A /* UMAppLoader.podspec */, ); - name = Video; + name = Pod; + sourceTree = ""; + }; + DCC3BE31FD5DDBB073F9D01EE4C7AA92 /* Pod */ = { + isa = PBXGroup; + children = ( + B13877E87D97E2F8F4EA06D8121A94EC /* UMBarCodeScannerInterface.podspec */, + ); + name = Pod; sourceTree = ""; }; DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */ = { @@ -12208,50 +12391,15 @@ path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; - DD8A57E46C4AB31DFF0ACDB7372B52F5 /* react-native-notifications */ = { + DD9C029B884FD5F8796318956E82AB48 /* Support Files */ = { isa = PBXGroup; children = ( - 6B54D91E86F56F1BB3D59F4544FB2B9B /* RCTConvert+RNNotifications.h */, - 8F4BDB1C1F0DEC616F4EE2565D81B77F /* RCTConvert+RNNotifications.m */, - 0A11CFDE7065490F90641B26838FBD7D /* RNBridgeModule.h */, - 0FC051E8E39A958D85281DA2232549E0 /* RNBridgeModule.m */, - F5340F41B48EAB99948E68E58639D98A /* RNCommandsHandler.h */, - BAA7D6FBDA74E2838646EFC29397B571 /* RNCommandsHandler.m */, - 04AF3C51F7F66ECAC396AFBCE9033846 /* RNEventEmitter.h */, - EA972EEF98A6E6063A59FA70C8963000 /* RNEventEmitter.m */, - A96ADDFAE20DF4F9B514874EEA3709EB /* RNNotificationCenter.h */, - 494D7C6BB2849CCECF2A7719596A60E9 /* RNNotificationCenter.m */, - 8A5AA89B3283F17AD3F4DDD55C37A94E /* RNNotificationCenterListener.h */, - CE5C53A1B492CD6BA850C71383973F6E /* RNNotificationCenterListener.m */, - 170A74C6C2C5C22A8B53386C9837E276 /* RNNotificationEventHandler.h */, - 92C67CC10494D314A41B3C2CEA9A697C /* RNNotificationEventHandler.m */, - F7C90F3A98224D6DE3458CF9B4592563 /* RNNotificationParser.h */, - 4009C1F0F5E09AED73CBD13150E7352D /* RNNotificationParser.m */, - C4F47A60F5BCB7F76EED93F1C33E870A /* RNNotifications.h */, - 0783991BC3A821F01ACDC5B0CE3BB3F0 /* RNNotifications.m */, - 30905185B2307B24C83D044B5E756944 /* RNNotificationsStore.h */, - 68467E3CFE2F10ED67841ECFBB5F6447 /* RNNotificationsStore.m */, - 78503CA382C9D43329DC817BF54894EF /* RNNotificationUtils.h */, - CA225D5A2E6D717CD7870ED6432FA37F /* RNNotificationUtils.m */, - 3B33802F7D7B84AA0626D079F70601A1 /* RNPushKit.h */, - E383A34BBE4DF7BC8C5EC68FB84DE350 /* RNPushKit.m */, - 585FC8608495994937895B8A2591307F /* RNPushKitEventHandler.h */, - 5631191D62E5021A68942E823AA434E2 /* RNPushKitEventHandler.m */, - 1546D22C2C8EA6AE11F39999F64BC710 /* RNPushKitEventListener.h */, - 7A2FB31784E1ED7F7C9238D0C311015A /* RNPushKitEventListener.m */, - 491E7EF3AB90FC1BFD8B3ADBFB7D8557 /* Pod */, - 09212FEF239BE83B5FFB0DAA2C9EE3D9 /* Support Files */, + 634532311DB6CBCEABDB8837E125E209 /* RNAudio.xcconfig */, + B4CBF62749100696269A58ABE3AD370E /* RNAudio-dummy.m */, + A97027F18F8FAF07D57DEA2C1E8FB7AA /* RNAudio-prefix.pch */, ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; - sourceTree = ""; - }; - DD9EFA1FFBF56A24EE4491C184A2E00B /* Pod */ = { - isa = PBXGroup; - children = ( - A9231F578E26A211DE0002B5BDFDA0EF /* UMPermissionsInterface.podspec */, - ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNAudio"; sourceTree = ""; }; DDCB62EC2967968D87E1AA9AE1D0355A /* Support Files */ = { @@ -12265,58 +12413,68 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - DE4FACEFC9AD5255EA1FE12928C14307 /* React-CoreModules */ = { + DE7BB8853054F6FDE97BF7CA1E954322 /* Support Files */ = { isa = PBXGroup; children = ( - 3D0C5CD61A7E538AAC42D172FDE227FD /* CoreModulesPlugins.mm */, - 565940AB6D57C8F2B22C29AEA65242DC /* RCTExceptionsManager.mm */, - 00D6267DF2FF73D1AF8C5368C1C5E270 /* RCTImageEditingManager.m */, - AC251573210046CA55ECE59BC216F8F9 /* RCTImageLoader.mm */, - 99D8040F6EAEAB257B9664B10F8BFEDA /* RCTImageStoreManager.m */, - 9BA20ECA608A4F959F161F6314C07143 /* RCTPlatform.mm */, - 47A1AC75A8D13AC6E70A28C1C3FD8C8B /* Pod */, - 4A2AEBF150C101AF90D6709E7E47A217 /* Support Files */, - ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; - sourceTree = ""; - }; - DF40EE2F4076639455AD650E77AF847B /* Support Files */ = { - isa = PBXGroup; - children = ( - FEE17FF191607545AB35410F4FC71A32 /* React-RCTNetwork.xcconfig */, - 0D463BCADAB0CD3FA585E82382C4841E /* React-RCTNetwork-dummy.m */, - 97AF343E5B1DAB57EEDD4B05DC498A51 /* React-RCTNetwork-prefix.pch */, + 7B2D2E87A0821787B0CB305C2F199B2B /* react-native-keyboard-tracking-view.xcconfig */, + 6E5EB502BBC0B8F55802C31047B4775D /* react-native-keyboard-tracking-view-dummy.m */, + CA2B916AF3E8C706EEE3FCA793E10BE0 /* react-native-keyboard-tracking-view-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; sourceTree = ""; }; - DF73CEB83498278ABF84F5261280E606 /* RNGestureHandler */ = { + DF25F2EAD2298F20C09553F1EED6E84B /* Pod */ = { isa = PBXGroup; children = ( - 25C61855D9E009FBDE973162823D5B7D /* RNGestureHandler.h */, - 61CC90A251F8AF95EFDC9FD2376EB1D0 /* RNGestureHandler.m */, - 498A4FF6CFAD1B94EF7A4801EFEB3957 /* RNGestureHandlerButton.h */, - 589776A89332278D423D6755E1271325 /* RNGestureHandlerButton.m */, - 12EC3DD9CD28EBA910DC357466A9268D /* RNGestureHandlerDirection.h */, - 5C4D4504A5E0169EEA9E1BD9EEE809BB /* RNGestureHandlerEvents.h */, - 38FA3FE49F8B797FECF2B05366D47C3A /* RNGestureHandlerEvents.m */, - 696BBA70437E1206B8EEEA5A283B2A2C /* RNGestureHandlerManager.h */, - A2B979B49F7F0FD5CF0AFDC0EE85677D /* RNGestureHandlerManager.m */, - 776B81695F3B63E689B69A224988541B /* RNGestureHandlerModule.h */, - 14731FC3B97E813560708C5159C23846 /* RNGestureHandlerModule.m */, - 01AB176D8CCC282389777CB23AF55DBD /* RNGestureHandlerRegistry.h */, - D63D5DE507EB9E643CA55FF3A3F4B965 /* RNGestureHandlerRegistry.m */, - 5801DFFC0C6A59EA34122FA75E352C62 /* RNGestureHandlerState.h */, - 03D63C370B1F5F00787DBD1CC533D8DA /* RNRootViewGestureRecognizer.h */, - 7E2AC07FAC1F2E0091A4C47C3EEBD291 /* RNRootViewGestureRecognizer.m */, - 1A15EFBB0193C8609D77649843FEAD1D /* Handlers */, - 3EBACA3123CE2D52D261EDA6E28A2126 /* Pod */, - A718D11B54AC65BB9896DBA26EC395C4 /* Support Files */, + 5903C106B05EB960481FD19A77CE7452 /* react-native-slider.podspec */, ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; + name = Pod; + sourceTree = ""; + }; + DF8CBA8FF9838D3E7588105895DB22E7 /* Tools */ = { + isa = PBXGroup; + children = ( + CBB61D1C8E5DC016AF00232150B33604 /* BSG_KSArchSpecific.h */, + D5030652B98A84EEF508BD0C799DE7E5 /* BSG_KSBacktrace.c */, + 072013CF77A7E9DD1769B206AAF002C5 /* BSG_KSBacktrace.h */, + 94F547B239E503C73BB599D250FC08E5 /* BSG_KSBacktrace_Private.h */, + A2CD12992CBD145D2479A48A3068C9C6 /* BSG_KSCrashCallCompletion.h */, + 2E7B1288BE3BAEE06C25A2F4CBA03615 /* BSG_KSCrashCallCompletion.m */, + F84633D6A322186A6EC2522B0C53D5BA /* BSG_KSDynamicLinker.c */, + 2A875199F18994CD8E1A92BBF9964643 /* BSG_KSDynamicLinker.h */, + F69D004EB967D4DF426BDE52D155C572 /* BSG_KSFileUtils.c */, + 6CF2E9B29664C031D65952681C658B45 /* BSG_KSFileUtils.h */, + 95F2F9E652BC530FD7527C731009D0EC /* BSG_KSJSONCodec.c */, + BA78A1772740B4E478C916E6E8A882DE /* BSG_KSJSONCodec.h */, + 8A28FC5B69E97D14575CA0877222A4C5 /* BSG_KSJSONCodecObjC.h */, + 24D442B49D8704EC885290B27F4261E6 /* BSG_KSJSONCodecObjC.m */, + 883811ECA1A34A96FA9F3D77005A7527 /* BSG_KSLogger.h */, + 393D17394AF2E168A92010C0455E96F7 /* BSG_KSLogger.m */, + CBD4C75C67DACEA8016654464B69DF3D /* BSG_KSMach.c */, + 687045C978C8C32911E216B305D93291 /* BSG_KSMach.h */, + 30C14607A6AEC19A6D6247FA32385616 /* BSG_KSMach_Arm.c */, + BBCF27136550EC50E081875275784C83 /* BSG_KSMach_Arm64.c */, + 5E26F9DB6B30AE836D67F78AF01ED7FD /* BSG_KSMach_x86_32.c */, + CA1B3E1BE6099C5ACCEF3A771967F89B /* BSG_KSMach_x86_64.c */, + 4B0B208F7890597F3918DE32BCD8538F /* BSG_KSMachApple.h */, + E57B61D917422FCC8BB714C6D43CAF88 /* BSG_KSObjC.c */, + 9080EF5E784DDF1531BA49855E01F18C /* BSG_KSObjC.h */, + 47AD2C702B462A8FA9E8BCD3AFC16FDB /* BSG_KSObjCApple.h */, + FD0131611CE63C525179341D549052EB /* BSG_KSSignalInfo.c */, + C1BB0714F1D179F05D35A91AD0F7A8AF /* BSG_KSSignalInfo.h */, + C5091C0A789A5722B65B44F7A1254FCB /* BSG_KSSingleton.h */, + D85B3B178481AFF3161A0E239507A10C /* BSG_KSString.c */, + 1D3C3EEE5A6CB5B2FABE8AFB9B20BD3E /* BSG_KSString.h */, + 0E236CE2865A5040C193A4DFAFD30940 /* BSG_KSSysCtl.c */, + 1687966F55C3D0BA586F39150074CAB0 /* BSG_KSSysCtl.h */, + BC966FD6065991B6F5FDF77BD5F5F17E /* BSG_RFC3339DateTool.h */, + D4D5AA359E271AF660DC523DE65B7185 /* BSG_RFC3339DateTool.m */, + 94D2784367826E2CD691EF61F8A78CD0 /* NSError+BSG_SimpleConstructor.h */, + B7A2694A8E0D25AA9F3005F9D6B28B45 /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; sourceTree = ""; }; E16AA748B8479800EC9221A9DE4E360E /* Support Files */ = { @@ -12330,117 +12488,162 @@ path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - E1D93C4A7DDA9F70E2DE8A958BDDB27B /* Support Files */ = { + E17FA5A86E09334846FEB41AC9BD2710 /* CxxBridge */ = { isa = PBXGroup; children = ( - 9178FDFA5A52874BF5724CB2AB964C5B /* UMImageLoaderInterface.xcconfig */, + 24C7B04FC9CA895172C6D273309C5B5A /* JSCExecutorFactory.h */, + D155EBCDFBC684096F05862E01325617 /* JSCExecutorFactory.mm */, + 205726300BC482B3679A13F3CF37823B /* NSDataBigString.h */, + 50C282BD01406EB53341BA80730F136A /* NSDataBigString.mm */, + 5396DDCF0BBA58C5B926F5A36A397334 /* RCTCxxBridge.mm */, + CAC24283964A041B6B2CF6DE799D797D /* RCTCxxBridgeDelegate.h */, + FE44415B2EA0C3B7EF3C39C4BD78AD6C /* RCTMessageThread.h */, + A36A109784D2B83D3C88A7A23FEE4229 /* RCTMessageThread.mm */, + 6A9C9B65963A8EB86816AA8302B70D7B /* RCTObjcExecutor.h */, + 80860F4CE5B3CFC4012350F2586BF780 /* RCTObjcExecutor.mm */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + name = CxxBridge; + path = React/CxxBridge; sourceTree = ""; }; - E20C2CB8A73AC20C6B1D8AD1510FEE33 /* UMCameraInterface */ = { + E2638C4C8232FBC21CE1A3A927F549F9 /* EXHaptics */ = { isa = PBXGroup; children = ( - 0B034A3847293DA3E577408BC6636FDD /* UMCameraInterface.h */, - BBFF655567CB14D7432C188C1C518533 /* Pod */, - 436F49AE999FEA44A0D1ACC43055939A /* Support Files */, + 723E63AFFF5020146327CCB941345F0D /* EXHapticsModule.h */, + 04D9890E05EDA71F5F625F17AF28414C /* EXHapticsModule.m */, + 8238AC90010A1E82556F68ACE52EC7AE /* Pod */, + E8BB5C3B6CC4F311B6644517FDE9AFC0 /* Support Files */, ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; sourceTree = ""; }; - E236B2FECC972980F4322123B1EB4C36 /* Support Files */ = { + E314FCF847B717D507A8ECDFEA1C5CF1 /* Pod */ = { isa = PBXGroup; children = ( - 8739EC73C0AA1B43B9231E9727AB3D8F /* React-RCTActionSheet.xcconfig */, - F31A0471859CCA5EAC081F7810DBB406 /* React-RCTActionSheet-dummy.m */, - 212DFA7D181040060D52BE908EF49DB4 /* React-RCTActionSheet-prefix.pch */, + 1AA5457362BB3AAFC394334AB1FE2BA7 /* React-CoreModules.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + E39B88C9816CD5856E69CC47B09B69C9 /* admob */ = { + isa = PBXGroup; + children = ( + E1F3477B4578E3887176C019B49E061D /* BannerComponent.h */, + 6363E470823122AA16E3405C3E6F776E /* BannerComponent.m */, + 32E84E502E0A5332EBF385855C620157 /* NativeExpressComponent.h */, + 2A12EFF825E1C0081EE3DF98F8A217E9 /* NativeExpressComponent.m */, + 5A07FFDF4D4BA10363CB9C0F65B38D36 /* RNFirebaseAdMob.h */, + EB1063DE45A52A4A4BC6F0E3D4C90CDC /* RNFirebaseAdMob.m */, + AAF7B698FAB5610C1CD443A453C33DBD /* RNFirebaseAdMobBannerManager.h */, + D11686F510A95536BF8A8CDDFC2B6601 /* RNFirebaseAdMobBannerManager.m */, + 3A2FEFC65024873FA80E3F728D63377D /* RNFirebaseAdMobInterstitial.h */, + DCEEDFB15DFD2A72A2E61D28D62EDDAD /* RNFirebaseAdMobInterstitial.m */, + 528C5C76C04A1A6D987B79D7E7FD1668 /* RNFirebaseAdMobNativeExpressManager.h */, + 9B81DDCD44C011136B37C39D17850F69 /* RNFirebaseAdMobNativeExpressManager.m */, + 5B648BD77C67F6984E6471526556DA44 /* RNFirebaseAdMobRewardedVideo.h */, + 52ED7149F0530BAF25F6FC7EDC45E587 /* RNFirebaseAdMobRewardedVideo.m */, + ); + name = admob; + path = RNFirebase/admob; + sourceTree = ""; + }; + E3CB10AEBB6C3219A8AEF9673E036B49 /* Pod */ = { + isa = PBXGroup; + children = ( + 9D26DC91E9446B7C02FEFA5D5D9853AC /* LICENSE */, + 1864EEF5B581B6C598B5FBC690058D86 /* README.md */, + 3AC2F63B68ACB4AD0177605BA17A8696 /* RNLocalize.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + E3E2677B2BC7E28F47C971DBBC28A51F /* UMFaceDetectorInterface */ = { + isa = PBXGroup; + children = ( + 569918EEF674C6E18C53AEBAB6E270EC /* UMFaceDetectorManager.h */, + B42C0EEC2AF787FBF74B907ADF09B977 /* UMFaceDetectorManagerProvider.h */, + 7AC84D1E5307D83A20E6F5D058D507D1 /* Pod */, + 038B7759D16622B2EAF884C5E723B119 /* Support Files */, + ); + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; + sourceTree = ""; + }; + E5BE9F8EB1758CF789FC8C532161AE71 /* UMFileSystemInterface */ = { + isa = PBXGroup; + children = ( + CB5E95935F2C33DDFF6001A54F399BAB /* UMFilePermissionModuleInterface.h */, + 5FDDFFC2AFB9F3B52B3AAD537CB209A7 /* UMFileSystemInterface.h */, + 9FF2C41B6ED144A870F7B91DB6AFB084 /* Pod */, + 6E72B84AA85114E71FF8D378DF3B089D /* Support Files */, + ); + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; + sourceTree = ""; + }; + E6070ED36DE72017F11D066978EC9B4E /* Pod */ = { + isa = PBXGroup; + children = ( + 49142CC56D89B173475626AA1B90D832 /* React-RCTVibration.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + E6232848F442A4C9CF61E282C47025D9 /* react-native-jitsi-meet */ = { + isa = PBXGroup; + children = ( + B74F33AD034F479DC84E3E7D503C826C /* RNJitsiMeetView.h */, + 0C12BC1B8F44AF03BA844784DE394E50 /* RNJitsiMeetView.m */, + 4D505E718CCB16E5F1E3896B054005DD /* RNJitsiMeetViewManager.h */, + FE22CAD0C10E2197AB90FCECDE48AD6F /* RNJitsiMeetViewManager.m */, + 3B53C6832128DC3E51A58678AC5F2914 /* Pod */, + 3D14D9F1B6877C08054895DFD4020190 /* Support Files */, + ); + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; + sourceTree = ""; + }; + E75E4F59593FCD1960F6A2BE0AE5DC04 /* Support Files */ = { + isa = PBXGroup; + children = ( + D7F6B806AC4CE8AFBE23CCE6D12C15B2 /* React-RCTActionSheet.xcconfig */, + DD7F7ED4977D67E27097A2C9D2F83889 /* React-RCTActionSheet-dummy.m */, + 3945C05140E58BB4FD12653CEF4D50D5 /* React-RCTActionSheet-prefix.pch */, ); name = "Support Files"; path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; sourceTree = ""; }; - E2EE565E9CB49B38C451F0762C8CDC05 /* UMModuleRegistryProvider */ = { + E7E67BC4769490EF548C8575C2EBFC94 /* Pod */ = { isa = PBXGroup; children = ( - E08255D813D805A74DF0E2AC2D562207 /* UMModuleRegistryProvider.h */, - 2F3869402970ABB5803B20BF44D61D87 /* UMModuleRegistryProvider.m */, - ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; - sourceTree = ""; - }; - E432BFEE9022E9916696E5A039B70FDF /* internal */ = { - isa = PBXGroup; - children = ( - 987821AFFECE76690D223636B519ADE3 /* experiments.cpp */, - 81685809005A13FF186E65DA6FFB1463 /* experiments.h */, - EF7332D22F963E1ABDF5B443A56C2AD1 /* experiments-inl.h */, - ); - name = internal; - path = yoga/internal; - sourceTree = ""; - }; - E487855FD27B014F986C99F3D243C6BE /* Pod */ = { - isa = PBXGroup; - children = ( - 27549CDB44130D9F80FF997211B4967A /* React-RCTLinking.podspec */, + C65E211A0633D7CC951D33732CD51F2D /* LICENSE.md */, + 402CDA986750EA3112B840B1830D05D8 /* react-native-document-picker.podspec */, + D0BD5F5B2E797E672656B06E2516C4C5 /* README.md */, ); name = Pod; sourceTree = ""; }; - E5414C3857C4790B6064426592A6DCCE /* Support Files */ = { + E8B6574C43E0AFC0C9491838EF33D6A3 /* Nodes */ = { isa = PBXGroup; children = ( - BE06FAF60C7586CDF0EBB38218A8E5B0 /* UMBarCodeScannerInterface.xcconfig */, + BC031C46A6F57B9D88C6A473D8BC8721 /* RCTAdditionAnimatedNode.h */, + 1E58F8187571FB8BE19BAB41634D821E /* RCTAnimatedNode.h */, + 704B3006AE3C4DF9E816A98C0AD58C74 /* RCTDiffClampAnimatedNode.h */, + 917F61313C78913F2EF1E925E1D23E9A /* RCTDivisionAnimatedNode.h */, + 685FE3980782BE2DDDB50F4D9DEF7AC8 /* RCTInterpolationAnimatedNode.h */, + 4EEBCC60D88F119311E2306993289D72 /* RCTModuloAnimatedNode.h */, + 50E26AF35C3302A079327C853D581E09 /* RCTMultiplicationAnimatedNode.h */, + 95F532C5C0C284AF79C3E45B2F4C1640 /* RCTPropsAnimatedNode.h */, + 72B29B254D8D74DC776EE9189702D11E /* RCTStyleAnimatedNode.h */, + 45957DF0B7AF8A4C8A0A7621DEDD1EF9 /* RCTSubtractionAnimatedNode.h */, + 542E2DB12C2236A6721B9893F8699B41 /* RCTTrackingAnimatedNode.h */, + 57858FA00E9FCE5B0D6A2DFA7C2688BD /* RCTTransformAnimatedNode.h */, + DEB78093614332D12C5E9B2C2B7A9A7F /* RCTValueAnimatedNode.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; - sourceTree = ""; - }; - E6924C626A81C739BCD478E1B761DC7A /* Support Files */ = { - isa = PBXGroup; - children = ( - 53441B3DCB5B9E117FAFCF7CE71424E0 /* UMSensorsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; - sourceTree = ""; - }; - E79D1BC8A5DB98EC2396D6DC6F3753A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3CCA71000CC3B0C0CF5C98C7BAAFA706 /* UMConstantsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; - sourceTree = ""; - }; - E7F48E9662730F52690E12D8EC00034F /* QBImagePickerController */ = { - isa = PBXGroup; - children = ( - 451C703CE7E8AC15E9472E9F32558A11 /* QBAlbumCell.h */, - 49255696C1CCEA1E1242C663239CCB89 /* QBAlbumCell.m */, - 833A6A67ACF149F280F8CE95DC6D8B09 /* QBAlbumsViewController.h */, - 28265B29D617FAAA311A5A948A405705 /* QBAlbumsViewController.m */, - 945812BAFCFBCA799CDA6828A3F43720 /* QBAssetCell.h */, - 6DE079E5E70B4BA4B86DB31EFEA492E6 /* QBAssetCell.m */, - 90CED7693DC05D50A140637839883E72 /* QBAssetsViewController.h */, - 1CA80193E1A0EDA3D3A4B103FC31B051 /* QBAssetsViewController.m */, - FB8640F657DD2122ADB8CAB8319C9279 /* QBCheckmarkView.h */, - 3F8AAAFDC375A850D80E66702DD4BF52 /* QBCheckmarkView.m */, - 7737694E9B3A951E07FF7E8C2E7C4880 /* QBImagePickerController.h */, - 1068FEF6E9F10FCEC7F7A0F102077F7D /* QBImagePickerController.m */, - 6708E35DBB3D103F8267F825E34A5657 /* QBSlomoIconView.h */, - 94249BEAC1A4D633C6807346A8070F3D /* QBSlomoIconView.m */, - 2A67786461370E185AF7874C96314135 /* QBVideoIconView.h */, - A46CEB0D88622A4206E1436F9F31EB39 /* QBVideoIconView.m */, - 8D41701D90D5307954B1742BDAFC0654 /* QBVideoIndicatorView.h */, - 8B177BBB89F7A58B6A2340B1CE785CF7 /* QBVideoIndicatorView.m */, - A510E4787B3B9B6EC2A6B86917CA46E4 /* Resources */, - ); - name = QBImagePickerController; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; E8B6A85956573B9F30CD1427074D8E31 /* mux */ = { @@ -12457,221 +12660,280 @@ name = mux; sourceTree = ""; }; - EC500DA14D373AF1EABEAF2C9AF30A2C /* Pod */ = { + E8BB5C3B6CC4F311B6644517FDE9AFC0 /* Support Files */ = { isa = PBXGroup; children = ( - D80D5D7DE95EF5FEBB5FCFC91ACE7124 /* UMFileSystemInterface.podspec */, + C1A94EA75A7BA3B0E4302059BCFEB33A /* EXHaptics.xcconfig */, + C879CF5F9F3F504690C24C4DD70A20A5 /* EXHaptics-dummy.m */, + 6E0D2F34C0316DC8303B87204FDC43B2 /* EXHaptics-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; + sourceTree = ""; + }; + E94B0B9A82C2AA974D7CF334CC7568CE /* Pod */ = { + isa = PBXGroup; + children = ( + D699B67435944136CAA467F95D3FF0C4 /* advancedIos.md */, + 9BBD31B56D156170B565D11F70FE98AC /* installation.md */, + 8815C2E2CAF5A0DBFA8EB61D53624651 /* LICENSE */, + 3726F45252F0D910533091E2097D3F87 /* localNotifications.md */, + 46F605AE3C042BD03662DA9E8CAEBCF6 /* notificationsEvents.md */, + 9B44B3CA80865E6E906E533DE24E3C8F /* react-native-notifications.podspec */, + 725F54D63292B18C8769A45EF72588CD /* README.md */, + 28863C2658C7EC16923E80F29BC3058D /* subscription.md */, ); name = Pod; sourceTree = ""; }; - ECE3CFC6B733646AACDA8B2FFD0BB0C3 /* Nodes */ = { + EA9EBD6538D7891BE61671CE31C21655 /* ios */ = { isa = PBXGroup; children = ( - EDCB561D274C78BAB42BDF5266FEEFF6 /* RCTAdditionAnimatedNode.h */, - 77CAA27A0F211D519B85CBF3D079AADF /* RCTAnimatedNode.h */, - 637B2905EFCA92F6B6F01A80EC507AF2 /* RCTDiffClampAnimatedNode.h */, - 4299726BEA3130042018922655CEAB31 /* RCTDivisionAnimatedNode.h */, - 740C19CBAF1B7128836A086F6F400C7B /* RCTInterpolationAnimatedNode.h */, - 3406114BB84016C3BF3C6DD7AEF5D054 /* RCTModuloAnimatedNode.h */, - 83DF81F714471EE2EDA81F05870FC7BD /* RCTMultiplicationAnimatedNode.h */, - 30486FCD09C0FB413C2B73A34AB04757 /* RCTPropsAnimatedNode.h */, - 9A6DF1FEA62063EE8DE21E0184A2F1A1 /* RCTStyleAnimatedNode.h */, - 3AC31182A2D26CD330A9E68DDF5CAF70 /* RCTSubtractionAnimatedNode.h */, - 04AF880EA4E6EC46A565A469E7BBF10A /* RCTTrackingAnimatedNode.h */, - B7A4880C2EE835771E9D06A2BD538F35 /* RCTTransformAnimatedNode.h */, - 167001BB542F875BB6AE6374CBE2F8D3 /* RCTValueAnimatedNode.h */, + 4C6CB1CCC878B2530E22CC7F10018B8C /* RCTTurboModule.h */, + ABE4F8095AB04F484F6324A95DE94BBF /* RCTTurboModule.mm */, + CE6D4B16FA4BB2AFCB6D2BCD6F485365 /* RCTTurboModuleManager.h */, + C962AADFCD1221DD7497DC79B7A37C50 /* RCTTurboModuleManager.mm */, ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; + name = ios; + path = ios; sourceTree = ""; }; - EEDDE5C993CBBDBF48EADF5CE85C4D21 /* RNFirebase */ = { + EB103920D7DC3D9456A43D6DF561F8B8 /* react-native-keyboard-input */ = { isa = PBXGroup; children = ( - 5DFDDA9B1A315696FB654E1F37F4A0A5 /* RNFirebase.h */, - CE2680792DF7834893B2F58F450A3ED6 /* RNFirebase.m */, - 64C3E12A134EC7FB4105E2FFA8E68E22 /* RNFirebaseEvents.h */, - 675F6D25A6A38C0965EC0E8FFF68F5E6 /* RNFirebaseUtil.h */, - AA86777BCF757519048D2B2F0BB57062 /* RNFirebaseUtil.m */, - 26F4DA5A38C20ADCB4C5E504904EEC1E /* admob */, - CE603AF45600482464DDBF024E5D2719 /* analytics */, - 7999D3E2158F1FE1FF19235AC75A2F38 /* auth */, - 0A7E816D401E3E937E3B8A49DF920903 /* config */, - 336EB278F85CDB580EEEEF7750D9218D /* converters */, - 7C467CD5188676DCEA532A5F82D88714 /* database */, - C66B8BF3DD912660B0684E7EF107AE25 /* fabric */, - 718E955F05CA0EE12785D49BD7302E30 /* firestore */, - 6AECC41E74DBEEC65BE1FAEB518A5FC9 /* functions */, - 11286122E16AA6A7EB9997E9E2938367 /* instanceid */, - 7FDF4E745F812DD8A2EB66D467DC774E /* links */, - 9FFD6C48AA84AA0129A6513D521A3D8D /* messaging */, - 5D11A8B46FE1AAE9F9768C889CEEA7F3 /* notifications */, - EF27ADDD6C9444A1DCB19825CF2D3672 /* perf */, - 16F70382F813FC70862131F09AD25F8B /* Pod */, - 66753F01ECABD89ACFBED16354687E0F /* storage */, - F6C884388081F3AC6A1D5E593BE711FB /* Support Files */, + 05F36E9E3633506313AD21BF14F2FFE1 /* LNInterpolation */, + 00F55DC35114C7D7D2CF782C61A48436 /* Pod */, + 457B43472B59E8E46A8D4BABFE851266 /* RCTCustomInputController */, + A3BFA6BE46F300B5C00E4AEA98954E35 /* Support Files */, ); - name = RNFirebase; - path = "../../node_modules/react-native-firebase/ios"; + name = "react-native-keyboard-input"; + path = "../../node_modules/react-native-keyboard-input"; sourceTree = ""; }; - EEF594D71A7C7BC9D8AECC3DE6FC6577 /* Support Files */ = { + ED24AEAB39060E1724BF45F091B4D7C0 /* Support Files */ = { isa = PBXGroup; children = ( - B3DF4F93DB36B32D91549C6ABADDB132 /* React.xcconfig */, + 82EE162005AC53C9C031EE256F08603A /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, + FA041417DFAF6513DCFA0ABCFD7F2129 /* RNImageCropPicker.xcconfig */, + 80E7E92918D0DE9CC8246E1855B21554 /* RNImageCropPicker-dummy.m */, + 80D4C734F426CCCB13FDB600CFACBFC7 /* RNImageCropPicker-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; sourceTree = ""; }; - EF27ADDD6C9444A1DCB19825CF2D3672 /* perf */ = { + EE4220593CD3F27E4C7DE9D063B42DFE /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - FF707174B2503E5C71F8EF8F5FECB06F /* RNFirebasePerformance.h */, - CDBBCFB76DC32DEC120D50C17B098C0E /* RNFirebasePerformance.m */, + 35D78EEAD48E1A7E264E5562768CAF17 /* UMNativeModulesProxy.h */, + 9D8B44D8422C4E7EDE9D751882D45B82 /* UMNativeModulesProxy.m */, ); - name = perf; - path = RNFirebase/perf; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - F0926636B296F05464EB022485D23721 /* EXFileSystem */ = { + EE538B64CBA8425E3BB7AB61DF60BB1E /* Support Files */ = { isa = PBXGroup; children = ( - D02DEFE53D76538671483BD6ABAFF332 /* EXDownloadDelegate.h */, - 33EC0E5B8B9ADDB4838EADB7A50AE5A1 /* EXDownloadDelegate.m */, - 15B515C88A882F49E4AE51F40CC365F3 /* EXFilePermissionModule.h */, - 23754EA75C4611DD841F9D526A5FE05D /* EXFilePermissionModule.m */, - 892DAF84D0BCCEFD111C94D7517BC3C9 /* EXFileSystem.h */, - E86EAAE85254BEA5727D1E88DF730008 /* EXFileSystem.m */, - CA21EDA115C0A41E286ADB005D6A38CA /* EXFileSystemAssetLibraryHandler.h */, - C1E9AC90B7DAF68E7C5B579D368FF30B /* EXFileSystemAssetLibraryHandler.m */, - 1AEE9A0BA7E271016CEF50622ADF9914 /* EXFileSystemLocalFileHandler.h */, - 2D49C8A04AF309CE5BE94686AF3A1831 /* EXFileSystemLocalFileHandler.m */, - 89123F24D3C0DF6BDC2F7A547BA3FCC0 /* Pod */, - C17F0C741A0D2F404A1F81E891AD6317 /* Support Files */, + E49CFE480C3D29E7EC345A83CE1E2893 /* react-native-notifications.xcconfig */, + 8378085AD74EAA67AB32C6A675D5FA25 /* react-native-notifications-dummy.m */, + 88E392C5C33B8AB637900B7333FAE65E /* react-native-notifications-prefix.pch */, ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; sourceTree = ""; }; - F14797CC7C3D89CE01B290AACC1055F3 /* Pod */ = { + EE8282308B5F2C38B8E3DD3EF7B33636 /* Pod */ = { isa = PBXGroup; children = ( - 918D0DAAF3DAF360A13EB2EA19CDD30D /* UMConstantsInterface.podspec */, + 63A696EC218DD1DAE902663F3B92C49C /* README.md */, + 835E4B78EE2FB90F2F0D493B4AE7BF68 /* RNRootView.podspec */, ); name = Pod; sourceTree = ""; }; - F2C6BCFDFFA6129D3F5F4F5902665EDC /* Pod */ = { + EF02899F83ADD13A5C348C8C6AF0E22B /* TextInput */ = { isa = PBXGroup; children = ( - F170556229F32C7D7FDE04E6D4B8DF5E /* React-RCTNetwork.podspec */, + 070D8D1C1B32FFBE094021C01913F8BC /* RCTBackedTextInputDelegate.h */, + 12EE46404C88EE4302878276636C0E0D /* RCTBackedTextInputDelegateAdapter.h */, + 064C9E82E05BA7D0672A93207EA0A3B5 /* RCTBackedTextInputViewProtocol.h */, + 2D316515E3C4D276B23638661A6A9C23 /* RCTBaseTextInputShadowView.h */, + 3B03D8EA1C5F8BD52B4994EE0D4A0F02 /* RCTBaseTextInputView.h */, + AA0F52207F6680AC6CC12E0FC833672B /* RCTBaseTextInputViewManager.h */, + 4899C6E11AA0D7302D047F15DDFC9A60 /* RCTInputAccessoryShadowView.h */, + A20A1775CECF70FDB0A05B7C12A5D99E /* RCTInputAccessoryView.h */, + D4D7A183F0626C3DEEF5CC2967FE038A /* RCTInputAccessoryViewContent.h */, + 4B3686332A431ADEBE518021AC34BDF6 /* RCTInputAccessoryViewManager.h */, + A30CA10BD3D0FFFC75579BEDA72F4322 /* RCTTextSelection.h */, + 37B2E7A72C315EFFCBE390FF0813F95B /* Multiline */, + 062B03BD8A0EE929780442DBF221B7D2 /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + EFB4C0E900E6E484AEAB8ACC2FA45DBD /* Filters */ = { + isa = PBXGroup; + children = ( + A3B3F076BBD3556DC3A8D807870D4889 /* BSG_KSCrashReportFilter.h */, + FB59BD2F76D819846E10393D518459F6 /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + EFBE5272DEFA0428BE885E8F99347C8C /* FBLazyVector */ = { + isa = PBXGroup; + children = ( + 425B70D8541A29E62855E3B6164CD604 /* FBLazyIterator.h */, + 2C0A5A89902E2AEDF60F5DE388F6D344 /* FBLazyVector.h */, + 03F78F2C0926E8002C0CCD14B6881AF6 /* Pod */, + C457462B0ED6025ECC609E14CFB85393 /* Support Files */, + ); + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; + sourceTree = ""; + }; + EFF363D4A2ABF985427048873F7ADC19 /* Default */ = { + isa = PBXGroup; + children = ( + 82EE6AFC229C4A35B41D60B5164174EF /* Base */, + E17FA5A86E09334846FEB41AC9BD2710 /* CxxBridge */, + 7A173DF295950FB4E46D7E7282A87DE2 /* CxxModule */, + 0980D52EB3205083BC6C9AFC082407F1 /* CxxUtils */, + 120449DC76C4BA02CB26007CA203CA08 /* Modules */, + 7C46F694651C7D860B74F6E6C24C23C7 /* Profiler */, + A2B2C6BB2D2ED0D117626553849F6920 /* UIUtils */, + 32B79062C33B9FFF81C2970C819626DC /* Views */, + ); + name = Default; + sourceTree = ""; + }; + F06955599D0B786FE62304EF6D562DE7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B9A20A94248F8D409B2B84F98A5721C /* RNRootView.xcconfig */, + FA49BCFA23CB06D68B401F3F82DE2353 /* RNRootView-dummy.m */, + 0E6E452DCA2DFA4CC9919E00868F396B /* RNRootView-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNRootView"; + sourceTree = ""; + }; + F08AC9099B6B0FFF2B05D73A5CE53DB3 /* Pod */ = { + isa = PBXGroup; + children = ( + 0EE3C78A4FB57AF8C4DDA6636283EF42 /* LICENSE */, + 68EE2D25064CC06DF3BB7FACB714AB67 /* react-native-webview.podspec */, + 0410C8D27F334123935DEE0E751BB616 /* README.md */, ); name = Pod; sourceTree = ""; }; - F3743B731BBAD0D08B07902E40C4E2D8 /* UMImageLoaderInterface */ = { + F0D360AB29FF2F5D9F4B632A80C12DBD /* react-native-document-picker */ = { isa = PBXGroup; children = ( - A6E5449429D43C155281806D933D684C /* UMImageLoaderInterface.h */, - CB848FE84CB02CF4BC123F679125A2DD /* Pod */, - E1D93C4A7DDA9F70E2DE8A958BDDB27B /* Support Files */, + A43B2A2F1692B94FFBE6296047F98078 /* RNDocumentPicker.h */, + 575E6B48EA8E2CA349D94E369059D1BD /* RNDocumentPicker.m */, + E7E67BC4769490EF548C8575C2EBFC94 /* Pod */, + AE915D0B820949DB75A2D75AF6796279 /* Support Files */, ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; sourceTree = ""; }; - F42C49BE8293DAE275EF2C6270BE4B37 /* Support Files */ = { + F17570E75B49AEF379AFAEDDE0AA48C4 /* links */ = { isa = PBXGroup; children = ( - 7AD7320F2AEFFAC745ECA1D9F9D55A8C /* RNLocalize.xcconfig */, - FC1C9BACB409258D55795F22EC30E614 /* RNLocalize-dummy.m */, - 7D13056FE137E30E8A829D3579A5B8D5 /* RNLocalize-prefix.pch */, + A87A088034D2CEC390DA193A4BB1D57B /* RNFirebaseLinks.h */, + 2F3A0569C30CDC36BA969C3E222C2C32 /* RNFirebaseLinks.m */, + ); + name = links; + path = RNFirebase/links; + sourceTree = ""; + }; + F1D24546CDE01417D66C8738912CB2EA /* Transitioning */ = { + isa = PBXGroup; + children = ( + BE9D0C42DC3FEE44D14FF79EE1BDAFDD /* RCTConvert+REATransition.h */, + FB0466ADC87C26343FE7AE73E674521A /* RCTConvert+REATransition.m */, + 8699EEB9603351EF2A61B531B0CA9064 /* REAAllTransitions.h */, + DA6FEACD26AD2407B6B041023035776F /* REAAllTransitions.m */, + 37FAD1532FB0289245A4838BA68B4A79 /* REATransition.h */, + 2BB9233F6835B791FD570E679411CD36 /* REATransition.m */, + A9F1ECB1C89116CD06A428B9A667E33D /* REATransitionAnimation.h */, + F5BF7947C5E5872211B056BE23B79E74 /* REATransitionAnimation.m */, + 850DC549E6A0EDF11179C96C39F7B3B6 /* REATransitionManager.h */, + 3396D88E1D3A8D3766175396AF1C7CCA /* REATransitionManager.m */, + EB02E1D6B07453B5F6ED0EBFD6E676A5 /* REATransitionValues.h */, + 6F03D14446D09D90638B1413DA22CEF7 /* REATransitionValues.m */, + ); + name = Transitioning; + path = ios/Transitioning; + sourceTree = ""; + }; + F28C3B78ECE85EF6CB12E5D27BC16787 /* RCTAnimationHeaders */ = { + isa = PBXGroup; + children = ( + BE1D3669F434F811A32D13C0E52FAFE8 /* RCTAnimationUtils.h */, + 9D25603DCDBD905C3E3280D640D6E574 /* RCTNativeAnimatedModule.h */, + A2B94ECD37EABC4C367A6D47319FAED9 /* RCTNativeAnimatedNodesManager.h */, + 64075650DA00566B0778664AD8BDD58B /* Drivers */, + E8B6574C43E0AFC0C9491838EF33D6A3 /* Nodes */, + ); + name = RCTAnimationHeaders; + sourceTree = ""; + }; + F2FED0ED3FBC8CA078359C0FC1248886 /* Support Files */ = { + isa = PBXGroup; + children = ( + 85E74382E16E9ABBABA8D056F3A0E03A /* UMCameraInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; - F4699DB6E7354F606CAB2F2AEE95C256 /* UMConstantsInterface */ = { + F325F4A8EEAD79D718FC82BA38E8D588 /* Support Files */ = { isa = PBXGroup; children = ( - 38B977DE9FFF08C295B61F356F4DEB68 /* UMConstantsInterface.h */, - F14797CC7C3D89CE01B290AACC1055F3 /* Pod */, - E79D1BC8A5DB98EC2396D6DC6F3753A2 /* Support Files */, - ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; - sourceTree = ""; - }; - F4BE25D0288FF64EC55E2EB6B38A67BF /* Support Files */ = { - isa = PBXGroup; - children = ( - 10890E9947EA5BDF4FA0F61021BE331F /* UMCore.xcconfig */, - D4D3029D489B9CC30FC5E9DFF1C63994 /* UMCore-dummy.m */, - 125C9C4E1B08E35E47F42EE6FABDA55F /* UMCore-prefix.pch */, + D48CC1A2F4DBE99ED25B6AB7A23A80BD /* react-native-webview.xcconfig */, + AD75891BD7317952B386BB20DB6EC735 /* react-native-webview-dummy.m */, + 09EAF8FF19D2FABF20F4CEF3A61E196D /* react-native-webview-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; sourceTree = ""; }; - F4C14BB4EA548D44525759EDF0098D79 /* Source */ = { + F335E7F00B38376D026AB6D1FCFD9F60 /* Support Files */ = { isa = PBXGroup; children = ( - B1BCB56DF0243718905C4F01C56AED89 /* BSG_KSCrashReportWriter.h */, - 2E9C065145AF9F65D3F2ADEC6D33A0BA /* BSGConnectivity.h */, - BAC744DF840B073F67D86E407066568C /* BSGConnectivity.m */, - 4EDBF66A927B5F8A8DE3756BD792B701 /* BSGOutOfMemoryWatchdog.h */, - FD46A0FA38F89A3EBB4D1D8F2C6C82B6 /* BSGOutOfMemoryWatchdog.m */, - 289FDAE476A89BDD5D67514FF6353737 /* BSGSerialization.h */, - 2E3F2CC88D9C0D9C761BCBC536541DF3 /* BSGSerialization.m */, - 56539446BB3AB5B151AB3B63CDFD213C /* Bugsnag.h */, - C382C4B6DF1722D9953FF2B3DCD27F4E /* Bugsnag.m */, - B40F0C3B301F32AC85B84546178CE0CD /* BugsnagApiClient.h */, - 8C57C3B759A5EEBA851D9DEC243E07D0 /* BugsnagApiClient.m */, - 807A779FAE2954A7DEB36EE202F2B50B /* BugsnagBreadcrumb.h */, - 66FBDAC9AAE6212A5C0524E6F1220950 /* BugsnagBreadcrumb.m */, - 87F09B22862988263200E4BCFAC2F8A8 /* BugsnagCollections.h */, - 7C5AB60DB5E0886BB2ED862637A07EF4 /* BugsnagCollections.m */, - B41590C1DCAAA35C248A956F2B3F7929 /* BugsnagConfiguration.h */, - 64F18790A50A2179CC7BE6090135313C /* BugsnagConfiguration.m */, - B312FE5691799113B85CEF8AE9BB6290 /* BugsnagCrashReport.h */, - 36EA2990DB0BEF0EBFC83DF98C1FD56A /* BugsnagCrashReport.m */, - DE9504A2A6B1C25558882AE62B22F9A5 /* BugsnagCrashSentry.h */, - C486485423B3730492ECFD48D1453907 /* BugsnagCrashSentry.m */, - 90DD67F63242CF1116E18DA6D1483E77 /* BugsnagErrorReportApiClient.h */, - B11A55FD8328E6DD365FE8FE004FCBC7 /* BugsnagErrorReportApiClient.m */, - 9ED0B61A0303FB3177736862FD78448E /* BugsnagFileStore.h */, - 75A708AD80219699E2A645931B9F0274 /* BugsnagFileStore.m */, - FB6EE44FA7F3B55552E8366D392E5AF7 /* BugsnagHandledState.h */, - 536F45DD82C94CE6D96EA437C0C21BBB /* BugsnagHandledState.m */, - 69553ADA0240020F66CCC3166C6C9541 /* BugsnagKeys.h */, - 13779FADE8C2EEA8185E90141DA3E5D4 /* BugsnagKSCrashSysInfoParser.h */, - 28AD009D7AA520A7C1D6D17FD2291045 /* BugsnagKSCrashSysInfoParser.m */, - 73D798B4EDDC375384A075DD5D1B7403 /* BugsnagLogger.h */, - 748FC8EFDBC62C2C86AE00238C2E8EED /* BugsnagMetaData.h */, - 6C0075391F3315DD5C0B9E7632576E32 /* BugsnagMetaData.m */, - EEC0E6E9AC18BBFC719102A5C56D9AAD /* BugsnagNotifier.h */, - C1F15DAD777D61E47556A49390A2CB1C /* BugsnagNotifier.m */, - 9073F0DA69D25921E861A82C234697E9 /* BugsnagSession.h */, - 9046E8F29610D14F5BFA1946206DA373 /* BugsnagSession.m */, - 094F4CDB49A7800ACC684C08A72D2F40 /* BugsnagSessionFileStore.h */, - 16839A17E6F24246EC83A9E32C3C3AA7 /* BugsnagSessionFileStore.m */, - 2698D552A903060218AE893510C4D8C1 /* BugsnagSessionTracker.h */, - A1D0CBD754DC34F014D38B05008B8745 /* BugsnagSessionTracker.m */, - 69356F2622014AF7DC2A3EA2A07BB2EE /* BugsnagSessionTrackingApiClient.h */, - 6A68B8844C7EB5008E2C239A40008B60 /* BugsnagSessionTrackingApiClient.m */, - D115542288AF9DA2B7799D6CCF398704 /* BugsnagSessionTrackingPayload.h */, - 97B0C12188F70CE990D5D85626F3C361 /* BugsnagSessionTrackingPayload.m */, - 51A5F2C64929287D8852E8AD60EECEA3 /* BugsnagSink.h */, - 8D0FA4CCB2D15F90D716627CD0615088 /* BugsnagSink.m */, - 72EEE078A0BECBB045605975E76C3299 /* BugsnagUser.h */, - 685D707D72CF9347E0B77A3C59D950EF /* BugsnagUser.m */, - 26C529F93BEAF01BDCF314272A97D5A2 /* Private.h */, - DB4C3B1AE1BBC178CC29DB68B893F3B7 /* KSCrash */, + B7AF00286728B672293B3F31A09F7860 /* RNBootSplash.xcconfig */, + 305EF1AA6F32D05EBF526DDE7C61764E /* RNBootSplash-dummy.m */, + DAC279F4E47CB7048005FBC49C4B6F8B /* RNBootSplash-prefix.pch */, ); - name = Source; - path = Source; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNBootSplash"; + sourceTree = ""; + }; + F3D006C73416CC0FB96AB6C6D2716BC4 /* Pod */ = { + isa = PBXGroup; + children = ( + 3AF4D0EB3C90215151BCD97FF5309E55 /* LICENSE */, + B78920E7F8B47FA8C28F5FA317E1BC35 /* README.md */, + D545A20954812CF97FA14CE6A6EC31FA /* RNUserDefaults.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F4A28F4E353E86E13C4118229003C594 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 46CA0C2F0C64FDE17DA59C7E8EBA9F7C /* RCTVirtualTextShadowView.h */, + 9B254C9C4A303F02DB2DDD0A2B7553FC /* RCTVirtualTextViewManager.h */, + ); + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; F4E8C74AE7E1C7626C68E1FBF69F4B75 /* GoogleAppMeasurement */ = { @@ -12684,27 +12946,15 @@ path = GoogleAppMeasurement; sourceTree = ""; }; - F67177150FB7594317F1C8FCEE31A4E7 /* Inspector */ = { + F5AEBED96411EBE6BD67F8C09DDF4109 /* Support Files */ = { isa = PBXGroup; children = ( - 19284D31BD342A64F8E638D6F6DD5F87 /* RCTInspector.h */, - E4FCD746909AA36FD59C8BE52573CC6E /* RCTInspector.mm */, - F29860ACF6D3192CE27B72D8D9BF7CC6 /* RCTInspectorPackagerConnection.h */, - EA27D397082A0630D8A137FE7CE51625 /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - F67B7F7CA6523D154409A00CC91A7F6F /* Support Files */ = { - isa = PBXGroup; - children = ( - C830DA96237FF0F27DC906DD364FC1BD /* React-RCTVibration.xcconfig */, - 03FF3F73FA8FCF5C8B6299B130D5BD70 /* React-RCTVibration-dummy.m */, - D9D21E025012A678F9BBDDA66EC83FCD /* React-RCTVibration-prefix.pch */, + A38AAD5AE0705D48A71F941F0EDD7695 /* UMCore.xcconfig */, + 87DED0944EDC6F15AE77CC2854EE3793 /* UMCore-dummy.m */, + C3A4325D71A2D28D9A420F7F6C4F938D /* UMCore-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; sourceTree = ""; }; F6908B7F3DAA9157C0C6086537CC4F7A /* demux */ = { @@ -12717,36 +12967,46 @@ name = demux; sourceTree = ""; }; - F6C884388081F3AC6A1D5E593BE711FB /* Support Files */ = { + F6D16938707E0C0317B1C93417D0B379 /* Support Files */ = { isa = PBXGroup; children = ( - 9174D5E115C1B05B5CB34E7BA461B452 /* RNFirebase.xcconfig */, - 2870DD1B6E957DCCFFE20D03678B0CAB /* RNFirebase-dummy.m */, - DB738437742B8F8F39C9F91C3FBD639A /* RNFirebase-prefix.pch */, + B1D8E53CA06E2FD05334233A34F0A306 /* React-RCTImage.xcconfig */, + D1D920036CBFEB6265368ADF9F6ABB72 /* React-RCTImage-dummy.m */, + 4EBC3FB8171DB46911F391B0CCC569FC /* React-RCTImage-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFirebase"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; sourceTree = ""; }; - F74AA74E1C62ACF85293872EB742261D /* Support Files */ = { + F76AB785A32C920886FB66695E6C808D /* Support Files */ = { isa = PBXGroup; children = ( - 77156F8F966471CD2FB751F90464C421 /* KeyCommands.xcconfig */, - 6FF34E16BF85DD97F2E55FE764F2285B /* KeyCommands-dummy.m */, - D5AE47A56689398D07D34765AF4F992F /* KeyCommands-prefix.pch */, + A849D6F17D1FCB59C9CE3912E8FECFDC /* UMReactNativeAdapter.xcconfig */, + 9A06933249D6B6F3242FD631D34B3769 /* UMReactNativeAdapter-dummy.m */, + 01BA4F6CDF122A85D4FEC3D3AE900FB7 /* UMReactNativeAdapter-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/KeyCommands"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; sourceTree = ""; }; - F7EA241128517E3294BEDE6B38804BD0 /* crashlytics */ = { + F79BD2BD74956D79C039615BB2F612E7 /* DevSupport */ = { isa = PBXGroup; children = ( - 9603D56149DCC0F2A9E3930B1929F72A /* RNFirebaseCrashlytics.h */, - AC65625B781057D8733A1F09D482D2DC /* RNFirebaseCrashlytics.m */, + B4A5F45A9E9B62BFC13C20E11D584CCE /* DevSupport */, + F8DAAFAB9784DD4AE12692ECC3DAA1F1 /* Inspector */, ); - name = crashlytics; - path = crashlytics; + name = DevSupport; + sourceTree = ""; + }; + F7D7024944990F0D66C59AEFCE976E70 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2D3998332EF394DA5DF192449A0CFF01 /* React-RCTLinking.xcconfig */, + 89AB92D65AAB3D9E4D017CFE86A2A83E /* React-RCTLinking-dummy.m */, + F34FCA8A5A303D7FE703BC9FCE26A993 /* React-RCTLinking-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; sourceTree = ""; }; F81EBDFF90F8EF7E9C7FD80A121F087B /* RSKImageCropper */ = { @@ -12775,177 +13035,28 @@ path = RSKImageCropper; sourceTree = ""; }; - F867CEFD1BF8FB67A7D0AF9E505B7560 /* KeyCommands */ = { + F8DAAFAB9784DD4AE12692ECC3DAA1F1 /* Inspector */ = { isa = PBXGroup; children = ( - 1F783017BFCE6D8957205E2368080555 /* RCTKeyCommandConstants.h */, - EFE587B647AEA797A88F2C365DAC8EC2 /* RCTKeyCommandConstants.m */, - C558069696C77025B946DE8910693620 /* RCTKeyCommandsManager.h */, - 30F18E9133C9EE4A81CFD2687ACBCD7C /* RCTKeyCommandsManager.m */, - 1D8C8999A35ABC5C79957F7D96B00F4A /* Pod */, - F74AA74E1C62ACF85293872EB742261D /* Support Files */, + F55F61BA61E17B03C7DE7BB3DD03F64F /* RCTInspector.h */, + 87D65F715B53D85F2BF5E4AE697B6965 /* RCTInspector.mm */, + 7FB7CD15C80E500BD73C67D1F79C3F61 /* RCTInspectorPackagerConnection.h */, + 9214CCFBCD5FCADCB4FD08313D9448C9 /* RCTInspectorPackagerConnection.m */, ); - name = KeyCommands; - path = "../../node_modules/react-native-keycommands"; + name = Inspector; + path = React/Inspector; sourceTree = ""; }; - F87E04A83FF69993C92AA158DB5FEB4D /* UMModuleRegistryAdapter */ = { + F9A9CF467616B1789A8A909A17424316 /* RNRootView */ = { isa = PBXGroup; children = ( - C9C40E7B6B5993D70A5D70F7D30FD3B4 /* UMModuleRegistryAdapter.h */, - 4D4EAD8BE22D1A60AEC57B78752F6185 /* UMModuleRegistryAdapter.m */, - DAA490AB8CAED42668DC35D43BA2575D /* UMViewManagerAdapterClassesRegistry.h */, - 03CF8B129F84A67BF7EDAEC900572B62 /* UMViewManagerAdapterClassesRegistry.m */, + B890DFC7A7421FAC89BAB926874BFA9F /* RootView.h */, + E7E54C339F5B0A1E7A94E3A2661EFD17 /* RootView.m */, + EE8282308B5F2C38B8E3DD3EF7B33636 /* Pod */, + F06955599D0B786FE62304EF6D562DE7 /* Support Files */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; - sourceTree = ""; - }; - F93F20133C27896750343DF37AB93802 /* RCTLinkingHeaders */ = { - isa = PBXGroup; - children = ( - 2896DB1C66C7E0D6CEA401311DFC3CE9 /* RCTLinkingManager.h */, - ); - name = RCTLinkingHeaders; - sourceTree = ""; - }; - FB3B9A1DBDC252416661F3F95C715416 /* React-RCTActionSheet */ = { - isa = PBXGroup; - children = ( - F48F0465A6D63E3E02891CE558A1DCDC /* RCTActionSheetManager.m */, - 16D69AB38B717A437838F777DB6C60AA /* Pod */, - E236B2FECC972980F4322123B1EB4C36 /* Support Files */, - ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; - sourceTree = ""; - }; - FC6665FFD77964E3E4E786DA0BDDB47A /* RNDateTimePicker */ = { - isa = PBXGroup; - children = ( - 17341144B555A03C5EBEDD81B0B832E0 /* RNDateTimePicker.h */, - 6562F2DB054F9F4800DEEBF8FFAA8C95 /* RNDateTimePicker.m */, - DC0B02E92152D5231A7995E9D166C4C0 /* RNDateTimePickerManager.h */, - E878C1F2050BF8CB9FC08C84EDE84445 /* RNDateTimePickerManager.m */, - 5BF29734ACC36944167E843E796C2D80 /* Pod */, - 2E275263C32F6D7F832A4FBFA3C33B7B /* Support Files */, - ); - name = RNDateTimePicker; - path = "../../node_modules/@react-native-community/datetimepicker"; - sourceTree = ""; - }; - FCC9B7799ADA7628DA20B56B814A62D4 /* Pod */ = { - isa = PBXGroup; - children = ( - B501E4BAEF3F88DD797B97D436749B45 /* LICENSE */, - E12DA10290867974F37743E322B25F95 /* README.md */, - 8F075D7361A98EC92912D23F62ECD7DD /* rn-fetch-blob.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - FD768AEB32AE1D768A90A5E5A575D036 /* Surface */ = { - isa = PBXGroup; - children = ( - 5D49F55D4CD4364E4649FFB0945D8B85 /* RCTSurface.h */, - D6B3569005FEF35CBCD397365AD669B3 /* RCTSurface.mm */, - 7C840FED49BB6E4503D0250D4C7345A7 /* RCTSurfaceDelegate.h */, - C046E8B167E889528CF9671EC0A9C7CD /* RCTSurfaceRootShadowView.h */, - F60BC6A0E8111DD5ACBEF3CC5959ECD8 /* RCTSurfaceRootShadowView.m */, - 22F389B285F0B865DEAD7629FED2F9AC /* RCTSurfaceRootShadowViewDelegate.h */, - 7B4F35BD813347FF988C6039F938EDE8 /* RCTSurfaceRootView.h */, - 3A35B3C486393401E3F04F277F938938 /* RCTSurfaceRootView.mm */, - CDCB0F44C93968319F5B2F7B8EBC8DEA /* RCTSurfaceStage.h */, - F0171EC8BC3009153E594A4B4AEF8326 /* RCTSurfaceStage.m */, - 1A73B6FB820D5DF2EC492B1A4D6037F2 /* RCTSurfaceView.h */, - BFA466318F7726718D3485D2E96C30E4 /* RCTSurfaceView.mm */, - F3263CC7CDAAC78D64ECE2AF8DF05354 /* RCTSurfaceView+Internal.h */, - 59F3361EA6F06B8EF7426FBF06B847F9 /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - FE34CE2D085F4421803DCD833D9DC814 /* Base */ = { - isa = PBXGroup; - children = ( - BCB2FAFE4C12BA32A8EADC9720F53E34 /* RCTAssert.h */, - EB731F52BCE9B41E27D5C618E184F494 /* RCTAssert.m */, - BC9D7CFECF0E1016A7AC15B8E44E1539 /* RCTBridge.h */, - 8D3ACA5DF26B64D8BFB86382C59C225C /* RCTBridge.m */, - 1275E79B06824B79F8ED750B4F349A74 /* RCTBridge+Private.h */, - F76035A1C60156C30D8C7AC85A25B87E /* RCTBridgeDelegate.h */, - 37AA33A165E8A21BDAF2AA4E1482AD12 /* RCTBridgeMethod.h */, - 8FA02F2BDAC2181FFE353B2B8F23A3CB /* RCTBridgeModule.h */, - C7699AFD882E9DB82C6396CD2B33D5D9 /* RCTBundleURLProvider.h */, - 1A79B9769DABF5D747621369F882A30A /* RCTBundleURLProvider.m */, - 79C9A31269E81DF965C0EFADB2012AC4 /* RCTComponentEvent.h */, - 985950B5EA8B80D858D6759A4C297DAF /* RCTComponentEvent.m */, - CEB2BCA0F0DD370D4283F50B7F88290F /* RCTConvert.h */, - 177DDED5760D29524F4FB9784CE2D2E4 /* RCTConvert.m */, - 08F60035D9582D5CA9D282FC2589628D /* RCTCxxConvert.h */, - AC4FDBC85BDB8D7D488E2A0A3D48D552 /* RCTCxxConvert.m */, - 0B1B654D254C7E1810BADC1CBB4306B8 /* RCTDefines.h */, - 665E4D5175A646C08F3D216295A530A2 /* RCTDisplayLink.h */, - 85DAF0ADF9D871D10FCAD5FCC5B53E0B /* RCTDisplayLink.m */, - EA7D43AB936D50A81723BA9C97BB3326 /* RCTErrorCustomizer.h */, - 24A2994EDB8FF27036011F13232C65E0 /* RCTErrorInfo.h */, - 84BE2C7443B6C5385B9E1464E6B32E3E /* RCTErrorInfo.m */, - C9C25D35DBEAD6FD160BAA8C91BC077A /* RCTEventDispatcher.h */, - 7D0BC95ED6BBB430597CE23C417B542E /* RCTEventDispatcher.m */, - 1DE98B4DC71DC91B5858A13E77D55B21 /* RCTFrameUpdate.h */, - B250BD041FB5381BC6D982CBE9174EB7 /* RCTFrameUpdate.m */, - 77416528506225EE2972EBF70D15691C /* RCTImageSource.h */, - 8C5775E7F823B6BF19C0FBAAD82D5A41 /* RCTImageSource.m */, - 6B5BF6F5C3F36B03310C16BB02AE92EB /* RCTInvalidating.h */, - 60D9920325F1E197245EC5E2DDB3E2C6 /* RCTJavaScriptExecutor.h */, - C1BDAF7514D177B767F3850F0608EBF3 /* RCTJavaScriptLoader.h */, - 27F11528898E1C09AC16B648A3466810 /* RCTJavaScriptLoader.mm */, - A2128DAA3DAC64937C1E6568A67A7439 /* RCTJSStackFrame.h */, - 45202BBAAEAF335F1FB60BBFC69380C2 /* RCTJSStackFrame.m */, - 0499506163E27FDFE72BF36433C9AB81 /* RCTKeyCommands.h */, - E99AFBF30A3D56FE587EF4FDA58BDAC4 /* RCTKeyCommands.m */, - 4FE49070AC3414D65AA9228AB7579A7C /* RCTLog.h */, - 8540E2CE4399AB56BCE33B40A8623314 /* RCTLog.mm */, - C003E82845B79893D5C223AF9F0D9547 /* RCTManagedPointer.h */, - 48D13CE06914C02A51CA1D66E14B9F40 /* RCTManagedPointer.mm */, - 3023C9C83AB3D0B89E41DC5070F26651 /* RCTModuleData.h */, - 9B1701CE791ABE0B135B42558643BA83 /* RCTModuleData.mm */, - DB1A81F1252B43F5F5ECB2C3F5872E62 /* RCTModuleMethod.h */, - 783B06CA56E7F31AAD0E0144F28CAEDA /* RCTModuleMethod.mm */, - 6902BF644B6D22E65F917FE0AD95F867 /* RCTMultipartDataTask.h */, - 7AFAA9D3ADEE4875D364F0EA50C4098C /* RCTMultipartDataTask.m */, - 0A674AEBCA76215CB8F991FFDBA16AFE /* RCTMultipartStreamReader.h */, - 459D354B128A5B3FD0717608572663F7 /* RCTMultipartStreamReader.m */, - 12AF02A793F26E562BCB5474EC337429 /* RCTNullability.h */, - 82E63E35E28925985F52851F5E7F7A2F /* RCTParserUtils.h */, - 43003C63AB6D53D8F0C724F05E07DBBF /* RCTParserUtils.m */, - FBA0A0A797AF05C4739D1E5917DD321E /* RCTPerformanceLogger.h */, - 1DC6AB09782FC3C60D8E082174E26072 /* RCTPerformanceLogger.m */, - BEF99ADC4DDE3984F46775A1AC8A3678 /* RCTReloadCommand.h */, - 272EDD435D37F6C2EFA2EC5FB49D400D /* RCTReloadCommand.m */, - 4B1F199CCF5EDA47DFCC987B9A28801E /* RCTRootContentView.h */, - 16E6D00B240E8A6875583B15B09C0AD0 /* RCTRootContentView.m */, - 0AD8727BFD3898AB37FF5C02D3A2019C /* RCTRootView.h */, - D7E4D46622518C9F84C86F8D27596A4A /* RCTRootView.m */, - D86B87674697BCE5BC5B2C09E088521A /* RCTRootViewDelegate.h */, - 05C392ACAA16564F1646887DF81113EF /* RCTRootViewInternal.h */, - D9515AF621FACD624F464EB9B8404E4F /* RCTTouchEvent.h */, - E20BECAAF117D13FDFA68D903AB2823F /* RCTTouchEvent.m */, - 64AB36A81419579DFBE653B56BFDE10B /* RCTTouchHandler.h */, - B234A34E47BD553B1BBB16FE8E4232F5 /* RCTTouchHandler.m */, - A1B82C747E2EFEE16D2A007D5E678461 /* RCTURLRequestDelegate.h */, - 920F14D05D427385C4CFA10C28574833 /* RCTURLRequestHandler.h */, - 04281FA56489A7CCB9EF40362A453BBC /* RCTUtils.h */, - EB2BDA32F9D8827CD2E9C6BD3D8D811F /* RCTUtils.m */, - 10250D78C60056D203D235E04EEDF191 /* RCTVersion.h */, - 6DB42004B240B79A0FF03409A8928664 /* RCTVersion.m */, - 7E1768101677ED3E062B092BABACCADF /* RCTWeakProxy.h */, - CD3C78B7160EC7119BD39667D355E1DD /* RCTWeakProxy.m */, - FD768AEB32AE1D768A90A5E5A575D036 /* Surface */, - ); - name = Base; - path = React/Base; + name = RNRootView; + path = "../../node_modules/rn-root-view"; sourceTree = ""; }; FE43C14EE339FF31B74ECE47E1D075CD /* Support Files */ = { @@ -12957,23 +13068,14 @@ path = "../Target Support Files/Fabric"; sourceTree = ""; }; - FEA54FE692DAF6D4F42F93B2A6A67B68 /* Pod */ = { + FF86B41DB7ED68E0A1BEB4722384F4FF /* Pod */ = { isa = PBXGroup; children = ( - F9FEF1D228AABFA6A55230C1568B4054 /* react-native-slider.podspec */, + 0DCBA648191323A9584295FF82215FDE /* React-jsinspector.podspec */, ); name = Pod; sourceTree = ""; }; - FF3CE4B51B34C0DB87AE58992A25BC62 /* Source */ = { - isa = PBXGroup; - children = ( - 57E00A7B1961A7A0115F24D5EECFDEC9 /* KSCrash */, - ); - name = Source; - path = Source; - sourceTree = ""; - }; FFB3455A3E37A9225E29597AD5CD25E2 /* Support Files */ = { isa = PBXGroup; children = ( @@ -13016,6 +13118,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 05BFCE9D5FBDD387D87EA9050749652C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D1767AB59653E8540E79B2D42F2E7CF /* EXImageLoader.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 07EA496922703B388FA6473ED46A4F8D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13342,50 +13452,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 439A078B0B469955713EFAFAEEF9224D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E9D7ACE54F298811EB74DFBF05F996D5 /* UMBridgeModule.h in Headers */, - 4D316D26515A766E0766CDB80274FFD2 /* UMModuleRegistryAdapter.h in Headers */, - EE23B71AEA719ECCE99E89E393DAE6B1 /* UMNativeModulesProxy.h in Headers */, - 3F23A9C8F4C6D6FC2240003C679F1D40 /* UMReactFontManager.h in Headers */, - 869D6314267C36E72B3921B72B2CD745 /* UMReactLogHandler.h in Headers */, - BF9530B10724263A128DDA21ACFFAD41 /* UMReactNativeAdapter.h in Headers */, - 684521B0CA1B1249C9ED804F3A62D6B4 /* UMReactNativeEventEmitter.h in Headers */, - BBA5C37A4DA22F35E2BFE079AF8D4D97 /* UMViewManagerAdapter.h in Headers */, - 556A5B3489033C319EFAFEB961E2CB93 /* UMViewManagerAdapterClassesRegistry.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 45A74AB092B6701FA60B596ABA91397A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 61CB6A0224314655A5CD350A3663ECD4 /* UMAppDelegateWrapper.h in Headers */, - 932A63E4F9AB03993C4F2C40333884E6 /* UMAppLifecycleListener.h in Headers */, - 086D30EE631E6CD8A53B13E30037F880 /* UMAppLifecycleService.h in Headers */, - 9E00A71835F74BD9E7791965749B0D68 /* UMDefines.h in Headers */, - 635F0F813C7322171ED9EA180443A241 /* UMEventEmitter.h in Headers */, - 3166FD3754F038B8409AD57568FD58B3 /* UMEventEmitterService.h in Headers */, - 7F7EB20C894667526294CC1DDC90976E /* UMExportedModule.h in Headers */, - 33B34720C076709D0AE09FBD66D845C3 /* UMInternalModule.h in Headers */, - 7BDCFE0383194CE86013170AD313EA03 /* UMJavaScriptContextProvider.h in Headers */, - 68D189344FD730D7E96118DB6861819D /* UMKernelService.h in Headers */, - DBAC39F36BF2EACC60A1426124747D6C /* UMLogHandler.h in Headers */, - D093A116E9E3D56CBC4CCA3FB53A374C /* UMLogManager.h in Headers */, - 7937E82C07AC827E3A6244D5DD2CF44B /* UMModuleRegistry.h in Headers */, - EEE7B9655AA3FCF1C1B0294133926C5A /* UMModuleRegistryConsumer.h in Headers */, - 0679E8A1EFD1528B6DD85FD80C935105 /* UMModuleRegistryDelegate.h in Headers */, - 762FD7831F24C457DDBD8BA67F2BB1FC /* UMModuleRegistryProvider.h in Headers */, - D3191A4541B60D766573C867948163D7 /* UMSingletonModule.h in Headers */, - 7C43967C261EDC8D9DF9C4FE6F0CCF03 /* UMUIManager.h in Headers */, - 6D0CF30D57D65E1F68DA583AF4EF9CB2 /* UMUtilities.h in Headers */, - 15CAF5C633711E2C121CC6A30FEB1848 /* UMUtilitiesInterface.h in Headers */, - 1948B4CBDE4703BC5BDFB832E73A0A1D /* UMViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 497A6A094C69DCD7280EC21281BDF085 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13419,6 +13485,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 542F6DC320D4220D956B71457947915E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 000F50E0CF2A97F28B1403D1775EDC99 /* UMBridgeModule.h in Headers */, + 68305A7D8906C121D6E084CF228B4598 /* UMModuleRegistryAdapter.h in Headers */, + A3C5B95F92F2124418433EE74AF6D2E1 /* UMModuleRegistryHolderReactModule.h in Headers */, + 21DC793624E2D6A11CD90371C27BEE98 /* UMNativeModulesProxy.h in Headers */, + 66C5C3110649460A466AD2F6AFAA171C /* UMReactFontManager.h in Headers */, + A7D57A898342D32D6D087A8B3B880AFF /* UMReactLogHandler.h in Headers */, + F2F6974CB2911E6E418367E261E1CB4A /* UMReactNativeAdapter.h in Headers */, + 5F73A1810FE06CEABFF159E5B86FEF71 /* UMReactNativeEventEmitter.h in Headers */, + 33C906D21E0095E99444F2130D76E9F4 /* UMViewManagerAdapter.h in Headers */, + FF28A2B722BF2ACB2EEEA732848F44CD /* UMViewManagerAdapterClassesRegistry.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 55624BD664CDB4621E586E0A9C655C65 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13711,16 +13794,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7490BA3932BE326ED9D43B275CB20D1D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6923B013228EE34EFB46111B344612C1 /* EXAppLoaderInterface.h in Headers */, - 2F4D3CB5530FEDC8D599D0FC2A883DF8 /* EXAppLoaderProvider.h in Headers */, - C98B27F94C0BFAA23B39DF31B94E96C2 /* EXAppRecordInterface.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B0C748C5BBCE283B0E70D943593F9DF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14045,6 +14118,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9C8F9988D2AF1E0005F7C081D99BCF77 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */, + A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */, + C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D66FD68E952A8F203F6F9B8A447A185 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E3D899247BA051EF2CCED618D78F98BD /* EXPermissions.h in Headers */, + B7960B2A4F1B3A056186D0BCD8F4EBAD /* EXReactNativeUserNotificationCenterProxy.h in Headers */, + AA5F944B8A228102EAB6BF9BF25031DA /* EXRemoteNotificationPermissionRequester.h in Headers */, + 432416CCB63DC7456440129E2B240E24 /* EXUserNotificationPermissionRequester.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A03D1D749E43C64F8B384021FB5B3F64 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14119,6 +14213,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AC257A0AB24C716A8084FF7EC96A04A2 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 29F9DF5B489E9D84B67ED4897106E0BB /* UMAppDelegateWrapper.h in Headers */, + D8BE1C65E30421034BDF3B754E368854 /* UMAppLifecycleListener.h in Headers */, + 1E0A1261A07124778FD4B3B42FA9020B /* UMAppLifecycleService.h in Headers */, + A589A7984EA7376E70C72AF061F51B43 /* UMDefines.h in Headers */, + B80A5602ADDC9557632BB5C6BCB3DB03 /* UMErrorCodes.h in Headers */, + ADDDC9248A6F312AD540F1D3E1D2F888 /* UMEventEmitter.h in Headers */, + 4647F15E0AAB72AAF4365266C1EB0F4E /* UMEventEmitterService.h in Headers */, + D3579009269FEC6A34542333B942C9FB /* UMExportedModule.h in Headers */, + 2994820A161009C46BCA0F5CE653EA23 /* UMInternalModule.h in Headers */, + E8A6ABDCF3C0C5876058B074C4E29BB6 /* UMJavaScriptContextProvider.h in Headers */, + 54BCA853DAAC904AE97C54D9E4800CC7 /* UMKernelService.h in Headers */, + 1CE0A3B74BCACF590A1E1A2BE0BF258A /* UMLogHandler.h in Headers */, + 817F80FAD6CAC88EA2EA12B86A15C086 /* UMLogManager.h in Headers */, + 9CE4BBBC558CE96AEB10D5D105E1026E /* UMModuleRegistry.h in Headers */, + 7D74C0F449D31806561D458B8955CC9C /* UMModuleRegistryConsumer.h in Headers */, + 51B0202DAF50A4A3AEA12893E08ACDF3 /* UMModuleRegistryDelegate.h in Headers */, + 052731026452AD40E65E87DCF5BF37D2 /* UMModuleRegistryProvider.h in Headers */, + 7284BF438F4A908AFDB3AEA753D92D54 /* UMSingletonModule.h in Headers */, + 4151149DD2912D71C7B2B5BE90FF6BCA /* UMUIManager.h in Headers */, + 118ECA72611CB2FD2EEC1AC53D8E029C /* UMUtilities.h in Headers */, + DC138CE0F250720A264B598D27AB4C84 /* UMUtilitiesInterface.h in Headers */, + 280340EB2BB4FBED12529AA52158B665 /* UMViewManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AC99247F64A02221BB86BD3A19B849A7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14272,6 +14395,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CD8F2CCDC92294784DFE0DBB68243C35 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + CC2E7A5892E595B5BA476ED0030918DC /* EXAudioRecordingPermissionRequester.h in Headers */, + 9BEC9CCAE8723F6FCEBAFF8AFDFE2089 /* EXAudioSessionManager.h in Headers */, + 67679FD66E5E1E1F6427743215A9BFDA /* EXAV.h in Headers */, + C57BE850AD61F126370C11804774D465 /* EXAVObject.h in Headers */, + 4E6013E485F9ED649C319A0D4F4FF62A /* EXAVPlayerData.h in Headers */, + 4205ADAF94B00946E01FCE633872C359 /* EXVideoManager.h in Headers */, + 50738319CBBADE87610C7672075BA2B8 /* EXVideoPlayerViewController.h in Headers */, + 9FC3C9159E55C02263FDC38027901A59 /* EXVideoPlayerViewControllerDelegate.h in Headers */, + F1E1333AEA9A20A7D09582045666A987 /* EXVideoView.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D46F099DB2A76127A7878B7098755169 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14324,21 +14463,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D95B05326AF15538B6FBCABCB9D4D103 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */, - 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */, - A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */, - 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */, - BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */, - 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */, - 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */, - EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DA302908473CAC4FE4CEE81792EC77DE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14371,25 +14495,6 @@ ); 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; - }; E878A576929A6F843017ABC6ECDC8E42 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14441,10 +14546,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FE332ABD235C393C819033D584CB4DEB /* Headers */ = { + F9CCAD532BF750286845AAC77CA1516C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + A4764E8EC572725B1EC20DE1F38F9ADB /* UMPermissionsInterface.h in Headers */, + 2B2A1CCDBA8AD8D264967730D01F3FA4 /* UMPermissionsMethodsDelegate.h in Headers */, + 87D604BE8872A45E434BCCBA813103F4 /* UMUserNotificationCenterProxyInterface.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -14472,6 +14580,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FF2E8180DF64387E4C859A48D9C379C3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -14495,17 +14610,17 @@ }; 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */ = { isa = PBXNativeTarget; - buildConfigurationList = 694A8CE4B2F3D4A51F73B435FF654E3C /* Build configuration list for PBXNativeTarget "EXPermissions" */; + buildConfigurationList = 91B6C7DB23DDCFA1B0A8226D0E3CBCF5 /* Build configuration list for PBXNativeTarget "EXPermissions" */; buildPhases = ( - E4D17E96D903B293E993863B6F717145 /* Headers */, - 15FB96A853129DD1925831B55BCF15B1 /* Sources */, - 7E45C3FC79B9029C8BDA87BBEF9B76A0 /* Frameworks */, + 9D66FD68E952A8F203F6F9B8A447A185 /* Headers */, + FD8D846724BD9A9EFDD245A14950A564 /* Sources */, + 0BFE58C7C2252E8B3FDC9A26557CFD6A /* Frameworks */, ); buildRules = ( ); dependencies = ( - EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */, - B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */, + 4CF06059EAB58EC36AFC1EB383725395 /* PBXTargetDependency */, + 3CDE7CA6B5E8DC488FDB8E4812131AE4 /* PBXTargetDependency */, ); name = EXPermissions; productName = EXPermissions; @@ -14591,17 +14706,18 @@ }; 13D7009C3736FB694854D88BAD4742B6 /* EXAV */ = { isa = PBXNativeTarget; - buildConfigurationList = DEAAA8A642F7BC68DE673B3B9E6AE5C1 /* Build configuration list for PBXNativeTarget "EXAV" */; + buildConfigurationList = 69B198CCCC9462698B49690348FAC0AA /* Build configuration list for PBXNativeTarget "EXAV" */; buildPhases = ( - D95B05326AF15538B6FBCABCB9D4D103 /* Headers */, - DC6DB65FF82A08440D53B9FD9BDEBE3C /* Sources */, - 6D817B1DE2168CB15CA179A144D0E780 /* Frameworks */, + CD8F2CCDC92294784DFE0DBB68243C35 /* Headers */, + 4762AE3F28DA716F207746E4536D85D9 /* Sources */, + 3B53D8C2FBBE7BDDBAD80B1DB7E718EE /* Frameworks */, ); buildRules = ( ); dependencies = ( - C88567C1EA97046D4200985228F41BAC /* PBXTargetDependency */, - 27C702A0CD5B9CAB6ADF12761D4592D2 /* PBXTargetDependency */, + 2D365469B1B38573CE4598BD17A86096 /* PBXTargetDependency */, + 74F58832B6EE859ACAC8329A38B23E43 /* PBXTargetDependency */, + 6451B8973D840A0A374086225070784F /* PBXTargetDependency */, ); name = EXAV; productName = EXAV; @@ -14663,6 +14779,26 @@ productReference = 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */; productType = "com.apple.product-type.library.static"; }; + 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9A2DA6BABEBD60E3979181B81929BD9F /* Build configuration list for PBXNativeTarget "EXImageLoader" */; + buildPhases = ( + 05BFCE9D5FBDD387D87EA9050749652C /* Headers */, + 25A2572C6742B1187DB718E3D74AE533 /* Sources */, + 4A6F3535EBEA032C6063E65188D33F8F /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 819BAF10584B377A2216A0F89DF68CEA /* PBXTargetDependency */, + F7584C8C1825DEDF9A742D3A3F75CC27 /* PBXTargetDependency */, + 58EB016622ABE5A31A364D8F7F8E67EB /* PBXTargetDependency */, + ); + name = EXImageLoader; + productName = EXImageLoader; + productReference = 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */; + productType = "com.apple.product-type.library.static"; + }; 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */ = { isa = PBXNativeTarget; buildConfigurationList = 35FEE1BB3B45689967D03D8AED9DF2B8 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; @@ -14697,23 +14833,6 @@ productReference = 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */; productType = "com.apple.product-type.library.static"; }; - 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */ = { - isa = PBXNativeTarget; - buildConfigurationList = 097AF50B67E3908773078466CE352AD4 /* Build configuration list for PBXNativeTarget "EXAppLoaderProvider" */; - buildPhases = ( - 7490BA3932BE326ED9D43B275CB20D1D /* Headers */, - 616B04C56E5A24AE12954337A293AB46 /* Sources */, - 9CAAEBC5F620E83BD5CB56084AC45E09 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = EXAppLoaderProvider; - productName = EXAppLoaderProvider; - productReference = A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */; - productType = "com.apple.product-type.library.static"; - }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; buildConfigurationList = 0E4F7B1730B05D50B69FFBC85C4FB400 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; @@ -15235,18 +15354,18 @@ }; 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */ = { isa = PBXNativeTarget; - buildConfigurationList = D1F6C76ED5163E7759B6950D3E493582 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; + buildConfigurationList = A0CB135D45457D76F90A9C7E7190E404 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; buildPhases = ( - 439A078B0B469955713EFAFAEEF9224D /* Headers */, - 16149E4D7EAFA5CE597A01EF293DC68A /* Sources */, - 40135E4F425B7E5F35F3936F498E2FEA /* Frameworks */, + 542F6DC320D4220D956B71457947915E /* Headers */, + D0FDFF2ABCCA03DDDD4488F065A2E1BF /* Sources */, + 2A6FE6041B1EB406B85F74F013DD40AA /* Frameworks */, ); buildRules = ( ); dependencies = ( - 648641E197156F9497402698E7616999 /* PBXTargetDependency */, - 247FEEC1E501C4839C5EE406D74A3A13 /* PBXTargetDependency */, - 3F3EC18CA27FD995B1E6952D48C0C2D3 /* PBXTargetDependency */, + EE1CC51893DCF92DD4E8E26E4F3526E4 /* PBXTargetDependency */, + AACFA3F54D41DD980F02203B57C8F7A2 /* PBXTargetDependency */, + 6623FDBE6380766AFECCE4ED0A17EF8A /* PBXTargetDependency */, ); name = UMReactNativeAdapter; productName = UMReactNativeAdapter; @@ -15590,111 +15709,112 @@ }; B37ECF22F1589E28F59BC9990B4DC476 /* Pods-RocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 8E7B27DE6778F7A0D4BFD8350A08FF9A /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; + buildConfigurationList = F26EE9B2B5FD2D5AD6D57A5E00B6DBA4 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; buildPhases = ( - FE332ABD235C393C819033D584CB4DEB /* Headers */, - 6C0F2E09128DE314D5960E47AB9029C6 /* Sources */, - 9252EA6E5701E34F8A22D830F6A5FDD4 /* Frameworks */, + FF2E8180DF64387E4C859A48D9C379C3 /* Headers */, + 5A33147B89B0F826DBB2A7C8361B6A3A /* Sources */, + 209A305BF84067D6B0C97551AAECEE5B /* Frameworks */, ); buildRules = ( ); dependencies = ( - 307A50075953D2F46151ACFA52523C57 /* PBXTargetDependency */, - 6E593646896C853FC8EDB587443144BF /* PBXTargetDependency */, - B7A43697AC7E53B057276A65141B2F9A /* PBXTargetDependency */, - A5561E542F912735ABD334AC8B7E6399 /* PBXTargetDependency */, - 0AB62B7D646C4B35A27F2D72CFD5936E /* PBXTargetDependency */, - 3B24FE5670637D59DA4BD48EE9C562F0 /* PBXTargetDependency */, - 9738C7788A6337F27A9081DB26F08390 /* PBXTargetDependency */, - BF249EC3D81B78CD0B26BC0672296344 /* PBXTargetDependency */, - 987F9E3629657C5F7468486377B8EDC1 /* PBXTargetDependency */, - 6A247D303543EB094BAC2F0869DED5FE /* PBXTargetDependency */, - 381962452DA9C9FA23263A6612D8DEEE /* PBXTargetDependency */, - 7069BD3E43906D78A2C2A41CADAB0974 /* PBXTargetDependency */, - 701A80055A55103E7EFEC4F83300EA06 /* PBXTargetDependency */, - 567ADEE3136A6367024C6D34AEBB40E1 /* PBXTargetDependency */, - 8FA1F0E6CD5F9864FED98F6984A2F998 /* PBXTargetDependency */, - BE6F85911D83FCD7C5FA4866737164EA /* PBXTargetDependency */, - 64FB953B554F718A1E33CAECEA0BFC30 /* PBXTargetDependency */, - 569350DB3DA3F24CA986142520132E4D /* PBXTargetDependency */, - 7F44AD9A201C847D3FE1080BA518D04A /* PBXTargetDependency */, - 7E2FAD63D2F1952CA735617580C72668 /* PBXTargetDependency */, - 4DE0706D1EBCABE711CD8DE5A63972A5 /* PBXTargetDependency */, - B89D4DAFD59BF06BA375E5F6FE567A24 /* PBXTargetDependency */, - 37DCC867E5A902CD65697945035E655D /* PBXTargetDependency */, - 8E28654EFB3A21C5BD2EB260AA4E37E1 /* PBXTargetDependency */, - 97C86E60424DAE6AAB23B32BB1B0DAB8 /* PBXTargetDependency */, - EC33172D0E7643D6B0B40291C2348028 /* PBXTargetDependency */, - 9F3DC5974EEDD082F1DB0F5C86480474 /* PBXTargetDependency */, - 8DF9368FA5258A12D212264468F877D4 /* PBXTargetDependency */, - 0281B478010660EB1238EA60387444B8 /* PBXTargetDependency */, - 64DA79C0FB317AFAA76377BD3C76FBC2 /* PBXTargetDependency */, - 8222B5B05CA21806207A408DB3B90E0E /* PBXTargetDependency */, - 1F47CFD4936A28D8A96F78C7C73A431C /* PBXTargetDependency */, - FA2D896CF1A12FD2D935A9384087F7C7 /* PBXTargetDependency */, - F793EFA765710397FBD50E3181087A1D /* PBXTargetDependency */, - ACB0A8E627ABEDBCFE9343DA37AC7EDE /* PBXTargetDependency */, - 9B24E66AB31CF0ECA23046DB437E84CF /* PBXTargetDependency */, - 2653E819256A088D3F86CFD73F82F8AE /* PBXTargetDependency */, - 1B6F8E0BEE9EEA2FF2A869FED4082CF1 /* PBXTargetDependency */, - EA7D3308E5F60A0E21E9C0026F22D59A /* PBXTargetDependency */, - 96D8CB2606D1A94329513147741A5F5C /* PBXTargetDependency */, - 6E32138F3CB5B8FEAE595EA4F7BF0157 /* PBXTargetDependency */, - B2F7B5CCD13BB1799BD1CC1865AD4C00 /* PBXTargetDependency */, - B22A5D6293013D0AA4DEBDD09114C43A /* PBXTargetDependency */, - F7254DE652DCB7A6D7DC7A465FFDB90F /* PBXTargetDependency */, - 6BB29B611B6F416DD736FBC7E2F47D8D /* PBXTargetDependency */, - 0FB2A44DDA73B3A89E67E44F95EB7357 /* PBXTargetDependency */, - FBCE73E2D485848AF80D260525152309 /* PBXTargetDependency */, - FE5D2230E315DD209B736747DEA0781A /* PBXTargetDependency */, - 38BC3019059805F862999E3558B4DDFE /* PBXTargetDependency */, - CFCFE51EAAF2A98BDF482A25F684F45A /* PBXTargetDependency */, - 5DF1983A7BE4A9D95DD88E3286F62503 /* PBXTargetDependency */, - BB162D26E686DBC02CEDFDDFB8F5792A /* PBXTargetDependency */, - 5669FFC77ABAAF0D35E37E3ADEEA8229 /* PBXTargetDependency */, - E11233F0824232FEF8A756BBEFB3D748 /* PBXTargetDependency */, - 0C75722A2583DC436714A8A9AF11DBE8 /* PBXTargetDependency */, - 4FB8CFF5E3C2CC6AA73D308797232A07 /* PBXTargetDependency */, - 2FA001B25090939C76E416AE3BCA3CBD /* PBXTargetDependency */, - 7F98DCB6662CAF61274744FB990B1EE0 /* PBXTargetDependency */, - 4E56341E28C82F15F0B1EC1D7355E1E5 /* PBXTargetDependency */, - 5C65F78E7A8780899CB2766715593159 /* PBXTargetDependency */, - A8E2DF82DA60524038504626ECC68FEB /* PBXTargetDependency */, - 6DE67BBCC2004F44063308C0ECC26D11 /* PBXTargetDependency */, - 6B2725F2B8B17E159ABD2335975869FA /* PBXTargetDependency */, - BD0F6B17B3F55C28B9A3EFAFBF527E96 /* PBXTargetDependency */, - 1F85E95EB5AA24111CDA796EAFE2878D /* PBXTargetDependency */, - 18A6ADD342315593BD09FB10956655E8 /* PBXTargetDependency */, - A077C6FADB6BC08EDEE56C06124B51E2 /* PBXTargetDependency */, - 1181066CF0A180936F2A68BD3DABEC0C /* PBXTargetDependency */, - 5419D32B223ADBF8400A62E9CD690E7D /* PBXTargetDependency */, - 1B9EA97198553DE418304A51DA647039 /* PBXTargetDependency */, - A702E3E5331CE57D26D47870748CA4E2 /* PBXTargetDependency */, - EBB0A712DD210BA9C35FA009E508D28C /* PBXTargetDependency */, - D5A9A561719B9316F72E1FC3D3D05058 /* PBXTargetDependency */, - 6B394379395FF8C1978CB850D952545A /* PBXTargetDependency */, - 04D9C42B89BD867FC5A29C2B79F15A97 /* PBXTargetDependency */, - BC051567AB6101BD07AE754A17D700CB /* PBXTargetDependency */, - 6D17125CA558076F3EB2730C92E8F849 /* PBXTargetDependency */, - 5084B0B3BE172437E7C9E15E3DFB30B8 /* PBXTargetDependency */, - E8DBAB5CFA57379E9EBF4A80ED68423E /* PBXTargetDependency */, - B4DD67B523E31A8CA6341D025852864A /* PBXTargetDependency */, - 14C392D94C7F9AC7AFA309412419190B /* PBXTargetDependency */, - 69FDA99B2C0F01023DB92BDB7AB2DB14 /* PBXTargetDependency */, - B49DA17150AB981E024F24CF7390ACF6 /* PBXTargetDependency */, - F4138CD7FAFDEFFFD515BD724DDC5D57 /* PBXTargetDependency */, - C4B3478A5D254B849DD5B7AA450A08C4 /* PBXTargetDependency */, - CB83889AB117CC3018E3F5A81202DBFF /* PBXTargetDependency */, - 98AFE7B07ED5851A8ED0BD7EF9B4C442 /* PBXTargetDependency */, - BEAE1AEA9E59D1C5B949E52D75B55B40 /* PBXTargetDependency */, - 690F2CF3E501110ADEA7F28179380845 /* PBXTargetDependency */, - 8D706717DE728815B0C9AC034B755724 /* PBXTargetDependency */, - BE142045203D42FB92F4371988275051 /* PBXTargetDependency */, - 24A9EDC6CE482D2EBD7D1955D0044F11 /* PBXTargetDependency */, - 3637B96E016E1D8C797D5900C95270DC /* PBXTargetDependency */, - 0EF59EA690B55FF7B6E91F30CE1AB234 /* PBXTargetDependency */, - 9A6F2476649D15842812C0BA4CE7F3B1 /* PBXTargetDependency */, - CA645BFA9D3A4B12C24D5D526B9BC485 /* PBXTargetDependency */, + 0163A351F7AED8778A416FD3BBD772FB /* PBXTargetDependency */, + 9E3205112CFA1616D4220A5CF00E9F2C /* PBXTargetDependency */, + 787D4534DC2E341B956843A78CF92FC4 /* PBXTargetDependency */, + 850FF5EDEA3F81E067E7F853E3650961 /* PBXTargetDependency */, + EA9D7A3880E7F0B31930D0914654FE19 /* PBXTargetDependency */, + 09B39241B3E280FA2FCB322636EF2593 /* PBXTargetDependency */, + 34642A4D33B4F7C615B5AD15AB446185 /* PBXTargetDependency */, + E3159D5FC343C22520FF2B4B0459E8CF /* PBXTargetDependency */, + CB8E9AD38BD843EEF58EC702EF7ED992 /* PBXTargetDependency */, + 7A22522A5F615F1540FBAFAA7E34AA31 /* PBXTargetDependency */, + 2A18001733C6AD6117F4D146B79A10AB /* PBXTargetDependency */, + F282714507FDC5DC5D886221FF6CDD8C /* PBXTargetDependency */, + FD8A7904ABE8AF27D125769546B5E51E /* PBXTargetDependency */, + DB9AB5B53B6CCCBE2FD776EE42ED950C /* PBXTargetDependency */, + 1E20404CE20D5DCD4DA3FB1B30AAB0E0 /* PBXTargetDependency */, + 065BF63EB91D16B7DBC889DB60ACDE39 /* PBXTargetDependency */, + 1873F9A3182D6554DFFE745033E7C540 /* PBXTargetDependency */, + 989DC387050206A45A03E445661A0613 /* PBXTargetDependency */, + 1BA6E591AEB501BE69EB0A3FDB956DE5 /* PBXTargetDependency */, + 309417E9F9347ABC14B40C15F3AEB4AA /* PBXTargetDependency */, + 3D115EAA51E1D2B2C6503FE8F36DD0B5 /* PBXTargetDependency */, + 986F42DE34BA225BF42B620D544222A7 /* PBXTargetDependency */, + CB0644B1F52A5EFB2BA3841321410C79 /* PBXTargetDependency */, + F8DB381B1BEF02B5B386964E16154261 /* PBXTargetDependency */, + 36B73DF92DD1E06F068E3B539BB985C4 /* PBXTargetDependency */, + A4FC321A64D36BEFC11D8A56667AFA80 /* PBXTargetDependency */, + CE067F0D5ECE4D9453192A0DFC613C06 /* PBXTargetDependency */, + 1091E12556C042D9E61C8237E80EFF88 /* PBXTargetDependency */, + BB5EAD558A24F3E553AC3DD7A76EBD8F /* PBXTargetDependency */, + D489516279FB07C4E2BC2842037AFF6E /* PBXTargetDependency */, + 017CC5B823651056767A759DD1A971A2 /* PBXTargetDependency */, + 1253BC61DC8A0BE7AB5BFA05ADA6DEAF /* PBXTargetDependency */, + A661F2E103126B6C45FF002E351D940B /* PBXTargetDependency */, + C7C8A2C66A7840277621D6BB076F7B8D /* PBXTargetDependency */, + D91D241099F18F0DE183906F1618C336 /* PBXTargetDependency */, + DC5A037D0E60F5F2CA80B060D54A8705 /* PBXTargetDependency */, + 1F4516A9D7A8E409B3903973D4C387E8 /* PBXTargetDependency */, + ED05DB49106E17DAAA5813590CD58153 /* PBXTargetDependency */, + E92925DEC04B767D20A215A0E7E6D2C9 /* PBXTargetDependency */, + 9D4FCAAA47184E75D8730F74D6EC8B9F /* PBXTargetDependency */, + 9877CEF55433A59057C097B100C2D3C4 /* PBXTargetDependency */, + 908909CB5DDC589BCDCB56D567DA7CBF /* PBXTargetDependency */, + EA8631E45B89A3F6F465E6945F642A95 /* PBXTargetDependency */, + EE4DFA6B932AE57EA62D027AE8446ED4 /* PBXTargetDependency */, + 757C305AB757C6AA0ED36E1785120588 /* PBXTargetDependency */, + 2C1A97D3A4CC1E3DE35DD275A536FA46 /* PBXTargetDependency */, + 6FC6F9E653A7BF07473A71113EA8A960 /* PBXTargetDependency */, + 358CFA2540A614D1A8FDC64A9533E56D /* PBXTargetDependency */, + CF6D530D68FE14FA90C3808929AE97D0 /* PBXTargetDependency */, + 04319B9C27D24EEB454464DED7705349 /* PBXTargetDependency */, + 9B08B149DDEF02ED74A7AB6DA47D9BC0 /* PBXTargetDependency */, + 689CCFB1904FF02710C7C21DE725B6D6 /* PBXTargetDependency */, + C6D2AE4C0BCB8E296A6C162EB80EE98A /* PBXTargetDependency */, + 58F792844C39D4E5E0908C683C8C6F24 /* PBXTargetDependency */, + 626E1D2609C31B88EA3F10B5E0AA455C /* PBXTargetDependency */, + A4AF40C2B01E0F7A9132B61DB8C20A93 /* PBXTargetDependency */, + 50E7A41029F5C39EC16175B588B3BA73 /* PBXTargetDependency */, + 7D23035792FB769C51803FF241D0F09C /* PBXTargetDependency */, + DEC0977AE44E646B7EEDABCCE480F726 /* PBXTargetDependency */, + 148D2F0BAC9A8BD1D834A37BE0819723 /* PBXTargetDependency */, + 7468AD0E0A42DFA1B47EB7F70FBBE412 /* PBXTargetDependency */, + 98C01394D330BA20C681270791F31088 /* PBXTargetDependency */, + B8973632A11D2D0239DF0B437FAD315C /* PBXTargetDependency */, + DC39358A91C1E5589850A1C9E8124DCC /* PBXTargetDependency */, + A128AD67B77932462396757E58C2A777 /* PBXTargetDependency */, + FBFE8AB9FADCE03960EAF28AFD0C539E /* PBXTargetDependency */, + 5144DD74DA36D4CAE8C20DB6DA639D3C /* PBXTargetDependency */, + 70179A857AD712438E3CF81888AEA033 /* PBXTargetDependency */, + 7B6D7F84C22DEC1FACCB3BCA71690B87 /* PBXTargetDependency */, + 964C3849C8DBC4ED45A3BB9A88418C85 /* PBXTargetDependency */, + 317DD4D9AE77ADD460AEC78634964950 /* PBXTargetDependency */, + 174AD04B4E0CD582D35D2EF0798B1B42 /* PBXTargetDependency */, + 0D82F02EE45F79EF5B37AED743FE8A5A /* PBXTargetDependency */, + 458D52EB6EBCB5E4376C19AAECB54F2B /* PBXTargetDependency */, + B76881465AAB1FC4A53E8C4B39473774 /* PBXTargetDependency */, + 75BED7C1EEBFD06FDE1970FAD39BDB15 /* PBXTargetDependency */, + 5D0AF523ED0CCD373DB583E1CE7B781A /* PBXTargetDependency */, + 5A44BDF26DFA1CC311E09C0F0F46B1DD /* PBXTargetDependency */, + 536D0FB780DAA465D9077E89B3F45AE9 /* PBXTargetDependency */, + 2C418BBB78672CED740CF03399158E53 /* PBXTargetDependency */, + 33651E7FFBAAFFCBEB29CB56440F1BB6 /* PBXTargetDependency */, + 0A4301DC2C1F68397FBCBE949ED4665B /* PBXTargetDependency */, + 3545FAB5D8AA67BEA9138119E34326D5 /* PBXTargetDependency */, + 6500F8B0D5E132AB5654480EE6C3B61E /* PBXTargetDependency */, + F9C9E5D912A8B2DEA72F1282DFDD29BC /* PBXTargetDependency */, + 8CC2283200E2B004623DCAAC04233A65 /* PBXTargetDependency */, + DFDA8A3D17D0FFB16B98A766B6955171 /* PBXTargetDependency */, + FEA092F97B36E684DF136833224EB093 /* PBXTargetDependency */, + 4AFF7BFA25E79F077F340413E2B5F098 /* PBXTargetDependency */, + BF7FBDC0A3668CD82C0A05E5C2764E74 /* PBXTargetDependency */, + 14F43CF5F839411B8E33A1ADCA0A1E50 /* PBXTargetDependency */, + D37014B2787F0459DA5F53ED4B361666 /* PBXTargetDependency */, + EE42278421F6B4DEABF1042392C5C4FD /* PBXTargetDependency */, + 17783559A31F87F4479184B4A4168D2B /* PBXTargetDependency */, + 612CA803AAA77E11E155A8D6921ECEC1 /* PBXTargetDependency */, + 7D413AF540D8799F5DF9020563B3E9A6 /* PBXTargetDependency */, + 1692FD33EA895769512CA8A3165A2395 /* PBXTargetDependency */, ); name = "Pods-RocketChatRN"; productName = "Pods-RocketChatRN"; @@ -15801,6 +15921,23 @@ productReference = ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */; productType = "com.apple.product-type.library.static"; }; + C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */ = { + isa = PBXNativeTarget; + buildConfigurationList = C00C5C97AA27A3C48B47022DD0554A7E /* Build configuration list for PBXNativeTarget "UMAppLoader" */; + buildPhases = ( + 9C8F9988D2AF1E0005F7C081D99BCF77 /* Headers */, + 5ED0681D0B0483EFB813699D6C3CA48F /* Sources */, + DE79CC7915A8E6FE3210953A5092287F /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = UMAppLoader; + productName = UMAppLoader; + productReference = 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */; + productType = "com.apple.product-type.library.static"; + }; CA400829100F0628EC209FBB08347D42 /* react-native-notifications */ = { isa = PBXNativeTarget; buildConfigurationList = A588D32A690448E415B131FFC92372C5 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; @@ -15953,11 +16090,11 @@ }; DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 62FF1C00C757306765F6940169632B6E /* Build configuration list for PBXNativeTarget "UMCore" */; + buildConfigurationList = BF63EE8D34A493E1DD5960E11343EBF8 /* Build configuration list for PBXNativeTarget "UMCore" */; buildPhases = ( - 45A74AB092B6701FA60B596ABA91397A /* Headers */, - C917C00A4EF1E8EC71C25A47BCEE25CF /* Sources */, - 82B25A2C6B77C607D0C0803B2D795029 /* Frameworks */, + AC257A0AB24C716A8084FF7EC96A04A2 /* Headers */, + CB068566200AF62904404CCEE7008698 /* Sources */, + 352EB3C137FDBA31749DCEF58EE9F6EF /* Frameworks */, ); buildRules = ( ); @@ -16046,6 +16183,24 @@ productReference = 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */; productType = "com.apple.product-type.library.static"; }; + F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */ = { + isa = PBXNativeTarget; + buildConfigurationList = D45F6E3234656CA0195F2A730F23C509 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */; + buildPhases = ( + F9CCAD532BF750286845AAC77CA1516C /* Headers */, + 6C2D025CCA13D70E8F4E76A9374225F1 /* Sources */, + 882F9B3B5A3FEC45D0EE7885CF87A65C /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F4ABC2B3D06CA044325DADC1ED59161D /* PBXTargetDependency */, + ); + name = UMPermissionsInterface; + productName = UMPermissionsInterface; + productReference = BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */; + productType = "com.apple.product-type.library.static"; + }; F7D033C4C128EECAA020990641FA985F /* React-jsinspector */ = { isa = PBXNativeTarget; buildConfigurationList = 3D5939C0C27781D52DF259FBEE230A70 /* Build configuration list for PBXNativeTarget "React-jsinspector" */; @@ -16120,7 +16275,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = A3766D147E465BA857B7CA0A26C0163D /* Products */; + productRefGroup = 624EFCD3BA0C90967B36FE2B156BE532 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -16128,11 +16283,11 @@ 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */, C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */, 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */, - 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */, 13D7009C3736FB694854D88BAD4742B6 /* EXAV */, 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */, 868B90C74770285449C60DBA82181479 /* EXFileSystem */, 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */, + 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */, 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */, 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */, ABB048B191245233986A7CD75FE412A5 /* Fabric */, @@ -16210,6 +16365,7 @@ A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */, 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */, 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */, + C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */, 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */, 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */, 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */, @@ -16348,42 +16504,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 15FB96A853129DD1925831B55BCF15B1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C426E7406D39F8B9DC748D66406DE5D9 /* EXAudioRecordingPermissionRequester.m in Sources */, - D854B8FA66DD93A12832A8A313105AD7 /* EXCalendarRequester.m in Sources */, - 6E0A2A93EE3C8B6C6DF5074AB6077827 /* EXCameraPermissionRequester.m in Sources */, - 71843254E106F2D1E4F467A04B343EC3 /* EXCameraRollRequester.m in Sources */, - 67B899B04D895FCE5864571871AB2137 /* EXContactsRequester.m in Sources */, - 5D13D45E4F101B31DA3BD58850C1D938 /* EXLocationRequester.m in Sources */, - 630C91DF5FAA47CF56146710CB25C67F /* EXPermissions-dummy.m in Sources */, - 87FD74168A6EB497B23A90B90518A5CF /* EXPermissions.m in Sources */, - 8F7658D209B9A78E163D3E9613B81255 /* EXReactNativeUserNotificationCenterProxy.m in Sources */, - 3916D8D75559CA9F46FA11A981903A5A /* EXRemindersRequester.m in Sources */, - 3AA635385D2DD6AF7B23A198E1851B06 /* EXRemoteNotificationRequester.m in Sources */, - 821ABF75DF759E8CB4B34AE575C39D2D /* EXSystemBrightnessRequester.m in Sources */, - 75FF28886473C6483EB0B468863B7E67 /* EXUserNotificationRequester.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 16149E4D7EAFA5CE597A01EF293DC68A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 358BABC6CB59A971C1E83090D568F1FE /* UMModuleRegistryAdapter.m in Sources */, - 799D7BAD6B61F711CD5DC85E8FAC19EE /* UMNativeModulesProxy.m in Sources */, - 73A68ADFEFA00CDF462544E0CABEF84F /* UMReactFontManager.m in Sources */, - 000347F73D6AC6FB65F78930F28D41CF /* UMReactLogHandler.m in Sources */, - 5DE8971BB473788ABB370255ABF4AED0 /* UMReactNativeAdapter-dummy.m in Sources */, - 56E7702B98F46346A3D240054D939E7A /* UMReactNativeAdapter.m in Sources */, - 0C73059A5A5BF889CEB3C2D0FA5595F9 /* UMReactNativeEventEmitter.m in Sources */, - 890192B34648332B6C6C09A75D978B0B /* UMViewManagerAdapter.m in Sources */, - 5EA02CA63D47384905FBB2F9305816A4 /* UMViewManagerAdapterClassesRegistry.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1779A1E06790F666B3F1A30585733289 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16485,6 +16605,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 25A2572C6742B1187DB718E3D74AE533 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AB59C6234A9993C6BE675204C9AB2EE6 /* EXImageLoader-dummy.m in Sources */, + 67BDDCE0EF521A4394DD403549BC2986 /* EXImageLoader.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 29BD5CF3036C58A9C990AB04F58396BA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16860,6 +16989,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4762AE3F28DA716F207746E4536D85D9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9BA8D8C40A0F28214F8BF4B31C15A8F8 /* EXAudioRecordingPermissionRequester.m in Sources */, + 2EC239D84B20011AE1A05A0CFCE4E647 /* EXAudioSessionManager.m in Sources */, + CF2D3F2E3A348ADF3DBD9EF35343E212 /* EXAV-dummy.m in Sources */, + B41D1BE775A5E1E71F079E1661B1553C /* EXAV.m in Sources */, + 5D1443CA14941EC385B1380A3F3FD2D8 /* EXAVPlayerData.m in Sources */, + 5E8F6FB0B98806087C46839D3C543998 /* EXVideoManager.m in Sources */, + 1479BA84B9B30E6D9879CA6C0135D930 /* EXVideoPlayerViewController.m in Sources */, + 3268AC6F8341AD59A356F49E24D7A68C /* EXVideoView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4FF0BAC6909F9AFB0D8963C31BDF3B53 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17021,6 +17165,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5A33147B89B0F826DBB2A7C8361B6A3A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C30309C9191A34D7D22A2256EC998ADA /* Pods-RocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5B70EC17842E8ACBBFDBBD2E3B94A3DF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17030,12 +17182,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 616B04C56E5A24AE12954337A293AB46 /* Sources */ = { + 5ED0681D0B0483EFB813699D6C3CA48F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 44D47F1B80F64630143457D5E61D30D9 /* EXAppLoaderProvider-dummy.m in Sources */, - E3EE9ED3F0DE7971647E51C981116F70 /* EXAppLoaderProvider.m in Sources */, + 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */, + E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17149,11 +17301,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6C0F2E09128DE314D5960E47AB9029C6 /* Sources */ = { + 6C2D025CCA13D70E8F4E76A9374225F1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5DB8EEF2D2A248784F2A801E1E0CA1A0 /* Pods-RocketChatRN-dummy.m in Sources */, + 59AFFBDA7A1CEAA4938A2897A836C114 /* UMPermissionsInterface-dummy.m in Sources */, + 96B16CBD2DD52DA614AC23267995DCE9 /* UMPermissionsMethodsDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17491,22 +17644,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C917C00A4EF1E8EC71C25A47BCEE25CF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4FD4A078850E697AAC9FE5093FFDAD53 /* UMAppDelegateWrapper.m in Sources */, - C46CABA6A326F70D7624EF26233C77BE /* UMCore-dummy.m in Sources */, - FC8C65A5DB73DEDB0A5DD8610959D4CF /* UMExportedModule.m in Sources */, - A891EC8D3D003F2BA49992F3FD7EC76C /* UMLogManager.m in Sources */, - 41EA0669E9251ED0B3F27FB92F566757 /* UMModuleRegistry.m in Sources */, - C26D1A4CB64ABB25355919733FA07F67 /* UMModuleRegistryProvider.m in Sources */, - 2E834C1C8872637F95200FF9269927E5 /* UMSingletonModule.m in Sources */, - 903E5806AB43CC9ECAD1243D2FC12279 /* UMUtilities.m in Sources */, - CCEE7F22ED3AF3050046C3DA5CED35EF /* UMViewManager.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C9D2E28C2954EB96A3F61E3DE935C8CA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17518,6 +17655,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CB068566200AF62904404CCEE7008698 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 09F8EE9A887212FC0B2154E979B8E097 /* UMAppDelegateWrapper.m in Sources */, + CC2AB736007F0715B7BDD403B7D738E6 /* UMCore-dummy.m in Sources */, + 82B3ACF24FBA461B54C393C8E8057A62 /* UMErrorCodes.m in Sources */, + CB0D74E997007796BD50F14F96295806 /* UMExportedModule.m in Sources */, + D3BBAAEC1BB62E99D63C32C6742A60ED /* UMLogManager.m in Sources */, + 3D68D2557A63C01FD65F87F4565A0A53 /* UMModuleRegistry.m in Sources */, + 78F927721FF33D4B9A04BF10E78C536E /* UMModuleRegistryProvider.m in Sources */, + 87873D084F83703DE3C009D5A2A0C043 /* UMSingletonModule.m in Sources */, + 4A75E803AF46B56D11CCCE41CE8FBE0C /* UMUtilities.m in Sources */, + 1B7460A41AE9C572291675EBBA73DBF3 /* UMViewManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0FDFF2ABCCA03DDDD4488F065A2E1BF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D63D855F5E5694B1078376751720F336 /* UMModuleRegistryAdapter.m in Sources */, + 3FBB88E0254E6E6972826A7C76C136B3 /* UMModuleRegistryHolderReactModule.m in Sources */, + 00AAC400E3418EF5114C52242349B8D9 /* UMNativeModulesProxy.m in Sources */, + 4A7CBC49E0E714E315BF2E22E39BC136 /* UMReactFontManager.m in Sources */, + 777B202C8582C5E0780E559C0ED4F862 /* UMReactLogHandler.m in Sources */, + 2C89CAC103055E4326DDE29E97713CE6 /* UMReactNativeAdapter-dummy.m in Sources */, + A6819EA409E0033334420B790115A46E /* UMReactNativeAdapter.m in Sources */, + 2D0E5271D5737630B32CBDBE8AF16971 /* UMReactNativeEventEmitter.m in Sources */, + C94909826EB31FE3C9016B6E13C2FCF6 /* UMViewManagerAdapter.m in Sources */, + 6EC20FB3628ED3D4DA15AEE1BCCFA383 /* UMViewManagerAdapterClassesRegistry.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D573F32F525202FB61F2DE3A3C2D8F77 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17528,20 +17699,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DC6DB65FF82A08440D53B9FD9BDEBE3C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E89D6302F9CD369994133101A1FCE6B9 /* EXAudioSessionManager.m in Sources */, - B88B8A0DA96440AC08B05788BE89D5FD /* EXAV-dummy.m in Sources */, - 9B0328A157A59821F094F7E47F1F3543 /* EXAV.m in Sources */, - EBD86108D11313816DA5380B28BDF659 /* EXAVPlayerData.m in Sources */, - 231AE8A6F71E9002C1051DE440D06378 /* EXVideoManager.m in Sources */, - 033394FF64D05DACD31B10A0BE4E0F67 /* EXVideoPlayerViewController.m in Sources */, - 1A39045EC7A8504580AEFC75EDB56CED /* EXVideoView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; E52752F659F5427D67E7BC18DCD04B86 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17719,6 +17876,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FD8D846724BD9A9EFDD245A14950A564 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 618BC8EEE2DCD6EF77E27F834D5B84AB /* EXPermissions-dummy.m in Sources */, + 66821B19957B6374B817C91E73C9D601 /* EXPermissions.m in Sources */, + AAE3C47A93D1E6B9C643FEB27927CE4E /* EXReactNativeUserNotificationCenterProxy.m in Sources */, + 189B638C3899F769A08E0DE1EFB64FB3 /* EXRemoteNotificationPermissionRequester.m in Sources */, + FD0FD721DD68A6C1A0E02CD6C8D21303 /* EXUserNotificationPermissionRequester.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; FDFC94B87985729A9A67E6C7B03D41FC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17733,6 +17902,18 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 0163A351F7AED8778A416FD3BBD772FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 6DACF8C0F22A39191BC967102D6C106D /* PBXContainerItemProxy */; + }; + 017CC5B823651056767A759DD1A971A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNAudio; + target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; + targetProxy = 944166BB75C3540947B47A61E00F1027 /* PBXContainerItemProxy */; + }; 0195F5DEB7685B9F2265A12A925425D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-slider"; @@ -17745,12 +17926,6 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 97B757EDAC3A7488ACC8A43E74C8388E /* PBXContainerItemProxy */; }; - 0281B478010660EB1238EA60387444B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 64B88427BBB54EB31630CBC9F9F45734 /* PBXContainerItemProxy */; - }; 028A2F4ABD87F1E04A574DD52A514166 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -17763,11 +17938,11 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */; }; - 04D9C42B89BD867FC5A29C2B79F15A97 /* PBXTargetDependency */ = { + 04319B9C27D24EEB454464DED7705349 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = CD64A7BBD2979E9D167F4B5C1631566F /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = A299ADA3FDB57DC308D9943551798DC9 /* PBXContainerItemProxy */; }; 0601407CEF1C58A062803387CCDB2AF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17775,6 +17950,12 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = D1DD6F0528614F3F6A959C01AB7F7DCB /* PBXContainerItemProxy */; }; + 065BF63EB91D16B7DBC889DB60ACDE39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = BC0E24BAD53CA37058593F97F194653F /* PBXContainerItemProxy */; + }; 073CD2E5F0971C9A28E591F6289C48BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Crashlytics; @@ -17805,11 +17986,17 @@ target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; targetProxy = 2AF3E62F6A3C8DFFC033624C8B125A17 /* PBXContainerItemProxy */; }; - 0AB62B7D646C4B35A27F2D72CFD5936E /* PBXTargetDependency */ = { + 09B39241B3E280FA2FCB322636EF2593 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAppLoaderProvider; - target = 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */; - targetProxy = 71EAF1F82ABDB2312E75886AC46D971D /* PBXContainerItemProxy */; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = B6F6DE272AE840D439D4E212F15B9972 /* PBXContainerItemProxy */; + }; + 0A4301DC2C1F68397FBCBE949ED4665B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 858548AA95583BA281547528A7EB75C9 /* PBXContainerItemProxy */; }; 0BDC71A280A13EDA3BACEEA9FFA4057C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17817,35 +18004,29 @@ target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; targetProxy = CF87F655D13B486B7A39F4A5166807A5 /* PBXContainerItemProxy */; }; - 0C75722A2583DC436714A8A9AF11DBE8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = DE9A87C942081FFD593AE353910B26CB /* PBXContainerItemProxy */; - }; 0D751055C363323C78854582E5CE9EEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBLazyVector; target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; targetProxy = EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */; }; + 0D82F02EE45F79EF5B37AED743FE8A5A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = D3EE9341838CA7E943BB9AD25B50B193 /* PBXContainerItemProxy */; + }; 0EA175BD24BB28A0E0412FF094DE386B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */; }; - 0EF59EA690B55FF7B6E91F30CE1AB234 /* PBXTargetDependency */ = { + 1091E12556C042D9E61C8237E80EFF88 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 983769B972D449DD11ECFD3E4D1FC206 /* PBXContainerItemProxy */; - }; - 0FB2A44DDA73B3A89E67E44F95EB7357 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 0E2DD4CED0991DBD1F9E72A5944238AA /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 07DC6E90BB516E5BBEDABE6015A7FABA /* PBXContainerItemProxy */; }; 111B42C5DC57FD6481F10A216C2A2A54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17853,23 +18034,29 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */; }; - 1181066CF0A180936F2A68BD3DABEC0C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 5608A6BF20D6576488E0EDF4CEFB7DD0 /* PBXContainerItemProxy */; - }; 11BB47F7EA1D94100004061A682344B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */; }; - 14C392D94C7F9AC7AFA309412419190B /* PBXTargetDependency */ = { + 1253BC61DC8A0BE7AB5BFA05ADA6DEAF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = D17C3C9CD181E3FFEFDCFE3EC5341488 /* PBXContainerItemProxy */; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 0DC6D7B6B51A1759AA29C1CFE8A83A64 /* PBXContainerItemProxy */; + }; + 148D2F0BAC9A8BD1D834A37BE0819723 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = A967341B3ABFCE9F8CB2F366C557AE3F /* PBXContainerItemProxy */; + }; + 14F43CF5F839411B8E33A1ADCA0A1E50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = DDB8A150219B61420412DA360BC8EEBB /* PBXContainerItemProxy */; }; 16287F1A04D1FD826286E74E1DFCAA4F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17877,12 +18064,30 @@ target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = 1AEF2AE5DA4BA57F6D0DD29D48C9BBB4 /* PBXContainerItemProxy */; }; + 1692FD33EA895769512CA8A3165A2395 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 4E893028394A552BE41B6226518DE75A /* PBXContainerItemProxy */; + }; 16D9EDA83A5EAC350AAADE42DC833185 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */; }; + 174AD04B4E0CD582D35D2EF0798B1B42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 03712FEDA4115C56DD8AD56ED7AB6180 /* PBXContainerItemProxy */; + }; + 17783559A31F87F4479184B4A4168D2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-video"; + target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; + targetProxy = E137612F47B7A22F0242E14FC690929F /* PBXContainerItemProxy */; + }; 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -17895,11 +18100,11 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = D4CAA9CA7C8E69C0DC481167E31BE48B /* PBXContainerItemProxy */; }; - 18A6ADD342315593BD09FB10956655E8 /* PBXTargetDependency */ = { + 1873F9A3182D6554DFFE745033E7C540 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = A9C1143D0CBD44FA82684EEB8996FC35 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = E13B3730EAAD0D2C19BDCA36DD877D2F /* PBXContainerItemProxy */; }; 18FD1501C797648CCBBE6F5A312BFE05 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17907,23 +18112,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */; }; - 1B6F8E0BEE9EEA2FF2A869FED4082CF1 /* PBXTargetDependency */ = { + 1BA6E591AEB501BE69EB0A3FDB956DE5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = DCDC18F1309C6C1A44652D0323DA7D96 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 2317A40B7C150D46FAA9E0C3DCDB9517 /* PBXContainerItemProxy */; }; - 1B9EA97198553DE418304A51DA647039 /* PBXTargetDependency */ = { + 1E20404CE20D5DCD4DA3FB1B30AAB0E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 258A8397F14A28249384A9BF4FC04D81 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 1D878A6381A4238997D5B579163E3859 /* PBXContainerItemProxy */; }; - 1F47CFD4936A28D8A96F78C7C73A431C /* PBXTargetDependency */ = { + 1F4516A9D7A8E409B3903973D4C387E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = D38618B35E740B52628FD9CADB6B3068 /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = FA8F60EF2A2A0BC56FA8B5C042E073D1 /* PBXContainerItemProxy */; }; 1F7F74A9D27293B2CD3A13D6A29E8DCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17931,30 +18136,12 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 65685AEAE3C8051C0DE124A6E5ACB197 /* PBXContainerItemProxy */; }; - 1F85E95EB5AA24111CDA796EAFE2878D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 9A0CEFC37F7290AD4EF3227A3F94498C /* PBXContainerItemProxy */; - }; 24490FC5D8FD6C825E67E30EBE7E91BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-background-timer"; target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; targetProxy = 260FF0C211C41ACD759800FFA5607DA5 /* PBXContainerItemProxy */; }; - 247FEEC1E501C4839C5EE406D74A3A13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 7F0C8BA205CDCCA50C905295C45878EC /* PBXContainerItemProxy */; - }; - 24A9EDC6CE482D2EBD7D1955D0044F11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 5B02AC67DF7749672C3EC5E587C212E1 /* PBXContainerItemProxy */; - }; 24B55147C941BE9797F6BC794F57308C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnostics; @@ -17979,12 +18166,6 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 32EDED458FEDBDD31B9D588BD688E1DA /* PBXContainerItemProxy */; }; - 2653E819256A088D3F86CFD73F82F8AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 4EAA4F1B761AA4477A3B6D54C852EFD2 /* PBXContainerItemProxy */; - }; 271F0600BAF57AF6817D4EBF63BF104D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; @@ -17997,18 +18178,18 @@ target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; targetProxy = 089558083C37398D29C4A58DC2A7459D /* PBXContainerItemProxy */; }; - 27C702A0CD5B9CAB6ADF12761D4592D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */; - }; 292B1B72A9EB54CF781D20ED86E1775D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KeyCommands; target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; targetProxy = C920F0CCDE6B125D03C36F35E1B070B0 /* PBXContainerItemProxy */; }; + 2A18001733C6AD6117F4D146B79A10AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 87E5C9F975AB763A5143A82246A5F346 /* PBXContainerItemProxy */; + }; 2AA010E3221FCB666E0D6123C66594C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; @@ -18021,18 +18202,36 @@ target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 9B2BFB5DEFEF28F0C14CFF2FE14B9160 /* PBXContainerItemProxy */; }; + 2C1A97D3A4CC1E3DE35DD275A536FA46 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = DEB197AF412E24C112F52BB60EB5FBEE /* PBXContainerItemProxy */; + }; 2C3AC2CEA8022D07044F7BA29590CA5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 553C9E2156C22165A3D5F8E54F781E1E /* PBXContainerItemProxy */; }; + 2C418BBB78672CED740CF03399158E53 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = CC7579BE594E9C2055FF160E880AE8D1 /* PBXContainerItemProxy */; + }; 2D12D63E9EFDBBACEC8A2C6384D85FD7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = A6D3FBE192729DD81F271A1FC6DA3AC7 /* PBXContainerItemProxy */; }; + 2D365469B1B38573CE4598BD17A86096 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = D1B6676933B6091F594BD94DE1B18D11 /* PBXContainerItemProxy */; + }; 2D400D296D174E898B4E20125D436B48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -18045,23 +18244,23 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = CAAEE7A21CB80F6BF942643AE53B944E /* PBXContainerItemProxy */; }; - 2FA001B25090939C76E416AE3BCA3CBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = DC99F3101657A8431455634311377599 /* PBXContainerItemProxy */; - }; 303A329EFE63F98C76E1F88C1909DC69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = F56EBC18CB64EE0482444624DFEC06A2 /* PBXContainerItemProxy */; }; - 307A50075953D2F46151ACFA52523C57 /* PBXTargetDependency */ = { + 309417E9F9347ABC14B40C15F3AEB4AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = BE2090E36386437C614DB6B386D6206A /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; + targetProxy = 4F542B7BEAB5005B3265BACDE9299050 /* PBXContainerItemProxy */; + }; + 317DD4D9AE77ADD460AEC78634964950 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 4E3B033EEA55F3FA32B3BC861CB9E268 /* PBXContainerItemProxy */; }; 31D7553C59D34192E1999597259D474E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18081,84 +18280,90 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 1C84D35F43BF9C71C2EEE3812CDC5C8D /* PBXContainerItemProxy */; }; + 33651E7FFBAAFFCBEB29CB56440F1BB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 60E25F7A2D036C215268B0133A2B25BC /* PBXContainerItemProxy */; + }; 33F5B6A58855F2016450517E03B74C4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageWebPCoder; target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; targetProxy = D466E30F6A7C6BA97286EAE8358F3B63 /* PBXContainerItemProxy */; }; + 34642A4D33B4F7C615B5AD15AB446185 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 3C7C3304584EEE799BC8B7B9303A3DEF /* PBXContainerItemProxy */; + }; + 3545FAB5D8AA67BEA9138119E34326D5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = CD7690E946928C6C0840D661BE36A3E0 /* PBXContainerItemProxy */; + }; 3574436076660220B89F7A70BC6E18FE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-jitsi-meet"; target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; targetProxy = E8E93431DE5B9EDBC4D3B99AA008285F /* PBXContainerItemProxy */; }; + 358CFA2540A614D1A8FDC64A9533E56D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = D1B96D1A2A83B4518555350707DCC5E4 /* PBXContainerItemProxy */; + }; 35D5269AD31979BA1B767BBD3ED53885 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = BF3AAFF64628FD7E9E7A7DD743002FFF /* PBXContainerItemProxy */; }; - 3637B96E016E1D8C797D5900C95270DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; - targetProxy = 3F4F12258A82B74ED2F57C69A1682A4F /* PBXContainerItemProxy */; - }; 365771C693DCBDCD5369BEC06B810DEF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; targetProxy = 66CA566BF093B4FA85B1B5D4D953BBDA /* PBXContainerItemProxy */; }; + 36B73DF92DD1E06F068E3B539BB985C4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 8B0CC042D2BB6CFDE6FBCECEEEF2823A /* PBXContainerItemProxy */; + }; 3739916787D47022FEBE0DBE7FDAC532 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RSKImageCropper; target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; targetProxy = AEC8DF6D4B91F6B6CAA5DFE9C52B76F8 /* PBXContainerItemProxy */; }; - 37DCC867E5A902CD65697945035E655D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 4052CAB14C9BD969914BCFD1C7AF2E4E /* PBXContainerItemProxy */; - }; - 381962452DA9C9FA23263A6612D8DEEE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = FFFFC7F87DE0F0FB611CDA28B99CDA78 /* PBXContainerItemProxy */; - }; - 38BC3019059805F862999E3558B4DDFE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = E41E1BDB69EFAE2ECB46755C2226C822 /* PBXContainerItemProxy */; - }; - 3B24FE5670637D59DA4BD48EE9C562F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = C5E22C1DC17FB96D8D8446E1E3E2CBB0 /* PBXContainerItemProxy */; - }; 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; }; + 3CDE7CA6B5E8DC488FDB8E4812131AE4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 61101C6B91C9ABBD9763AA3B33D38B1C /* PBXContainerItemProxy */; + }; + 3D115EAA51E1D2B2C6503FE8F36DD0B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = FA0CF652A37D1E756453BEDCBDE97146 /* PBXContainerItemProxy */; + }; 3EC9C41467F00AB41E8790F4AABEC57D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = C5D50E7D903962E2C2E382B536062BDB /* PBXContainerItemProxy */; }; - 3F3EC18CA27FD995B1E6952D48C0C2D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */; - }; 405971DE6EC14F620353F9ED880AAC0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-notifications"; @@ -18189,6 +18394,12 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 557407361285FA301951204E241F9CDB /* PBXContainerItemProxy */; }; + 458D52EB6EBCB5E4376C19AAECB54F2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 4DB049AE68293453192E1CEC8BA2A43D /* PBXContainerItemProxy */; + }; 45DC7BE3A7DCBE4CCA2D7E955A28F755 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; @@ -18237,23 +18448,23 @@ target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; targetProxy = 33023E1C4E6C76195C27F42572686F64 /* PBXContainerItemProxy */; }; + 4AFF7BFA25E79F077F340413E2B5F098 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-input"; + target = 7573B71C21FB5F78D28A1F4A184A6057 /* react-native-keyboard-input */; + targetProxy = 6ABF63A64703FB6B8EDE20D7D0C9D210 /* PBXContainerItemProxy */; + }; 4B7CF4BCE880915A07A1011FB01F4A55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */; }; - 4DE0706D1EBCABE711CD8DE5A63972A5 /* PBXTargetDependency */ = { + 4CF06059EAB58EC36AFC1EB383725395 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 62A3D4CB40B5239F302231D9BBD6A514 /* PBXContainerItemProxy */; - }; - 4E56341E28C82F15F0B1EC1D7355E1E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 72BA40B770DA5833CCF0311FC19A9669 /* PBXContainerItemProxy */; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 3E4CD36F9EC3B65498E3DB16276FF67A /* PBXContainerItemProxy */; }; 4E7A54EBDEED5E1498EB0028BFC71740 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18273,17 +18484,17 @@ target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */; }; - 4FB8CFF5E3C2CC6AA73D308797232A07 /* PBXTargetDependency */ = { + 50E7A41029F5C39EC16175B588B3BA73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = D2643CB9524A1210AE8EEF1CC7906CEF /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 8031C67A3AC6BFD0567A0899EFCE3F81 /* PBXContainerItemProxy */; }; - 5084B0B3BE172437E7C9E15E3DFB30B8 /* PBXTargetDependency */ = { + 5144DD74DA36D4CAE8C20DB6DA639D3C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = FEDE355BE55AE0B28F9D8D78AB28012E /* PBXContainerItemProxy */; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = F9E81C3B88924A5793FE10331731D898 /* PBXContainerItemProxy */; }; 5195D675E015DEB9B99885FE0B15AAFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18303,41 +18514,35 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = A8D228C6F74629133C291F6B44D7694D /* PBXContainerItemProxy */; }; + 536D0FB780DAA465D9077E89B3F45AE9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 1630DDB4D96B5C56F8CC9F20A2C9566E /* PBXContainerItemProxy */; + }; 53B411A732F99F8D51E15B2CE451B1C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */; }; - 5419D32B223ADBF8400A62E9CD690E7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = B8CF4EBFD4A2B827944CCD5956A3D815 /* PBXContainerItemProxy */; - }; 5442F8F2BDBC8AC54D88CF67B0A6EF72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 878C9C18439BE6DA5F4652C3D8CC13AA /* PBXContainerItemProxy */; }; - 5669FFC77ABAAF0D35E37E3ADEEA8229 /* PBXTargetDependency */ = { + 58EB016622ABE5A31A364D8F7F8E67EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 7F6BCE1FCB2DA325D8B2F8D14FD0C377 /* PBXContainerItemProxy */; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 36984564ED77D3FA35292387EE92F363 /* PBXContainerItemProxy */; }; - 567ADEE3136A6367024C6D34AEBB40E1 /* PBXTargetDependency */ = { + 58F792844C39D4E5E0908C683C8C6F24 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 58360103A4685F1FC533E6975ECE3A1A /* PBXContainerItemProxy */; - }; - 569350DB3DA3F24CA986142520132E4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = 624D5463A171605B3F0B27633E665AEE /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 8127C199B09E7344E16D06C2DAC0BFF3 /* PBXContainerItemProxy */; }; 5924D847641E3D79FD6103D481F9E03B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18351,17 +18556,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */; }; - 5C65F78E7A8780899CB2766715593159 /* PBXTargetDependency */ = { + 5A44BDF26DFA1CC311E09C0F0F46B1DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 64B59A3FC9646E9AB5AAA4526335D35A /* PBXContainerItemProxy */; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = 68882FE91E8F07801F9D4053F4DAB9BC /* PBXContainerItemProxy */; }; - 5DF1983A7BE4A9D95DD88E3286F62503 /* PBXTargetDependency */ = { + 5D0AF523ED0CCD373DB583E1CE7B781A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 2780BD4584CC03A2C6BCC1EAC4906996 /* PBXContainerItemProxy */; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = C1E040C72155E0BD72C0036B503132D1 /* PBXContainerItemProxy */; + }; + 612CA803AAA77E11E155A8D6921ECEC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 36ED6E3FCEDC81325131F54C8CC01C7A /* PBXContainerItemProxy */; }; 6142C90C7067738802070DBD12BAA802 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18369,6 +18580,12 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */; }; + 626E1D2609C31B88EA3F10B5E0AA455C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 135111807A876FFA943605E046969218 /* PBXContainerItemProxy */; + }; 6395E3254FF15C5334B441B2D03EFBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -18381,23 +18598,17 @@ target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; targetProxy = EEE33F6558983BA2DF282DB4EE7B037C /* PBXContainerItemProxy */; }; - 648641E197156F9497402698E7616999 /* PBXTargetDependency */ = { + 6451B8973D840A0A374086225070784F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = EF797B6066E1025B5FD8590A476CD8DC /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 72AEF3DC8768694E58AE665D174CE14F /* PBXContainerItemProxy */; }; - 64DA79C0FB317AFAA76377BD3C76FBC2 /* PBXTargetDependency */ = { + 6500F8B0D5E132AB5654480EE6C3B61E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = A147073881083F49FD1D27AB0EF1D20A /* PBXContainerItemProxy */; - }; - 64FB953B554F718A1E33CAECEA0BFC30 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = AFC01BDE55EA519A6DEABC2001C4CFBC /* PBXContainerItemProxy */; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 6464B6E6A508315ADBF0DD9910C87F42 /* PBXContainerItemProxy */; }; 659CE20F5F8A4FDAFAC33456B26AD2CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18405,6 +18616,12 @@ target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 925B94B36D67D27AF51664D1645EC2F7 /* PBXContainerItemProxy */; }; + 6623FDBE6380766AFECCE4ED0A17EF8A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = B6677D6DAB197C7676A97F624A434B26 /* PBXContainerItemProxy */; + }; 66F08441F9F016CA320259F5EC30225B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; @@ -18429,107 +18646,53 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = CAD9ABFE1D8247DFCA7C5B5DC70C1C94 /* PBXContainerItemProxy */; }; + 689CCFB1904FF02710C7C21DE725B6D6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 77C0307677F96E7EAA19E44B4AC1C36F /* PBXContainerItemProxy */; + }; 68FB2B8F06277465B5375A45215CC9BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */; }; - 690F2CF3E501110ADEA7F28179380845 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; - targetProxy = 664305143120C85CB1EC5CBECA113FCE /* PBXContainerItemProxy */; - }; - 69FDA99B2C0F01023DB92BDB7AB2DB14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = E30B30DBDE7D0505AEE79AB60046A622 /* PBXContainerItemProxy */; - }; - 6A247D303543EB094BAC2F0869DED5FE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 0C90C8D0F39ECF21895651A8C5C85335 /* PBXContainerItemProxy */; - }; 6AC6BE62F45C5A349953D87D6DB3C545 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; targetProxy = DA72BD0D2ED3CB12079CDD61E7D8396D /* PBXContainerItemProxy */; }; - 6B2725F2B8B17E159ABD2335975869FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 85155193C1E80D9813179026CB73182C /* PBXContainerItemProxy */; - }; - 6B394379395FF8C1978CB850D952545A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 84CC847608D716DF5F58801CA1B69006 /* PBXContainerItemProxy */; - }; - 6BB29B611B6F416DD736FBC7E2F47D8D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; - targetProxy = 34B899E191E550D8A27D0EAFE85C00A6 /* PBXContainerItemProxy */; - }; 6BFCF0F68DFACC9F38F562CBA1DE7F1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Fabric; target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; targetProxy = C505646291F935A38C2D95467150C6BF /* PBXContainerItemProxy */; }; - 6D17125CA558076F3EB2730C92E8F849 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = C41DCD630A1F9D1CED739BD7F7413D5D /* PBXContainerItemProxy */; - }; 6D8C00952B65F5BD4F322D959F307D80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */; }; - 6DE67BBCC2004F44063308C0ECC26D11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 4A09F92DF3D7CFFABAD97A7AC61BF36F /* PBXContainerItemProxy */; - }; 6E3094A3142A3C6F5498971075430716 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnosticsInterop; target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; targetProxy = 832315DA7CF7E5E93C27A1A2AC92539D /* PBXContainerItemProxy */; }; - 6E32138F3CB5B8FEAE595EA4F7BF0157 /* PBXTargetDependency */ = { + 6FC6F9E653A7BF07473A71113EA8A960 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 34945DBE51A7FFBE83F1A909BA9BBCD4 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = C46FA263189B0ECE07304B366E0F235D /* PBXContainerItemProxy */; }; - 6E593646896C853FC8EDB587443144BF /* PBXTargetDependency */ = { + 70179A857AD712438E3CF81888AEA033 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Crashlytics; - target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; - targetProxy = 8682ED8EA82D197A9F6CB758340ABF9E /* PBXContainerItemProxy */; - }; - 701A80055A55103E7EFEC4F83300EA06 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; - targetProxy = 289A08A83D21C8D9229C70B1C32B13AC /* PBXContainerItemProxy */; - }; - 7069BD3E43906D78A2C2A41CADAB0974 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = C87BDB856B76B718B524ACCDA9889FED /* PBXContainerItemProxy */; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = 304C800E427F82D90C34E1A52A661AFF /* PBXContainerItemProxy */; }; 712C238E87A4A55B2C12C9C6B9788C48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18561,6 +18724,30 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */; }; + 7468AD0E0A42DFA1B47EB7F70FBBE412 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 348632903E55247A44879A3CF2E78753 /* PBXContainerItemProxy */; + }; + 74F58832B6EE859ACAC8329A38B23E43 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 02884AC05BC4B650EBE6E310CA3916B7 /* PBXContainerItemProxy */; + }; + 757C305AB757C6AA0ED36E1785120588 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; + targetProxy = 547E94C3029432044C20F637A66A2197 /* PBXContainerItemProxy */; + }; + 75BED7C1EEBFD06FDE1970FAD39BDB15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 315B8DAAF144D14207F6A71EA0436D24 /* PBXContainerItemProxy */; + }; 777C61721A7AF46C5FA6FD015A73949C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTLinking"; @@ -18579,12 +18766,24 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */; }; + 787D4534DC2E341B956843A78CF92FC4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = BC053D6398114D625FF0A3961F6EADDD /* PBXContainerItemProxy */; + }; 78C3E049647A441330DCCD8089408D2B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-webview"; target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; targetProxy = 8B7A5156DF566192088634AF35396110 /* PBXContainerItemProxy */; }; + 7A22522A5F615F1540FBAFAA7E34AA31 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = FCBB1B42DCB705A8679475F8526B16E1 /* PBXContainerItemProxy */; + }; 7AEC0D15EF11C1415A94D769184AD812 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseAnalytics; @@ -18609,41 +18808,41 @@ target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; targetProxy = 3003CE0CFABA4E201818060DE26E35D6 /* PBXContainerItemProxy */; }; + 7B6D7F84C22DEC1FACCB3BCA71690B87 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 01E5B55FE466BBE88DFD1C484E69B112 /* PBXContainerItemProxy */; + }; + 7D23035792FB769C51803FF241D0F09C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = AA4771F2AE7A8217798AF679AFBD766C /* PBXContainerItemProxy */; + }; + 7D413AF540D8799F5DF9020563B3E9A6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = 983212EB1986FDC908F36896EC393334 /* PBXContainerItemProxy */; + }; 7DCE32D473F4F7CC77F17725D7C937C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */; }; - 7E2FAD63D2F1952CA735617580C72668 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = 6873AED1169D89D27AA52E2D17A63F02 /* PBXContainerItemProxy */; - }; - 7F44AD9A201C847D3FE1080BA518D04A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = EF787EA911D9CC51792C94E6D8217C84 /* PBXContainerItemProxy */; - }; - 7F98DCB6662CAF61274744FB990B1EE0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = F774E1A51F551C12EEFE2335EE12B43C /* PBXContainerItemProxy */; - }; 80E39326DAF03630566E6F04B988F5C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-video"; target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; targetProxy = 66882DD906C9CBF33A822B0F489B5493 /* PBXContainerItemProxy */; }; - 8222B5B05CA21806207A408DB3B90E0E /* PBXTargetDependency */ = { + 819BAF10584B377A2216A0F89DF68CEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNAudio; - target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; - targetProxy = 44753E3EBCF35182E49DBD8BB2D0B7F4 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 256A3233D39C474C08913C7F1FE396E2 /* PBXContainerItemProxy */; }; 8225282040A0A860898C20E90CF47878 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18669,6 +18868,12 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = B59CFF3791DD86ED3E948C16CAA52C6E /* PBXContainerItemProxy */; }; + 850FF5EDEA3F81E067E7F853E3650961 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 031C2EA37CDB75891AE2780B35BA5650 /* PBXContainerItemProxy */; + }; 8516F632E2ACF7BD9A95F0E2E17B1068 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; @@ -18723,29 +18928,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DE8F7B6EA7B1B017A43DEDEAA9020A16 /* PBXContainerItemProxy */; }; - 8D706717DE728815B0C9AC034B755724 /* PBXTargetDependency */ = { + 8CC2283200E2B004623DCAAC04233A65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = DC97CA5A0D849C16C17794940DD654A9 /* PBXContainerItemProxy */; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = BF84C143D6EBE43DF555D15B5EE3ACE0 /* PBXContainerItemProxy */; }; - 8DF9368FA5258A12D212264468F877D4 /* PBXTargetDependency */ = { + 908909CB5DDC589BCDCB56D567DA7CBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = E774AD6370868E7B014EC5EB08A69899 /* PBXContainerItemProxy */; - }; - 8E28654EFB3A21C5BD2EB260AA4E37E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = FE5765B5CF3FE2FE6F0DBAF05B9565AE /* PBXContainerItemProxy */; - }; - 8FA1F0E6CD5F9864FED98F6984A2F998 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 6780FCC3E3B1FB8609F422FACA1C15D8 /* PBXContainerItemProxy */; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = 7EC255EF0588263AD48E5A9D82667AA3 /* PBXContainerItemProxy */; }; 9296ACB615A242C598BD5B8651C60E56 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18789,53 +18982,53 @@ target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; targetProxy = F9D5F40BCFDFFDC398817338196D7F89 /* PBXContainerItemProxy */; }; + 964C3849C8DBC4ED45A3BB9A88418C85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 960835EC514314A05F7943573E7BEFC2 /* PBXContainerItemProxy */; + }; 966429256B271DD0F30E2FA25D97B79D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = 7C309567C8843AC36F40EF4B09960A84 /* PBXContainerItemProxy */; }; - 96D8CB2606D1A94329513147741A5F5C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = DC69EFAC97D08F5155E0388E1B3F93A0 /* PBXContainerItemProxy */; - }; 96DA387B98978C2974700F14ACFDEBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */; }; - 9738C7788A6337F27A9081DB26F08390 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = B100F3AFC9E26915D8609B061037AA9B /* PBXContainerItemProxy */; - }; 97C3DCF6215BD4F79AD7B1DF3F1CA1F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = CB8A7E990CD7E856B8CADD28DC191F90 /* PBXContainerItemProxy */; }; - 97C86E60424DAE6AAB23B32BB1B0DAB8 /* PBXTargetDependency */ = { + 986F42DE34BA225BF42B620D544222A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 651F05EC0CBAA42D2F76B418000D2F50 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 226EAAFF3F88F12C59774DBDE73D5CC8 /* PBXContainerItemProxy */; }; - 987F9E3629657C5F7468486377B8EDC1 /* PBXTargetDependency */ = { + 9877CEF55433A59057C097B100C2D3C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = 4743F5C525F4A9B01FCE9ACA806C49D7 /* PBXContainerItemProxy */; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = 0276F213FBFC4511C62F0F477562E5B5 /* PBXContainerItemProxy */; }; - 98AFE7B07ED5851A8ED0BD7EF9B4C442 /* PBXTargetDependency */ = { + 989DC387050206A45A03E445661A0613 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = 6404AE86A87872E52988F326C02191A7 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnosticsInterop; + target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 64503D6CF9D1179C0E7053FA07627612 /* PBXContainerItemProxy */; + }; + 98C01394D330BA20C681270791F31088 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 2F4213A00BA48DD07F2FD714B1A52A04 /* PBXContainerItemProxy */; }; 994ADAEEEA94855F19638FBB96D0D629 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18843,23 +19036,17 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 201C6A1323C6921817533893269BBE9D /* PBXContainerItemProxy */; }; - 9A6F2476649D15842812C0BA4CE7F3B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = DCBE20B54432736947EC4EE48344FB96 /* PBXContainerItemProxy */; - }; 9AE14FA1F306013F286ABA20DD87B69C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 69B6897572B545367799A5E51AFE075D /* PBXContainerItemProxy */; }; - 9B24E66AB31CF0ECA23046DB437E84CF /* PBXTargetDependency */ = { + 9B08B149DDEF02ED74A7AB6DA47D9BC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFirebase; - target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; - targetProxy = F9ADEC352F5632AE9A9C3CEAE0D942CF /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 2DA8FD4B3FFE4F55DA70E52BDA699220 /* PBXContainerItemProxy */; }; 9B848D16E111D4984B7C6DBC23CC1609 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18873,11 +19060,17 @@ target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; targetProxy = C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */; }; - 9F3DC5974EEDD082F1DB0F5C86480474 /* PBXTargetDependency */ = { + 9D4FCAAA47184E75D8730F74D6EC8B9F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = B6E5D715784860428E433EF2C59064AA /* PBXContainerItemProxy */; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = 05B411B5A4EB787DE1F9BC701E22AF0C /* PBXContainerItemProxy */; + }; + 9E3205112CFA1616D4220A5CF00E9F2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; + targetProxy = 7BF3F72957B341826FB5C431428C574A /* PBXContainerItemProxy */; }; 9F4B49F01A597EA4F18DDCEBB1AF2B2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18897,11 +19090,11 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 861146BBBDF6493BE7981140D74FCF30 /* PBXContainerItemProxy */; }; - A077C6FADB6BC08EDEE56C06124B51E2 /* PBXTargetDependency */ = { + A128AD67B77932462396757E58C2A777 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = CCB55177B1A05503602B15B304232ACA /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = CDBE94877C6D4B970862A0ADD531BFB6 /* PBXContainerItemProxy */; }; A23070E2AC8D432C5107A1256E0275F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18915,6 +19108,18 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DDFCA674E1FE8DC1DB86D5A0C0A1FB6A /* PBXContainerItemProxy */; }; + A4AF40C2B01E0F7A9132B61DB8C20A93 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 757B77F0B498E69396E0C74846D8BF12 /* PBXContainerItemProxy */; + }; + A4FC321A64D36BEFC11D8A56667AFA80 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = EBF3E550B17EEEE25D8FAB7E96AD83A4 /* PBXContainerItemProxy */; + }; A5351590EF2D946171B0ECC1142DED94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; @@ -18927,23 +19132,11 @@ target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */; }; - A5561E542F912735ABD334AC8B7E6399 /* PBXTargetDependency */ = { + A661F2E103126B6C45FF002E351D940B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = B21B886924B45A63EB4036945A4B076B /* PBXContainerItemProxy */; - }; - A702E3E5331CE57D26D47870748CA4E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 9A311C098C9D56A95F8DAF2BC014857C /* PBXContainerItemProxy */; - }; - A8E2DF82DA60524038504626ECC68FEB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 08A42600A49AE912BC4C1DE377EA6E50 /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 10A2CA64564D9BE7D4B0CDC43B00130B /* PBXContainerItemProxy */; }; A9ED98A5552DD136966D3057C908CB45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18969,18 +19162,18 @@ target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; targetProxy = BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */; }; + AACFA3F54D41DD980F02203B57C8F7A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = E8524B7128B54F7936616A550BEB7203 /* PBXContainerItemProxy */; + }; ABFEEAB51B34B9279043783E67531D27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; targetProxy = CCFD53E94AFA8D4B32BA9AA6DA6A23FB /* PBXContainerItemProxy */; }; - ACB0A8E627ABEDBCFE9343DA37AC7EDE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = FAA396DBDC307599055B19CD6A87D4B2 /* PBXContainerItemProxy */; - }; ACDFD30135AB57A1F062637C78FB2E81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -19005,36 +19198,6 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */; }; - B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */; - }; - B22A5D6293013D0AA4DEBDD09114C43A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNUserDefaults; - target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; - targetProxy = DA6A3E8A138E68102F2BF46B82DE340D /* PBXContainerItemProxy */; - }; - B2F7B5CCD13BB1799BD1CC1865AD4C00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 6E35ABFC7C526875A427967F1D14FA79 /* PBXContainerItemProxy */; - }; - B49DA17150AB981E024F24CF7390ACF6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = CB4A33C1063C79A2060BB0FBB95DC0E8 /* PBXContainerItemProxy */; - }; - B4DD67B523E31A8CA6341D025852864A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 359EA94CC30F8F650A8B75B2C0AC731C /* PBXContainerItemProxy */; - }; B522C45997E90058E7BACAB65C97DDE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Firebase; @@ -19053,11 +19216,11 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = 509A25B05A998CAB3B86A6C80C7B78C7 /* PBXContainerItemProxy */; }; - B7A43697AC7E53B057276A65141B2F9A /* PBXTargetDependency */ = { + B76881465AAB1FC4A53E8C4B39473774 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = F9D879083A729E6F2026684F655E293D /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 87902AC2034D180399F6F9616A496B19 /* PBXContainerItemProxy */; }; B7CA987A1545E9E4D990C621C4B0D48F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19065,18 +19228,18 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = F9BC7D28AD87790D95A38C36E89FA025 /* PBXContainerItemProxy */; }; + B8973632A11D2D0239DF0B437FAD315C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 714A07B70CFE0D342507C7441A7733AF /* PBXContainerItemProxy */; + }; B89D2CB67178C93A2DFF80F628C7A710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */; }; - B89D4DAFD59BF06BA375E5F6FE567A24 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = DED1980E0B396BB1ED5777C2883AE836 /* PBXContainerItemProxy */; - }; B8B73617617104E7103760F1AB0FDDAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = JitsiMeetSDK; @@ -19107,17 +19270,11 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */; }; - BB162D26E686DBC02CEDFDDFB8F5792A /* PBXTargetDependency */ = { + BB5EAD558A24F3E553AC3DD7A76EBD8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 9E0918D934503C7C632F36B2407BE0F4 /* PBXContainerItemProxy */; - }; - BC051567AB6101BD07AE754A17D700CB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = DCF7E3D15D3A8FDF8CE53CBB7968E1F9 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = A3DBDB7E61928C7A987A5757D63FC1D8 /* PBXContainerItemProxy */; }; BC14137DC7B24901959AF5A38B67F823 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19131,12 +19288,6 @@ target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; targetProxy = 6DBD6F286817EB85A8F0BB2E8D08F4D9 /* PBXContainerItemProxy */; }; - BD0F6B17B3F55C28B9A3EFAFBF527E96 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 02C2B84DB6FEA8DE473E70DC78A43ADB /* PBXContainerItemProxy */; - }; BD1C2D29B9FAFAFEC379903BBA7FB010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; @@ -19161,35 +19312,17 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = F7418F0EFC7ADFE136104192A9809D6A /* PBXContainerItemProxy */; }; - BE142045203D42FB92F4371988275051 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 20E42A4C64C9DEE2C403CFD800A4D82C /* PBXContainerItemProxy */; - }; - BE6F85911D83FCD7C5FA4866737164EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = CC54232EF31B940D2DDBEAC6F07DADD3 /* PBXContainerItemProxy */; - }; - BEAE1AEA9E59D1C5B949E52D75B55B40 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 7573B71C21FB5F78D28A1F4A184A6057 /* react-native-keyboard-input */; - targetProxy = 1FE04A47AEB6F607229B2DC802EFC625 /* PBXContainerItemProxy */; - }; BF23376B1A7E5DFDD5B71433E58CDDA1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 2284921B4FC397971FFFACC555D01A18 /* PBXContainerItemProxy */; }; - BF249EC3D81B78CD0B26BC0672296344 /* PBXTargetDependency */ = { + BF7FBDC0A3668CD82C0A05E5C2764E74 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 9ACA162B718D14B964339F384832032A /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; + targetProxy = 998F35AD969AB327A363BDA289A1D1EE /* PBXContainerItemProxy */; }; BF9BF0CDEA697B8AF2D71C6FF954AC77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19215,12 +19348,6 @@ target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; targetProxy = 026F5244571FA414E08736B1E2149CA1 /* PBXContainerItemProxy */; }; - C4B3478A5D254B849DD5B7AA450A08C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 8FFD687A453F165F91B1F31CE9DFE81D /* PBXContainerItemProxy */; - }; C5AE41D857959DAFF5E75B0995A21A95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; @@ -19239,24 +19366,30 @@ target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; targetProxy = 25911D74E71C182E5A343DC800E7A898 /* PBXContainerItemProxy */; }; + C6D2AE4C0BCB8E296A6C162EB80EE98A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 90F7EC51D8E0445FEB8FEF6F191B8E01 /* PBXContainerItemProxy */; + }; C76A0EE6871933CE34033765BE030A22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */; }; + C7C8A2C66A7840277621D6BB076F7B8D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = F78CA6764FF0A3E4A6A11A27010FB8AF /* PBXContainerItemProxy */; + }; C85153279823DD6D83526F6B511CE44D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMConstantsInterface; target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = 13791CBAE3B4CCAF1FC636BA2BBD9DE4 /* PBXContainerItemProxy */; }; - C88567C1EA97046D4200985228F41BAC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */; - }; C8B5D585C828BE4AB1C1BFFB31AD7B21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleAppMeasurement; @@ -19281,11 +19414,11 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */; }; - CA645BFA9D3A4B12C24D5D526B9BC485 /* PBXTargetDependency */ = { + CB0644B1F52A5EFB2BA3841321410C79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = 710F83D4741765BB006C7714AF8916F4 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = FD2BBD7914DC0A39373ABFE08B456E66 /* PBXContainerItemProxy */; }; CB1231450678EB40FF6D52E17793B56F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19299,11 +19432,11 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */; }; - CB83889AB117CC3018E3F5A81202DBFF /* PBXTargetDependency */ = { + CB8E9AD38BD843EEF58EC702EF7ED992 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 5A0F6C220AC62BB06E8E539C2964827A /* PBXContainerItemProxy */; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = DB563667E5597F27C55793C16A9BC07F /* PBXContainerItemProxy */; }; CC1E39817A216780CA9BEFAD07BD06A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19317,11 +19450,17 @@ target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; targetProxy = C10C10F78B02C8C76D9682A59B3593F3 /* PBXContainerItemProxy */; }; - CFCFE51EAAF2A98BDF482A25F684F45A /* PBXTargetDependency */ = { + CE067F0D5ECE4D9453192A0DFC613C06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = EC12631F07CCE49186779E1C34E44AC1 /* PBXContainerItemProxy */; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 3771870BC3D85AF57CBBDD44F9990F27 /* PBXContainerItemProxy */; + }; + CF6D530D68FE14FA90C3808929AE97D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 311F21EA672234C162B1F34F1C02DF00 /* PBXContainerItemProxy */; }; D0E424AA51C6766027686207E235EA45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19347,30 +19486,42 @@ target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; targetProxy = 76EEA5F62CC441995D555175CAB0A477 /* PBXContainerItemProxy */; }; + D37014B2787F0459DA5F53ED4B361666 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 9389B24C6FEE926EB5868FF077EE995B /* PBXContainerItemProxy */; + }; D4675DE12C9CE28E7BE2DF3CB5F65EE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 0FBA34E2E29F880F6473E91F3C51B883 /* PBXContainerItemProxy */; }; + D489516279FB07C4E2BC2842037AFF6E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 9B9B97ED97C50B630A191963DB572D6F /* PBXContainerItemProxy */; + }; D49D843655AD1EC0C07874F136577A0E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RSKImageCropper; target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; targetProxy = C17763A82AC031E86E43BE4FA0F3FC4F /* PBXContainerItemProxy */; }; - D5A9A561719B9316F72E1FC3D3D05058 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = 4C78244180223E12D59ED12231A1567B /* PBXContainerItemProxy */; - }; D5F43FE63F1F6C96E0D9F953258FAE9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = E79050B7B79BB88D74178F90A19D9ECF /* PBXContainerItemProxy */; }; + D91D241099F18F0DE183906F1618C336 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = DFB4A58260571AB91C9D0C4EB0E6A1B7 /* PBXContainerItemProxy */; + }; D9C70B462572E65C4929094AC7476233 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; @@ -19395,12 +19546,30 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = ACE9683B43AB87C56DB560A905FE8BA5 /* PBXContainerItemProxy */; }; + DB9AB5B53B6CCCBE2FD776EE42ED950C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = EF12062ACBD3E6ED97BAD7CDB5D34D97 /* PBXContainerItemProxy */; + }; DC365AF9AFF0EED32BE0CC92E8B78C42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 7DFBE4295EB2D14288E99BCD22619405 /* PBXContainerItemProxy */; }; + DC39358A91C1E5589850A1C9E8124DCC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = CEB3DDBD3B319EA1083FDAFB813591F1 /* PBXContainerItemProxy */; + }; + DC5A037D0E60F5F2CA80B060D54A8705 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFirebase; + target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; + targetProxy = 8C57ADD29742FFBBDEBD6F8118B4A203 /* PBXContainerItemProxy */; + }; DC7881C26EA469ACDBBF85DA037F15E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; @@ -19419,30 +19588,42 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 048AC4BFC3DEB50A8114C3826879AEB7 /* PBXContainerItemProxy */; }; + DEC0977AE44E646B7EEDABCCE480F726 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 8334C8FC8577858592BDC0786942DFB0 /* PBXContainerItemProxy */; + }; DF072AA82B95EF5DD4445A2E27AEC5E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */; }; + DFDA8A3D17D0FFB16B98A766B6955171 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 30EAEAFC419AE08F635DB2086318C0A9 /* PBXContainerItemProxy */; + }; DFE54EFB8E8ADDF029A3564B9073A3BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 4E10E94546B9897329BB7132343AC50E /* PBXContainerItemProxy */; }; - E11233F0824232FEF8A756BBEFB3D748 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 2DBAEF48EE5A15463102EC32C77A0EA5 /* PBXContainerItemProxy */; - }; E2E64A87B139897B2E726C43839063B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = DFEA33431E17294C1ED8951538F844D0 /* PBXContainerItemProxy */; }; + E3159D5FC343C22520FF2B4B0459E8CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 5DF272D084A199962A43D10C0BC00758 /* PBXContainerItemProxy */; + }; E33A6948181332F36C1B948AB5E3D4F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTTypeSafety; @@ -19479,23 +19660,23 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 4FF10556B9B41D07EFAC6AA420559421 /* PBXContainerItemProxy */; }; - E8DBAB5CFA57379E9EBF4A80ED68423E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = D0909B88ACBADCD7176A2B5725379CD3 /* PBXContainerItemProxy */; - }; - EA7D3308E5F60A0E21E9C0026F22D59A /* PBXTargetDependency */ = { + E92925DEC04B767D20A215A0E7E6D2C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNLocalize; target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 5D1C4C458C07B47F9BC6C0A5DFDBE063 /* PBXContainerItemProxy */; + targetProxy = 2D1AA35A20094E6443447E8F9F65C5B9 /* PBXContainerItemProxy */; }; - EBB0A712DD210BA9C35FA009E508D28C /* PBXTargetDependency */ = { + EA8631E45B89A3F6F465E6945F642A95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 05D0FFD116C750DA50BDA3E50B048E43 /* PBXContainerItemProxy */; + name = RNUserDefaults; + target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; + targetProxy = F1FAA6FE9B6B2A3E535F20FB1BB8CC36 /* PBXContainerItemProxy */; + }; + EA9D7A3880E7F0B31930D0914654FE19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 41C5364D3A2E064BF82FBB179744B077 /* PBXContainerItemProxy */; }; EBF53D7C37C35CC2489D0C6A47D3E9AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19503,36 +19684,48 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 4E1A7F06A2ADFDF1CD0745680382112F /* PBXContainerItemProxy */; }; - EC33172D0E7643D6B0B40291C2348028 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = B9D74239BAD99D142DD588C2DB1FBDED /* PBXContainerItemProxy */; - }; EC566DF9BFE7FD959CB2819808630F73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 973587FD3243D488ACC2A2CBA4B833BD /* PBXContainerItemProxy */; }; + ED05DB49106E17DAAA5813590CD58153 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = CE84263865CA613B1FA36C369A82E708 /* PBXContainerItemProxy */; + }; EDE4622A231D7E4C637C51459B075FDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */; }; + EE1CC51893DCF92DD4E8E26E4F3526E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 8110DAB12235E146C76645C74A703974 /* PBXContainerItemProxy */; + }; + EE42278421F6B4DEABF1042392C5C4FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 466357888C957D35FD3CC1086163251D /* PBXContainerItemProxy */; + }; + EE4DFA6B932AE57EA62D027AE8446ED4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = BEE30E3C2F5A9552CB3F23E358CFDFDD /* PBXContainerItemProxy */; + }; EE5C681F19C2BD960C9FE0FB6B28DC90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstallations; target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; targetProxy = 6BA468018F66C1D47DAEA3ECC88158D1 /* PBXContainerItemProxy */; }; - EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */; - }; EFD075E2561A9315EB30A1E324BFDC10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBLazyVector; @@ -19563,17 +19756,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = C737ED823B86A2EB5AE9F688BEE3FDCE /* PBXContainerItemProxy */; }; + F282714507FDC5DC5D886221FF6CDD8C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = B01B77BFA13926F2953C36CCF9208B26 /* PBXContainerItemProxy */; + }; F40AEEAA637FAD62AA68E398038D3782 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransport; target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; targetProxy = 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */; }; - F4138CD7FAFDEFFFD515BD724DDC5D57 /* PBXTargetDependency */ = { + F4ABC2B3D06CA044325DADC1ED59161D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = A8758646FA7E8C65D9AAADB4BAEFFBC9 /* PBXContainerItemProxy */; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = DE426B84920AAD68A99A39CB81DA3490 /* PBXContainerItemProxy */; }; F5F021B3F52BBD277BD05ECE566E042C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19593,11 +19792,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 69C4D7766C312F032D5267A5354EEDFE /* PBXContainerItemProxy */; }; - F7254DE652DCB7A6D7DC7A465FFDB90F /* PBXTargetDependency */ = { + F7584C8C1825DEDF9A742D3A3F75CC27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = F3A5BBF7636364713DAD1380A3F7E825 /* PBXContainerItemProxy */; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = DF83807DED7F8C5AF770B13C6BAA9515 /* PBXContainerItemProxy */; }; F77917FB7C27A937C4A222233103AEBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19605,23 +19804,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */; }; - F793EFA765710397FBD50E3181087A1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 2A128C5EADDBD55C6224A11EB064A4EB /* PBXContainerItemProxy */; - }; F8508129A7E0A701D29FCE7C600AF256 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = DFCEEA3FA40436CB4AA040326D6F8E6D /* PBXContainerItemProxy */; }; - FA2D896CF1A12FD2D935A9384087F7C7 /* PBXTargetDependency */ = { + F8DB381B1BEF02B5B386964E16154261 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = EEF750E4E172E0309FD8CCC8712079DE /* PBXContainerItemProxy */; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 87B1438B0FFEB51C8DCBA37F36B873A8 /* PBXContainerItemProxy */; + }; + F9C9E5D912A8B2DEA72F1282DFDD29BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = 5970E9A1ABF2A305A073A3AB53C00BB1 /* PBXContainerItemProxy */; }; FAC411C23D2CEEC99A061A1A4B22D07D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19629,29 +19828,35 @@ target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; targetProxy = 6A307E7AA187B3493D468319584B81F0 /* PBXContainerItemProxy */; }; - FBCE73E2D485848AF80D260525152309 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 30E96D162736BFA144F7B293FB7C9DBF /* PBXContainerItemProxy */; - }; FBE7D09D723DD7D835AA6D7E9A2F11DA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBReactNativeSpec; target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; targetProxy = 6D3BF89DF4987F4669AD095F4AB5877B /* PBXContainerItemProxy */; }; + FBFE8AB9FADCE03960EAF28AFD0C539E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 28BC4B6D182A1D27AFA08B556E747E67 /* PBXContainerItemProxy */; + }; FD7FFC18DDE8D049C817E5F819EF924E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = C6B6F02506FCA9766276DEF5FAE04229 /* PBXContainerItemProxy */; }; - FE5D2230E315DD209B736747DEA0781A /* PBXTargetDependency */ = { + FD8A7904ABE8AF27D125769546B5E51E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = D1ED1A63A2E1B5D62CF66F0FA99F5D47 /* PBXContainerItemProxy */; + name = Fabric; + target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; + targetProxy = 0D3E742EA786DBC3E2BF9E2225E7DCD8 /* PBXContainerItemProxy */; + }; + FEA092F97B36E684DF136833224EB093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = 009B366E5E2A3C5851414797EEDD5C92 /* PBXContainerItemProxy */; }; FEE4267D512CD5EAA1C9FF46F88ED492 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19664,7 +19869,7 @@ /* Begin XCBuildConfiguration section */ 00718DA2EF2C79DDC75597E5CCB5F43B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1262B5E77305E75F6C30EAA6032AD699 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 1DF544D039334F425AEA394890EE3BA1 /* react-native-document-picker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19712,33 +19917,6 @@ }; name = Debug; }; - 0099D41EC358F8EDE289C7A138DD58E3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10890E9947EA5BDF4FA0F61021BE331F /* 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/UMCore/UMCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMCore; - PRODUCT_NAME = UMCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 00F580C30F1C55CE9B377CFE4A94A31C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = A4CCD66701BA3DC52D7F6038E6A0FE21 /* SDWebImage.xcconfig */; @@ -19767,7 +19945,7 @@ }; 024274BA705D432C4A7E56971B76D5C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77156F8F966471CD2FB751F90464C421 /* KeyCommands.xcconfig */; + baseConfigurationReference = 687B021CBCA2D118D572F00E2FD2B142 /* KeyCommands.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19793,7 +19971,7 @@ }; 02590A2E54E292E4B163CC19E59F2F78 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0E1E1D08D52095E3F1AA160EA39A591A /* react-native-appearance.xcconfig */; + baseConfigurationReference = DDF2C579C0326557934351E533B57C1F /* react-native-appearance.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19831,21 +20009,6 @@ }; name = Release; }; - 04B503C5ABE2C215E884B32B4647C2FF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A5EEF4D9C31B72D39D28A48FC1DC2F5 /* UMPermissionsInterface.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; - }; 056C009C442A698606C063320C8BF25A /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3185ACD9193E4C2844B2A264ECC81F13 /* Fabric.xcconfig */; @@ -19863,7 +20026,7 @@ }; 06BC0A8E01BE9D8AA3FB15051DD205D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3DF4F93DB36B32D91549C6ABADDB132 /* React.xcconfig */; + baseConfigurationReference = 1F450F79CBFC71A87ABA69D18AF64C1F /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19877,7 +20040,7 @@ }; 07503BE4DBA728321A66841DFD7B509C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0E1E1D08D52095E3F1AA160EA39A591A /* react-native-appearance.xcconfig */; + baseConfigurationReference = DDF2C579C0326557934351E533B57C1F /* react-native-appearance.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19903,7 +20066,7 @@ }; 0A5C3272020B713D7C5769D443274095 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FEE17FF191607545AB35410F4FC71A32 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 1BE77D3218DD612963BA380A7A6E2414 /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19929,7 +20092,7 @@ }; 0B4C266D7201BE42578B00130B939087 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1262B5E77305E75F6C30EAA6032AD699 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 1DF544D039334F425AEA394890EE3BA1 /* react-native-document-picker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19978,32 +20141,6 @@ }; name = Release; }; - 0D109765BE2DFCFF45B839D6331198AC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 89EE7CA4B88EDCF9C446BA9DFCB904F0 /* EXAV.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/EXAV/EXAV-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXAV; - PRODUCT_NAME = EXAV; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 0E751DAAAA22C73785478BB2FAAC5826 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3F3CB5FABF8ADED7650DF34AE8C9567D /* FirebaseInstallations.xcconfig */; @@ -20031,7 +20168,7 @@ }; 0EC3A23A31F25E370EFBA1F1586B2011 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 441A7D7E0BA21052E87E4AE003FC4562 /* FBLazyVector.xcconfig */; + baseConfigurationReference = 1C4CF928A9E88CA633B6F95DA4751A46 /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20070,7 +20207,7 @@ }; 0FFE4A7E6463DF8D2BF607C001EF26C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E1B1BD66B0C2226846A72A0C6640DC2 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = 7B2D2E87A0821787B0CB305C2F199B2B /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20094,32 +20231,6 @@ }; name = Release; }; - 107A38331BA622EFD23AA607C2765C98 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CAC46DBE9FF571BF7244115D067D58EC /* 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) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 10882D5FDD0B30BF842C6B41DDE481FB /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3F3CB5FABF8ADED7650DF34AE8C9567D /* FirebaseInstallations.xcconfig */; @@ -20146,7 +20257,7 @@ }; 12FAC84E34D27F50918DC68E37434C4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D051CE3F548B77940F8E4B0E54D0A708 /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 1849DA14CADFB7DF37364ACEFA91166A /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20171,33 +20282,6 @@ }; name = Release; }; - 15D0C18A330E8C97064F66C89AE92075 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 89EE7CA4B88EDCF9C446BA9DFCB904F0 /* EXAV.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/EXAV/EXAV-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXAV; - PRODUCT_NAME = EXAV; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 16393E98E7D33B078F35DAD0BF562519 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1488EEFA6E3BB4A30E0FA6D3CAB794CC /* FirebaseAnalytics.xcconfig */; @@ -20263,7 +20347,7 @@ }; 17ADCC17D6FBAC88D3849258BEE3E4D7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0D42AF835132B8F359967AB88C1CF8EB /* RNDateTimePicker.xcconfig */; + baseConfigurationReference = 73D013982DDC79D1EF058C324B1AD36F /* RNDateTimePicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20353,7 +20437,7 @@ }; 1A149D092E2CFC6DDCD8E48A2155676C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE07A41A7E2BE53BFC6B0863EDD5137C /* React-cxxreact.xcconfig */; + baseConfigurationReference = C0D61DC80278A4BBC9BA7185A8F3A0B1 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20377,6 +20461,32 @@ }; name = Release; }; + 1ADC1178A3B04EF7FE98ACB41A34CD34 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DF9C1A1209FD3E5DBEEE7B801F7CEB32 /* 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) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 1B74DF374CD1AFC41B2A27BF8AF209F9 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B8B19D7098E1C36EB82CCA7E162D0984 /* glog.xcconfig */; @@ -20404,7 +20514,7 @@ }; 1BBF1FC67203BE8FFEF02CD562A0ABB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 226FCB055213BA46EF8147CC03F0313B /* React-RCTSettings.xcconfig */; + baseConfigurationReference = 2D70BAEE4F12958BC061A7CFE3DEF4B7 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20444,7 +20554,7 @@ }; 21B20C7A656B8B26606666450F233202 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD0FE9AEC71E72BBA5EDC48C7AD1A511 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 3F375F20E60CF86FBB63E7C28CBE4208 /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20467,9 +20577,36 @@ }; name = Debug; }; + 23C22B2E5EC2C98879114D860E72E83B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9F0D389ACAFD22E926E943101A0A259D /* UMAppLoader.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/UMAppLoader/UMAppLoader-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMAppLoader; + PRODUCT_NAME = UMAppLoader; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 23C6C4DC319C746B0FB2B500A5F11865 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BD893EC03B684D4C3C45FECB2D8F98F /* react-native-notifications.xcconfig */; + baseConfigurationReference = E49CFE480C3D29E7EC345A83CE1E2893 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20509,7 +20646,7 @@ }; 244CAA427CEE1963C66E8F160A2D7C44 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 226FCB055213BA46EF8147CC03F0313B /* React-RCTSettings.xcconfig */; + baseConfigurationReference = 2D70BAEE4F12958BC061A7CFE3DEF4B7 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20533,9 +20670,35 @@ }; name = Release; }; + 24E956857A25D64EBE7A89C2B15C277C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9F0D389ACAFD22E926E943101A0A259D /* UMAppLoader.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/UMAppLoader/UMAppLoader-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMAppLoader; + PRODUCT_NAME = UMAppLoader; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 26551564308AC8D658D695032AA5AE58 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 11A2F396A66ACC1494569521055463C5 /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = 798300D04979555E318EDE2C3006F241 /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20559,9 +20722,63 @@ }; name = Release; }; + 269C7EC08CD9FB35EE6AF46DB2BAF924 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F344C77888A1036128EB010D9ED1C690 /* EXAV.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/EXAV/EXAV-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXAV; + PRODUCT_NAME = EXAV; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 26AE1A694F9D65DF074CD64665B2C058 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A38AAD5AE0705D48A71F941F0EDD7695 /* 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/UMCore/UMCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 2703B7272D54F6883D4FB415677DB5D4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CEF4AFFEF71DC700182A251F237CCCC /* React-RCTBlob.xcconfig */; + baseConfigurationReference = 09CFE0206070257FA56A9423FF01E393 /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20586,7 +20803,7 @@ }; 27BCC9CA860F306C015533FEE3107CCD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BB93BB2CD1410819A6FEEBB03477DAE8 /* RNRootView.xcconfig */; + baseConfigurationReference = 7B9A20A94248F8D409B2B84F98A5721C /* RNRootView.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20612,7 +20829,7 @@ }; 28D56E215E53845903676C02E9E657A4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3DF4F93DB36B32D91549C6ABADDB132 /* React.xcconfig */; + baseConfigurationReference = 1F450F79CBFC71A87ABA69D18AF64C1F /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20627,7 +20844,7 @@ }; 2953790EFB1BD8A9E78C65D8FCEEACFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD8B1EA2CDA612644CBF7C60CE5A76C6 /* EXConstants.xcconfig */; + baseConfigurationReference = 2572341F607B3FA647DECA06B7E4D625 /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20654,7 +20871,7 @@ }; 2A5E7696D7993201DAD047C1A0D2C4E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 079D9854C6095ABD1C6BD151B14AC57C /* RNBootSplash.xcconfig */; + baseConfigurationReference = B7AF00286728B672293B3F31A09F7860 /* RNBootSplash.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20679,7 +20896,7 @@ }; 2AF938D92353FFD31BE3DB678B15377C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5CEE7A85BBF78894CD063886D710B60C /* react-native-cameraroll.xcconfig */; + baseConfigurationReference = CD3B1E4836C2B5451865F6CBA58759A1 /* react-native-cameraroll.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20704,7 +20921,7 @@ }; 2B272C4CE6BEAA0B9E0AA72279542905 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 338D816078F73FF9542DDDBAED875FC2 /* React-Core.xcconfig */; + baseConfigurationReference = FCEC38F8421233C14D48F446A407222B /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20729,7 +20946,7 @@ }; 2BE44409CF53F7716718039FCCF13617 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 64F050E38604CBA15A49D6322C1171C6 /* react-native-webview.xcconfig */; + baseConfigurationReference = D48CC1A2F4DBE99ED25B6AB7A23A80BD /* react-native-webview.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20778,30 +20995,6 @@ }; name = Release; }; - 30DC973DC2A1238813CF3DB26D5EAD44 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A9916A69A97251C8AA9535F6F70AE9DB /* 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*]" = ""; - "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; - }; 31667BB5CFC7B8D4C8E24E1A05DE6F20 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1488EEFA6E3BB4A30E0FA6D3CAB794CC /* FirebaseAnalytics.xcconfig */; @@ -20817,6 +21010,22 @@ }; name = Release; }; + 324577209359925CC1ED71DD383014A2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E6B899F02890ECA8F69E16739FC723D9 /* 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; + }; 329F6210D2FB7F15DD932D2C4B6689F2 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = D0FE094866BD845597950E5E71ABA095 /* boost-for-react-native.xcconfig */; @@ -20831,6 +21040,32 @@ }; name = Debug; }; + 335ABEB200F4DFB0F95C1E68123C8F5E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A38AAD5AE0705D48A71F941F0EDD7695 /* 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/UMCore/UMCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 33C61ECA707D40A9FC02D9793376D463 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 979A76AD19363B9D26207764CC5EE2C2 /* FirebaseCoreDiagnosticsInterop.xcconfig */; @@ -20847,7 +21082,7 @@ }; 34F3BB3A9EA6790A534F9E5EF2254D12 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 882E9C8F4668EAE72A264FA716EFE3F2 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = FA041417DFAF6513DCFA0ABCFD7F2129 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20872,7 +21107,7 @@ }; 371989D182BF95DFA0EC5239D0C21ADD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F0027FFFA10DB9DCD0A6F3347CF8702 /* RNReanimated.xcconfig */; + baseConfigurationReference = 1262C362E414E45C0BF6B4B8BAF38B88 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20897,7 +21132,7 @@ }; 37E163221C1422D15853A75EC40F1ADE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7AD7320F2AEFFAC745ECA1D9F9D55A8C /* RNLocalize.xcconfig */; + baseConfigurationReference = 93F179CAC37400A573A57D7C580C75D5 /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20920,33 +21155,6 @@ }; name = Debug; }; - 39788C2E5025D81B1F56F4F62015EC56 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 517E4B852FCF3D05CBE6ACFB7CF0123B /* 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) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 3B81065B4F174DAEC663FE2711808B54 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 56E78EE0CF3ED46276B3F9962DBC7817 /* libwebp.xcconfig */; @@ -20973,9 +21181,9 @@ }; name = Release; }; - 3C2209A72B905CEDAC16D43E4DA43012 /* Release */ = { + 3C6DE2ACA62B044A7E5C8C6941B307DE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CAC46DBE9FF571BF7244115D067D58EC /* EXPermissions.xcconfig */; + baseConfigurationReference = DF9C1A1209FD3E5DBEEE7B801F7CEB32 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21002,7 +21210,7 @@ }; 412737804873ADD8C2E2F340ABFF6718 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7143F0C8CD1D20E78773B0216488F18D /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 96B4AB7518B0AEE8B1100BFE3AEAF45A /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21027,7 +21235,7 @@ }; 42944898C766E1F58CF1D114D908DF7F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 882E9C8F4668EAE72A264FA716EFE3F2 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = FA041417DFAF6513DCFA0ABCFD7F2129 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21045,7 +21253,7 @@ }; 455A8CE12E5E915C83AB73A3C62F3F68 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BD893EC03B684D4C3C45FECB2D8F98F /* react-native-notifications.xcconfig */; + baseConfigurationReference = E49CFE480C3D29E7EC345A83CE1E2893 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21096,7 +21304,7 @@ }; 499E8F90EC6439418D63F128B5D6DCD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0506043E5C6B80ACD82C3F27165D3ABD /* ReactCommon.xcconfig */; + baseConfigurationReference = ACDC8A7FA99E4FF01F265E0D69134BB5 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21122,7 +21330,7 @@ }; 4C88F3DB03A9D5244D6399F2531E7EFA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9174D5E115C1B05B5CB34E7BA461B452 /* RNFirebase.xcconfig */; + baseConfigurationReference = B44622DFEDC8C1E0872F5F31C06B431D /* RNFirebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21145,25 +21353,9 @@ }; name = Debug; }; - 4EF961C835B566D4EFB3AFE039C623B9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9178FDFA5A52874BF5724CB2AB964C5B /* 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; - }; 5021E076026902F8042B602ED2AB1FDD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0D42AF835132B8F359967AB88C1CF8EB /* RNDateTimePicker.xcconfig */; + baseConfigurationReference = 73D013982DDC79D1EF058C324B1AD36F /* RNDateTimePicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21211,7 +21403,7 @@ }; 521E903B734D3E2B9720D043ACC4F421 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A748EE26C98D9E0EFD4F248FC2C8D02 /* RNAudio.xcconfig */; + baseConfigurationReference = 634532311DB6CBCEABDB8837E125E209 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21236,7 +21428,7 @@ }; 531DF162FE7827B65B86953D3626930F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 882E9C8F4668EAE72A264FA716EFE3F2 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = FA041417DFAF6513DCFA0ABCFD7F2129 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21278,7 +21470,7 @@ }; 5869D54D3A851396E2E6C856D06E7E60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A0DF83220F1B3829DBA4156BBB386E7 /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 211F772B93EC2A85C2C1F1AD2357F7B8 /* RNGestureHandler.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21318,7 +21510,7 @@ }; 596CD7959D539F7F649544D11CD4713F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8739EC73C0AA1B43B9231E9727AB3D8F /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = D7F6B806AC4CE8AFBE23CCE6D12C15B2 /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21344,7 +21536,7 @@ }; 5A8324EA210DF55F87E0DF91047C3A4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 882E9C8F4668EAE72A264FA716EFE3F2 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = FA041417DFAF6513DCFA0ABCFD7F2129 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21370,7 +21562,7 @@ }; 5C0B9265CAB0D9CD227A92F72C06CC20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C830DA96237FF0F27DC906DD364FC1BD /* React-RCTVibration.xcconfig */; + baseConfigurationReference = AF920EA3B184284D2672C0F0AF7BBF13 /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21396,7 +21588,7 @@ }; 5DC883AB0B0414AD48BB3AB4F3269D66 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CCA71000CC3B0C0CF5C98C7BAAFA706 /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = E9DD91D01681C27C1CCA91964189CBC3 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21412,7 +21604,7 @@ }; 5DDAA8C3F7FCC062776754B1F3B95D1E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FEE17FF191607545AB35410F4FC71A32 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 1BE77D3218DD612963BA380A7A6E2414 /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21478,7 +21670,7 @@ }; 5E7869770EA6F89BE71AB5A82A8747EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE07A41A7E2BE53BFC6B0863EDD5137C /* React-cxxreact.xcconfig */; + baseConfigurationReference = C0D61DC80278A4BBC9BA7185A8F3A0B1 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21503,7 +21695,7 @@ }; 60EC64E5B79C5F949116BD34130957D4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EDF366CD72859BE99653A7517F199B6D /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = CA09E0CE1A07741A4401199479C0941E /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21529,7 +21721,7 @@ }; 6513D57E09C36B05CF916F7E8A662077 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B403A7E880375608506A45DE05EC20B /* EXFileSystem.xcconfig */; + baseConfigurationReference = 5F6AB8F360C549914ACACC1BCCDC126A /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21556,7 +21748,7 @@ }; 65177BF401CF3D4E9EAACC190BD37AC3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9174D5E115C1B05B5CB34E7BA461B452 /* RNFirebase.xcconfig */; + baseConfigurationReference = B44622DFEDC8C1E0872F5F31C06B431D /* RNFirebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21582,7 +21774,7 @@ }; 65EB1A7A5D1465B289935D8C2F1BBD30 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 45B1E5153BFC16DE9111B4152514C7A2 /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = 68210CC2ED4C6F498EA4DAAC3D560975 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21598,7 +21790,7 @@ }; 664E5CB9279DF965C75A308E4C19DE1C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 64F050E38604CBA15A49D6322C1171C6 /* react-native-webview.xcconfig */; + baseConfigurationReference = D48CC1A2F4DBE99ED25B6AB7A23A80BD /* react-native-webview.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21623,7 +21815,7 @@ }; 66B5F5845EEB10E57A3A46D451238559 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E74648815DF469E32BC60D459AC2BAA3 /* React-RCTText.xcconfig */; + baseConfigurationReference = EC88000ED677B260937D884184B39666 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21648,7 +21840,7 @@ }; 677C55C5482A68F862361238F7F8E2D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E855FCF102DC5906560617510B8CD083 /* react-native-jitsi-meet.xcconfig */; + baseConfigurationReference = 2CA3DDA588BBA33D185387C5D75150E9 /* react-native-jitsi-meet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21673,7 +21865,7 @@ }; 68862420C9D14D6D543E26A3029DA27D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E74648815DF469E32BC60D459AC2BAA3 /* React-RCTText.xcconfig */; + baseConfigurationReference = EC88000ED677B260937D884184B39666 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21725,7 +21917,7 @@ }; 69C2BA4F9009FED344405012652F51CA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E855FCF102DC5906560617510B8CD083 /* react-native-jitsi-meet.xcconfig */; + baseConfigurationReference = 2CA3DDA588BBA33D185387C5D75150E9 /* react-native-jitsi-meet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21751,7 +21943,7 @@ }; 6A441642FC3FFE19200089E9B23E8FF7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F0027FFFA10DB9DCD0A6F3347CF8702 /* RNReanimated.xcconfig */; + baseConfigurationReference = 1262C362E414E45C0BF6B4B8BAF38B88 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21777,7 +21969,7 @@ }; 6BCF1CCFC9C90ED9DE69A10FDE40B529 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC8DAF60DBAAAE08BB977674B94A8589 /* UMFontInterface.xcconfig */; + baseConfigurationReference = AD2CDF92D73070FFB5EE0C531BCFD946 /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21790,9 +21982,36 @@ }; name = Debug; }; + 6CD41DE3D505BD5D9B21FBDE590087B3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 89BDBB64C1BC5D1BB4F805ADB841AA0B /* EXImageLoader.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/EXImageLoader/EXImageLoader-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXImageLoader; + PRODUCT_NAME = EXImageLoader; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 6DB18DF4D7CB92ACF500AA4CB91574EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 02AEAB2464ED470DD8B2BED39CE7D233 /* React-CoreModules.xcconfig */; + baseConfigurationReference = 6BBCE391816522C2DB0D4F64239E685D /* React-CoreModules.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21817,7 +22036,7 @@ }; 6DD833DF82AD945EAC590428925265F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F768D9E00785D6BB9E2DC2D13336CE0 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 8246F155AFFCEEB02887B1984FAA718E /* rn-extensions-share.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21867,7 +22086,7 @@ }; 71909F570922582EB29779D954A7655F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4F4C6E57AC99298022B09CF2374E728E /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = 8C1B775426912FC023387FF831D96595 /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21891,9 +22110,24 @@ }; name = Release; }; + 72925EA6EA996E5BDF5CFBC3D3F10109 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E6B899F02890ECA8F69E16739FC723D9 /* 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; + }; 72C0F38FC6842701424DB20D290EE53C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A748EE26C98D9E0EFD4F248FC2C8D02 /* RNAudio.xcconfig */; + baseConfigurationReference = 634532311DB6CBCEABDB8837E125E209 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21941,32 +22175,6 @@ }; name = Debug; }; - 737D073839062785B358E9BE4DD325CA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 517E4B852FCF3D05CBE6ACFB7CF0123B /* 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) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 73A76EF3E50F14A831494F2CE9D463C3 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = AC94EA86B185F27AFFDD010481B75ED0 /* FirebaseCore.xcconfig */; @@ -21993,7 +22201,7 @@ }; 7452D595EDF76721ACCD09888C4300EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4F4C6E57AC99298022B09CF2374E728E /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = 8C1B775426912FC023387FF831D96595 /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22018,7 +22226,7 @@ }; 745584283E329E8703A11278C5FD98AA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4FEB90EF485C158605741A8808C02EFF /* RNUserDefaults.xcconfig */; + baseConfigurationReference = FB640FAAD52F0D73311260D733A9F50B /* RNUserDefaults.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22043,7 +22251,7 @@ }; 76100320E21D42374BB0F0BD2DD157C1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFC95FBCDBB6142B436FA9581338BFD5 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = 85E74382E16E9ABBABA8D056F3A0E03A /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22056,35 +22264,9 @@ }; name = Debug; }; - 76BE7F8726B152972329F09707F0ACD9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10890E9947EA5BDF4FA0F61021BE331F /* 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/UMCore/UMCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMCore; - PRODUCT_NAME = UMCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 779B1B52B5C8BD4D67CE2B7E314D68A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E1B1BD66B0C2226846A72A0C6640DC2 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = 7B2D2E87A0821787B0CB305C2F199B2B /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22109,7 +22291,7 @@ }; 79A0890C0FF0EE7CE7DDB7CF814436E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F768D9E00785D6BB9E2DC2D13336CE0 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 8246F155AFFCEEB02887B1984FAA718E /* rn-extensions-share.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22133,20 +22315,32 @@ }; name = Release; }; - 79B3E0F885BF8B866097919EC7654A4B /* Debug */ = { + 79C72A59DBC7A8408A00437C32C7766C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9178FDFA5A52874BF5724CB2AB964C5B /* UMImageLoaderInterface.xcconfig */; + baseConfigurationReference = F2B2A1B43A483D6E4AEDD76F4C2712A5 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 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/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMPermissionsInterface; + PRODUCT_NAME = UMPermissionsInterface; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 7B7E9D7FAB7E45B9F4ADF8DC4822703B /* Debug */ = { isa = XCBuildConfiguration; @@ -22164,7 +22358,7 @@ }; 7BC8ECF42B51502BDEC0C678012395A9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67C719EB33E2B62BE893CB8EFC2064FF /* React-RCTImage.xcconfig */; + baseConfigurationReference = B1D8E53CA06E2FD05334233A34F0A306 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22190,7 +22384,7 @@ }; 7ED2663CADBE5D8B55630D2A2DBE74FD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53441B3DCB5B9E117FAFCF7CE71424E0 /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = 00002E8FB2C0CA6E6D8DFBF2547CADBC /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22206,7 +22400,7 @@ }; 82E853AAD06F4C932AAEAEA9A8AE1EB4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1EAC930ED045E8B5E77D1C890D820095 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = 07E63C29FE4669ACECF77D183070A956 /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22229,35 +22423,9 @@ }; name = Debug; }; - 83397D6AC147BB15D1360B863354BE6E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E9CE00B5CE44E78B47E746CCA313CBA0 /* 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) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 83B8667023CCABE7930FECF4308F42C1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 079D9854C6095ABD1C6BD151B14AC57C /* RNBootSplash.xcconfig */; + baseConfigurationReference = B7AF00286728B672293B3F31A09F7860 /* RNBootSplash.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22283,7 +22451,7 @@ }; 83D51B373BC655474060B7059374A055 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE06FAF60C7586CDF0EBB38218A8E5B0 /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = A7607780AD4D22BE1133EF77012BA770 /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22299,7 +22467,7 @@ }; 85F758BB2896EF75F72B6F2A77364175 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7437E080DBD8540D545B371A38CDE34 /* EXHaptics.xcconfig */; + baseConfigurationReference = C1A94EA75A7BA3B0E4302059BCFEB33A /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22351,7 +22519,7 @@ }; 88FCAFE7B06BCEC0AC4CA29D98C90803 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EDF366CD72859BE99653A7517F199B6D /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = CA09E0CE1A07741A4401199479C0941E /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22374,6 +22542,32 @@ }; name = Debug; }; + 89944B7D12A48C902BF42ACDFC063D1F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F2B2A1B43A483D6E4AEDD76F4C2712A5 /* UMPermissionsInterface.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/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMPermissionsInterface; + PRODUCT_NAME = UMPermissionsInterface; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 8C3EBE69110BAB9C59DDF0112E7677AC /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A2F98D797C5A100E3115EA3505C1DA82 /* GoogleUtilities.xcconfig */; @@ -22401,7 +22595,7 @@ }; 911D20316B507B8E73EBD2ADE090E8EA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 720AD59BC6F7F0728F7989ABCF9D1B16 /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 68A4D0305A3CA5885A1016E9E2C7286E /* react-native-background-timer.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22426,7 +22620,7 @@ }; 917A20C7C8D878581AC4A8285097017A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9B6A539690F8003219B15082B9B25C7 /* Yoga.xcconfig */; + baseConfigurationReference = 3BCA0395DBAC79F4F0ABBAE0184AED51 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22450,9 +22644,36 @@ }; name = Release; }; + 91B7B1EA6F476888FC9C4D7B4CF23675 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A849D6F17D1FCB59C9CE3912E8FECFDC /* 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) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 921CB93956632503338319DD71FF15A5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 777F3D8575340CBFA5E8A0F800F17DDF /* RNFastImage.xcconfig */; + baseConfigurationReference = 521D7D15BA51A665AED00F7B8325CF7E /* RNFastImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22477,7 +22698,7 @@ }; 932715893B5D8A998947BDF948EDEA0F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE06FAF60C7586CDF0EBB38218A8E5B0 /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = A7607780AD4D22BE1133EF77012BA770 /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22492,7 +22713,7 @@ }; 9379E6366D9E11C636D1E54575E216EE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1EAC930ED045E8B5E77D1C890D820095 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = 07E63C29FE4669ACECF77D183070A956 /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22518,7 +22739,7 @@ }; 94E3653223086209F995373532C8F7EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72188C17FE197C7A31B4E11CB885F50D /* React-jsi.xcconfig */; + baseConfigurationReference = 01544C0A323FB8C35DFBB477A1FE6428 /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22541,9 +22762,33 @@ }; name = Debug; }; + 96E0480B69BF040CA3B1ED790199F2B0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A9916A69A97251C8AA9535F6F70AE9DB /* 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*]" = ""; + "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; + }; 9798DF63F7267FE1AD56F263EADD5B6A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABBF666395B823EE55B5DA692E6E3421 /* RNScreens.xcconfig */; + baseConfigurationReference = 2230B03BE8991D2B9453D1367C83808B /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22568,7 +22813,7 @@ }; 98D1BE1C631327534141623ED69DFAB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B403A7E880375608506A45DE05EC20B /* EXFileSystem.xcconfig */; + baseConfigurationReference = 5F6AB8F360C549914ACACC1BCCDC126A /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22594,7 +22839,7 @@ }; 9A3174FDB1F4445ADEA8F35751AD8207 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 56507E226A67C4F068E52F755465710B /* React-jsinspector.xcconfig */; + baseConfigurationReference = 20DEB1A605A22DFC0E9B4E2F71B24EC7 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22619,7 +22864,7 @@ }; 9B80322166315DE06CF92ECB3BE31E88 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E83DC189FC3B7A9E583BCE303D1EE63 /* react-native-keyboard-input.xcconfig */; + baseConfigurationReference = 7272F183AACAC14F1CF2105ECF6297FC /* react-native-keyboard-input.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22645,7 +22890,7 @@ }; 9CAE17F3AEAA92514573A6AFC28F58F8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 45B1E5153BFC16DE9111B4152514C7A2 /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = 68210CC2ED4C6F498EA4DAAC3D560975 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22660,7 +22905,7 @@ }; 9D25004EDED3EA338107FA6F993E40BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CEF4AFFEF71DC700182A251F237CCCC /* React-RCTBlob.xcconfig */; + baseConfigurationReference = 09CFE0206070257FA56A9423FF01E393 /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22701,7 +22946,7 @@ }; 9D7C7C3A1425C18171275C2A383FA8CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE4F6A837ACAFDF071968B59BBF37B73 /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = 214CA21F2AC56EEC639D761AD723F840 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22726,7 +22971,7 @@ }; 9EACAE2DF1FB29D6CD5849750D0E945D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 777F3D8575340CBFA5E8A0F800F17DDF /* RNFastImage.xcconfig */; + baseConfigurationReference = 521D7D15BA51A665AED00F7B8325CF7E /* RNFastImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22752,7 +22997,7 @@ }; 9F252DECF660AD99C57FE172DC3377CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77156F8F966471CD2FB751F90464C421 /* KeyCommands.xcconfig */; + baseConfigurationReference = 687B021CBCA2D118D572F00E2FD2B142 /* KeyCommands.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22777,7 +23022,7 @@ }; 9FF84870B7F6FDF9150FDD60E6D57C4F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7143F0C8CD1D20E78773B0216488F18D /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 96B4AB7518B0AEE8B1100BFE3AEAF45A /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22803,7 +23048,7 @@ }; A071A0C7DF65F1D9E326DD3CE2DE8C9E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0506043E5C6B80ACD82C3F27165D3ABD /* ReactCommon.xcconfig */; + baseConfigurationReference = ACDC8A7FA99E4FF01F265E0D69134BB5 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22828,7 +23073,7 @@ }; A0CE7427B29B950D5C3D9D14D5F0956F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CCA71000CC3B0C0CF5C98C7BAAFA706 /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = E9DD91D01681C27C1CCA91964189CBC3 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22843,7 +23088,7 @@ }; A2194A79914B5CC215FA2FF1CF8CFCF8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 720AD59BC6F7F0728F7989ABCF9D1B16 /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 68A4D0305A3CA5885A1016E9E2C7286E /* react-native-background-timer.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22869,7 +23114,7 @@ }; AA08A4CFB27E8D0764FB1F3E7659D277 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD0FE9AEC71E72BBA5EDC48C7AD1A511 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 3F375F20E60CF86FBB63E7C28CBE4208 /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22895,7 +23140,7 @@ }; AA3C608C1EFBFF6195298DABF3846DE1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53441B3DCB5B9E117FAFCF7CE71424E0 /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = 00002E8FB2C0CA6E6D8DFBF2547CADBC /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22910,7 +23155,7 @@ }; AC7D788F43301FFAEDED241C7A7099A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67C719EB33E2B62BE893CB8EFC2064FF /* React-RCTImage.xcconfig */; + baseConfigurationReference = B1D8E53CA06E2FD05334233A34F0A306 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22935,7 +23180,7 @@ }; AEE4C1B4604FAAC1DEA8D5FF30CD56C3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 11A2F396A66ACC1494569521055463C5 /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = 798300D04979555E318EDE2C3006F241 /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22960,7 +23205,7 @@ }; B006F308D2A947732D25BF32E328BD7C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2CB8BA9740E480CD8BFB467DB0901F58 /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = FFBE366BE491287C13480544CDF01F43 /* UMTaskManagerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23050,7 +23295,7 @@ }; B1B7713286195D091EC5BC6F27BD5581 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1BC240C9C25F80D8681D0EEC22B07F84 /* ReactNativeART.xcconfig */; + baseConfigurationReference = 3EB8F3B4B796FECAFE72B6212207E684 /* ReactNativeART.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23075,7 +23320,7 @@ }; B4E87D0668029199CD617DB2DDE97D86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB1BE5978B196C0A8829D5BB8DDF3138 /* react-native-slider.xcconfig */; + baseConfigurationReference = FE997B88F2CDCED8F816B2BBDD413FC7 /* react-native-slider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23126,7 +23371,7 @@ }; B74A66D1B4DB325F337289BC6923B612 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD3B18274C7390B7F392369B851990AD /* RCTRequired.xcconfig */; + baseConfigurationReference = 603E4CF0D2EF1B7DE6BDB26D017CD438 /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23215,7 +23460,7 @@ }; B93AD636A7701AACBF5C0DEB8249D15D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1079B8B6C30DFB82CE00FBEE2735966C /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 2D3998332EF394DA5DF192449A0CFF01 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23241,7 +23486,7 @@ }; BD044681D243E0E09FBA04ACF21FA123 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABBF666395B823EE55B5DA692E6E3421 /* RNScreens.xcconfig */; + baseConfigurationReference = 2230B03BE8991D2B9453D1367C83808B /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23265,9 +23510,35 @@ }; name = Release; }; + BE55AFAEBDF9C2CF98BBE3D1136D8F7F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F344C77888A1036128EB010D9ED1C690 /* EXAV.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/EXAV/EXAV-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXAV; + PRODUCT_NAME = EXAV; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; BE5AE6E1F2B58CFF3217A86780F6336C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFC95FBCDBB6142B436FA9581338BFD5 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = 85E74382E16E9ABBABA8D056F3A0E03A /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23283,7 +23554,7 @@ }; BF89345BE7A481AA4055FF310B7F3956 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7AD7320F2AEFFAC745ECA1D9F9D55A8C /* RNLocalize.xcconfig */; + baseConfigurationReference = 93F179CAC37400A573A57D7C580C75D5 /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23309,7 +23580,7 @@ }; BFB2316A669B0D479BA6634A0904B083 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 024208975464F176E11129E3151BAB2F /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 000FC0F253268189A87D3FD6261B5CFA /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23335,7 +23606,7 @@ }; C128C18739AA9067D388429C13824733 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 441A7D7E0BA21052E87E4AE003FC4562 /* FBLazyVector.xcconfig */; + baseConfigurationReference = 1C4CF928A9E88CA633B6F95DA4751A46 /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23350,7 +23621,7 @@ }; C1413F798E37FBF0F0B0CBF49398107C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD8B1EA2CDA612644CBF7C60CE5A76C6 /* EXConstants.xcconfig */; + baseConfigurationReference = 2572341F607B3FA647DECA06B7E4D625 /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23376,7 +23647,7 @@ }; C675F1101EC56FF48D0EAAF987511073 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8739EC73C0AA1B43B9231E9727AB3D8F /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = D7F6B806AC4CE8AFBE23CCE6D12C15B2 /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23399,9 +23670,25 @@ }; name = Debug; }; + C67E686CB71286AEE8194B8F91695BD7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2724494D81419E2A52EAEDBFE0CA779B /* 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; + }; C68F8BE3073459D980E297CA1951C3DB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 024208975464F176E11129E3151BAB2F /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 000FC0F253268189A87D3FD6261B5CFA /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23426,7 +23713,7 @@ }; C9AD4422D1F772604AC286D0A6DF4189 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 06BDE908A3E04767FA0717BD6D74A719 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = 0764C74C255EA604FCBA84129BEADD2D /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23452,7 +23739,7 @@ }; C9E113D47DEE6500FA656727AD637A71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BB93BB2CD1410819A6FEEBB03477DAE8 /* RNRootView.xcconfig */; + baseConfigurationReference = 7B9A20A94248F8D409B2B84F98A5721C /* RNRootView.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23477,7 +23764,7 @@ }; CBAC48129BCC71255BE1413BD06DFB43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4FEB90EF485C158605741A8808C02EFF /* RNUserDefaults.xcconfig */; + baseConfigurationReference = FB640FAAD52F0D73311260D733A9F50B /* RNUserDefaults.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23503,7 +23790,7 @@ }; CD26F4BEB83F26811BF1081A76FAA47F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 06BDE908A3E04767FA0717BD6D74A719 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = 0764C74C255EA604FCBA84129BEADD2D /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23526,9 +23813,32 @@ }; name = Debug; }; + CD46323256E0673C124043A1CAC15340 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B5D32CE02F68EE345F9101FFAF7E3476 /* 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; + }; D04F94085B40D8D4779EBFD0F4383CA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 338D816078F73FF9542DDDBAED875FC2 /* React-Core.xcconfig */; + baseConfigurationReference = FCEC38F8421233C14D48F446A407222B /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23554,7 +23864,7 @@ }; D17FDDE9E8075FCA5001DB700CFDC7EE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 02AEAB2464ED470DD8B2BED39CE7D233 /* React-CoreModules.xcconfig */; + baseConfigurationReference = 6BBCE391816522C2DB0D4F64239E685D /* React-CoreModules.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23578,38 +23888,6 @@ }; name = Release; }; - D2A71B68B86874314BDCFFB39ACE9B3B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A5EEF4D9C31B72D39D28A48FC1DC2F5 /* UMPermissionsInterface.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; - }; - D338DBE12EAEC66131F53EE4259FD4E3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77E2440A40504F1323D79249850E600B /* 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; - }; D39AE346BB890EE92D52B4365CF97C8E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3705D82A3DC4CA7F5EDBE3BE24EB6EE3 /* GoogleAppMeasurement.xcconfig */; @@ -23690,7 +23968,7 @@ }; D59C3B7BE5D98BD3A70A5E5B073C631B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2CB8BA9740E480CD8BFB467DB0901F58 /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = FFBE366BE491287C13480544CDF01F43 /* UMTaskManagerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23758,7 +24036,7 @@ }; DB3E7A155C245721FC07D01632F0CFAB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7437E080DBD8540D545B371A38CDE34 /* EXHaptics.xcconfig */; + baseConfigurationReference = C1A94EA75A7BA3B0E4302059BCFEB33A /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23809,32 +24087,9 @@ }; name = Release; }; - DB7BB8E8DCFABAB3BDBD19705D57D05F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5D32CE02F68EE345F9101FFAF7E3476 /* 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; - }; DB9E714E74F88B6DD317822487883DBA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE4F6A837ACAFDF071968B59BBF37B73 /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = 214CA21F2AC56EEC639D761AD723F840 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23860,7 +24115,7 @@ }; DE4E0DAFF0236084703632955B393B89 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD3B18274C7390B7F392369B851990AD /* RCTRequired.xcconfig */; + baseConfigurationReference = 603E4CF0D2EF1B7DE6BDB26D017CD438 /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23875,7 +24130,7 @@ }; DE8CEC7E031F3505797998B9F3C37A92 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72188C17FE197C7A31B4E11CB885F50D /* React-jsi.xcconfig */; + baseConfigurationReference = 01544C0A323FB8C35DFBB477A1FE6428 /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23901,7 +24156,7 @@ }; DF099D9819C5D304192EBE7A7475E55A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E83DC189FC3B7A9E583BCE303D1EE63 /* react-native-keyboard-input.xcconfig */; + baseConfigurationReference = 7272F183AACAC14F1CF2105ECF6297FC /* react-native-keyboard-input.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23924,9 +24179,24 @@ }; name = Debug; }; + DFF7D8C851FEE03E5A02EAC5E945D35F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2724494D81419E2A52EAEDBFE0CA779B /* 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; + }; E38047BBE4979D9C53D6D7FEA4422373 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC8DAF60DBAAAE08BB977674B94A8589 /* UMFontInterface.xcconfig */; + baseConfigurationReference = AD2CDF92D73070FFB5EE0C531BCFD946 /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23967,7 +24237,7 @@ }; E651B8F553C5C42CD9C5F0480D01A3A2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB1BE5978B196C0A8829D5BB8DDF3138 /* react-native-slider.xcconfig */; + baseConfigurationReference = FE997B88F2CDCED8F816B2BBDD413FC7 /* react-native-slider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23992,7 +24262,7 @@ }; E7C01DC159749822F32A915919D90ECF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5CEE7A85BBF78894CD063886D710B60C /* react-native-cameraroll.xcconfig */; + baseConfigurationReference = CD3B1E4836C2B5451865F6CBA58759A1 /* react-native-cameraroll.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24018,7 +24288,7 @@ }; EAD69AF5DEF01031F1B45B5E1FB65899 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C830DA96237FF0F27DC906DD364FC1BD /* React-RCTVibration.xcconfig */; + baseConfigurationReference = AF920EA3B184284D2672C0F0AF7BBF13 /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24043,7 +24313,7 @@ }; EB9D4FF27A66AB5460886EA1D7F6EF2D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 92F7979B6BC29ED6E6B66B0678441FAA /* react-native-video.xcconfig */; + baseConfigurationReference = 23219ACA713D7CAFB30DC0419DE1E805 /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24068,7 +24338,7 @@ }; EF0788D08C339FE1FB8A20A21A46A640 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1079B8B6C30DFB82CE00FBEE2735966C /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 2D3998332EF394DA5DF192449A0CFF01 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24093,7 +24363,7 @@ }; EFF46113088B01826DDB9EE5A92D5CDF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 56507E226A67C4F068E52F755465710B /* React-jsinspector.xcconfig */; + baseConfigurationReference = 20DEB1A605A22DFC0E9B4E2F71B24EC7 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24117,6 +24387,32 @@ }; name = Release; }; + F16023777DD0FF55E40F3B59623B664D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 89BDBB64C1BC5D1BB4F805ADB841AA0B /* EXImageLoader.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/EXImageLoader/EXImageLoader-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXImageLoader; + PRODUCT_NAME = EXImageLoader; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; F2A8031420095C1651D74005E0E31E8B /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2F9FF75DBA3C633DA045206F6C039C91 /* FirebaseInstanceID.xcconfig */; @@ -24144,7 +24440,7 @@ }; F4BB0B9A68137AA0D4D3ED480DBFFA5A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A0DF83220F1B3829DBA4156BBB386E7 /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 211F772B93EC2A85C2C1F1AD2357F7B8 /* RNGestureHandler.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24169,7 +24465,7 @@ }; F5413AE83955B591D3DA4DC3663AFCB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1BC240C9C25F80D8681D0EEC22B07F84 /* ReactNativeART.xcconfig */; + baseConfigurationReference = 3EB8F3B4B796FECAFE72B6212207E684 /* ReactNativeART.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24193,6 +24489,32 @@ }; name = Release; }; + F648CF6CEC8C69D7950C96E36109B383 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A849D6F17D1FCB59C9CE3912E8FECFDC /* 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) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; F6D8E7D8D935E6D61FF958B855AF2138 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A4CCD66701BA3DC52D7F6038E6A0FE21 /* SDWebImage.xcconfig */; @@ -24218,48 +24540,6 @@ }; name = Debug; }; - F8897D51ADA116A31D6C4B3CABB435E1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77E2440A40504F1323D79249850E600B /* 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; - }; - FA402AD52FB31D9F7215703DB1B44B09 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E9CE00B5CE44E78B47E746CCA313CBA0 /* 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) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; FB63A50BDB667116707A2CD5239D279A /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3E41B296571AC95DE177C8BDD92082EE /* JitsiMeetSDK.xcconfig */; @@ -24277,7 +24557,7 @@ }; FBFFAAAD143D5203AF55B1DFDE1C9F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 92F7979B6BC29ED6E6B66B0678441FAA /* react-native-video.xcconfig */; + baseConfigurationReference = 23219ACA713D7CAFB30DC0419DE1E805 /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24303,7 +24583,7 @@ }; FC71C31E2668416B9072953D27DC64CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D051CE3F548B77940F8E4B0E54D0A708 /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 1849DA14CADFB7DF37364ACEFA91166A /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -24355,7 +24635,7 @@ }; FF9F97A496BA9B674F13E18785C6F22B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9B6A539690F8003219B15082B9B25C7 /* Yoga.xcconfig */; + baseConfigurationReference = 3BCA0395DBAC79F4F0ABBAE0184AED51 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -24408,15 +24688,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 097AF50B67E3908773078466CE352AD4 /* Build configuration list for PBXNativeTarget "EXAppLoaderProvider" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 83397D6AC147BB15D1360B863354BE6E /* Debug */, - FA402AD52FB31D9F7215703DB1B44B09 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 0BAA287F698403B997D2A3739838DDD3 /* Build configuration list for PBXNativeTarget "BugsnagReactNative" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24489,15 +24760,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1CB324CFC7C9FDAD43D409360A8F980B /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F8897D51ADA116A31D6C4B3CABB435E1 /* Debug */, - D338DBE12EAEC66131F53EE4259FD4E3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 1F2488A72962984097B2355E4C8F153C /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24543,6 +24805,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 2762A156D2CB755E9B9F6AD59F46BC62 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DFF7D8C851FEE03E5A02EAC5E945D35F /* Debug */, + C67E686CB71286AEE8194B8F91695BD7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 27B0E5096DB1D3EF6854677E35D78252 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 72925EA6EA996E5BDF5CFBC3D3F10109 /* Debug */, + 324577209359925CC1ED71DD383014A2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 2B6428FFF38416BBA79908FC75D55142 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24723,15 +25003,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 62FF1C00C757306765F6940169632B6E /* Build configuration list for PBXNativeTarget "UMCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 76BE7F8726B152972329F09707F0ACD9 /* Debug */, - 0099D41EC358F8EDE289C7A138DD58E3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 64226705F95C1BCEC55B9DBDBE968DD4 /* Build configuration list for PBXAggregateTarget "FirebaseCoreDiagnosticsInterop" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24759,24 +25030,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 68329B88FC615C2B7A727D6566798254 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 79B3E0F885BF8B866097919EC7654A4B /* Debug */, - 4EF961C835B566D4EFB3AFE039C623B9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 694A8CE4B2F3D4A51F73B435FF654E3C /* Build configuration list for PBXNativeTarget "EXPermissions" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 107A38331BA622EFD23AA607C2765C98 /* Debug */, - 3C2209A72B905CEDAC16D43E4DA43012 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 69A00E66FF82E0E3BFF2087CB81A5E73 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24786,6 +25039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 69B198CCCC9462698B49690348FAC0AA /* Build configuration list for PBXNativeTarget "EXAV" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BE55AFAEBDF9C2CF98BBE3D1136D8F7F /* Debug */, + 269C7EC08CD9FB35EE6AF46DB2BAF924 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6B19C2D7C667C2B0AEFA03CA36D08E34 /* Build configuration list for PBXNativeTarget "RNScreens" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24858,15 +25120,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8E7B27DE6778F7A0D4BFD8350A08FF9A /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DB7BB8E8DCFABAB3BDBD19705D57D05F /* Debug */, - 30DC973DC2A1238813CF3DB26D5EAD44 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 913138D43225773C4430483BA181BA0E /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24876,6 +25129,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 91B6C7DB23DDCFA1B0A8226D0E3CBCF5 /* Build configuration list for PBXNativeTarget "EXPermissions" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1ADC1178A3B04EF7FE98ACB41A34CD34 /* Debug */, + 3C6DE2ACA62B044A7E5C8C6941B307DE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 98A225050E17EC00207849AF28B4997C /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24894,6 +25156,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 9A2DA6BABEBD60E3979181B81929BD9F /* Build configuration list for PBXNativeTarget "EXImageLoader" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F16023777DD0FF55E40F3B59623B664D /* Debug */, + 6CD41DE3D505BD5D9B21FBDE590087B3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 9AD2BF94353AB8DB4A9DA06FF02ACC62 /* Build configuration list for PBXNativeTarget "glog" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24921,6 +25192,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A0CB135D45457D76F90A9C7E7190E404 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F648CF6CEC8C69D7950C96E36109B383 /* Debug */, + 91B7B1EA6F476888FC9C4D7B4CF23675 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A3A2A6898A170D522E0B11C485B6E5C8 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -25011,15 +25291,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B381CD3971A7692A9DA4E5C5156E7297 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 04B503C5ABE2C215E884B32B4647C2FF /* Debug */, - D2A71B68B86874314BDCFFB39ACE9B3B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B3E76B1390AF20A46D319CDCE2224F68 /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -25065,6 +25336,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + BF63EE8D34A493E1DD5960E11343EBF8 /* Build configuration list for PBXNativeTarget "UMCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 335ABEB200F4DFB0F95C1E68123C8F5E /* Debug */, + 26AE1A694F9D65DF074CD64665B2C058 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C00C5C97AA27A3C48B47022DD0554A7E /* Build configuration list for PBXNativeTarget "UMAppLoader" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24E956857A25D64EBE7A89C2B15C277C /* Debug */, + 23C22B2E5EC2C98879114D860E72E83B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; C74D40E8C9164803BBC9DEEFA106BD15 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -25092,11 +25381,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D1F6C76ED5163E7759B6950D3E493582 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { + D45F6E3234656CA0195F2A730F23C509 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 737D073839062785B358E9BE4DD325CA /* Debug */, - 39788C2E5025D81B1F56F4F62015EC56 /* Release */, + 89944B7D12A48C902BF42ACDFC063D1F /* Debug */, + 79C72A59DBC7A8408A00437C32C7766C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -25164,15 +25453,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DEAAA8A642F7BC68DE673B3B9E6AE5C1 /* Build configuration list for PBXNativeTarget "EXAV" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0D109765BE2DFCFF45B839D6331198AC /* Debug */, - 15D0C18A330E8C97064F66C89AE92075 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; DFC09526078D6D80AC15CB67BC8D0404 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -25218,6 +25498,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F26EE9B2B5FD2D5AD6D57A5E00B6DBA4 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CD46323256E0673C124043A1CAC15340 /* Debug */, + 96E0480B69BF040CA3B1ED790199F2B0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; F3B5D9DA1E40073F034CC27A3F9CD632 /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/ios/Pods/Target Support Files/EXAV/EXAV.xcconfig b/ios/Pods/Target Support Files/EXAV/EXAV.xcconfig index ace60cf2f..beda24726 100644 --- a/ios/Pods/Target Support Files/EXAV/EXAV.xcconfig +++ b/ios/Pods/Target Support Files/EXAV/EXAV.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXAV GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXAV" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXAV" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-dummy.m b/ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-dummy.m deleted file mode 100644 index 6e8e3f810..000000000 --- a/ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_EXAppLoaderProvider : NSObject -@end -@implementation PodsDummy_EXAppLoaderProvider -@end diff --git a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader-dummy.m b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader-dummy.m new file mode 100644 index 000000000..4b0b84e9a --- /dev/null +++ b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_EXImageLoader : NSObject +@end +@implementation PodsDummy_EXImageLoader +@end diff --git a/ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-prefix.pch b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader-prefix.pch similarity index 100% rename from ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider-prefix.pch rename to ios/Pods/Target Support Files/EXImageLoader/EXImageLoader-prefix.pch diff --git a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.xcconfig b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.xcconfig new file mode 100644 index 000000000..1e5223aee --- /dev/null +++ b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXImageLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +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/expo-image-loader/ios +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig index 6dc696563..4998b74c5 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,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${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/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/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/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${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}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${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}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${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-CoreModules" "${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-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${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-slider" "${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" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstallations" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -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-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${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}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${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-CoreModules" "${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-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${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-slider" "${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" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstallations" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -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-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" 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 6dc696563..4998b74c5 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,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${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/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/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/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${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}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${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}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${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-CoreModules" "${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-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${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-slider" "${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" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstallations" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -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-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${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}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${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-CoreModules" "${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-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${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-slider" "${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" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstallations" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -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-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig index 5452efcaa..02bc3efae 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,6 +1,6 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${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/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/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/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${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}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${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-CoreModules" "${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-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${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-slider" "${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" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstallations" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -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-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" 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 5452efcaa..02bc3efae 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,6 +1,6 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${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/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/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/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${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/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${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-slider" "${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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${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}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${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-CoreModules" "${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-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${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-slider" "${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" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstallations" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -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-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" diff --git a/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader-dummy.m b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader-dummy.m new file mode 100644 index 000000000..60c0a294a --- /dev/null +++ b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_UMAppLoader : NSObject +@end +@implementation PodsDummy_UMAppLoader +@end diff --git a/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader-prefix.pch b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader-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/EXAppLoaderProvider/EXAppLoaderProvider.xcconfig b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.xcconfig similarity index 58% rename from ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider.xcconfig rename to ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.xcconfig index 7107e2173..72d6da8bf 100644 --- a/ios/Pods/Target Support Files/EXAppLoaderProvider/EXAppLoaderProvider.xcconfig +++ b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.xcconfig @@ -1,10 +1,10 @@ -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMAppLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMAppLoader" 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/expo-app-loader-provider/ios +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/unimodules-app-loader/ios PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface-dummy.m b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface-dummy.m new file mode 100644 index 000000000..0db6c3a84 --- /dev/null +++ b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_UMPermissionsInterface : NSObject +@end +@implementation PodsDummy_UMPermissionsInterface +@end diff --git a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface-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/UMPermissionsInterface/UMPermissionsInterface.xcconfig b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.xcconfig index 054963b44..ef2244286 100644 --- a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.xcconfig +++ b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.xcconfig b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.xcconfig index 4de5ec2e3..c01c73d71 100644 --- a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.xcconfig +++ b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/package.json b/package.json index c2f701807..2c3053d09 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git", "deep-equal": "1.1.1", "ejson": "2.2.0", - "expo-av": "^6.0.0", - "expo-file-system": "^6.0.2", - "expo-haptics": "6.0.0", - "expo-web-browser": "^6.0.0", + "expo-av": "^8.1.0", + "expo-file-system": "^8.1.0", + "expo-haptics": "^8.1.0", + "expo-web-browser": "^8.1.0", "hoist-non-react-statics": "^3.3.0", "i18n-js": "3.5.0", "js-base64": "^2.5.1", @@ -86,7 +86,7 @@ "react-native-screens": "^2.0.0-alpha.3", "react-native-scrollable-tab-view": "^1.0.0", "react-native-slowlog": "^1.0.2", - "react-native-unimodules": "0.5.3", + "react-native-unimodules": "^0.9.0", "react-native-vector-icons": "6.6.0", "react-native-video": "5.0.2", "react-native-webview": "7.5.1", diff --git a/patches/@unimodules+react-native-adapter+3.0.0.patch b/patches/@unimodules+react-native-adapter+3.0.0.patch deleted file mode 100644 index f1f32cbd0..000000000 --- a/patches/@unimodules+react-native-adapter+3.0.0.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/node_modules/@unimodules/react-native-adapter/android/build.gradle b/node_modules/@unimodules/react-native-adapter/android/build.gradle -index 70d03a5..d17b348 100644 ---- a/node_modules/@unimodules/react-native-adapter/android/build.gradle -+++ b/node_modules/@unimodules/react-native-adapter/android/build.gradle -@@ -66,8 +66,9 @@ dependencies { - unimodule 'unimodules-permissions-interface' - unimodule 'unimodules-image-loader-interface' - -- compileOnly('com.facebook.react:react-native:+') { -- exclude group: 'com.android.support' -- } -+ // compileOnly('com.facebook.react:react-native:+') { -+ // exclude group: 'com.android.support' -+ // } -+ implementation 'com.facebook.react:react-native:+' - api 'com.github.bumptech.glide:glide:4.9.0' - } \ No newline at end of file diff --git a/patches/expo-av+6.0.0.patch b/patches/expo-av+6.0.0.patch deleted file mode 100644 index a13895c2b..000000000 --- a/patches/expo-av+6.0.0.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff --git a/node_modules/expo-av/android/build.gradle b/node_modules/expo-av/android/build.gradle -index 2d3568e..b093959 100644 ---- a/node_modules/expo-av/android/build.gradle -+++ b/node_modules/expo-av/android/build.gradle -@@ -71,6 +71,7 @@ dependencies { - unimodule "unimodules-permissions-interface" - // Newer version introduces dependency versions conflict - // on 'com.android.support:support-annotations' -+ implementation 'androidx.annotation:annotation:1.1.0' - api 'com.google.android.exoplayer:exoplayer:2.9.2' - - api 'com.google.android.exoplayer:extension-okhttp:2.9.2' -diff --git a/node_modules/expo-av/android/src/main/java/expo/modules/av/AVManager.java b/node_modules/expo-av/android/src/main/java/expo/modules/av/AVManager.java -index 048afaf..1ef9728 100644 ---- a/node_modules/expo-av/android/src/main/java/expo/modules/av/AVManager.java -+++ b/node_modules/expo-av/android/src/main/java/expo/modules/av/AVManager.java -@@ -89,6 +89,7 @@ public class AVManager implements LifecycleEventListener, AudioManager.OnAudioFo - private long mAudioRecorderDurationAlreadyRecorded = 0L; - private boolean mAudioRecorderIsRecording = false; - private boolean mAudioRecorderIsPaused = false; -+ private boolean isRegistered = false; - - private ModuleRegistry mModuleRegistry; - -@@ -108,6 +109,7 @@ public class AVManager implements LifecycleEventListener, AudioManager.OnAudioFo - }; - mContext.registerReceiver(mNoisyAudioStreamReceiver, - new IntentFilter(AudioManager.ACTION_AUDIO_BECOMING_NOISY)); -+ isRegistered = true; - } - - @Override -@@ -181,7 +183,14 @@ public class AVManager implements LifecycleEventListener, AudioManager.OnAudioFo - - @Override - public void onHostDestroy() { -- mContext.unregisterReceiver(mNoisyAudioStreamReceiver); -+ try { -+ if (isRegistered) { -+ mContext.unregisterReceiver(mNoisyAudioStreamReceiver); -+ isRegistered = false; -+ } -+ } catch (final Exception exception) { -+ // Do nothing -+ } - for (final Integer key : mSoundMap.keySet()) { - removeSoundForKey(key); - } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 9688e69b8..60f907fc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2306,17 +2306,17 @@ dependencies: "@types/yargs-parser" "*" -"@unimodules/core@~3.0.2": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@unimodules/core/-/core-3.0.2.tgz#a2b143fb1e743809ba17c60ae1848f82b8637901" - integrity sha512-EMZjVp+yrtoPKpDBPvj4+hyDWALl7gvpWeUsDz2Nb9MMBPLnhag1uNk3KC98StJdnjbSXKSdKrCMMidOXnyKcg== +"@unimodules/core@~5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@unimodules/core/-/core-5.1.0.tgz#eae3706e1ecc99d4b992ad39970c43d92418d394" + integrity sha512-gaamGkJ4PVwusWEfsZyPo4uhrVWPDE0BmHc/lTYfkZCv2oIAswC7gG/ULRdtZpYdwnYqFIZng+WQxwuVrJUNDw== dependencies: compare-versions "^3.4.0" -"@unimodules/react-native-adapter@~3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@unimodules/react-native-adapter/-/react-native-adapter-3.0.0.tgz#303b76c131fe6b5ceb220235ddd1fa2a0193403d" - integrity sha512-zkFFE0HQ2Flfx/aY3hBKDgMvQ1meUm3H6vMIacY1KywexCuKW8ivBobkOsHIet4jf7km0Eklt6WtB3LqQVw5yw== +"@unimodules/react-native-adapter@~5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@unimodules/react-native-adapter/-/react-native-adapter-5.2.0.tgz#96bfd4cfbad5083b3aa1152ee0a4ac84fa9dfb69" + integrity sha512-S3HMEeQbV6xs7ORRcxXFGMk38DAnxqNcZG9T8JkX/KGY9ILUUqTS/e68+d849B6beEeglNMcOxyjwlqjykN+FA== dependencies: invariant "^2.2.4" lodash "^4.5.0" @@ -3209,6 +3209,19 @@ bser@^2.0.0: dependencies: node-int64 "^0.4.0" +buffer-alloc-unsafe@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" + integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== + +buffer-alloc@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec" + integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== + dependencies: + buffer-alloc-unsafe "^1.1.0" + buffer-fill "^1.0.0" + buffer-crc32@^0.2.13: version "0.2.13" resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" @@ -3219,6 +3232,11 @@ buffer-equal@0.0.1: resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b" integrity sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs= +buffer-fill@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" + integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= + buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" @@ -4765,56 +4783,56 @@ expect@^24.9.0: jest-message-util "^24.9.0" jest-regex-util "^24.9.0" -expo-app-loader-provider@~6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-app-loader-provider/-/expo-app-loader-provider-6.0.0.tgz#c187a39942ac27cfaec3b394a5c9851d3f39678b" - integrity sha512-GtpztJVxOz+vVwdLyHskpzVzFWMXZPIFC/zczHZPsTwjS+wXj6n8MVaLxX6GaTyhNEtYjp0VIQUw3b7eP+vO6w== - -expo-asset@~6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-6.0.0.tgz#caa3f45e7a27d978f8055fc58df6e33a4e661937" - integrity sha512-M0sJphdCQ0mq+7kg6rQmq4rU5hbsL72AZCNrga565JchCLeevJhv6j72erh2viqDAPdvjZpGwc7pwI/dxu1+zg== +expo-asset@~8.1.0: + version "8.1.4" + resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-8.1.4.tgz#5265c28c1c279b2f9779269195bec4caf250ba5d" + integrity sha512-6YqW22F5issD1rgqBCja8TCA2dr+yf/89FdYs/jhQYpw5OJAnAvfpK3GL8h3jRCu1TvxZqhH5NeLG6f2b3oUqg== dependencies: blueimp-md5 "^2.10.0" + invariant "^2.2.4" + md5-file "^3.2.3" path-browserify "^1.0.0" url-parse "^1.4.4" -expo-av@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-6.0.0.tgz#95a5a095583bec3ac0a35ba1e9b67e72ac4a6485" - integrity sha512-4GI6PUitp3rf9EzPHCuQ2JxrDGo20djen5JISldG0XMNq0y/y+TgEuWyJPYa0/HwKAlwtHoPzYLuhfvjSTIiDg== +expo-av@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-8.1.0.tgz#376e2a821168cd83e997c6dd84350fab6b293f10" + integrity sha512-owWxOCyK+dPyT3pF4rDOf2W8Sn8LSEvfw1HvU9xM0wzH7xF0bw3Zs3wcXxvtfhnXAZ5dCDQfvZI5cXk+lml+IQ== dependencies: - lodash "^4.17.11" + lodash "^4.17.15" nullthrows "^1.1.0" -expo-constants@~6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-6.0.0.tgz#ff4598985ba006e24949be3f05be7429e5bedacf" - integrity sha512-O0yL3Ok0YUEWpAqsWjOdgFD/lMfg8PUGH/nq31CZ1s7cuFUlksD42i5YhIRlb0Pa/btK8X9LpfY3eWhx9eTmbg== +expo-constants@~9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-9.0.0.tgz#35c600079ee91d38fe4f56375caae6e90f122fdd" + integrity sha512-1kqZMM8Ez5JT3sTEx8I69fP6NYFLOJjeM6Z63dD/m2NiwvzSADiO5+BhghnWNGN1L3bxbgOjXS6EHtS7CdSfxA== + +expo-file-system@^8.1.0, expo-file-system@~8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-8.1.0.tgz#d6aa66fa32c19982b94d0013f963c5ee972dfd6d" + integrity sha512-xb4roeU8CotW8t3LkmsrliNbgFpY2KB+3sW1NnujnH39pFVwCd/kfujCYzRauj8aUy/HhSq+3xGkQTpC7pSjVw== dependencies: - ua-parser-js "^0.7.19" + uuid "^3.4.0" -expo-file-system@^6.0.2, expo-file-system@~6.0.1: - version "6.0.2" - resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-6.0.2.tgz#e65f30eb6a7213e07933df9688116eaf4e25bbf8" - integrity sha512-s+6oQpLhcT7MQp7fcoj1E+zttMr0WX6c0FrddzqB4dUfhIggV+nb35nQMASIiTHAj8VPUanTFliY5rETHRMHRA== - dependencies: - uuid-js "^0.7.5" +expo-haptics@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-8.1.0.tgz#99ba3fd220f523041321ec260e6d3ec5cf4ac6c7" + integrity sha512-4aJUD3JYdxjj72tNo7tz5NKdhAHFtke+zOT2eaHdO8Vk2Az2IdmvWm99C7yGZKZvmRI2bnJGRyWo+rFgDWCQ3A== -expo-haptics@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-6.0.0.tgz#dd0b8390564b3ba398a3f6d726ce5ad99a892ddc" - integrity sha512-Xn+u5Gqp0/aLipKUMhPgZrccTO9uSV5FSM9u6bkMhV/zfjZqQMWpm0NqL24OBBXy5wPmF3g6Hev5YyDUd0Jj9Q== +expo-image-loader@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/expo-image-loader/-/expo-image-loader-1.0.1.tgz#a83e336768df4dfcb8909aebb6d8152e256d7a72" + integrity sha512-v7ziP+UGj+LArEmP//XTaqi9iFWRa8LAShNoFwwnpPS9huM8q3I+P16xK+GTo+4bQa1pPSIFBUZ8KqwAc+k8mQ== -expo-permissions@~6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-permissions/-/expo-permissions-6.0.0.tgz#2943f1aa98de833b88cea73cf03d18d08957cb68" - integrity sha512-O+RdyfGiq7i+5Vi9fE38DgKn436lNWiqhnS5/Z7CC00bmKahhjVMNDbZvNn/nrdRGyaPneJk1Co1s1sexSnv0A== +expo-permissions@~8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/expo-permissions/-/expo-permissions-8.1.0.tgz#a7f2ee91ba76ce3a467e7b10adaa9ca5201b226f" + integrity sha512-QBHD+1J9+sGFnhoEGzMRchPweeEE0OJ9ehG/0l1BMRBA7qsLS9vRC1FTJ55NwjI0Kr4RTha9r6ZX1kZHT09f/w== -expo-web-browser@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-6.0.0.tgz#63a59d4c02cd7ba47faa6a2eb04decb1a1ab2a32" - integrity sha512-7XkFPd4PRlVP6FscTnn78c0tY6+yLzb2Eai/ed+l+LB+hZWuhyY3ONzYM7/IKAiPmfhZr4Qs80vIa7iiavti8A== +expo-web-browser@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-8.1.0.tgz#1b4ca25e4dd600fac9ad16e32d81be47778c2667" + integrity sha512-Js2LIGut0NRKF+8BdQ2EOwGF2B2VYlnHgERxRtR+vHw7NOa7ZSl2GKFlAmf8QvAHqskk1OD0tujtoATv9XcELg== extend-shallow@^1.1.2: version "1.1.4" @@ -7913,6 +7931,13 @@ math-random@^1.0.1: resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c" integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== +md5-file@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/md5-file/-/md5-file-3.2.3.tgz#f9bceb941eca2214a4c0727f5e700314e770f06f" + integrity sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw== + dependencies: + buffer-alloc "^1.1.0" + "mdurl@~ 1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" @@ -10094,29 +10119,30 @@ react-native-tab-view@^1.2.0: dependencies: prop-types "^15.6.1" -react-native-unimodules@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/react-native-unimodules/-/react-native-unimodules-0.5.3.tgz#24615ae71615d9aa76f128595286ad5fc4709ed2" - integrity sha512-v60EnYwo1CSLy0JPcZ9tyblCs+n86/mtXm64kSn6LCtFMU/cmFeRAmv5fTdgqLk/R7W2kV1+GroYjR/Z+7XyrQ== +react-native-unimodules@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/react-native-unimodules/-/react-native-unimodules-0.9.0.tgz#5ce642ac50d124b9d41c09ff7cb397e22f1110ea" + integrity sha512-zcdNo74d/x19d0JkNiKL+4d71OaivumgfKVdmOYPOGRMOlct6KL3177TvkxgmF7ddlJJIlfftSFtnPuiOfejQA== dependencies: - "@unimodules/core" "~3.0.2" - "@unimodules/react-native-adapter" "~3.0.0" + "@unimodules/core" "~5.1.0" + "@unimodules/react-native-adapter" "~5.2.0" chalk "^2.4.2" - expo-app-loader-provider "~6.0.0" - expo-asset "~6.0.0" - expo-constants "~6.0.0" - expo-file-system "~6.0.1" - expo-permissions "~6.0.0" - unimodules-barcode-scanner-interface "~3.0.0" - unimodules-camera-interface "~3.0.0" - unimodules-constants-interface "~3.0.0" - unimodules-face-detector-interface "~3.0.0" - unimodules-file-system-interface "~3.0.0" - unimodules-font-interface "~3.0.0" - unimodules-image-loader-interface "~3.0.0" - unimodules-permissions-interface "~3.0.0" - unimodules-sensors-interface "~3.0.0" - unimodules-task-manager-interface "~3.0.0" + expo-asset "~8.1.0" + expo-constants "~9.0.0" + expo-file-system "~8.1.0" + expo-image-loader "~1.0.0" + expo-permissions "~8.1.0" + unimodules-app-loader "~1.0.0" + unimodules-barcode-scanner-interface "~5.1.0" + unimodules-camera-interface "~5.1.0" + unimodules-constants-interface "~5.1.0" + unimodules-face-detector-interface "~5.1.0" + unimodules-file-system-interface "~5.1.0" + unimodules-font-interface "~5.1.0" + unimodules-image-loader-interface "~5.1.0" + unimodules-permissions-interface "~5.1.0" + unimodules-sensors-interface "~5.1.0" + unimodules-task-manager-interface "~5.1.0" react-native-vector-icons@6.6.0: version "6.6.0" @@ -12240,11 +12266,6 @@ ua-parser-js@^0.7.18: resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.19.tgz#94151be4c0a7fb1d001af7022fdaca4642659e4b" integrity sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ== -ua-parser-js@^0.7.19: - version "0.7.20" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098" - integrity sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw== - uglify-es@^3.1.9: version "3.3.9" resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677" @@ -12306,55 +12327,60 @@ unicode-property-aliases-ecmascript@^1.0.4: resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0" integrity sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg== -unimodules-barcode-scanner-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-barcode-scanner-interface/-/unimodules-barcode-scanner-interface-3.0.0.tgz#2ec52201ee1f0e10af3b03ed49862d6b6937cf10" - integrity sha512-EtJBfKU5VgZbyIfIZwyWfUo59pIgW6s7YGzlpj9jk4UWKyqqhYT/FoaZqudCJcPcfh2eYxkc9VxBGieRBpQrzg== +unimodules-app-loader@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/unimodules-app-loader/-/unimodules-app-loader-1.0.1.tgz#4358195cfa4d6026c71c7365362acf047f252bb0" + integrity sha512-GhPwdTp9WHRMRnM2ONQsHb0mciKU5tafohEX0+E4F7bSba89r+rJckWQnpDvHE7uyUaRtocLYcbk09vv2eg8ew== -unimodules-camera-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-camera-interface/-/unimodules-camera-interface-3.0.0.tgz#2869f0868a9e2c65bd2346f0a67d93bc96509676" - integrity sha512-STjf1FAdYlN27ilJSR4kIUYyHTPrkQSR/mEg4S4pZX6tazmcuG2KzLCXCoV+xMWsrwmsMBjgLzw6yzg87N5Ydw== +unimodules-barcode-scanner-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-barcode-scanner-interface/-/unimodules-barcode-scanner-interface-5.1.0.tgz#6d24322b6db556b21eca99a130673c7e07d86559" + integrity sha512-FUau0mm4sBOGmlekltY0iAimJ438w3rtWiv6hcjE77Map527aCH3GyjnZSw78raVxe598EXhWHviuwRxOGINYg== -unimodules-constants-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-constants-interface/-/unimodules-constants-interface-3.0.0.tgz#991f823369da27362e8633a7dac680fb530e5569" - integrity sha512-S4ap11UJH7D+Y4fXC7DyMNAkqIWD8B7rNCTS30wAF9beHXMZa1Od66rkJgSHqFRURy06h+Jr7qfJm9H5mtMz8Q== +unimodules-camera-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-camera-interface/-/unimodules-camera-interface-5.1.0.tgz#ea43a8d05b7b1a9053e6b2281b428a1e80853661" + integrity sha512-uwBmZ3XS6vkdzRAmiDhUE/P7fafN7ufXoRuBDGoX/Q9kIiKg61D8HzTmhLMelvJFW6eCjoBJfh/zRyZ54qcjGg== -unimodules-face-detector-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-face-detector-interface/-/unimodules-face-detector-interface-3.0.0.tgz#5752a00156a6de470944161040b845a1f1ae84b0" - integrity sha512-fMQ3ZnhdOjbQ5ZXW62s/t1bbqBaenxzVIcgVEcwvLIFek0mx/EMHFkySgFkFjU11icUvaPEXW1yJtkK4QEpLhg== +unimodules-constants-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-constants-interface/-/unimodules-constants-interface-5.1.0.tgz#916a8203a887b53cdbcd80b63bc6fd56c85ccfd2" + integrity sha512-TlrqwtKt2G0QH4Fn1ko3tRtLX+eUGSnCBuu1TiAGlsQ5FM/1+AGuJNftHdUwZY1DncIAlw6lhNW+amv0hw5ocg== -unimodules-file-system-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-file-system-interface/-/unimodules-file-system-interface-3.0.0.tgz#0ada7a89e3046d2fa4dd1853b867fe8ae3994561" - integrity sha512-LkLIKRE3CwsXLRFw8vx0++Cfjj+pAvvidVb7yhGWKFmNlVaWUW9Z8jkhFLBFXDsGFAOU69bUTrz25jmB2MRt0Q== +unimodules-face-detector-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-face-detector-interface/-/unimodules-face-detector-interface-5.1.0.tgz#56b4e8c238d8b38f7937f2eb87212d5f87c463f9" + integrity sha512-0qDA6j1WvPM98q32aKvRdFhgSa9Nu8lqNUlrgE740UTYsAmfQl8lM/r2TOuR1k3dVC14q33YvLizSOYM5FLhAw== -unimodules-font-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-font-interface/-/unimodules-font-interface-3.0.0.tgz#e38dfc0932e9a84c5b8091eeb6735170fa86d85e" - integrity sha512-DOQI0uTn7CGvA9lNUuiTWfQYuKQEM8LZKn6gNS8G+HVHVb+TZl/37qdhuoMBi5jkAZ4VOD/GpgnPv8qr0pJi1Q== +unimodules-file-system-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-file-system-interface/-/unimodules-file-system-interface-5.1.0.tgz#adcba6d6dbb58d889175425dedcbb1501f498ab7" + integrity sha512-G2QXhEXY3uHuDD50MWI7C/nesbVlf2C0QHTs+fAt1VpmWYWfdDaeqgO67f/QRz8FH8xm3ul9XvgP6nA+P0xfIg== -unimodules-image-loader-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-image-loader-interface/-/unimodules-image-loader-interface-3.0.0.tgz#49e371fdf3fc4acf382f726cfac643d5c08b051f" - integrity sha512-hC/VWdT33GkOZ4FLaqPoKGNKxhw+miFhM+7Re57snWIWYewSv0lRvCqqwc/hbGLocvd2qF3YYrBx9woqPI8NzA== +unimodules-font-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-font-interface/-/unimodules-font-interface-5.1.0.tgz#953c1eb6e1f221f0c7d427d7aba78cce599b4b27" + integrity sha512-ZKycNecNN0xxGIo9Db2n8RYU+ijlc+hzpE5acVSiIlmMjTsiOODRLkF++yKsZxglGXn/blgtBLrcTQr4jJV4MQ== -unimodules-permissions-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-permissions-interface/-/unimodules-permissions-interface-3.0.0.tgz#c8396a1b697b116801cfcb3b52466b87380a5b78" - integrity sha512-rfyGDBMtO8IOlk9hJN44EKz7vk6nt/PXByAumsptRdgsd+knokMlaWGYatrxKW2g/08WUbEkgKspvMxjJ0M1Tg== +unimodules-image-loader-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-image-loader-interface/-/unimodules-image-loader-interface-5.1.0.tgz#40eeecb1d9409b51595b559023230ce50485b626" + integrity sha512-yU1OPWMtZ9QcW5CxLE1DYWrpJGZ1hRGdoFG3vyk4syUS8QsCPR0HXqcI6KlTpI6wcLA0+HtS+1CmgJCMCUDd4w== -unimodules-sensors-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-sensors-interface/-/unimodules-sensors-interface-3.0.0.tgz#9591b7015fae5c2752652a4cdc294f7734489ea1" - integrity sha512-1JJT/lqCfxHqUSJc3o6b0WUply/lFOJjcuzN0QcAfmdAW8d+lEXA7BJ7DV/Nn/OKpMlHriEyxkM+FoGoXKJJcg== +unimodules-permissions-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-permissions-interface/-/unimodules-permissions-interface-5.1.0.tgz#146062ee5cde1f00f34ba2692efab5f0c6f55d02" + integrity sha512-3Mz9A4a+iYF57ZeE99nidRPNM7dX3dzTZRvRQyCP5+CvsEmGNlLTIbTQ7fxKECoe3I6cjw94gNSirxIbwb3lDg== -unimodules-task-manager-interface@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unimodules-task-manager-interface/-/unimodules-task-manager-interface-3.0.0.tgz#26f31786eb54dfa5839ca71bf9a77b9c2b4cf4cb" - integrity sha512-og4UiUOxc7PqT8uQQqXY+pOBvdS204xmgyUG2AjM2L3kVsw/6WH4pIW084WG8/e9M5SLsSXdrjecIUBQ/zLf8w== +unimodules-sensors-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-sensors-interface/-/unimodules-sensors-interface-5.1.0.tgz#2d8f5f15a8b00b3f0aab59c3ff474f39735d634f" + integrity sha512-v8nRFRHtl4jFI1aiAmWurPKDuvboSxj0qoqpy/IB3xkkzBfw4KsZQ1b1yomwNbv9cCqIkFxaNAOzyrvVZrz/dA== + +unimodules-task-manager-interface@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/unimodules-task-manager-interface/-/unimodules-task-manager-interface-5.1.0.tgz#49fe4431464faa576ba3453a1824030debbf8d35" + integrity sha512-t7FSWOdw4ev9SlqPzfw9rOKlFyryZbrcmjEr0n6HtPXqZ4NRfPqXtYSjoVWswGb3iGr3GPOIHZ/OQ6Z6StL1NA== union-value@^1.0.0: version "1.0.0" @@ -12515,11 +12541,6 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid-js@^0.7.5: - version "0.7.5" - resolved "https://registry.yarnpkg.com/uuid-js/-/uuid-js-0.7.5.tgz#6c886d02a53d2d40dcf25d91a170b4a7b25b94d0" - integrity sha1-bIhtAqU9LUDc8l2RoXC0p7JblNA= - uuid@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" @@ -12530,6 +12551,11 @@ uuid@^3.0.1, uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + v8-compile-cache@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"